aboutsummaryrefslogtreecommitdiff
path: root/src/treegen.cpp
AgeCommit message (Expand)Author
2017-11-08Move files to subdirectories (#6599)Vitaliy
2017-08-20Modernize source code: last part (#6285)Loïc Blot
2017-08-18Optimize headers (part 2) (#6272)Loïc Blot
2017-08-14L-system: Fix leaves cutting through stemsHybrid Dog
2017-07-04Treegen: Fix s16 overflow warning (#6082)Vincent Glize
2017-06-05Remove SharedPtr, it's not used and will be never used, we use C++11Loic Blot
2017-04-19Fix various variables passed by copy instead of const ref (#5610)Loïc Blot
2017-03-11Light calculation: New bulk node lighting codeDániel Juhász
2017-01-20Remove `mathconstants.h` and use the correct way to get `M_PI` in MSVC. (#5072)red-001
2017-01-19Fix MSVC build Build broken by 98e36d7SmallJoker
2017-01-08Move ServerEnvironment to dedicated cpp/header filesLoic Blot
2016-07-12Treegen: Improve use of signed vs. unsigned integersparamat
2016-06-04Change internal type for seeds to s32kwolekr
2015-08-10Treegen: Rename pine tree mapgen aliasparamat
2015-07-13Mgv6/treegen: (Re)Add fallback nodes for compatibility with subgamesparamat
2015-06-12Minimal: Add snow biome and jungleleaves nodes. Add mapgen aliasesparamat
2015-04-01Treegen: Add pine tree. Force place trunksparamat
2015-01-05Shorten ManualMapVoxelManipulator to MMVManipkwolekr
2014-08-23Fix seg fault if popping from empty stack (L-system trees)Craig Robbins
2014-06-17L-systems treegen code tweaks.RealBadAngel
2013-11-02Move the sapling growing and grass adding/removing ABMs to LuaNovatux
2013-08-14Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl
2013-03-16Make saplings only grow on dirt or grass, make jungle tree trunks only replac...kwolekr
2013-03-16Re-add jungles, apple treeskwolekr
2013-03-11Clean up Mapgenkwolekr
2013-03-11Migrate to STL containers/algorithms.Ilya Zhuravlev
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2013-02-24Add seed parameter for default and L-system treesRealBadAngel
2013-01-23Treegen update. Some new symbols. Speed up code a bit.RealBadAngel
2013-01-07L-Systems treegen update.RealBadAngel
2012-12-30Fixed compile issues on windowsdannydark
2012-12-30L-System treegenRealBadAngel