ddnet/src/engine/client
heinrich5991 5ae37e6c72 Add protocol extension with UUIDs
This system can easily be extended by independent authors without
collisions, something the old system with plain increasing integers did
not allow.

Do this by utilizing the previously unused message code `NETMSG_NULL`
which has a value of 0.

This works for engine and game messages, snapshot items and events.
2017-05-25 00:52:43 +02:00
..
backend_sdl.cpp Fix style in several places 2017-03-22 19:45:14 +01:00
backend_sdl.h Resize window without restarting client 2016-04-30 17:59:58 +02:00
client.cpp Add protocol extension with UUIDs 2017-05-25 00:52:43 +02:00
client.h CSV file instead of statboard screenshot 2017-04-26 05:10:31 +02:00
fetcher.cpp Fix the brace style in some places 2017-03-04 15:43:49 +01:00
fetcher.h Use proper path for autoupdater on *nix 2015-03-14 20:01:18 +01:00
friends.cpp Strict checking for friends. Fixes #539 2017-04-12 11:04:20 +02:00
friends.h Improve friends and foes feature 2015-07-28 16:13:29 +02:00
graphics_threaded.cpp Fix style in several places 2017-03-22 19:45:14 +01:00
graphics_threaded.h Make high-dpi screen support optional 2016-05-07 17:47:05 +02:00
input.cpp Added full IME support 2016-08-14 22:16:06 -07:00
input.h Added full IME support 2016-08-14 22:16:06 -07:00
keynames.h Add support for mousewheelleft and mousewheelright 2016-06-21 15:31:28 +02:00
serverbrowser.cpp Introduce new, vanilla-compatible server info protocol 2017-03-29 12:56:13 +02:00
serverbrowser.h Introduce new, vanilla-compatible server info protocol 2017-03-29 12:56:13 +02:00
sound.cpp Fix a few whitespace-at-end-of-file issues 2015-08-22 15:27:41 +02:00
sound.h Implement sound logic for shaped sounds, fix rectangle height property in editor and submit voice shape information to audio interface 2014-11-29 14:29:40 +01:00
text.cpp Fix unsigned/signed comparison warning when interacting with freetype 2017-03-19 17:19:59 +01:00
updater.cpp Fix the brace style in some places 2017-03-04 15:43:49 +01:00
updater.h Allow updating dll files. Replace vectors with map. 2015-08-29 23:48:04 +03:00