aboutsummaryrefslogtreecommitdiff
path: root/src/client.h
AgeCommit message (Expand)Author
2017-06-10C++11 patchset 6: forbid object copy using assigment/copy function deleters (...Loïc Blot
2017-06-08Have the server send the player list to the client (#5924)red-001
2017-06-07[CSM] Add function to get player privileges (#5933)red-001
2017-06-06Use C++11 mutexes only (remove compat code) (#5922)Loïc Blot
2017-06-04C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)Loïc Blot
2017-05-21[CSM] Add send_chat_message and run_server_chatcommand API functions (#5747)Pierre-Adrien Langrognet
2017-05-20Various code cleanup & little performance improvement on HTTP download (#5772)Loïc Blot
2017-05-04Add function to get server info.red-001
2017-05-02Set sky API: Add bool for clouds in front of custom skyboxparamat
2017-05-03Sound API: Add fading soundsBrandon
2017-04-30Add clouds APIBen Deutsch
2017-04-29Client & ClientEnvirnment: don't create fake events (#5676)Loïc Blot
2017-04-29[CSM] add screenshot api lua (#5674)Vincent Glize
2017-04-26Fix #5655 (#5658)red-001
2017-04-23Player data to Database (#5475)Loïc Blot
2017-04-22Network:Remove old opcodes and fix documentation. (#5573)red-001
2017-04-19Fix various variables passed by copy instead of const ref (#5610)Loïc Blot
2017-04-17MeshUpdateQueue: Add a MapBlock cache that minimizes the amount of MapBlock c...Perttu Ahola
2017-04-01[CSM] Add function and chat command to disconnect from server. (#5487)red-001
2017-03-26Fix mismatch struct/class for GameUIFlagsLoic Blot
2017-03-26Add mesh generation delaynumber Zero
2017-03-19Refactor Game class (part 2) (#5422)Loïc Blot
2017-03-17[CSM] Fix minimap problems (#5405)Loïc Blot
2017-03-16[CSM] Add minimap API modifiers (#5399)Loïc Blot
2017-03-16Add ModStorageAPI to client side modding (#5396)Loïc Blot
2017-03-13[CSM] Add enable_client_modding param (default: false)nerzhul
2017-03-13[CSM] Add `get_node` and `get_node_or_nil`red-001
2017-03-13[CSM] implement client side mod loading (#5123)Loïc Blot
2017-03-13[CSM] Add local formspecs. (#5094)red-001
2017-03-13[CSM] sound_play & sound_stop support + client_lua_api doc (#5096)Loïc Blot
2017-03-13[CSM] Add on_death, on_hp_modification & oh_damage_taken callbacks (#5093)Loïc Blot
2017-03-13[CSM] Add method that display chat to client-sided lua. (#5089) (#5091)red-001
2017-03-13[CSM] Client side moddingLoic Blot
2017-01-18Add particle animation, glowsfan5
2017-01-11Cleanup some header inclusions to improve compilation timesLoic Blot
2017-01-09Environment & IGameDef code refactoring (#4985)Ner'zhul
2017-01-08Move ClientEnvironment to dedicated cpp/header filesLoic Blot
2017-01-04Improve getPointedThing() (#4346)Dániel Juhász
2016-11-14Revert "Adding particle blend, glow and animation (#4705)"sfan5
2016-11-15Adding particle blend, glow and animation (#4705)Foghrye4
2016-10-13Attached particle spawnersraymoo
2016-10-09Environment cleanupLoic Blot
2016-10-08More code cleanup (UNORDERED + RemotePlayer/LocalPlayer)Loic Blot
2016-10-06Use more unordered_maps to improve performance in c++11 buildsLoic Blot
2016-10-05Replace various std::map with UNORDERED_MAP + various cleanupsLoic Blot
2016-08-22Client: disable pre v25 init sending by defaultest31
2016-05-28Particles: Add option to remove particles on collisionAuke Kok
2016-02-18Move object nametags to cameraRealBadAngel
2016-02-15Use vertices with tangents only when its needed.RealBadAngel
2016-02-08Cleanup selection mesh code, add shaders for halo and selection boxesRealBadAngel