Age | Commit message (Expand) | Author |
2015-10-14 | Rename macros with two leading underscores | ShadowNinja |
2015-10-14 | Use warningstream for log messages with WARNING | ShadowNinja |
2015-09-19 | Various style cleanups + unused code removal | est31 |
2015-09-14 | Serialisation: documentation fixes, clarifying renames and whitespace fixes | est31 |
2015-08-25 | Change i++ to ++i | David Jones |
2015-08-23 | Clean up threading | ShadowNinja |
2015-07-29 | Precalculate mapblock relative size. This permit to remove many s16 calculs o... | nerzhul |
2015-07-10 | Misc. minor fixes | kwolekr |
2015-06-20 | Generic CAO cleanups and renames for clarification | est31 |
2015-05-31 | Mapblock: nodecount refactor | est31 |
2015-05-17 | Record MapBlock modification reasons as flags instead of strings | kwolekr |
2015-03-07 | For usages of assert() that are meant to persist in Release builds (when NDEB... | Craig Robbins |
2015-02-10 | Increase MapBlock::actuallyUpdateDayNightDiff() performance by 2-8x. ok @cele... | Craig Robbins |
2015-01-27 | Fix a crash (assert) when client set serial version < 24 in INIT | Loic Blot |
2015-01-27 | Revert "Fix a crash (assert) when client set serial version < 24 in INIT comm... | Craig Robbins |
2015-01-24 | Fix a crash (assert) when client set serial version < 24 in INIT command SER_... | (@U-Exp) |
2015-01-18 | Fix all warnings and remove -Wno-unused-but-set cflag | kwolekr |
2014-11-14 | Remove most exceptions from getNode() (and variants) | Craig Robbins |
2014-06-23 | Speedup getBlockNodeIdMapping by up to factor 4 by using a fixed size mapping... | sapier |
2014-04-18 | Remove liquid_finite and weather | proller |
2013-12-01 | Cleanup jthread and fix win32 build | sapier |
2013-11-17 | Actually fix weather | kwolekr |
2013-09-16 | Weather: Clean up getHeat/getHumidity somewhat | kwolekr |
2013-08-14 | Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu | Kahrl |
2013-08-02 | Weather backward compatibility | proller |
2013-07-28 | Fix warnings in mapblock.cpp | PilzAdam |
2013-07-27 | Weather support | proller |
2013-03-11 | Migrate to STL containers/algorithms. | Ilya Zhuravlev |
2013-02-24 | Update Copyright Years | Sfan5 |
2013-02-24 | Change Minetest-c55 to Minetest | PilzAdam |
2012-11-26 | Move util/serialize.h out from staticobject.h for smaller header dependencies | Perttu Ahola |
2012-09-04 | Reorganize ClientMap rendering code for a bit more performance | Perttu Ahola |
2012-07-24 | Improve node timer format (map format version 25) and update mapformat.txt | Perttu Ahola |
2012-07-23 | Fix map deserialization and remove old serialization code | Perttu Ahola |
2012-07-23 | Increase node id/param0 to 16 bits, leaving param2 always with 8 bits | darkrose |
2012-07-23 | Implement node timers | darkrose |
2012-06-17 | Properly and efficiently use split utility headers | Perttu Ahola |
2012-06-08 | Update and fix doc/mapformat.txt; make current format more solid in mapblock.cpp | Perttu Ahola |
2012-06-05 | Switch the license to be LGPLv2/later, with small parts still remaining as GP... | Perttu Ahola |
2012-06-04 | Add ignore_world_load_errors configuration option and provide better error me... | Perttu Ahola |
2012-06-03 | WIP node metadata, node timers | Kahrl |
2012-03-29 | Reduce EnvRef:set_node() time tenfold by postponing the dayNightDiff update u... | Perttu Ahola |
2012-03-15 | MapBlockMesh, mesh animation system, urgent mesh updates, athmospheric light,... | Kahrl |
2012-01-22 | Cleanup (some stuff went wrong when reverting 4-byte mapnodes); fix legacy_wa... | Kahrl |
2012-01-22 | Node placement / mineral / serialization / iron freq / node_dig callback | Kahrl |
2012-01-12 | The huge item definition and item namespace unification patch (itemdef), see ... | Kahrl |
2011-11-29 | Replace old active block random node modifying things with actual ActiveBlock... | Perttu Ahola |
2011-11-29 | Add reason parameter to setModified and print it out to verbosestream when sa... | Perttu Ahola |
2011-11-29 | Do not expose CONTENT_* stuff in content_mapnode.h and use a name converter w... | Perttu Ahola |
2011-11-29 | Node definition names | Perttu Ahola |