Android: fix RTTI issue
[oweals/minetest.git] / builtin / game /
2018-06-03 SmallJokerBuiltin auth handler: Speed up file writing (#7252)
2018-06-03 SmallJokercore.rotate_node: Do not trigger after_place_node ...
2018-06-03 dopik/shutdown can't do countdown when using reconnect and...
2018-06-03 youFix "Ignoring CONTENT_IGNORE redefinition" warning...
2018-06-03 paramatItem entity: Delete in 'ignore' nodes
2018-06-03 paramatFalling.lua: Delete falling node entities on contact...
2018-06-03 youAdd minetest.is_player (#7013)
2018-06-03 SmallJokerBuiltin: Fix handle_node_drops crash with nil digger
2018-06-03 sfan5Make use of safe file writing in auth handler (fixes...
2018-06-03 raymooFix default item callbacks to work with nil users ...
2018-06-03 Dániel JuhászMake dropped items colorable
2018-06-03 Dániel JuhászAutomatic item and node colorization (#5640)
2017-06-03 ShadowNinjaMerge 0.4.16 into stable-0.4
2017-06-02 WuzzyRemove “inf” argument from shutdown command help (...
2017-05-20 Elijah DuffyAdd /clearinv chat command (#4994)
2017-05-06 ShadowNinjaUse a settings object for the main settings 1949/head
2017-04-23 Loïc BlotPlayer data to Database (#5475)
2017-04-22 Dániel JuhászAdd /fixlight chat command
2017-04-15 Loïc BlotImplement delayed server shutdown with cancelation...
2017-04-09 Dániel JuhászHardware coloring for itemstacks
2017-04-08 red-001Move chat command handling code from C++ to Lua (#5528)
2017-03-27 paramatMap generation limit: Make per-world
2017-03-26 red-001Change command prefix to "." and add "help" command.
2017-03-17 red-001Give CSM access to use `core.colorize()` (#5113)
2017-03-15 Auke KokFix two nul deref if digging unknown nodes. (#5398)
2017-03-13 Loïc Blot[CSM] sound_play & sound_stop support + client_lua_api...
2017-03-13 red-001[CSM] Add client-sided chat commands (#5092)
2017-03-12 Vladislav TsendrovskiiSave metainfo for falling nodes
2017-03-10 tenplus1Optimize item.lua
2017-03-04 zaoqiAdd minetest.spawn_falling_node(pos) (#5339)
2017-02-25 red-001Fix crash that can be caused by the shutdown command...
2017-02-18 Dániel JuhászFixes for colorwallmounted and colorfacedir nodes
2017-02-18 tenplus1Statbars.lua: Cache enable_damage setting
2017-02-18 red-001Add support for the new arguments of `request_shutdown...
2017-02-10 WuzzyAdd textures for air and ignore items (#5196)
2017-01-31 Nathanaël CourantMake facedir_to_dir and wallmounted_to_dir work with...
2017-01-23 Auke Kokcore: Add dir_to_yaw and yaw_to_dir helpers
2017-01-20 Elijah DuffyAdd chatcommand unregister and override API (#5076)
2017-01-18 rubenwardyAdd minetest.player_exists() (#5064)
2017-01-17 EzhhImprove priv descriptions (#5047)
2017-01-16 red-001Remove client-side chat prediction. (#5055)
2017-01-09 RuiAdd staticdata parameter to add_entity (#5009)
2017-01-09 sfan5builtin/.../falling.lua: Avoid crash when hitting unkno...
2017-01-04 rubenwardyExpose and document chatcommands as minetest.registered... 4987/head
2016-12-31 Dorian WoutersFix /grant & /revoke not working with custom auth handl...
2016-12-22 est31Merge 0.4.15 changes into stable-0.4
2016-12-21 paramatBuiltin/../falling.lua: Avoid crash when object pos...
2016-12-02 red-001Don't send a join message in singleplayer mode.
2016-11-28 sfan5Allow restricting detached inventories to one player
2016-11-22 orwell96Make supplying empty formspec strings close the formspe...
2016-11-20 paramatTool break: Reduce gain of break sounds
2016-11-18 Auke KokBuiltin/../item: Enable tool breaking sounds
2016-11-16 est31Introduce builtin_shared and use it to fix #4778
2016-11-14 est31Rename nodeupdate and nodeupdate_single and make them...
2016-11-07 paramatBuiltin/../falling: Fix bugs caused by 'ignore' nodes
2016-11-07 WuzzyPrivileges: Only give singleplayer 4 basic privs
2016-11-04 lhofhanslAdd debug priv, and allow player to display the scene...
2016-10-20 red-001Chat commands: Trim whitespaces from input of `/privs...
2016-10-16 red-001Builtin/../chatcommands: Add /grantme command
2016-10-14 tenplus1Builtin/../falling.lua: Code optimisation
2016-10-08 HybridDogVoxelArea: faster iter function (#4490)
2016-10-03 paramatBuiltin/falling: Add fallback vector in case of nil...
2016-10-03 raymooForceloading: Transient forceloads
2016-10-01 RuiFix typo in core.after (#4560)
2016-09-21 paramatBuiltin: Change error to warning for light_source > 14
2016-09-17 paramatRegister.lua: Throw error if node 'light_source' >...
2016-09-08 paly2Add minetest.unregister_item and minetest.register_alia...
2016-08-28 SmallJokerBuiltin: Disallow registering users with the same name
2016-08-22 XuntoMove on join and on leave messages to lua (#4460)
2016-08-10 Ben DeutschZooming the camera requires the 'zoom' privilege
2016-07-26 TimBuiltin: Add core.MAP_BLOCKSIZE constant 4362/head
2016-07-26 TimBuiltin: Fix check for a player object in core.check_pl...
2016-07-12 TimBuiltin/profiler: Replace game profiler (#4245)
2016-06-17 Auke KokBuiltin/game/item: Add `place_param2` nodedef field
2016-05-31 EkdohibsAdd colored text (not only colored chat).
2016-05-31 TriBlade9Colored chat working as expected for both freetype...
2016-05-30 Sokomineprotection_bypass priv can now be revoked in singleplay...
2016-05-22 paramatItem entities: Don't show description as infotext
2016-05-17 Wayward OneAdd on_punchnode callback
2016-05-15 est31Merge 0.4.14 changes into stable-0.4 4178/head 4235/head 4784/head
2016-04-28 tenplus1Avoid teleporting player if /teleport coords are out...
2016-04-28 rubenwardyBuiltin: Add basic_privs setting
2016-04-21 Auke KokFix timer initialization.
2016-04-20 Auke Kokfalling: walk 4 additional diagonally down directions.
2016-04-11 Auke KokConvert nodeupdate to non-recursive
2016-03-29 tenplus1stop falling.lua error
2016-03-25 RuiFalling: Set acceleration on step again
2016-03-24 Auke KokMake `options` local here.
2016-03-19 paramatBuiltin/game/falling: Re-add comma removed by recent...
2016-03-19 Rui914Set acceleration only once in falling node
2016-03-11 Auke KokIntroduce "protection_bypass" privilege.
2016-03-09 Auke KokAdd consistent monotonic day counter - get_day_count()
2016-03-07 ShadowNinjaAdd AreaStore custom ID API
2016-03-07 est31Add minetest.register_lbm() to run code on block load...
2016-03-06 Rui914Faster insertion into table
2016-02-22 JeijaAdd Lua interface to HTTPFetchRequest
2016-02-11 Diego MartinezInitialize facedir and wallmounted tables only once.
2016-02-11 KahrlLog /clearobjects mode
2016-02-11 KahrlAdd '/clearobjects quick'
2016-02-04 SplizardAdd admin command which says who the administator is...
next