aboutsummaryrefslogtreecommitdiff
path: root/src/client.h
AgeCommit message (Expand)Author
2018-03-30Client eventmanager refactor (#7179)Loïc Blot
2018-03-29Fix various Client class functions not marked as override (virtual)Loic Blot
2018-03-28Add formspec theming using prepended stringsAndrew Ward
2018-03-24Cleanup sound manager class (#7158)Loïc Blot
2018-02-17Remove legacy chat network code. (#6954)red-001
2018-02-10Node definition manager refactor (#7016)Dániel Juhász
2018-01-26Fix issues with earlier CSM HUD commit (#6940)red-001
2018-01-20[CSM] Add functions to create particles and particlespawners. (#6072)red-001
2018-01-20[CSM] Add basic HUD manipulation. (#6067)red-001
2018-01-13Add confirmation on new player registration (#6849)Muhammad Rifqi Priyo Susanto
2018-01-05GameUI refactor (part 1/X): GameUI object creation + GameUIFlags move to GameUILoic Blot
2017-12-11CSM fixes: load mods after flavours & add flavour to block mod loading (#6738)Loïc Blot
2017-12-10Damage: Remove damage ignore timerSmallJoker
2017-12-04Use Irrlicht's mesh cache for animated meshes.Lars Hofhansl
2017-09-26Implement mod communication channels (#6351)Loïc Blot
2017-09-12Network: Remove large parts of deprecated legacy code (#6404)SmallJoker
2017-08-28Clientevent refactor (#6320)Loïc Blot
2017-08-24Network cleanup (#6302)Loïc Blot
2017-08-17C++ modernize: Pragma once (#6264)Loïc Blot
2017-08-16Cleanup various headers to reduce compilation times (#6255)Loïc Blot
2017-08-16client.cpp: modernize codeLoic Blot
2017-07-18[CSM] Add flavour limits controlled by server (#5930)Loïc Blot
2017-07-16Chat protocol rewrite (#5117)Loïc Blot
2017-07-15Revert "CSM: Revert "[CSM] Add send_chat_message and run_server_chatcommand""Loic Blot
2017-07-15CSM: Revert "[CSM] Add send_chat_message and run_server_chatcommand"rubenwardy
2017-06-30Create a filesystem abstraction layer for CSM and only allow accessing files ...red-001
2017-06-26Isolate irrlicht references and use a singleton (#6041)Loïc Blot
2017-06-19Client::makeScreenshot: remove device paramLoic Blot
2017-06-17Cpp11 initializers 2 (#5999)Loïc Blot
2017-06-16C++11 patchset 9: move hardcoded init parameters to class definitions (part 1...Loïc Blot
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