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
/
Simulator
/
FireSimulator.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-07-29
Silenced and fixed many warning messages across multiple files.
Samuel Barney
1
-5
/
+5
2015-07-14
Improved maps
Tiger Wang
1
-2
/
+2
2015-03-20
Correct world height validations.
Tommy Santerre
1
-1
/
+1
2015-01-18
Fixed type conversion warnings.
Mattes D
1
-1
/
+1
2015-01-11
Initial convertion of a_Dt to std::chrono
Tycho
1
-2
/
+2
2014-10-23
En masse NULL -> nullptr replace
Tiger Wang
1
-2
/
+2
2014-10-20
En masse NULL -> nullptr replace
Tiger Wang
1
-2
/
+2
2014-10-15
Functions in cPluginManager get references instead of pointers.
Mattes D
1
-2
/
+2
2014-09-11
Added blocks to the fire simulator
Masy98
1
-0
/
+11
2014-08-01
Added missing HOOK_BLOCK_SPREAD call.
Howaner
1
-6
/
+14
2014-07-21
Style: Normalized spaces after if, for and while.
madmaxoft
1
-1
/
+1
2014-07-19
Fixed style: spaces after commas.
madmaxoft
1
-1
/
+1
2014-07-17
Basic style fixes.
madmaxoft
1
-2
/
+2
2014-07-17
Normalized comments.
madmaxoft
1
-1
/
+1
2014-04-26
Implemented Chunk Sparsing with segments
Tycho
1
-4
/
+6
2014-04-18
Did some static analysis, fixed some bugs and optimized a lot of code
jfhumann
1
-1
/
+1
2014-03-28
Fixed compilation after last PR merge.
madmaxoft
1
-1
/
+1
2014-03-27
Change SpreadSource prefix to ss
Howaner
1
-1
/
+1
2014-03-27
Add SpreadSource
Howaner
1
-1
/
+1
2014-03-27
Add HOOK_BLOCK_SPREAD
Howaner
1
-3
/
+11
2014-03-10
Fixed compile
Tiger Wang
1
-1
/
+2
2014-03-09
Removed uneeded meta obtain
Tiger Wang
1
-3
/
+1
2014-03-09
TNT explodes when consumed by fire
Tiger Wang
1
-6
/
+19
2014-03-01
g_BlockXXX => cBlockInfo::XXX
andrew
1
-1
/
+1
2014-02-28
Fix Double Slabs, fix Slab Meta and add more things to burnable
Howaner
1
-0
/
+13
2014-02-20
Add Hay Bale to Burnable
Howaner
1
-0
/
+1
2013-12-20
Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT).
madmaxoft
1
-3
/
+3
2013-12-05
Merged if statements.
Samuel Barney
1
-7
/
+1
2013-12-04
Made suggested changes
Samuel Barney
1
-5
/
+10
2013-12-02
Fire no longer goes out when on top of nether rack
Samuel Barney
1
-1
/
+6
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-10-09
Fixed warning in cFireSimulator.
madmaxoft
1
-13
/
+8
2013-09-30
Fixed issues
Tiger Wang
1
-2
/
+2
2013-09-30
Fixed a fire simulator bug
Tiger Wang
1
-6
/
+18
2013-07-22
Simulators don't simulate in invalid chunks (valgrind error)
madmaxoft@gmail.com
1
-1
/
+1
2013-03-03
Simulators now check if they are given a valid chunk
madmaxoft@gmail.com
1
-0
/
+5
2013-03-01
New fire simulator, fully rewritten to the new scheme of things, directly accessing chunk data.
madmaxoft@gmail.com
1
-71
/
+256
2013-02-28
Converted simulators to take cWorld reference instead of a pointer
madmaxoft@gmail.com
1
-19
/
+23
2013-02-28
Simulators now have direct access to the cChunk object in the WakeUp() call
madmaxoft@gmail.com
1
-1
/
+2
2013-02-16
Removed all E_ITEM_ symbols equivalent to E_BLOCK_, and all obsolete item and block symbols.
madmaxoft@gmail.com
1
-1
/
+1
2012-10-14
Initial Floody fluid simulator.
madmaxoft@gmail.com
1
-23
/
+17
2012-10-13
Preparation for multiple fluid simulators.
madmaxoft@gmail.com
1
-6
/
+51
2012-10-03
Moved blockticking into blockhandler classes.
madmaxoft@gmail.com
1
-16
/
+16
2012-09-30
Added falling block entities. Sand and gravel now properly fall down
faketruth
1
-4
/
+4
2012-09-24
Source files cleanup: The rest of the files renamed.
madmaxoft@gmail.com
1
-2
/
+2
2012-07-12
http://www.mc-server.org/support/index.php?do=details&task_id=153
lapayo94@gmail.com
1
-2
/
+3
2012-06-14
Attempt to bring sanity to newlines across systems.
cedeel@gmail.com
1
-131
/
+131
2012-05-25
Merged the composable_generator branch into the trunk
madmaxoft@gmail.com
1
-1
/
+1
2012-02-14
Fixed the same leak in FireSimulator
faketruth
1
-15
/
+14
2012-01-29
VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.
madmaxoft@gmail.com
1
-1
/
+3
2011-12-29
- water slacks fire now
lapayo94@gmail.com
1
-2
/
+9
2011-12-28
- implemented the fire simulation in native c++ (cFireSimulator)
lapayo94@gmail.com
1
-0
/
+124