]> git.lizzy.rs Git - dragonfireclient.git/history - src/script/lua_api/l_client.cpp
Consistent HP and damage types (#8167)
[dragonfireclient.git] / src / script / lua_api / l_client.cpp
2018-12-24 Loïc BlotCSM: add requested CSM_RF_READ_PLAYERINFO (#8007)
2018-11-28 Quentin BazinMove client-specific files to 'src/client' (#7902)
2018-06-30 Loïc BlotModernize lua read (part 2 & 3): C++ templating assuran...
2018-06-26 SmallJokerRename CSM flavours to restrictions
2018-03-24 Loïc BlotCleanup sound manager class (#7158)
2018-02-10 Dániel JuhászNode definition manager refactor (#7016)
2018-01-23 red-001CSM: Remove screenshot API
2017-11-08 VitaliyMove files to subdirectories (#6599)
2017-10-29 lisacvukCSM: Add a way to get current locale from CSM
2017-08-28 Loïc BlotClientevent refactor (#6320)
2017-08-20 Loïc BlotModernize source code: last part (#6285)
2017-08-19 Loïc BlotCode modernization: subfolders (#6283)
2017-08-16 Loïc BlotCleanup various headers to reduce compilation times...
2017-07-18 Loïc Blot[CSM] Add flavour limits controlled by server (#5930)
2017-07-16 Loïc BlotChat protocol rewrite (#5117)
2017-07-15 Loic BlotRevert "CSM: Revert "[CSM] Add send_chat_message and...
2017-07-15 rubenwardyCSM: Revert "[CSM] Add send_chat_message and run_server...
2017-06-30 red-001Create a filesystem abstraction layer for CSM and only...
2017-06-18 Loic BlotClient::makeScreenshot: remove device param
2017-06-11 RuiSound: Add pitch option (#5960)
2017-06-07 red-001[CSM] Add function to get player privileges (#5933)
2017-05-22 Loic BlotLINT fix & check all files with clang-format
2017-05-21 Pierre-Adrien Lang... [CSM] Add send_chat_message and run_server_chatcommand...
2017-05-21 Loic BlotFix LINT broken by dfa0c15ce045705f05487d623dc7beca6c945b4b
2017-05-21 bigfoot547[CSM] Add function to get the definition of items ...
2017-05-20 SmallJoker[CSM] Correct the log destination of print() (#5784)
2017-05-04 red-001Add function to get server info.
2017-04-29 Vincent Glize[CSM] add screenshot api lua (#5674)
2017-04-25 Loïc BlotFix various points reported by cppcheck (#5656)
2017-04-06 Loïc BlotLINT: Switch whitelist check from egrep to awk
2017-04-06 red-001[CSM] Add function to get the server protocol version...
2017-04-06 Loic BlotMove LINT process in dedicated shell & fix
2017-04-06 red-001[CSM] Add support for positional audio. (#5516)
2017-04-04 red-001[CSM] Add local node meta reference. (#5508)
2017-04-01 red-001[CSM] Add function and chat command to disconnect from...
2017-03-31 Loic BlotFix clang-format Columns Width
2017-03-22 bigfoot547[CSM] Add function to get player names in range (#5435)
2017-03-13 red-001Add `get_wielded_item`
2017-03-13 red-001[CSM] Add `get_node` and `get_node_or_nil`
2017-03-13 red-001[CSM] Add local formspecs. (#5094)
2017-03-13 red-001[CSM] Add client-sided chat commands (#5092)
2017-03-13 red-001[CSM] Add method that display chat to client-sided...
2017-03-13 Loic Blot[CSM] Client side modding