summaryrefslogtreecommitdiff
path: root/builtin/game
Commit message (Collapse)AuthorAge
* builtin: Unify register wrapper functions and wrap clear_registered_* ↵kwolekr2015-01-13
| | | | functions too
* Remove builtin_biome.lua from builtin and add simple biome minimalparamat2015-01-11
|
* Add registered_ores and registered_decorationsShadowNinja2015-01-05
|
* Expose mapgen parameters on scripting initkwolekr2014-12-29
| | | | | Add minetest.get_mapgen_params() Deprecate minetest.register_on_mapgen_init()
* Temporarily set default biome in builtinkwolekr2014-12-18
| | | | | This should probably be removed when minetest_game has proper biomes. If I hear "the whole map is just stone!" again after this, I am going to detonate.
* Make dropped items larger and rotate fasterCalinou2014-12-04
| | | | Signed-off-by: Craig Robbins <kde.psych@gmail.com>
* Fix some undeclared global variablesCraig Davison2014-11-26
|
* Add strict moduleShadowNinja2014-11-19
| | | | Also fix leaking globals found by it.
* Improved VoxelArea variable locality, thus performanceWouters Dorian2014-11-14
| | | | Signed-off-by: Craig Robbins <kde.psych@gmail.com>
* Add last_login field to auth.txtRyan Newell2014-11-08
| | | | Also shortens some related code and adds more parameters to string.split.
* Add a better error message when trying to teleport another player without ↵LeMagnesium2014-10-07
| | | | bring privileges
* Use round if falling node is misplacedSmallJoker2014-09-28
| | | | Fixes: http://i.imgur.com/arAWw1i.png (middle-right)
* Fix retval of entity.get_staticdata beeing lost while profiling is enabledsapier2014-08-24
|
* Remove buildable_to nodes without dropping item when replaced by a falling nodeCasimir2014-08-22
|
* Mod profiling supportsapier2014-08-19
| | | | | | | | | Config settings: profiling = true/false (gather statistics) detailed_profiling = true/false (break mod times to callbacks) Chat commands: save_mod_profile saves current statistics in debug.txt and shows on console (on default loglevel)
* Rework texture generating code, add texture grouping via ( ... )sfan52014-07-29
|
* Fix indexing error in timer processingZefram2014-07-16
|
* Fix crash reported here: https://forum.minetest.net/viewtopic.php?f=6&t=9726Novatux2014-07-13
|
* New feature: drop a item instead a stack while...Lord89James2014-06-10
| | | | sneaking
* Allow custom liquids to have dropssfan52014-06-08
|
* Add success and output return values to chat commandsShadowNinja2014-05-28
|
* Add item eat callbackrubenwardy2014-05-26
|
* Sort commands and privs alphabetically in '/help'.Diego Martinez2014-05-24
| | | | Also make a stray variable local.
* Item entity stacks merge on the ground.RealBadAngel2014-05-23
| | | | Add TTL to item entities.
* Fix old client showing duplicated health bar on new serversapier2014-05-11
| | | | | Fix client not showing hearts and bubbles on connecting to old server Fix server not remembering hud flags correctly
* Fix healthbar not beeing hidden on disabled damagesapier2014-05-10
|
* Use "core" namespace internallyShadowNinja2014-05-08
|
* Organize builtin into subdirectoriesShadowNinja2014-05-07