aboutsummaryrefslogtreecommitdiff
path: root/src/treegen.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move files to subdirectories (#6599)Vitaliy2017-11-081-92/+0
| | | | * Move files around
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-171-3/+1
| | | | * Migrate cpp headers to pragma once
* Fix various variables passed by copy instead of const ref (#5610)Loïc Blot2017-04-191-1/+1
| | | Pointed by cppcheck
* Change internal type for seeds to s32kwolekr2016-06-041-4/+4
| | | | | This fixes value truncation (and therefore incompatibility) on platforms with an LP32 data model, such as VAX or MS-DOS.
* Treegen: Add pine tree. Force place trunksparamat2015-04-011-1/+4
| | | | | | Speed-optimise leaves blits Use MMVManip for make_jungletree Use correct code style
* Shorten ManualMapVoxelManipulator to MMVManipkwolekr2015-01-051-8/+8
|
* Fix seg fault if popping from empty stack (L-system trees)Craig Robbins2014-08-231-2/+8
| | | | | | | | | | | | | | | | | | See: https://github.com/minetest/minetest/issues/1525 Background Wuzzy2: If you attempt to spawn a L-system tree with minetest.spawn_tree, you can make Minetest crash if it is attempted to pop an empty stack. ShadowNinja: This shouldn't cause a segmentation fault, but it should throw a Lua error Commit Description This commit throws a Lua error instead of causing a segmentation fault. The server will still "crash" but will include a Lua backtrace. L-Systems fix randomness Unless a random seed is provided (via Lua treedef) seed the PRNG with a different seed for each tree Resolves: https://github.com/minetest/minetest/issues/1469 Fix l-system crash when treedef random_level not set by Lua
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-141-0/+1
|
* Clean up Mapgenkwolekr2013-03-111-24/+27
|
* Update Copyright YearsSfan52013-02-241-1/+1
|
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
|
* Add seed parameter for default and L-system treesRealBadAngel2013-02-241-3/+5
|
* Treegen update. Some new symbols. Speed up code a bit.RealBadAngel2013-01-231-11/+16
|
* L-Systems treegen update.RealBadAngel2013-01-071-2/+5
|
* L-System treegenRealBadAngel2012-12-301-0/+71