est31
|
a8e238ed06
Add count based unload limit for mapblocks
|
9 年之前 |
kwolekr
|
b785577f03
Add core.find_nodes_with_meta() script API
|
9 年之前 |
Craig Robbins
|
ced6d20295
For usages of assert() that are meant to persist in Release builds (when NDEBUG is defined), replace those usages with persistent alternatives
|
9 年之前 |
ShadowNinja
|
e9eda2b0d0
Don't start a server for map migration
|
9 年之前 |
ShadowNinja
|
708337dfc2
Clean up database API and save the local map on an interval
|
10 年之前 |
Loic Blot
|
06f328207f
ABMHandler and player_collisions use sequential read/write. Switch from std::list to std::vector
|
9 年之前 |
Loic Blot
|
3c91ad8fc2
Replace std::list by std::vector into timerUpdate calls
|
9 年之前 |
Loic Blot
|
718bcafd51
Replace std::list by std::vector into ServerMap::listAllLoadableBlocks ServerMap::listAllLoadedBlocks and their database backends.
|
9 年之前 |
Craig Robbins
|
805c8e51e5
Create empty default constructor for MapNode
|
9 年之前 |
kwolekr
|
9736548720
Add ability to delete MapBlocks from map
|
9 年之前 |
kwolekr
|
2d849b0a19
Shorten ManualMapVoxelManipulator to MMVManip
|
10 年之前 |
kwolekr
|
cc3ab5efa5
LuaVoxelManip: Remove blank allocator
|
10 年之前 |
kwolekr
|
8334100fe1
LuaVoxelManip: Add option to allocate blank data
|
10 年之前 |
Craig Robbins
|
082256a9f8
Do not allow the m_transforming_liquid queue to increase until all RAM is consumed
|
10 年之前 |
ShadowNinja
|
b1965ac209
Clean up rollback
|
10 年之前 |
Craig Robbins
|
5b8855e83c
Remove most exceptions from getNode() (and variants)
|
10 年之前 |
kwolekr
|
9e4e7072da
Update Mapgen VoxelManipulator on buffer invalidation
|
10 年之前 |
sfan5
|
eec456be63
Move MapBlock (de)serializing code out of Database class
|
10 年之前 |
kwolekr
|
a2e1b0fc7f
Don't copy back already generated blocks on map generation
|
10 年之前 |
kwolekr
|
8b3ed78e53
Don't unload blocks if save failed
|
10 年之前 |
sapier
|
b3a2ef1a91
Remove MapVoxelManipulator not really used by anyone
|
10 年之前 |
sapier
|
9d57413af0
Minor stability improvements in block emerge handling
|
10 年之前 |
proller
|
0279f32db7
Remove liquid_finite and weather
|
10 年之前 |
kwolekr
|
89f7dc1efd
ServerEnvironment: Remove direct dependency on EmergeManager
|
10 年之前 |
kwolekr
|
5a34f40d80
Huge overhaul of the entire MapgenParams system
|
10 年之前 |
ShadowNinja
|
0fd5c61c00
Revert "Improve (re)spawn, add cache_block_before_spawn and max_spawn_height settings"
|
11 年之前 |
kwolekr
|
7a4c1e7327
Update mapgen params in ServerMap after Mapgen init
|
11 年之前 |
sweetbomber
|
22dbbf0a6f
Improve (re)spawn, add cache_block_before_spawn and max_spawn_height settings
|
11 年之前 |
Novatux
|
d879a539cd
Add minetest.swap_node
|
11 年之前 |
MetaDucky
|
5be786c804
Fixed potential NULL pointer and leak when setting node metadata
|
11 年之前 |