Commit History

Author SHA1 Message Date
  ShadowNinja 96cc5b34fe Use warningstream for log messages with WARNING 8 years ago
  est31 452df1c723 Various style cleanups + unused code removal 8 years ago
  est31 283bf97a1c Serialisation: documentation fixes, clarifying renames and whitespace fixes 8 years ago
  David Jones 34b7a147dc Change i++ to ++i 8 years ago
  ShadowNinja e4bff8be94 Clean up threading 9 years ago
  nerzhul ca63f7f10d Precalculate mapblock relative size. This permit to remove many s16 calculs on runtime 9 years ago
  kwolekr 8eb272cea3 Misc. minor fixes 9 years ago
  est31 dd91b3d6fb Generic CAO cleanups and renames for clarification 9 years ago
  est31 06a2eee692 Mapblock: nodecount refactor 9 years ago
  kwolekr 46684beec1 Record MapBlock modification reasons as flags instead of strings 9 years ago
  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 years ago
  Craig Robbins caf8d2a9d1 Increase MapBlock::actuallyUpdateDayNightDiff() performance by 2-8x. ok @celeron55 9 years ago
  Loic Blot 80a7408e4d Fix a crash (assert) when client set serial version < 24 in INIT 9 years ago
  Craig Robbins ca217d0416 Revert "Fix a crash (assert) when client set serial version < 24 in INIT command SER_FMT_VER_LOWEST is set to zero, then the test is stupid in INIT because all client works. In mapblock we check if client's serialization version is < 24, but if client sent serialization version < 24 (15 for example) the server set it and tried to send nodes, then BOOM" 9 years ago
  (@U-Exp) 800d192702 Fix a crash (assert) when client set serial version < 24 in INIT command SER_FMT_VER_LOWEST is set to zero, then the test is stupid in INIT because all client works. In mapblock we check if client's serialization version is < 24, but if client sent serialization version < 24 (15 for example) the server set it and tried to send nodes, then BOOM 9 years ago
  kwolekr 38bd9e93a2 Fix all warnings and remove -Wno-unused-but-set cflag 9 years ago
  Craig Robbins 5b8855e83c Remove most exceptions from getNode() (and variants) 9 years ago
  sapier 5d06bdf8ac Speedup getBlockNodeIdMapping by up to factor 4 by using a fixed size mapping array 10 years ago
  proller 0279f32db7 Remove liquid_finite and weather 10 years ago
  sapier 04e9a9d541 Cleanup jthread and fix win32 build 10 years ago
  kwolekr e396fb2984 Actually fix weather 10 years ago
  kwolekr 9bccd75e34 Weather: Clean up getHeat/getHumidity somewhat 10 years ago
  Kahrl 4e1f50035e Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu 11 years ago
  proller 06cdce1e12 Weather backward compatibility 11 years ago
  PilzAdam ff7c380d0e Fix warnings in mapblock.cpp 11 years ago
  proller 3aedfac968 Weather support 11 years ago
  Ilya Zhuravlev 6a1670dbc3 Migrate to STL containers/algorithms. 11 years ago
  Sfan5 6d0ea26c2d Update Copyright Years 11 years ago
  PilzAdam 497ff1ecd6 Change Minetest-c55 to Minetest 11 years ago
  Perttu Ahola eca1c96412 Move util/serialize.h out from staticobject.h for smaller header dependencies 11 years ago