Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-08 | Schematics: Prepend mod path to relative schematic filepaths | kwolekr | |
2015-04-01 | Move globals from main.cpp to more sane locations | Craig Robbins | |
Move debug streams to log.cpp|h Move GUI-related globals to clientlauncher Move g_settings and g_settings_path to settings.cpp|h Move g_menuclouds to clouds.cpp|h Move g_profiler to profiler.cpp|h | |||
2015-03-31 | ObjDefManager, Mapgen SAPI: Huge refactoring | kwolekr | |
- General code cleanup - Unified object creation and loading - Specifying objects in APIs is now orthogonal (i.e. anything can take an ID, name string, or the raw table definition (and automatically registers if present | |||
2015-03-31 | GenElementManager: Pass opaque handles to Lua and rename to ObjDefManager | kwolekr | |
Add core.clear_registered_schematics() and refactor schematics somewhat | |||
2015-03-24 | lua_api/l_mapgen: generate_ores/decorations: make p1, p2 optional | paramat | |
2015-03-23 | Add core.register_schematic() and cache schematics on use | kwolekr | |
2015-03-20 | Revert "Fix issue #2441: crash on respawn, since a conversion std::list to ↵ | kwolekr | |
std::vector on Environment.cpp" This reverts parts of commit 9749d9fee6db99da1ab861dc04ec63ef973db3e0, which breaks node resolver list clearing | |||
2015-03-11 | lua_api/l_mapgen: Fix overlapping areas of minetest.generate_ores/decorations | paramat | |
2015-03-05 | Fix issue #2441: crash on respawn, since a conversion std::list to ↵ | Loic Blot | |
std::vector on Environment.cpp * Also change some std::list to std::vector for ClientMap::renderMap * Remove disabled code in ClientMap::renderMap, disabled since a long time | |||
2015-02-26 | Biome API: Re-calculate biome at every surface in a mapchunk column | paramat | |
2015-01-05 | Shorten ManualMapVoxelManipulator to MMVManip | kwolekr | |
2015-01-04 | Add minetest.generate_ores() and minetest.generate_decorations() | kwolekr | |
2015-01-04 | Add warning about using deprecated fields in Mapgen API and update docs | kwolekr | |
2014-12-30 | Replace instances of height_min/height_max with y_min/y_max to remove ambiguity | kwolekr | |
2014-12-30 | Decoration: Fix default parameter values | kwolekr | |
2014-12-29 | Expose mapgen parameters on scripting init | kwolekr | |
Add minetest.get_mapgen_params() Deprecate minetest.register_on_mapgen_init() | |||
2014-12-28 | Decoration: Add height_min and height_max parameters | kwolekr | |
Also set default height_min/height_max to -31000 and 31000, respectively, for ore and biomes | |||
2014-12-28 | Biome API: Add shore top and shore filler nodes, underwater node, water top ↵ | paramat | |
node. Add water top depth and shore height parameters. Remove water dust node | |||
2014-12-28 | Ore: Add Vein ore type | kwolekr | |
2014-12-28 | Ore: Add Blob ore type | kwolekr | |
2014-12-27 | Set fallback content if resolving content vector requires everything | kwolekr | |
2014-12-27 | Redefine NodeResolver interface and replace with callback mechanism | kwolekr | |
2014-12-12 | Add minetest.clear_registered_decorations() and clear_registered_ores() | kwolekr | |
2014-12-10 | Move get_schematic and read_schematic to l_mapgen.cpp | kwolekr | |
2014-12-10 | Remove get_noiseparams function. read_noiseparams should be used from now on | kwolekr | |
2014-12-10 | Noise: Create a deep copy of NoiseParams | kwolekr | |
2014-12-09 | Rename and repurpose minetest.set_noiseparam_defaults to set_noiseparams | kwolekr | |
2014-12-07 | Add flags and lacunarity as new noise parameters | kwolekr | |
Add 'absolute value' option to noise map functions Extend persistence modulation to 3D noise Extend 'eased' option to noise2d_perlin* functions Some noise.cpp formatting fixups | |||
2014-12-06 | Add minetest.clear_registered_biomes() api | kwolekr | |
2014-12-06 | Rewrite generate notification mechanism | kwolekr | |
Add support for notify-on-decoration Clean up mapgen constructors Clean up mapgen.cpp code style somewhat Remove trailing whitespace from some files | |||
2014-12-03 | Add definable node_stone to biome API, mgv5, mgv7. Reduce and correct depth ↵ | paramat | |
of mgv7 biomes. l_mapgen.cpp: add '#include mapgen_v5.h' because '#include mapgen_v7' is there. Improve underwater grass hack | |||
2014-11-14 | Fix warnings and other misc. minor changes | kwolekr | |
2014-11-12 | Add Generator Element Management framework | kwolekr | |
Add BiomeManager, OreManager, DecorationManager, and SchematicManager | |||
2014-11-01 | Split up mapgen.cpp | kwolekr | |
2014-10-30 | Fix erroneous lua_pop parameter | kwolekr | |
2014-10-29 | Refactor decoration-related code | kwolekr | |
Split up ModApiMapgen::l_register_decoration() Define and make use of CONTAINS() and ARRLEN() macros | |||
2014-10-28 | Prevent invalid memory access under failure conditions | kwolekr | |
2014-10-26 | Add NodeResolver and clean up node name -> content ID resolution system | kwolekr | |
2014-09-21 | Split settings into seperate source and header files | ShadowNinja | |
This also cleans up settings a bit | |||
2014-09-11 | Simplify and optimize schematic replacements | ShadowNinja | |
2014-05-08 | Use "core" namespace internally | ShadowNinja | |
2014-04-15 | Fix all warnings reported by clang | Sfan5 | |
2014-03-08 | Update set_mapgen_params and set_gen_notify Lua API to use new flag format | kwolekr | |
2014-02-16 | Fix g_settings not being included | Sfan5 | |
2014-02-15 | Schematic: Add force_placement parameter to minetest.place_structure API | kwolekr | |
2014-02-15 | Add minetest.set_noiseparam_defaults() Lua API | kwolekr | |
2014-02-09 | Add capability to read table flag fields from Lua API | kwolekr | |
2014-02-08 | Make flag strings clear specified flag with 'no' prefix | kwolekr | |
Remove flagmask field from set_mapgen_params table Add small bits of needed documentation | |||
2014-02-03 | Huge overhaul of the entire MapgenParams system | kwolekr | |
MapgenParams is no longer a polymorphic class, eliminating the need for messy and bug-prone reallocations. Separation between the common and mapgen-specific parameters is now strongly defined. Mapgen parameters objects are now properly encapsulated within the proper subsystems. | |||
2013-12-14 | Add map feature generation notify Lua API | kwolekr | |