index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
map.cpp
Age
Commit message (
Expand
)
Author
2014-12-23
Make limiting of the reflow liquids queue size optional
Craig Robbins
2014-12-18
Do not allow the m_transforming_liquid queue to increase until all RAM is con...
Craig Robbins
2014-12-12
Use std::string::empty() instead of size() where applicable
Anton
2014-11-14
Remove most exceptions from getNode() (and variants)
Craig Robbins
2014-11-01
Split up mapgen.cpp
kwolekr
2014-09-21
Split settings into seperate source and header files
ShadowNinja
2014-09-01
Update Mapgen VoxelManipulator on buffer invalidation
kwolekr
2014-09-01
Save previously generated blocks on Mapgen blitback
kwolekr
2014-07-12
Move MapBlock (de)serializing code out of Database class
sfan5
2014-07-07
Don't copy back already generated blocks on map generation
kwolekr
2014-07-07
Don't unload blocks if save failed
kwolekr
2014-06-23
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-15
Minor stability improvements in block emerge handling
sapier
2014-04-19
Fix warnings
proller
2014-04-18
Remove liquid_finite and weather
proller
2014-04-16
Add redis database backend
Sfan5
2014-04-15
Fix all warnings reported by clang
Sfan5
2014-02-09
ServerEnvironment: Remove direct dependency on EmergeManager
kwolekr
2014-02-03
Huge overhaul of the entire MapgenParams system
kwolekr
2014-01-06
Revert "Improve (re)spawn, add cache_block_before_spawn and max_spawn_height ...
ShadowNinja
2013-12-05
Improve (re)spawn, add cache_block_before_spawn and max_spawn_height settings
sweetbomber
2013-12-01
Cleanup jthread and fix win32 build
sapier
2013-11-30
Add minetest.swap_node
Novatux
2013-11-29
Fixed potential NULL pointer and leak when setting node metadata
MetaDucky
2013-11-17
Actually fix weather
kwolekr
2013-11-09
Weather: Fix uninitialized weather_update_time (sorry proller)
kwolekr
2013-11-04
Accept hexadecimal and string values for seeds
kwolekr
2013-11-02
Fix liquid_range
PilzAdam
2013-09-18
Fix null dereference in weather update functions
proller
2013-09-16
Fix some warnings and other minor details
kwolekr
2013-09-16
Weather: Clean up getHeat/getHumidity somewhat
kwolekr
2013-09-10
Fix loading leveldb worlds
Kahrl
2013-09-09
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-08-30
Normalized heat and adjusted humidity
proller
2013-08-14
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
Kahrl
2013-08-13
Dont write directly to files but rather write and copy a tmp file
PilzAdam
2013-08-11
Decoration: Fix schematic probability mess with new MTS file version
kwolekr
2013-08-02
Weather backward compatibility
proller
2013-07-29
Warnings fix
proller
2013-07-28
Better snow fall, finite liquid transform, leveled nodes api
proller
2013-07-27
Weather support
proller
2013-07-20
Add liquid_range to nodedef
PilzAdam
2013-07-16
Fix lighting bug caused by disappearing lava
PilzAdam
2013-07-05
Improve finite liquid distribution, fix small bug
proller
2013-07-02
Replace C++ mainmenu by formspec powered one
sapier
2013-06-27
Fix issue of VManip occasionally not blitting back blocks, and pitch black li...
kwolekr
2013-06-20
Add a setting for max loop count per step in liquid update
PilzAdam
[next]