| Commit message (Expand) | Author | Age |
... | |
* | Fix -Wtype-limits warnings and remove disabling of -Wtype-limits | Craig Robbins | 2014-12-29 |
* | LuaVoxelManip: Remove blank allocator | kwolekr | 2014-12-29 |
* | LuaVoxelManip: Add option to allocate blank data | kwolekr | 2014-12-27 |
* | Make limiting of the reflow liquids queue size optional | Craig Robbins | 2014-12-23 |
* | Do not allow the m_transforming_liquid queue to increase until all RAM is con... | Craig Robbins | 2014-12-18 |
* | Use std::string::empty() instead of size() where applicable | Anton | 2014-12-12 |
* | Remove most exceptions from getNode() (and variants) | Craig Robbins | 2014-11-14 |
* | Split up mapgen.cpp | kwolekr | 2014-11-01 |
* | Split settings into seperate source and header files | ShadowNinja | 2014-09-21 |
* | Update Mapgen VoxelManipulator on buffer invalidation | kwolekr | 2014-09-01 |
* | Save previously generated blocks on Mapgen blitback | kwolekr | 2014-09-01 |
* | Move MapBlock (de)serializing code out of Database class | sfan5 | 2014-07-12 |
* | Don't copy back already generated blocks on map generation | kwolekr | 2014-07-07 |
* | Don't unload blocks if save failed | kwolekr | 2014-07-07 |
* | Remove MapVoxelManipulator not really used by anyone | sapier | 2014-06-23 |
* | Remove emerge and speedup addArea by using memcopy instead of one by one assi... | sapier | 2014-06-23 |
* | Minor stability improvements in block emerge handling | sapier | 2014-06-15 |
* | Fix warnings | proller | 2014-04-19 |
* | Remove liquid_finite and weather | proller | 2014-04-18 |
* | Add redis database backend | Sfan5 | 2014-04-16 |
* | Fix all warnings reported by clang | Sfan5 | 2014-04-15 |
* | ServerEnvironment: Remove direct dependency on EmergeManager | kwolekr | 2014-02-09 |
* | Huge overhaul of the entire MapgenParams system | kwolekr | 2014-02-03 |
* | Revert "Improve (re)spawn, add cache_block_before_spawn and max_spawn_height ... | ShadowNinja | 2014-01-06 |
* | Improve (re)spawn, add cache_block_before_spawn and max_spawn_height settings | sweetbomber | 2013-12-05 |
* | Cleanup jthread and fix win32 build | sapier | 2013-12-01 |
* | Add minetest.swap_node | Novatux | 2013-11-30 |
* | Fixed potential NULL pointer and leak when setting node metadata | MetaDucky | 2013-11-29 |
* | Actually fix weather | kwolekr | 2013-11-17 |
* | Weather: Fix uninitialized weather_update_time (sorry proller) | kwolekr | 2013-11-09 |
* | Accept hexadecimal and string values for seeds | kwolekr | 2013-11-04 |
* | Fix liquid_range | PilzAdam | 2013-11-02 |
* | Fix null dereference in weather update functions | proller | 2013-09-18 |
* | Fix some warnings and other minor details | kwolekr | 2013-09-16 |
* | Weather: Clean up getHeat/getHumidity somewhat | kwolekr | 2013-09-16 |
* | Fix loading leveldb worlds | Kahrl | 2013-09-10 |
* | Use STL containers instead of irr::core::list | Sfan5 | 2013-09-09 |
* | Make it compile | Sfan5 | 2013-09-09 |
* | Add dummy and LevelDB database backends | Ilya Zhuravlev | 2013-09-09 |
* | Normalized heat and adjusted humidity | proller | 2013-08-30 |
* | Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu | Kahrl | 2013-08-14 |
* | Dont write directly to files but rather write and copy a tmp file | PilzAdam | 2013-08-13 |
* | Decoration: Fix schematic probability mess with new MTS file version | kwolekr | 2013-08-11 |
* | Weather backward compatibility | proller | 2013-08-02 |
* | Warnings fix | proller | 2013-07-29 |
* | Better snow fall, finite liquid transform, leveled nodes api | proller | 2013-07-28 |
* | Weather support | proller | 2013-07-27 |
* | Add liquid_range to nodedef | PilzAdam | 2013-07-20 |
* | Fix lighting bug caused by disappearing lava | PilzAdam | 2013-07-16 |
* | Improve finite liquid distribution, fix small bug | proller | 2013-07-05 |