Commit History

Author SHA1 Message Date
  sfan5 d5a97e00ea Fix blocks written by vmanip not being marked as modified 6 years ago
  Loic Blot b5f7249a7e Code modernization: src/m* (part 2) 6 years ago
  Loïc Blot fd3afbced5 Optimize headers (part 2) (#6272) 6 years ago
  Loïc Blot 921151d97a C++ modernize: Pragma once (#6264) 6 years ago
  Loïc Blot 8f7785771b Cpp11 initializers 2 (#5999) 7 years ago
  Perttu Ahola 04cc9de8f2 MeshUpdateQueue: Add a MapBlock cache that minimizes the amount of MapBlock copying done in the main thread 7 years ago
  Dániel Juhász 021e667511 Add documentation for map block format 27 (#5576) 7 years ago
  paramat ec0c4d33db Map generation limit: Make per-world 7 years ago
  paramat d3131aeae7 Map generation limit: Rewrite 7 years ago
  Loïc Blot f8ad01ab7c Update server min protocol version to v24 (#5411) 7 years ago
  paramat 3955f51253 Objectpos over limit: Avoid crash caused by sector over limit 7 years ago
  Dániel Juhász f17c9c45dc Lighting: Update lighting at block loading 7 years ago
  paramat 8c1b4f298e Map generation limit: Cache as 'const' not 'const static' 7 years ago
  paramat ddcf8422a2 Map generation limit: Fix checks for block/sector over-limit 7 years ago
  Lars Hofhansl ca3629637c Fixes for using std:vector in ABMHander and further perf improvements 7 years ago
  Ekdohibs 559dd99469 Make node timers more efficient 8 years ago
  est31 6c81be51ff Fix object position border checking 8 years ago
  est31 f61f817b9c Disallow placing entities outside safe boundaries 8 years ago
  est31 283bf97a1c Serialisation: documentation fixes, clarifying renames and whitespace fixes 8 years ago
  rubenwardy ec796b8e81 Add map limit config option 9 years ago
  nerzhul ca63f7f10d Precalculate mapblock relative size. This permit to remove many s16 calculs on runtime 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
  Loic Blot fd70f4f2f0 Replace std::list by std::vector into ClientMap::updateDrawList, Map::timerUpdate and ServerMap::save(). 9 years ago
  Loic Blot 80a7408e4d Fix a crash (assert) when client set serial version < 24 in INIT 9 years ago
  gregorycu db3466dbe8 Water fixes 9 years ago
  Craig Robbins 9f65fd6819 Fix typo in mapblock.h 9 years ago
  Craig Robbins 5b8855e83c Remove most exceptions from getNode() (and variants) 9 years ago
  proller 0279f32db7 Remove liquid_finite and weather 10 years ago