]> git.lizzy.rs Git - dragonfireclient.git/history - src/network/clientpackethandler.cpp
Implement mod communication channels (#6351)
[dragonfireclient.git] / src / network / clientpackethandler.cpp
2017-09-25 Loïc BlotImplement mod communication channels (#6351)
2017-09-12 SmallJokerNetwork: Fix logging into older worlds with base64...
2017-09-12 SmallJokerNetwork: Remove large parts of deprecated legacy code...
2017-08-29 Loïc BlotNetwork proto handlers/container fixes (#6334)
2017-08-28 Loïc BlotClientevent refactor (#6320)
2017-08-24 EkdohibsAdd clientside translations.
2017-08-24 Loïc BlotNetwork cleanup (#6302)
2017-08-20 paramatMinimap: Add new HUD flag for minimap radar mode
2017-08-19 Loïc BlotCode modernization: subfolders (#6283)
2017-07-18 Loïc Blot[CSM] Add flavour limits controlled by server (#5930)
2017-07-16 Loïc BlotChat protocol rewrite (#5117)
2017-06-19 Loïc BlotVerify HudSetParams input when hotbar textures are...
2017-06-17 Loïc BlotCpp11 initializers 2 (#5999)
2017-06-11 RuiSound: Add pitch option (#5960)
2017-06-08 red-001Have the server send the player list to the client...
2017-06-04 Loïc BlotC++11 patchset 2: remove util/cpp11.h and util/cpp11_co...
2017-05-19 Loïc BlotWhen minimap is disabled in configuration, really disab...
2017-05-03 SmallJokerFading soungs: Fix client crash on older servers
2017-05-03 paramatSet sky API: Add bool for clouds in front of custom...
2017-05-03 SmallJokerSneak: Improve and fix various things
2017-05-03 BrandonSound API: Add fading sounds
2017-04-29 Ben DeutschAdd clouds API
2017-04-25 ShadowNinjaRename Scripting API files for consistency
2017-04-22 red-001Network:Remove old opcodes and fix documentation. ...
2017-04-04 Loïc BlotClient handlers: Remove useless stringstream usage...
2017-03-16 Loïc Blot[CSM] Add minimap API modifiers (#5399)
2017-03-13 nerzhul[CSM] Add enable_client_modding param (default: false)
2017-03-13 Loïc Blot[CSM] Add on_death, on_hp_modification & oh_damage_take...
2017-03-13 red-001[CSM] Add method that display chat to client-sided...
2017-03-13 Loic Blot[CSM] Client side modding
2017-01-18 sfan5Add particle animation, glow
2016-11-14 sfan5Revert "Adding particle blend, glow and animation ...
2016-11-14 Foghrye4Adding particle blend, glow and animation (#4705)
2016-10-30 Ner'zhulPlayerSAO/LocalPlayer refactor: (#4612)
2016-10-13 raymooAttached particle spawners
2016-10-08 Loic BlotMore code cleanup (UNORDERED + RemotePlayer/LocalPlayer)
2016-10-08 Loic BlotPlayer/LocalPlayer/RemotePlayer inheritance cleanup...
2016-10-06 Loic BlotUse more unordered_maps to improve performance in c...
2016-05-28 Auke KokParticles: Add option to remove particles on collision
2016-03-20 ShadowNinjaClean up Strfnd
2016-03-14 HybridDogFix player teleportation bug whilst sneaking
2015-10-14 ShadowNinjaUse warningstream for log messages with WARNING
2015-09-01 est31Hide minimap if it has been disabled by server
2015-08-24 ShadowNinjaClean up threading
2015-07-27 est31Fix srp.cpp:815 leak
2015-07-23 est31Optional reconnect functionality
2015-07-14 kwolekrRemove raw message output on AOM deserialization failure
2015-07-08 est31Use UTF-8 instead of narrow
2015-07-07 est31Client: better m_proto_ver initialisation
2015-06-23 Loic BlotTypo fix on previous @est31 commit
2015-06-23 est31Small TOCLIENT_HELLO logging fix
2015-05-16 est31Finalize init packets and enable protocol v25
2015-05-11 est31Make early protocol auth mechanism generic, and add SRP
2015-04-22 est31Protocol 25: wstring -> string for custom access denial...
2015-04-05 Loic BlotTOCLIENT_ACTIVE_OBJECT_REMOVE_ADD can be unreliable...
2015-04-03 Loic BlotCreate PacketError exception and use it with ACTIVEOBJE...
2015-03-28 ShadowNinjaChange error_message from wstring to string
2015-03-16 Loic BlotRename packethandler/{client,server}.cpp to {client...