Age | Commit message (Expand) | Author |
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-27 | Weather support | proller |
2013-03-11 | Migrate to STL containers/algorithms. | Ilya Zhuravlev |
2013-02-24 | Update Copyright Years | Sfan5 |
2013-02-24 | Change Minetest-c55 to Minetest | PilzAdam |
2012-09-04 | Reorganize ClientMap rendering code for a bit more performance | Perttu Ahola |
2012-07-23 | Fix map deserialization and remove old serialization code | Perttu Ahola |
2012-07-23 | Implement node timers | darkrose |
2012-06-17 | Optimize headers | Perttu Ahola |
2012-06-17 | Properly and efficiently use split utility headers | Perttu Ahola |
2012-06-05 | Switch the license to be LGPLv2/later, with small parts still remaining as GP... | Perttu Ahola |
2012-06-03 | WIP node metadata, node timers | Kahrl |
2012-03-29 | Reduce EnvRef:set_node() time tenfold by postponing the dayNightDiff update u... | Perttu Ahola |
2012-03-15 | MapBlockMesh, mesh animation system, urgent mesh updates, athmospheric light,... | Kahrl |
2012-01-22 | Node placement / mineral / serialization / iron freq / node_dig callback | Kahrl |
2012-01-12 | The huge item definition and item namespace unification patch (itemdef), see ... | Kahrl |
2011-11-29 | Replace old active block random node modifying things with actual ActiveBlock... | Perttu Ahola |
2011-11-29 | Add reason parameter to setModified and print it out to verbosestream when sa... | Perttu Ahola |
2011-11-29 | Node definition names | Perttu Ahola |
2011-11-29 | GameDef compiles | Perttu Ahola |
2011-11-29 | Create framework for getting rid of global definitions of node/tool/item/what... | Perttu Ahola |
2011-11-29 | Allocate MapBlock::m_node_metadata on heap to allow less header bloat | Perttu Ahola |
2011-10-15 | mobv2 | Perttu Ahola |
2011-10-12 | Saner block modification flag operation for not saving everything always | Perttu Ahola |
2011-07-24 | Added a mapblock analyzing function for debugging use and fixed remaining map... | Perttu Ahola |
2011-06-26 | more reorganizing of map code | Perttu Ahola |
2011-06-25 | New map generator added (and SQLite, messed up the commits at that time...) (... | Perttu Ahola |
2011-06-18 | Changed MapBlockObjects to be never written anymore. Incremented version number. | Perttu Ahola |
2011-06-17 | Moved stuff from mapblock{h,cpp} to mapblock_mesh.{h,cpp} and content_mapbloc... | Perttu Ahola |
2011-06-05 | tried to reduce unnecessary map saving disk i/o a bit | Perttu Ahola |
2011-05-22 | Preliminary "active block" stuff + set up test code to grow grass. | Perttu Ahola |
2011-04-10 | implemented rats in new system to verify that it works | Perttu Ahola |
2011-04-10 | new object system | Perttu Ahola |
2011-04-04 | now the server builds | Perttu Ahola |
2011-04-04 | Made a proper queued thread to client for handling some block mesh updates. A... | Perttu Ahola |
2011-04-03 | Modified block mesh generation to have clearer input and output. Instead of b... | Perttu Ahola |
2011-04-03 | commit before some more radical changes | Perttu Ahola |
2011-04-03 | Revert mapgen to best working version (2) | Perttu Ahola |
2011-04-02 | Mapgen is better now. Not a lot, but a bit! | Perttu Ahola |
2011-02-01 | partly working chunk-based map generator (doesn't save properly, spawn is pre... | Perttu Ahola |
2011-01-30 | map generation framework under development... not quite operational at this p... | Perttu Ahola |
2011-01-17 | minecraft-style water done (but no texture animation or sound) | Perttu Ahola |
2011-01-17 | old water removed, some fixes here and there | Perttu Ahola |
2011-01-15 | generate-time lighting optimization | Perttu Ahola |
2010-12-26 | better grass generation (integration to sunlight propagation algorithms) | Perttu Ahola |
2010-12-23 | a mutex added to TempMods which hopefully fixes rare segfaults on client | Perttu Ahola |
2010-12-21 | organizing stuff. | Perttu Ahola |