index
:
dragonfireclient.git
master
on_receive_particlespawner
simple_cheatdb
zoom_priv
luanti cheat client
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
game
Age
Commit message (
Expand
)
Author
2015-08-12
SAPI: Track last executed mod and include in error messages
kwolekr
2015-07-18
Add ability to specify coordinates for /spawnentity
Marcin
2015-06-14
Remove reference to deprecated privilege
Craig Davison
2015-06-13
Add minetest.register_on_player_hpchange
TeTpaAka
2015-06-06
Decrease minetest.after globalstep lag
HybridDog
2015-06-02
Nicer time setting logging
est31
2015-05-16
Added hour:minute format to time command
LeMagnesium
2015-05-15
Add minetest.register_on_punchplayer
Brandon
2015-05-15
Don't crash if an item gets dropped into unloaded space
tenplus1
2015-05-15
Item entity merging refactor
est31
2015-05-12
Add code to support raillike group names
Novatux
2015-04-26
Fix minetest.clear_* creating new LOCAL table instead of clearing the existin...
Tomas Brod
2015-04-05
Add reason to kicked log message and use present tense
est31
2015-03-05
Radius parameter for /deleteblocks here
SmallJoker
2015-02-27
Add /setpassword and /clearpassword logging
est31
2015-02-18
Fix unused (and so, broken) enable_rollback_recording. This option must be re...
Loic Blot
2015-02-16
Fix minetest.item_eat's replace_with_item, fixes #2292
rubenwardy
2015-02-08
Hud: Modify Y-positioning of health/breath starbars to prevent overlapping wi...
kwolekr
2015-01-27
Prevent null concatenation when /deleteblocks is provided an incorrect format
kwolekr
2015-01-15
Simplify deleteblocks chat command argument parsing
kwolekr
2015-01-15
Add ability to delete MapBlocks from map
kwolekr
2015-01-13
builtin: Unify register wrapper functions and wrap clear_registered_* functio...
kwolekr
2015-01-11
Remove builtin_biome.lua from builtin and add simple biome minimal
paramat
2015-01-05
Add registered_ores and registered_decorations
ShadowNinja
2014-12-29
Expose mapgen parameters on scripting init
kwolekr
2014-12-18
Temporarily set default biome in builtin
kwolekr
2014-12-04
Make dropped items larger and rotate faster
Calinou
2014-11-26
Fix some undeclared global variables
Craig Davison
2014-11-19
Add strict module
ShadowNinja
2014-11-14
Improved VoxelArea variable locality, thus performance
Wouters Dorian
2014-11-08
Add last_login field to auth.txt
Ryan Newell
2014-10-07
Add a better error message when trying to teleport another player without bri...
LeMagnesium
2014-09-28
Use round if falling node is misplaced
SmallJoker
2014-08-24
Fix retval of entity.get_staticdata beeing lost while profiling is enabled
sapier
2014-08-22
Remove buildable_to nodes without dropping item when replaced by a falling node
Casimir
2014-08-19
Mod profiling support
sapier
2014-07-29
Rework texture generating code, add texture grouping via ( ... )
sfan5
2014-07-16
Fix indexing error in timer processing
Zefram
2014-07-13
Fix crash reported here: https://forum.minetest.net/viewtopic.php?f=6&t=9726
Novatux
2014-06-10
New feature: drop a item instead a stack while...
Lord89James
2014-06-08
Allow custom liquids to have drops
sfan5
2014-05-28
Add success and output return values to chat commands
ShadowNinja
2014-05-26
Add item eat callback
rubenwardy
2014-05-24
Sort commands and privs alphabetically in '/help'.
Diego Martinez
2014-05-23
Item entity stacks merge on the ground.
RealBadAngel
2014-05-11
Fix old client showing duplicated health bar on new server
sapier
2014-05-10
Fix healthbar not beeing hidden on disabled damage
sapier
2014-05-08
Use "core" namespace internally
ShadowNinja
2014-05-07
Organize builtin into subdirectories
ShadowNinja