aboutsummaryrefslogtreecommitdiff
path: root/src/server.cpp
AgeCommit message (Expand)Author
2014-06-28Add prefixes to enum values and fix style issueskwolekr
2014-06-23Only keep players loaded while they're connectedShadowNinja
2014-06-22Fix uncought deserialization error on receiving datasapier
2014-06-21Fix server assert in case of invalid message from client, just kick that client.sapier
2014-05-31Small cleanup of hud add/remove codesapier
2014-05-20Add joining player to printed player listsapier
2014-05-11Fix old client showing duplicated health bar on new serversapier
2014-05-11Fix possible deadlock in error conditionssapier
2014-05-07Organize builtin into subdirectoriesShadowNinja
2014-05-07Fix heart + bubble bar size on different texture packssapier
2014-04-21Add missing ip address to player join log entrysapier
2014-04-19Reduce log level for incoming crap packetssapier
2014-04-12Use integers instead of float valuesBlockMen
2014-04-12Add player:set_eye_offset() by @MirceaKitsune and clean upBlockMen
2014-04-12Add third person viewBlockMen
2014-04-10Infer ipv6_server from bind_address; fix client connect to IN(6)ADDR_ANYKahrl
2014-04-09Add support for named threads (atm linux only)sapier
2014-04-08Cleanup client init states by bumping protocol versionsapier
2014-03-12Pass arguments by referenceSelat
2014-02-27Remove "Server -!- " prefix from player messagesShadowNinja
2014-02-15Add minetest.set_noiseparam_defaults() Lua APIkwolekr
2014-02-12Fix possible missing unlock of env_locksapier
2014-02-09ServerEnvironment: Remove direct dependency on EmergeManagerkwolekr
2014-02-05Add the option to bind to a specific addressShadowNinja
2014-02-03Huge overhaul of the entire MapgenParams systemkwolekr
2014-02-02Add additional check to avoid broadcasting private messages in error conditionssapier
2014-02-01Add player:override_day_night_ratio() for arbitrarily controlling sunlight br...Perttu Ahola
2014-02-01Add player:set_sky() with simple skybox supportPerttu Ahola
2014-01-31Add propper client initializationsapier
2014-01-26New HUD element - waypoint.RealBadAngel
2014-01-26Fix use of previously deallocated EmergeManagerkwolekr
2014-01-23Pass pointed_thing to on_punch and minetest.register_on_punchnode callbacksShadowNinja
2014-01-13Allow vertical axis particle rotation constraintkhonkhortisan
2014-01-10Fixed minetest reliable udp implementation (compatible to old clients)sapier
2014-01-06Revert "Improve (re)spawn, add cache_block_before_spawn and max_spawn_height ...ShadowNinja
2014-01-07Send long announce as POST, show OS in useragentproller
2013-12-30Initialize world before creating BanManager and RollbackManagerShadowNinja
2013-12-15Replace SimpleThread by JThread now implementing same featuressapier
2013-12-14Update mapgen params in ServerMap after Mapgen initkwolekr
2013-12-13Rewrite client media download and support hash-based remote downloadKahrl
2013-12-12Add 'on_prejoinplayer' callbackkaeza
2013-12-05Improve (re)spawn, add cache_block_before_spawn and max_spawn_height settingssweetbomber
2013-12-01Cleanup jthread and fix win32 buildsapier
2013-11-30Add minetest.swap_nodeNovatux
2013-11-01Add a callback: minetest.register_on_craft(itemstack, player,Novatux
2013-10-18Masterserver updateproller
2013-09-28Show git hash in version string at top left corner of windowKahrl
2013-09-16Fix some warnings and other minor detailskwolekr
2013-09-15Always use builtin JThread librarykwolekr
2013-09-05Use player:set_hotbar_image() instead of hardcoded hotbar.pngPilzAdam