aboutsummaryrefslogtreecommitdiff
path: root/src/client.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add particle animation, glowsfan52017-01-181-0/+5
* Cleanup some header inclusions to improve compilation timesLoic Blot2017-01-111-0/+1
* Environment & IGameDef code refactoring (#4985)Ner'zhul2017-01-091-9/+8
* Move ClientEnvironment to dedicated cpp/header filesLoic Blot2017-01-081-1/+1
* Improve getPointedThing() (#4346)Dániel Juhász2017-01-041-8/+0
* Revert "Adding particle blend, glow and animation (#4705)"sfan52016-11-141-18/+0
* Adding particle blend, glow and animation (#4705)Foghrye42016-11-151-0/+18
* Attached particle spawnersraymoo2016-10-131-0/+1
* Environment cleanupLoic Blot2016-10-091-1/+4
* More code cleanup (UNORDERED + RemotePlayer/LocalPlayer)Loic Blot2016-10-081-1/+0
* Use more unordered_maps to improve performance in c++11 buildsLoic Blot2016-10-061-3/+3
* Replace various std::map with UNORDERED_MAP + various cleanupsLoic Blot2016-10-051-3/+3
* Client: disable pre v25 init sending by defaultest312016-08-221-0/+3
* Particles: Add option to remove particles on collisionAuke Kok2016-05-281-0/+2
* Move object nametags to cameraRealBadAngel2016-02-181-0/+8
* Use vertices with tangents only when its needed.RealBadAngel2016-02-151-0/+1
* Cleanup selection mesh code, add shaders for halo and selection boxesRealBadAngel2016-02-081-5/+0
* Add DISABLE_CLASS_COPY macro (and use it)kwolekr2015-10-271-0/+2
* Hide minimap if it has been disabled by serverest312015-09-011-0/+4
* Clean up threadingShadowNinja2015-08-231-9/+4
* Optional reconnect functionalityest312015-07-231-0/+3
* Client: better m_proto_ver initialisationest312015-07-071-0/+6
* Add UpdateThread and use it for minimap and mesh threadsest312015-06-291-8/+12
* Add minimap featureRealBadAngel2015-06-271-0/+6
* Add MoveSomewhere inventory actionest312015-06-231-0/+3
* Replace instances of std::map<std::string, std::string> with StringMapkwolekr2015-05-191-4/+4
* Make early protocol auth mechanism generic, and add SRPest312015-05-111-0/+29
* Remove unused variable Client::m_active_blocksnerzhul2015-04-241-1/+0
* Refactor around translatePasswordest312015-04-171-2/+2
* Connection::Receive(): receive Network Packet instead of SharedBuffer<u8>.Loic Blot2015-03-311-1/+1
* Change error_message from wstring to stringShadowNinja2015-03-271-2/+2
* Move client packet generators to dedicated functions for:Loic Blot2015-03-161-0/+5
* Finer progress bar updates when initializing nodesest312015-03-151-1/+1
* Prepare Protocol v25 init & authentication.Loic Blot2015-03-131-1/+3
* Handle the newly added TOCLIENT_ACCESS_DENIED and TOCLIENT_DELETE_PARTICLESPA...Loic Blot2015-03-131-2/+2
* Rename some packet and handlers to <packet>_Legacy name for compat layer betw...Loic Blot2015-03-131-2/+2
* Clean up database API and save the local map on an intervalShadowNinja2015-03-061-3/+3
* Performance improvement: Use std::list instead of std::vector for request_med...Loic Blot2015-03-051-1/+1
* Remove Queue class which uses std::list and use native std::queueLoic Blot2015-03-051-2/+2
* [Patch 2/4] Network rework: packet writing, sending and cleanupsLoic Blot2015-02-161-47/+47
* Remove workaround in itemdef.cpp to enable/disable/enable "enable_shaders" se...Craig Robbins2015-02-111-1/+2
* Revert "Remove workaround in itemdef.cpp to enable/disable/enable "enable_sha...Craig Robbins2015-02-111-2/+1
* Remove workaround in itemdef.cpp to enable/disable/enable "enable_shaders" se...Craig Robbins2015-02-111-1/+2
* Network Layer 7 rework (Packet handling)Loic Blot2015-02-101-1/+51
* Fix local map saving when joining a local server from the server tabCraig Robbins2015-01-311-2/+8
* Fix all warnings and remove -Wno-unused-but-set cflagkwolekr2015-01-181-16/+16
* Fix memory leaks due to messed up memory handling for particles as well as th...sapier2015-01-091-0/+3
* Performance of main client loop up to 2x faster In places, up to 3 times fasterCraig Robbins2014-12-071-0/+3
* Fix node 0,0,0 being highlighted when enable_node_highlighting == falseCraig Robbins2014-12-011-2/+2
* Fix client "double saving" simple singleplayer local mapsCraig Robbins2014-11-261-0/+1