summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add util/buildbotPerttu Ahola2012-04-03
|
* Add optional MINGWM10_DLL to cmake installPerttu Ahola2012-04-03
|
* Add multiplayer test scriptPerttu Ahola2012-04-03
|
* Fix installation path of minetest_game/mods (// in place of / doesn't work ↵Perttu Ahola2012-04-02
| | | | on virtualbox network drives)
* Fix things for cross-compiling using mingwPerttu Ahola2012-04-02
|
* Tune cave generationPerttu Ahola2012-04-02
|
* Improve caves morePerttu Ahola2012-04-02
|
* Some completely crapshit coding to make caves more variedPerttu Ahola2012-04-01
|
* Implement dropped items as LuaEntities; leave the old ones as is for ↵Perttu Ahola2012-04-01
| | | | compatibility
* Fix disabling of player movement cheat detection in singleplayerPerttu Ahola2012-04-01
|
* Don't apply player movement cheat detection in singleplayerPerttu Ahola2012-04-01
|
* Remplement and improve /setting in Lua, now called /setPerttu Ahola2012-04-01
|
* Don't allow /granting unknown privilegesPerttu Ahola2012-04-01
|
* Split builtin.lua to multiple filesPerttu Ahola2012-04-01
|
* Allow getting the path of builtin.lua using minetest.get_modpath("__builtin")Perttu Ahola2012-04-01
|
* granting and revoking of all privileges at oncePerttu Ahola2012-04-01
|
* Add license of Lua in README.txtPerttu Ahola2012-03-31
|
* Change default privileges from "build, shout" to "interact, shout"Perttu Ahola2012-03-31
|
* Fix authentication handler reporting failed password change while it isn'tPerttu Ahola2012-03-31
|
* Improve /grant and /revoke output, add /auth_reloadPerttu Ahola2012-03-31
|
* Add server-side enforcement of the 'fast' privilege; also fix client ↵Perttu Ahola2012-03-31
| | | | checking 'fly' instead of 'fast'
* Fix client.h getting included on the server buildPerttu Ahola2012-03-31
|
* Add 'fly' and 'fast' privileges and the underlying privileges-to-client systemPerttu Ahola2012-03-31
|
* Fix doc/lua_api.txtPerttu Ahola2012-03-31
|
* initial_properties field in entity definitionPerttu Ahola2012-03-31
|
* More documentation in doc/lua_api.txtPerttu Ahola2012-03-31
|
* Allow group:groupname in ABM definition and implement ↵Perttu Ahola2012-03-31
| | | | minetest.hash_node_position()
* cmake: lua: use COMMON_CFLAGSJonathan Neuschäfer2012-03-31
| | | | This fixes LUA_USE_DLOPEN having no effect.
* Install minetest_game without .git and other unnecessary thingsPerttu Ahola2012-03-31
|
* Fix handling of missing auth.txt in the new handlerPerttu Ahola2012-03-30
|
* Make server ignore media files with unknown filename extensionsPerttu Ahola2012-03-30
|
* Fix admin password handling in minetest.builtin_auth_handler.get_authPerttu Ahola2012-03-30
|
* Improved teleport commandPerttu Ahola2012-03-30
|
* Reimplement authentication handler in Lua; now we have 1) infinite privilege ↵Perttu Ahola2012-03-30
| | | | names, 2) minetest.register_authentication_handler()
* Fix the position of LuaEntityCAOs not getting updated at allPerttu Ahola2012-03-30
|
* Add minetest.get_connected_players()Perttu Ahola2012-03-30
|
* Fix object visuals flashing brightly or disappearing when switching them at ↵Perttu Ahola2012-03-30
| | | | night
* Fix walking sound of other players (and other objects)Perttu Ahola2012-03-30
|
* ObjectRef:set_armor_groups() and ObjectRef:set_properties() - works on ↵Perttu Ahola2012-03-30
| | | | players too!
* ObjectPropertiesPerttu Ahola2012-03-30
|
* minetest.register_chatcommand(cmd, def)Perttu Ahola2012-03-30
|
* Raise the player fall damage threshold to a much more fun levelPerttu Ahola2012-03-29
|
* Improve the look of fencesPerttu Ahola2012-03-29
|
* [transformN image modifierKahrl2012-03-29
|
* Simple fix for camera blinking black when jumping into ceiling with current ↵Perttu Ahola2012-03-29
| | | | smaller collision box
* Use GenericCAO in place of LuaEntityCAO and PlayerCAOPerttu Ahola2012-03-29
|
* Add GenericCAO and player armor groups, but don't use them yetPerttu Ahola2012-03-29
|
* on_joinplayer + on_leaveplayer + scriptapi_run_callbacks + bugfixKahrl2012-03-29
| | | | | | | Add minetest.register_on_joinplayer and minetest.register_on_leaveplayer, make adding new callbacks to scriptapi.cpp easier by adding scriptapi_run_callbacks, also fix a minor bug with PlayerSAO <-> singleplayer mode interaction
* added PlayerSAO and RemotePlayer, removed ServerRemotePlayerKahrl2012-03-29
|
* Modify minimal/give_initial_stuff to always give stuffPerttu Ahola2012-03-29
|