aboutsummaryrefslogtreecommitdiff
path: root/src/clientserver.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow use all 6 faces for special tiles.RealBadAngel2014-08-251-1/+4
* Add formspec api versioningsapier2014-06-291-0/+4
* Fix heart + bubble bar size on different texture packssapier2014-05-071-13/+15
* Use integers instead of float valuesBlockMen2014-04-121-4/+4
* Add player:set_eye_offset() by @MirceaKitsune and clean upBlockMen2014-04-121-0/+7
* Add third person viewBlockMen2014-04-121-0/+10
* Cleanup client init states by bumping protocol versionsapier2014-04-081-2/+16
* Add missing "-" to list of allowed chars in media filenamessapier2014-02-021-1/+1
* Add player:override_day_night_ratio() for arbitrarily controlling sunlight br...Perttu Ahola2014-02-011-0/+7
* Add player:set_sky() with simple skybox supportPerttu Ahola2014-02-011-0/+12
* Allow vertical axis particle rotation constraintkhonkhortisan2014-01-131-0/+2
* Add minetest.swap_nodeNovatux2013-11-301-1/+7
* Add offset to automatic_face_movement_dirPilzAdam2013-09-101-1/+2
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-141-4/+0
* Add support for entities to automatic face movement directionsapier2013-08-131-0/+1
* Weather backward compatibilityproller2013-08-021-1/+2
* Add support for setting stepheight for entitiessapier2013-07-301-0/+1
* Bump protocol versionPilzAdam2013-07-201-1/+6
* Add set_breath and get_breath to lua API.RealBadAngel2013-07-201-0/+12
* Add ObjectRef.hud_set_hotbar_itemcount and add TOCLIENT_HUD_SET_PARAMKahrl2013-05-261-0/+8
* Fix documentation for HUD commands in protocolPilzAdam2013-05-041-4/+4
* Generalize hud_builtin_enable into hud_set_flagskwolekr2013-04-251-3/+3
* Added support to disable built-in HUD elementsDiego Martínez2013-04-241-2/+10
* Added offset support for HUD itemsDiego Martínez2013-04-231-0/+1
* Added support for alignment in HUD itemsDiego Martínez2013-04-231-0/+1
* Lua HUDJonathon Anderson2013-04-181-1/+38
* Allow modifying movement speed, jump height and gravity per-player via the Lu...MirceaKitsune2013-04-051-1/+3
* Add different place sound for nodesPilzAdam2013-03-291-0/+1
* New damage system, add damageGroups to ToolCapabilities, bump protocol versionPilzAdam2013-03-291-1/+3
* Allow spawning particles from the server, from luaJeija2013-03-231-0/+44
* Move rightclickable to the proper placePilzAdam2013-03-231-0/+1
* Include backface_culling flag in serialization format for TileDefsJürgen Doser2013-03-231-1/+3
* Update Copyright YearsSfan52013-02-241-1/+1
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
* Improved Player PhysicsMirceaKitsune2013-02-141-0/+17
* Fix buttons not working for Lua-triggered formspecssapier2013-01-071-1/+3
* Add TOCLIENT_SHOW_FORMSPEC to display formspecs at client from luasapier2013-01-021-1/+9
* Added ability to fetch media from remote server (using cURL library)Ilya Zhuravlev2012-12-161-0/+6
* Allow server to accept protocol 13 clients altough they don't work too wellPerttu Ahola2012-11-291-1/+1
* Ranged support of protocol version on server sidePerttu Ahola2012-11-291-4/+9
* Default server step to 0.1s and sync object/player update intervals to itPerttu Ahola2012-11-261-0/+1
* Move a function from clientserver.h to clientserver.cppPerttu Ahola2012-11-261-11/+4
* New PROTOCOL_VERSION scheme (allow client to support a range of versions)Perttu Ahola2012-11-261-2/+9
* RealBadAngel's patch which allows the lua api to read pressed player keys. Th...MirceaKitsune2012-11-251-1/+3
* A bunch of fixesMirceaKitsune2012-11-251-1/+6
* Version 0.4.3-rc0; increase PROTOCOL_VERSION due to backwards-incompatible In...Perttu Ahola2012-09-051-1/+3
* Detached inventoriesPerttu Ahola2012-07-241-0/+9
* Fix map deserialization and remove old serialization codePerttu Ahola2012-07-231-1/+3
* minetest.register_on_player_receive_fields()Perttu Ahola2012-07-221-1/+17
* Allow defining player's inventory form in LuaPerttu Ahola2012-07-191-0/+8