aboutsummaryrefslogtreecommitdiff
path: root/src/server.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix to to too two timessapier2014-08-221-1/+1
* Add player name length checkssapier2014-08-221-6/+13
* Fix "ghost" blocks if block update is "on wire" while player digs nodessapier2014-08-221-7/+16
* Don't call a player event without having player to do a event forsapier2014-08-211-1/+6
* Fix error handling on inconsistent client ready messagesapier2014-07-161-2/+8
* Fix serverlist code style, const-correctness, and typesShadowNinja2014-06-301-8/+8
* Don't spam server console on player/playersao error but just drop the affecte...sapier2014-06-291-4/+6
* Add formspec api versioningsapier2014-06-291-2/+3
* Add prefixes to enum values and fix style issueskwolekr2014-06-281-19/+19
* Only keep players loaded while they're connectedShadowNinja2014-06-231-70/+33
* Fix uncought deserialization error on receiving datasapier2014-06-221-0/+5
* Fix server assert in case of invalid message from client, just kick that client.sapier2014-06-211-1/+7
* Small cleanup of hud add/remove codesapier2014-05-311-10/+11
* Add joining player to printed player listsapier2014-05-201-1/+1
* Fix old client showing duplicated health bar on new serversapier2014-05-111-0/+5
* Fix possible deadlock in error conditionssapier2014-05-111-1/+3
* Organize builtin into subdirectoriesShadowNinja2014-05-071-11/+5
* Fix heart + bubble bar size on different texture packssapier2014-05-071-1/+10
* Add missing ip address to player join log entrysapier2014-04-211-2/+3
* Reduce log level for incoming crap packetssapier2014-04-191-1/+7
* Use integers instead of float valuesBlockMen2014-04-121-6/+6
* Add player:set_eye_offset() by @MirceaKitsune and clean upBlockMen2014-04-121-0/+23
* Add third person viewBlockMen2014-04-121-0/+27
* Infer ipv6_server from bind_address; fix client connect to IN(6)ADDR_ANYKahrl2014-04-101-2/+3
* Add support for named threads (atm linux only)sapier2014-04-091-0/+2
* Cleanup client init states by bumping protocol versionsapier2014-04-081-90/+187
* Pass arguments by referenceSelat2014-03-121-8/+8
* Remove "Server -!- " prefix from player messagesShadowNinja2014-02-271-5/+2
* Add minetest.set_noiseparam_defaults() Lua APIkwolekr2014-02-151-0/+4
* Fix possible missing unlock of env_locksapier2014-02-121-3/+4
* ServerEnvironment: Remove direct dependency on EmergeManagerkwolekr2014-02-091-1/+1
* Add the option to bind to a specific addressShadowNinja2014-02-051-4/+6
* Huge overhaul of the entire MapgenParams systemkwolekr2014-02-031-5/+3
* Add additional check to avoid broadcasting private messages in error conditionssapier2014-02-021-0/+4
* Add player:override_day_night_ratio() for arbitrarily controlling sunlight br...Perttu Ahola2014-02-011-0/+27
* Add player:set_sky() with simple skybox supportPerttu Ahola2014-02-011-0/+30
* Add propper client initializationsapier2014-01-311-1202/+530
* New HUD element - waypoint.RealBadAngel2014-01-261-0/+4
* Fix use of previously deallocated EmergeManagerkwolekr2014-01-261-3/+8
* Pass pointed_thing to on_punch and minetest.register_on_punchnode callbacksShadowNinja2014-01-231-1/+1
* Allow vertical axis particle rotation constraintkhonkhortisan2014-01-131-14/+16
* Fixed minetest reliable udp implementation (compatible to old clients)sapier2014-01-101-10/+12
* Revert "Improve (re)spawn, add cache_block_before_spawn and max_spawn_height ...ShadowNinja2014-01-061-5/+4
* Send long announce as POST, show OS in useragentproller2014-01-071-1/+3
* Initialize world before creating BanManager and RollbackManagerShadowNinja2013-12-301-4/+4
* Replace SimpleThread by JThread now implementing same featuressapier2013-12-151-8/+7
* Update mapgen params in ServerMap after Mapgen initkwolekr2013-12-141-0/+1
* Rewrite client media download and support hash-based remote downloadKahrl2013-12-131-9/+11
* Add 'on_prejoinplayer' callbackkaeza2013-12-121-0/+13
* Improve (re)spawn, add cache_block_before_spawn and max_spawn_height settingssweetbomber2013-12-051-4/+5