| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-06-17 | Decoration, Ore: Resolve node names on Mapgen init | kwolekr | |
| 2013-06-17 | Add initial Decoration support, many misc. improvements & modifications | kwolekr | |
| 2013-05-25 | Move scriptapi to separate folder (by sapier) | sapier | |
| On the lua side, notably minetest.env:<function>(<args>) should now be replaced by minetest.<function>(<args>). The old way is and will stay supported for a long time. Also: Update and clean up lua_api.txt (by celeron55) Move EnvRef to lua and remove add_rat and add_firefly (by kahrl) Add separate src/util/CMakeLists.txt, other minor fixes (by kahrl) | |||
| 2013-05-19 | Fix EmergeThread names in log | Kahrl | |
| Concatenate the thread id as string instead of adding it to the pointer | |||
| 2013-04-21 | Class-ify caves & move to cavegen.cpp, fix cave regression, add caves to ↵ | kwolekr | |
| Mapgen V7 | |||
| 2013-04-12 | Fix double free, null texture drop | kwolekr | |
| 2013-04-09 | fix emergemanager memory leaks | sapier | |
| 2013-04-07 | Fix crash on creating map with invalid mg_name | kwolekr | |
| 2013-04-07 | Add Mapgen V7, reorganize biomes | kwolekr | |
| 2013-03-22 | Add singlenode mapgen; generates solely the node 'mapgen_singlenode', ↵ | Perttu Ahola | |
| defaults to air | |||
| 2013-03-16 | initial mapgen indev version with farscale feature and huge caves | proller | |
| 2013-03-11 | Migrate to STL containers/algorithms. | Ilya Zhuravlev | |
| 2013-02-26 | Fix most warnings, re-fix MSVC compile error | kwolekr | |
| 2013-02-25 | Remove dead code, relocate some code | kwolekr | |
| 2013-02-25 | Fix selection of # threads, set default to 1 thread | kwolekr | |
| 2013-02-25 | Tune queue limits, some other adjustments | kwolekr | |
| 2013-02-25 | Misc. cleanup and minor fixes | kwolekr | |
| 2013-02-25 | Add multi-Emerge thread support | kwolekr | |
| 2013-02-25 | Add emerge queue limit configuration | kwolekr | |
| 2013-02-25 | Fix EmergeThread hang on exit | kwolekr | |
| 2013-02-25 | Add global and per-peer queue limits | kwolekr | |
| 2013-02-25 | Add emerge.cpp, initial EmergeThread changes | kwolekr | |
| - Neatly placed all emerge related code into a new file, emerge.cpp - Greatly cleaned up the code in EmergeThread::Thread() - Reworked Emerge queue. Now an actual std::queue of v3s16 block positions - Removed the completely unnecessary map of peer ids requesting blocks | |||
