index
:
anonymous/cuberite
1.14
BlockFixes
BoundingBox
CArrays
Certificates
ChannelManagement
ComponentRewrite
FastNBTTest
FixItemCountFormat
InfoDumpParams
InteractRewrite
LuaNoCpp
LuaStateParamsRead
LuaWebControllers
Megumin
MultiLuaStack
Pickups
PieceGenClosurePieces
ProtocolRefactor
SeeBackup
Sponge
VillagerTrading
WarningsFixes
alwaysTicked
apidump-vscode
biomal-bedrock-shape
books
callbacks
daylightgrowth
dumpinfo-plugin-folder
endgen
fixes
fixesandfeatures
formattingcodes
ghastsounds
infodump-dependencies
issue4106
itemsinicleanup
master
mobs2
serverTick
spawning
threading
A lightweight, fast and extensible game server for Minecraft
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
Entities
/
EntityEffect.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed RasPi builds of unit tests.
Mattes D
2016-08-04
1
-1
/
+3
*
Fixed leaping potion not giving jump boost
Blitz Rakete
2016-03-18
1
-0
/
+1
*
Bulk clearing of whitespace
LogicParrot
2016-02-05
1
-25
/
+25
*
Silenced and fixed many warning messages across multiple files.
Samuel Barney
2015-07-29
1
-21
/
+21
*
More style checking.
Mattes D
2015-05-09
1
-2
/
+2
*
En masse NULL -> nullptr replace
Tiger Wang
2014-10-23
1
-5
/
+5
*
Merge branch 'master' into redstoneTests
Tycho
2014-09-25
1
-0
/
+1
|
\
|
*
A few compiler warning fixes
Chris Darnell
2014-09-23
1
-0
/
+1
*
|
Merge branch 'master' into redstoneTests
Tycho
2014-09-17
1
-0
/
+86
|
\
|
|
*
Merge branch 'master' into Effects
Howaner
2014-09-12
1
-2
/
+2
|
|
\
|
*
|
Renamed SetWalkSpeed() to SetRelativeWalkSpeed()
Howaner
2014-09-02
1
-4
/
+4
|
*
|
Added slowness effect and added entity support.
Howaner
2014-08-30
1
-16
/
+61
|
*
|
Added speed entity effect.
Hownaer
2014-08-28
1
-0
/
+41
*
|
|
Added first test to show the object can be created
Tycho
2014-09-17
1
-2
/
+2
|
|
/
|
/
|
*
|
Fixed style and alpha-sorting.
madmaxoft
2014-09-03
1
-2
/
+2
*
|
EntityEffect.cpp: Enable 1.8's leaping potion
archshift
2014-09-03
1
-1
/
+1
|
/
*
Fixed a ToLua warning - operator = not supported.
madmaxoft
2014-08-03
1
-1
/
+1
*
Fixed hunger bugs, Implemented golden apple, added jump statistic, added correct food effects.
Howaner
2014-07-31
1
-1
/
+1
*
Fixed indentations, removed redundant init code in SplashPotionEntity.cpp
archshift
2014-07-26
1
-1
/
+1
*
Moved potion static functions to EntityEffect to create splash potions through world
archshift
2014-07-26
1
-0
/
+124
*
Normalized comments.
madmaxoft
2014-07-17
1
-8
/
+8
*
Only the cEntityEffect::effXXX constants are Lua-exported.
madmaxoft
2014-07-15
1
-1
/
+2
*
Reformatted EntityEffect code.
madmaxoft
2014-07-15
1
-25
/
+29
*
Fixed a MSVC warning in cEntityEffect::CreateEntityEffect().
madmaxoft
2014-07-15
1
-0
/
+1
*
Readability and clarity changes
archshift
2014-07-14
1
-25
/
+16
*
EntityEffect: Inlined functions, added explicit copy constructor and operator.
archshift
2014-07-14
1
-17
/
+18
*
Changed separating comment style from asterisks to slashes.
archshift
2014-07-14
1
-24
/
+24
*
For now, removed creator member from Entity Effect for pointer safety
archshift
2014-07-12
1
-32
/
+30
*
EntityEffects.x -> EntityEffect.x, Object-Oriented effects
archshift
2014-06-19
1
-0
/
+291