| Commit message (Expand) | Author | Age |
... | |
* | Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu | Kahrl | 2013-08-14 |
* | Weather backward compatibility | proller | 2013-08-02 |
* | Fix warnings in mapblock.cpp | PilzAdam | 2013-07-28 |
* | Weather support | proller | 2013-07-27 |
* | Migrate to STL containers/algorithms. | Ilya Zhuravlev | 2013-03-11 |
* | Update Copyright Years | Sfan5 | 2013-02-24 |
* | Change Minetest-c55 to Minetest | PilzAdam | 2013-02-24 |
* | Move util/serialize.h out from staticobject.h for smaller header dependencies | Perttu Ahola | 2012-11-26 |
* | Reorganize ClientMap rendering code for a bit more performance | Perttu Ahola | 2012-09-04 |
* | Improve node timer format (map format version 25) and update mapformat.txt | Perttu Ahola | 2012-07-24 |
* | Fix map deserialization and remove old serialization code | Perttu Ahola | 2012-07-23 |
* | Increase node id/param0 to 16 bits, leaving param2 always with 8 bits | darkrose | 2012-07-23 |
* | Implement node timers | darkrose | 2012-07-23 |
* | Properly and efficiently use split utility headers | Perttu Ahola | 2012-06-17 |
* | Update and fix doc/mapformat.txt; make current format more solid in mapblock.cpp | Perttu Ahola | 2012-06-08 |
* | Switch the license to be LGPLv2/later, with small parts still remaining as GP... | Perttu Ahola | 2012-06-05 |
* | Add ignore_world_load_errors configuration option and provide better error me... | Perttu Ahola | 2012-06-04 |
* | WIP node metadata, node timers | Kahrl | 2012-06-03 |
* | Reduce EnvRef:set_node() time tenfold by postponing the dayNightDiff update u... | Perttu Ahola | 2012-03-29 |
* | MapBlockMesh, mesh animation system, urgent mesh updates, athmospheric light,... | Kahrl | 2012-03-15 |
* | Cleanup (some stuff went wrong when reverting 4-byte mapnodes); fix legacy_wa... | Kahrl | 2012-01-22 |
* | Node placement / mineral / serialization / iron freq / node_dig callback | Kahrl | 2012-01-22 |
* | The huge item definition and item namespace unification patch (itemdef), see ... | Kahrl | 2012-01-12 |
* | 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 |
* | Do not expose CONTENT_* stuff in content_mapnode.h and use a name converter w... | Perttu Ahola | 2011-11-29 |
* | Node definition names | Perttu Ahola | 2011-11-29 |
* | Remove content dependencies from mapblock.cpp | 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-11-29 |
* | Move ContentFeatures to mapnode_contentfeatures.{h,cpp} and clean stuff | Perttu Ahola | 2011-11-29 |
* | mobv2 | Perttu Ahola | 2011-10-15 |
* | Saner block modification flag operation for not saving everything always | Perttu Ahola | 2011-10-12 |
* | fix server build | Perttu Ahola | 2011-07-25 |
* | Added a mapblock analyzing function for debugging use and fixed remaining map... | Perttu Ahola | 2011-07-24 |
* | merged fix to decapitated trees; other bugs now exists | Perttu Ahola | 2011-07-24 |
|\ |
|
| * | Attempt to fix the big bug. Now server either stops sending map or mapgen sta... | Perttu Ahola | 2011-07-21 |
* | | extended content-type range | Perttu Ahola | 2011-07-23 |
|/ |
|
* | initial steps in doing content type extension | Perttu Ahola | 2011-07-02 |
* | fixed block unloading from memory (a better fix coming next) | Perttu Ahola | 2011-06-26 |
* | more reorganizing of map code | Perttu Ahola | 2011-06-26 |
* | New map generator added (and SQLite, messed up the commits at that time...) (... | Perttu Ahola | 2011-06-25 |
* | Changed MapBlockObjects to be never written anymore. Incremented version number. | Perttu Ahola | 2011-06-18 |
* | Moved stuff from mapblock{h,cpp} to mapblock_mesh.{h,cpp} and content_mapbloc... | Perttu Ahola | 2011-06-17 |
* | Moved some mapnode content stuff from mapnode.{h,cpp} and digging property st... | Perttu Ahola | 2011-06-17 |
* | Messed around with genmap.py. Now supports format version 17. | Perttu Ahola | 2011-06-05 |
* | Merged CiaranG's fence graphic updates (ugh, well, it worked, i guess, kind o... | Perttu Ahola | 2011-06-02 |
|\ |
|
| * | Slightly better texture coordinates for fences | Ciaran Gultnieks | 2011-05-31 |
| * | Ability to set texture coordinates on a generated cuboid (for fences) | Ciaran Gultnieks | 2011-05-30 |