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
/
mapblock.cpp
Age
Commit message (
Expand
)
Author
2019-08-10
Merge pull request #8776 from osjc/FixGetNode
Jozef Behran
2019-01-22
Fix warnings about dungeongen.cpp memcpy() and unused variable in MapBlock::d...
Paramat
2019-01-03
Proselytize the network. Use IEEE F32 (#8030)
SmallJoker
2018-11-28
Move client-specific files to 'src/client' (#7902)
Quentin Bazin
2018-07-22
Add a MSVC / Windows compatible snprintf function (#7353)
nOOb3167
2018-02-10
Node definition manager refactor (#7016)
Dániel Juhász
2018-02-04
Remove unused light updating code
Dániel Juhász
2017-08-19
Code modernization: src/m* (part 2)
Loic Blot
2017-08-18
Modernize various files (src/m*) (#6267)
Loïc Blot
2017-07-27
Fix a warning introduced by 4eb59aeeb2f2b535f4eb2a1608189bb03098454e
Loïc Blot
2017-07-27
Rename previous_was_found to previous_exists
Loic Blot
2017-07-27
MapBlock::actuallyUpdateDayNightDiff(): little performance optimization
Loic Blot
2017-07-27
Massive performance improvement on correctBlockNodeIds
Loic Blot
2017-07-26
Remove unused Map::getDayNightDiff + fix one undefined variable in mapblock.cpp
Loic Blot
2017-07-18
Very little performance fix on correctBlockNodeIds
Loic Blot
2017-06-20
Fix 1 more warning reported by GCC
Loic Blot
2017-06-17
Cpp11 initializers 2 (#5999)
Loïc Blot
2017-06-10
Remove superfluous pointer null checks
QrchackOfficial
2017-06-06
Revert "Remove deprecated code segments (#5891)"
Loïc Blot
2017-06-04
Remove deprecated code segments (#5891)
Thomas--S
2017-05-10
Private nodemeta (#5702)
sfan5
2017-03-19
Update server min protocol version to v24 (#5411)
Loïc Blot
2017-02-13
Lighting: Update lighting at block loading
Dániel Juhász
2016-12-24
Move PP() and PP2() macros to basic_macros.h
Rogier
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
[next]