Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-04-16 | Using Super. | Mattes D | 1 | -3/+6 | |
2017-09-07 | Changed some int parameters to vector parameters (#3937) | Bond-009 | 1 | -2/+1 | |
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 1 | -8/+8 | |
2015-01-11 | Initial convertion of a_Dt to std::chrono | Tycho | 1 | -1/+1 | |
also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay | |||||
2014-07-24 | Removed redundant semicolons and re-added warning | archshift | 1 | -1/+1 | |
2014-07-17 | Normalized comments. | madmaxoft | 1 | -1/+1 | |
This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign. | |||||
2014-03-08 | Change TNT Fuse to ticks | Howaner | 1 | -5/+5 | |
2014-03-08 | Add TNT Save/Load and add Netbeans projects to .gitignore | Howaner | 1 | -7/+16 | |
2013-12-14 | Exported the cTNTEntity | STRWarrior | 1 | -2/+6 | |
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2013-08-25 | Moved entity spawning into cEntity::Initialize(). | madmaxoft | 1 | -1/+0 | |
It has been called in every descendant anyway, so it's better this way - reduced duplicate code. | |||||
2013-08-19 | Moved entities into the Entities subfolder. | madmaxoft | 1 | -1/+0 | |
2013-08-17 | Fixed compile-time warning in TNTEntity. | madmaxoft | 1 | -4/+4 | |
The FuseTime is now a double instead of a float | |||||
2013-08-08 | Addeed OnSpawningEntity, OnSpawnedEntity, OnSpawningMonster, OnSpawnedMonster hooks. | madmaxoft | 1 | -1/+1 | |
As requested in FS 418. | |||||
2013-07-29 | Changed everyting to Unix line endings. | Alexander Harkness | 1 | -34/+34 | |
2013-06-18 | More TNT fixes. | madmaxoft@gmail.com | 1 | -6/+7 | |
Chain-reaction TNTs are spawned in proper coordinates (FS #390) Centralized Primed TNT entity spawning and made available to the plugins. Internal changes for better TNT performance. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1604 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-04-18 | Initial implementation of explosions and TNT block | keyboard.osh@gmail.com | 1 | -0/+33 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1392 0a769ca7-a7f5-676a-18bf-c427514a06d6 |