Commit History

Author SHA1 Message Date
  Craig Robbins 9527984dbc Move globals from main.cpp to more sane locations 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 9749d9fee6 Fix issue #2441: crash on respawn, since a conversion std::list to std::vector on Environment.cpp 9 years ago
  Miguel Almeida 056e8f7839 Fix occlusion 9 years ago
  Loic Blot fd70f4f2f0 Replace std::list by std::vector into ClientMap::updateDrawList, Map::timerUpdate and ServerMap::save(). 9 years ago
  kwolekr 38bd9e93a2 Fix all warnings and remove -Wno-unused-but-set cflag 9 years ago
  Craig Robbins 3d29be24e0 Add display_gamma option for client 9 years ago
  Craig Robbins 2b119e1e19 Performance of main client loop up to 2x faster In places, up to 3 times faster 9 years ago
  sapier 334ec4bb1b Avoid doing a full material compare if not even first texture does match 10 years ago
  sapier 09970b7b6d Add support for interlaced polarized 3d screens 10 years ago
  BlockMen c0ab09af74 Add player:set_eye_offset() by @MirceaKitsune and clean up 10 years ago
  BlockMen a1db9242ec Add third person view 10 years ago
  Novatux 062de11b4c Fix rendering glitches when far from the center of the map 10 years ago
  sapier 04e9a9d541 Cleanup jthread and fix win32 build 10 years ago
  Perttu Ahola c50c9a10f1 Fix and improve view range tuner 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
  ShadowNinja 32552fede5 Don't see through nodes without noclip privileges 11 years ago
  Perttu Ahola 8bb36f4650 Fix automagic render distance tuner 11 years ago
  Vanessa Ezekowitz 0dd9c14ff8 Added video settings filter options via config file - second try :-) 12 years ago
  Perttu Ahola ee2d9d973a Reorganize ClientMap rendering code for a bit more performance 12 years ago
  Perttu Ahola 71c6845a94 Define M_PI on MSVC 12 years ago
  Perttu Ahola d0ea6f9920 Properly and efficiently use split utility headers 12 years ago
  Perttu Ahola 037b259197 Switch the license to be LGPLv2/later, with small parts still remaining as GPLv2/later, by agreement of major contributors 12 years ago
  Perttu Ahola 07e5c9bd5f No occlusion culling when free_move is on and camera is inside ground 12 years ago
  Perttu Ahola 20e025b3d8 Try to make background/fog/sky color selection work better 12 years ago
  Perttu Ahola 9c4f68e174 Fix getVisibleBrightness() to return sunlight visibility correctly even if not much of world has been loaded 12 years ago
  Perttu Ahola 2e90ed07ac Dynamic sky, fog and cloud colors; sun and moon 12 years ago
  Perttu Ahola 58bed83d03 Move ClientMap to clientmap.{h,cpp} 12 years ago