summaryrefslogtreecommitdiff
path: root/src/server.cpp
Commit message (Expand)AuthorAge
* For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins2015-03-07
* Server.cpp Use std::list instead of std::vector for playSound, fillMediaCache...Loic Blot2015-03-05
* Server::AsyncRunStep: buffered_messages now uses std::vector instead of std::...Loic Blot2015-03-05
* Performance improvement: Use std::list instead of std::vector for request_med...Loic Blot2015-03-05
* Remove Queue class which uses std::list and use native std::queueLoic Blot2015-03-05
* ClientInterface::getClientIDs doesn't need a std::list. Use a std::vector for...Loic Blot2015-03-04
* We always know playerSAO when calling SendInventory. Using it instead of sear...Loic Blot2015-03-04
* Send Position packet on event, don't check it at each AsyncRunStep.Loic Blot2015-03-04
* ASyncRunStep doesn't need to lock when do setTimeOfDaySpeed.Loic Blot2015-03-04
* Send Inventory packet on event, don't check it at each AsyncRunStep.Loic Blot2015-03-04
* Remove unused m_wielded_item_not_sentLoic Blot2015-03-03
* Send Breath packet on event, don't check it at each AsyncRunStepLoic Blot2015-03-03
* Send Player HP when setHP (or a setHP caller) is called instead of looping an...Loic Blot2015-03-03
* Fix some memory leaks on packet sending.Loic Blot2015-02-21
* Move hex.h to util/Loic Blot2015-02-21
* Move sha1.hpp and base64.hpp to util/Loic Blot2015-02-21
* Fix unused (and so, broken) enable_rollback_recording. This option must be re...Loic Blot2015-02-18
* [Patch 2/4] Network rework: packet writing, sending and cleanupsLoic Blot2015-02-16
* Replace getPlayer(playername) by getPlayer(peer_id) in some possible cases. o...Loic Blot2015-02-10
* Network Layer 7 rework (Packet handling)Loic Blot2015-02-10
* Give full breath after deathSmallJoker2015-02-05
* Fix a crash (assert) when client set serial version < 24 in INITLoic Blot2015-01-27
* Fix uninitialized variable Server::m_next_sound_idKahrl2015-01-24
* Send real port to server listShadowNinja2015-01-23
* Performance fixes.onkrot2015-01-13
* NodeResolver: Perform callback immediately if node registration phase finishedkwolekr2015-01-04
* Fix map parameter load orderkwolekr2014-12-30
* Expose mapgen parameters on scripting initkwolekr2014-12-29
* Fix -Wtype-limits warnings and remove disabling of -Wtype-limitsCraig Robbins2014-12-29
* Redefine NodeResolver interface and replace with callback mechanismkwolekr2014-12-27
* Use std::string::empty() instead of size() where applicableAnton2014-12-12
* Fix typo in mapblock.hCraig Robbins2014-12-12
* Add space between client names in status text (client)Muhammad Rifqi Priyo Susanto2014-12-07
* Clean up rollbackShadowNinja2014-11-19
* Remove most exceptions from getNode() (and variants)Craig Robbins2014-11-14
* Serverlist: announce mg_name from map_meta.txt instead of minetest.confKahrl2014-11-10
* Replace setting unlimited_player_transfer_distance with player_transfer_distanceSmallJoker2014-11-08
* Split up mapgen.cppkwolekr2014-11-01
* Add NodeResolver and clean up node name -> content ID resolution systemkwolekr2014-10-26
* Recalculate normals for cached meshes.RealBadAngel2014-10-21
* Make players check inventory modification properlyShadowNinja2014-10-01
* Simplify player modification checksShadowNinja2014-10-01
* Fix locking bugs and make inventory deserialization errors more specificShadowNinja2014-09-21
* Fix to to too two timessapier2014-08-22
* Add player name length checkssapier2014-08-22
* Fix "ghost" blocks if block update is "on wire" while player digs nodessapier2014-08-22
* Don't call a player event without having player to do a event forsapier2014-08-21
* Fix error handling on inconsistent client ready messagesapier2014-07-16
* Fix serverlist code style, const-correctness, and typesShadowNinja2014-06-30
* Don't spam server console on player/playersao error but just drop the affecte...sapier2014-06-29