aboutsummaryrefslogtreecommitdiff
path: root/games/minimal/mods
diff options
context:
space:
mode:
Diffstat (limited to 'games/minimal/mods')
0 files changed, 0 insertions, 0 deletions
deDefManager" * Remove unused INodeDefManager class * Merge NodeDefManager and CNodeDefManager * Document NodeDefManager * Connected Nodeboxes: Add `disconnected` boxesThomas--S2018-01-03 | | | | | | | | | | | | | | | The `disconnected_*` boxes are the opposites of the `connect_*` ones, i.e. when a node has no suitable neighbours on the respective side, the according disconnected box is drawn. * disconnected_top * disconnected_bottom * disconnected_front * disconnected_left * disconnected_back * disconnected_right * disconnected (when there is *no* neighbour) * disconnected_sides (when there are *no* neighbours to the sides) * Real global textures (#6105)Vitaliy2017-10-15 | | | | | | | | * Real global textures * Add world-aligned textures * Update minimal to support world-aligned tiles * Update minimal * Leveled nodebox: Change levels from 1/63rds to 1/64thsparamat2017-09-18 | | | | | Add missing documentation of leveled nodebox to lua_api.txt, plus a little cleaning up nearby. * Modernize source code: last part (#6285)Loïc Blot2017-08-20 | | | | | | | | | | | * Modernize source code: last par * Use empty when needed * Use emplace_back instead of push_back when needed * For range-based loops * Initializers fixes * constructors, destructors default * c++ C stl includes * Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282)Loïc Blot2017-08-19 | | | | | | | | | | | * Code modernization: src/p*, src/q*, src/r*, src/s* (partial) * empty function * default constructor/destructor * for range-based loops * use emplace_back instead of push_back * C++ STL header style * Spelling: vertice -> vertex * Code modernization: src/m* (part 3)Loic Blot2017-08-19 | | | | | | | | * empty function * default constructor/destructor * for range-based loops * use emplace_back instead of push_back * remove some unused headers in some cpp variable * Modernize various files (src/m*) (#6267)Loïc Blot2017-08-18 | | | | | | | | | | | | * Modernize various files (src/m*) * range-based for loops * code style * C++ headers instead of C headers * Default operators * empty function Thanks to clang-tidy * compressZlib: don't use a SharedBuffer but a raw u8 * pointerLoic Blot2017-07-27 | | | | | | | | Remove usage of the SharedBuffer in zlib compression which has two problems: * We copied the whole memory block to compress it (not good with mapblocks) * We copied sometimes strings to SharedBuffer to SharedBuffer (2nd time) Use this method in MapNode::serializeBulk + optimize serialization but merging 3 identical loops in a single loop * Revert "Remove deprecated code segments (#5891)"Loïc Blot2017-06-06 | | | | This reverts commit 599e13e95e81aadb959c9f3715aec9b425ede084. * Remove deprecated code segments (#5891)Thomas--S2017-06-04 |