Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-09-24 | Add a formatting function for Vector3 (#4282) | peterbell10 | 1 | -1/+1 | |
* Vector3: Add custom fmt compatible formatter. * cLuaState: Add fmt version of ApiParamError * Use vector formatting in manual bindings * Always log vectors with FLOG | |||||
2018-07-24 | Broadcast refactor (#4264) | peterbell10 | 1 | -4/+2 | |
* Move Broadcast functions from cChunkMap to cBroadcaster - Remove cBroadcastInterface in favour of cBroadcaster. - cChunk: Remove broadcast functions. * resurect broadcast interface * Absorb cBroadcaster into cWorld. Removes the need for forwarding the function calls. * Improve const-correctness * Use Int8 instead of char + Comment `ForClients` functions * Improve comments * Broadcaster: Rename ForClients functions | |||||
2018-05-02 | Prefer static_cast to reinterpret_cast (#4223) | peterbell10 | 1 | -1/+1 | |
* Change reinterpret_cast -> static_cast wherever possible * Remove more unnecessary `const_cast`s. reinterpret_casts should be avoided for the same reason as c-style casts - they don't do any type-checking. reinterpret_cast was mainly being used for down-casting in inheritance hierarchies but static_cast works just as well while also making sure that there is actually an inheritance relationship there. | |||||
2017-10-02 | Fixed 2 small warnings (#4055) | Bond-009 | 1 | -1/+1 | |
2017-09-25 | BroadcastBlockBreakAnimation and BroadcastBlockEntity use vectors (#4038) | Bond-009 | 1 | -1/+1 | |
2017-09-19 | Removed UTF-8 BOM (#4033) | Lukas Pioch | 1 | -1/+1 | |
2017-09-11 | Replace ItemCallbacks with lambdas (#3993) | peterbell10 | 1 | -28/+13 | |
2017-09-02 | Revert "Replace ItemCallbacks with lambdas (#3948)" | LogicParrot | 1 | -13/+28 | |
This reverts commit 496c337cdfa593654018c171f6a74c28272265b5. | |||||
2017-09-01 | Replace ItemCallbacks with lambdas (#3948) | peterbell10 | 1 | -28/+13 | |
2017-08-07 | Changed entity ownership model to use smart pointers | Tiger Wang | 1 | -2/+2 | |
2017-06-16 | BlockEntities: Support cloning self. | Mattes D | 1 | -5/+19 | |
2017-06-13 | FastRandom rewrite (#3754) | peterbell10 | 1 | -6/+6 | |
2016-11-18 | Removed ClientHandle.h dependencies from common headers. | Mattes D | 1 | -0/+1 | |
2015-12-13 | allow use failures to propagate from the entity/block to the player | Gargaj | 1 | -2/+4 | |
2015-11-24 | Add enum for Sound and Particle Effects | Dave Tucker | 1 | -1/+1 | |
Fixes #2603 Signed-off-by: Dave Tucker <dave@dtucker.co.uk> | |||||
2015-05-28 | Fix comments | tycho | 1 | -1/+2 | |
2015-05-24 | Made -Weverything an error. | tycho | 1 | -4/+9 | |
2015-05-19 | Make -Werror disabling file only | tycho | 1 | -2/+2 | |
Ad fix a load of warnings | |||||
2015-03-21 | Changed cEntity::m_UniqueID to UInt32. | Mattes D | 1 | -1/+1 | |
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-12-17 | NULL -> nullptr | Tiger Wang | 1 | -2/+2 | |
2014-12-01 | MobSpawner fixes. | Howaner | 1 | -2/+2 | |
2014-11-29 | Many api fixes, add vanilla names to mob type -> string functions and mob spawner fixes. | Howaner | 1 | -46/+1 | |
2014-11-18 | Finished mob spawner implementation. | Howaner | 1 | -29/+4 | |
2014-09-27 | Fixed compile errors. | Howaner | 1 | -38/+38 | |
2014-09-19 | Implemented mob spawner. | Howaner | 1 | -21/+289 | |
2014-09-17 | Created MobSpawnerEntity class. | Howaner | 1 | -0/+92 | |