Fix mapgen using unitialised height map values
[oweals/minetest.git] / src / server.cpp
2015-03-05 Loic BlotServer.cpp Use std::list instead of std::vector for...
2015-03-05 Loic BlotServer::AsyncRunStep: buffered_messages now uses std...
2015-03-05 Loic BlotPerformance improvement: Use std::list instead of std...
2015-03-05 Loic BlotRemove Queue class which uses std::list and use native...
2015-03-04 Loic BlotClientInterface::getClientIDs doesn't need a std::list...
2015-03-04 Loic BlotWe always know playerSAO when calling SendInventory...
2015-03-04 Loic BlotSend Position packet on event, don't check it at each...
2015-03-04 Loic BlotASyncRunStep doesn't need to lock when do setTimeOfDayS...
2015-03-04 Loic BlotSend Inventory packet on event, don't check it at each...
2015-03-03 Loic BlotRemove unused m_wielded_item_not_sent
2015-03-03 Loic BlotSend Breath packet on event, don't check it at each...
2015-03-03 Loic BlotSend Player HP when setHP (or a setHP caller) is called...
2015-02-21 Loic BlotFix some memory leaks on packet sending.
2015-02-21 Loic BlotMove hex.h to util/
2015-02-21 Loic BlotMove sha1.hpp and base64.hpp to util/
2015-02-18 Loic BlotFix unused (and so, broken) enable_rollback_recording...
2015-02-16 Loic Blot[Patch 2/4] Network rework: packet writing, sending...
2015-02-10 Loic BlotReplace getPlayer(playername) by getPlayer(peer_id...
2015-02-10 Loic BlotNetwork Layer 7 rework (Packet handling)
2015-02-05 SmallJokerGive full breath after death
2015-01-27 Loic BlotFix a crash (assert) when client set serial version...
2015-01-24 KahrlFix uninitialized variable Server::m_next_sound_id 2190/head
2015-01-23 ShadowNinjaSend real port to server list
2015-01-13 onkrotPerformance fixes.
2015-01-04 kwolekrNodeResolver: Perform callback immediately if node...
2014-12-30 kwolekrFix map parameter load order
2014-12-29 kwolekrExpose mapgen parameters on scripting init
2014-12-29 Craig RobbinsFix -Wtype-limits warnings and remove disabling of...
2014-12-27 kwolekrRedefine NodeResolver interface and replace with callba...
2014-12-12 AntonUse std::string::empty() instead of size() where applicable
2014-12-12 Craig RobbinsFix typo in mapblock.h
2014-12-07 Muhammad Rifqi Pri... Add space between client names in status text (client)
2014-11-19 ShadowNinjaClean up rollback
2014-11-14 Craig RobbinsRemove most exceptions from getNode() (and variants)
2014-11-10 KahrlServerlist: announce mg_name from map_meta.txt instead...
2014-11-08 SmallJokerReplace setting unlimited_player_transfer_distance...
2014-11-01 kwolekrSplit up mapgen.cpp
2014-10-27 kwolekrAdd NodeResolver and clean up node name -> content...
2014-10-21 RealBadAngelRecalculate normals for cached meshes.
2014-10-01 ShadowNinjaMake players check inventory modification properly 1535/head
2014-10-01 ShadowNinjaSimplify player modification checks
2014-09-21 ShadowNinjaFix locking bugs and make inventory deserialization...
2014-08-22 sapierFix to to too two times
2014-08-22 sapierAdd player name length checks 1572/head
2014-08-22 sapierFix "ghost" blocks if block update is "on wire" while... 1475/head
2014-08-21 sapierDon't call a player event without having player to...
2014-07-16 sapierFix error handling on inconsistent client ready message
2014-06-30 ShadowNinjaFix serverlist code style, const-correctness, and types
2014-06-29 sapierDon't spam server console on player/playersao error...
2014-06-29 sapierAdd formspec api versioning 1417/head
2014-06-28 kwolekrAdd prefixes to enum values and fix style issues
2014-06-23 ShadowNinjaOnly keep players loaded while they're connected
2014-06-21 sapierFix uncought deserialization error on receiving data
2014-06-21 sapierFix server assert in case of invalid message from clien...
2014-05-31 sapierSmall cleanup of hud add/remove code 1332/head
2014-05-20 sapierAdd joining player to printed player list
2014-05-11 sapierFix old client showing duplicated health bar on new... 1290/head
2014-05-10 sapierFix possible deadlock in error conditions
2014-05-07 ShadowNinjaOrganize builtin into subdirectories
2014-05-07 sapierFix heart + bubble bar size on different texture packs 1265/head
2014-04-21 sapierAdd missing ip address to player join log entry
2014-04-19 sapierReduce log level for incoming crap packets
2014-04-12 BlockMenUse integers instead of float values 1114/head
2014-04-12 BlockMenAdd player:set_eye_offset() by @MirceaKitsune and clean up
2014-04-12 BlockMenAdd third person view
2014-04-10 KahrlInfer ipv6_server from bind_address; fix client connect...
2014-04-09 sapierAdd support for named threads (atm linux only) 1199/head
2014-04-08 sapierCleanup client init states by bumping protocol version 1143/head
2014-03-12 SelatPass arguments by reference
2014-02-27 ShadowNinjaRemove "Server -!- " prefix from player messages
2014-02-16 kwolekrAdd minetest.set_noiseparam_defaults() Lua API
2014-02-12 sapierFix possible missing unlock of env_lock
2014-02-09 kwolekrServerEnvironment: Remove direct dependency on EmergeMa...
2014-02-05 ShadowNinjaAdd the option to bind to a specific address 1131/head
2014-02-04 kwolekrHuge overhaul of the entire MapgenParams system
2014-02-02 sapierAdd additional check to avoid broadcasting private...
2014-02-01 Perttu AholaAdd player:override_day_night_ratio() for arbitrarily...
2014-02-01 Perttu AholaAdd player:set_sky() with simple skybox support
2014-01-31 sapierAdd propper client initialization 1116/head
2014-01-26 RealBadAngelNew HUD element - waypoint.
2014-01-26 kwolekrFix use of previously deallocated EmergeManager
2014-01-24 ShadowNinjaPass pointed_thing to on_punch and minetest.register_on...
2014-01-13 khonkhortisanAllow vertical axis particle rotation constraint
2014-01-10 sapierFixed minetest reliable udp implementation (compatible... 1090/head
2014-01-07 ShadowNinjaRevert "Improve (re)spawn, add cache_block_before_spawn...
2014-01-06 prollerSend long announce as POST, show OS in useragent
2013-12-30 ShadowNinjaInitialize world before creating BanManager and Rollbac...
2013-12-15 sapierReplace SimpleThread by JThread now implementing same...
2013-12-14 kwolekrUpdate mapgen params in ServerMap after Mapgen init
2013-12-13 KahrlRewrite client media download and support hash-based...
2013-12-12 kaezaAdd 'on_prejoinplayer' callback
2013-12-05 sweetbomberImprove (re)spawn, add cache_block_before_spawn and...
2013-12-01 sapierCleanup jthread and fix win32 build 1029/head
2013-11-30 NovatuxAdd minetest.swap_node
2013-11-01 NovatuxAdd a callback: minetest.register_on_craft(itemstack...
2013-10-17 prollerMasterserver update
2013-09-28 KahrlShow git hash in version string at top left corner...
2013-09-17 kwolekrFix some warnings and other minor details
2013-09-16 kwolekrAlways use builtin JThread library
2013-09-04 PilzAdamUse player:set_hotbar_image() instead of hardcoded...
next