ddnet/src/game/client/components
bors[bot] d61c97370f
Merge #2896
2896: Add edit box to write skin name, Add link to Skin Database r=Jupeyy a=def-



Co-authored-by: def <dennis@felsin9.de>
2020-09-21 17:50:09 +00:00
..
background.cpp Revert "Revert Jupeyy's OpenGL changes" 2020-08-29 12:10:53 +02:00
background.h Allow larger map names 2020-06-18 18:29:27 +02:00
binds.cpp Merge #2675 2020-09-15 08:37:38 +00:00
binds.h fix style and reomved repeated code 2020-09-04 13:49:14 -07:00
broadcast.cpp Move global configuration out of client interface 2020-02-19 11:24:58 +01:00
broadcast.h Broadcast: Fix display time during demo replay 2019-04-02 23:28:13 +02:00
camera.cpp Clamp camera zoom 2020-09-07 00:19:38 +02:00
camera.h Clamp camera zoom 2020-09-07 00:19:38 +02:00
chat.cpp Revert "Revert & use "str_utf8_truncate" instead" 2020-09-06 20:54:57 +01:00
chat.h Don't reset chat on map change (fixes #2451) 2020-07-09 13:47:48 +02:00
console.cpp Clean up econ stuff, don't need it 2020-09-10 20:13:01 +02:00
console.h Clean up econ stuff, don't need it 2020-09-10 20:13:01 +02:00
controls.cpp Add +resetdummy 2020-08-13 11:19:13 +03:00
controls.h Add +resetdummy 2020-08-13 11:19:13 +03:00
countryflags.cpp more typesafty in the graphics. introduced the IGraphics::CTextureHandle 2019-11-22 18:08:37 +01:00
countryflags.h more typesafty in the graphics. introduced the IGraphics::CTextureHandle 2019-11-22 18:08:37 +01:00
damageind.cpp Reset quad rotation/color in damageind (fixes #2062) 2020-02-13 22:55:32 +01:00
damageind.h add buffering for dmg indicator, map items, particles and players 2018-03-13 21:52:44 +01:00
debughud.cpp move checkpoint to debug 2020-08-15 17:00:02 -07:00
debughud.h added "Whitespace and line Endings cleanup" by GreYFoX 2011-04-13 20:37:12 +02:00
effects.cpp Remove ugly hack 2020-06-19 21:42:19 +03:00
effects.h Apply ShowOtherAlpha to projectiles 2019-07-16 22:06:57 +02:00
emoticon.cpp 0.7 cursor 2020-09-15 16:18:12 +02:00
emoticon.h fixed eyewheel (originally from Chairn) 2015-11-15 00:31:24 +01:00
flow.cpp more typesafty in the graphics. introduced the IGraphics::CTextureHandle 2019-11-22 18:08:37 +01:00
flow.h added "Whitespace and line Endings cleanup" by GreYFoX 2011-04-13 20:37:12 +02:00
ghost.cpp Use player name from the Steam API as fallback 2020-08-25 16:21:58 +02:00
ghost.h Add cl_confirm_disconnect_quit_time (fixes #1530) 2019-03-25 20:10:38 +01:00
hud.cpp Backported fix for Text() incorrect parameter type (int -> float) 2020-07-15 20:49:14 +01:00
hud.h Fix cl_showrecord with dummy (fixes #2077) 2020-03-01 12:55:01 +01:00
items.cpp Fix antiping smoketrails 2020-05-02 18:52:09 +02:00
items.h Fix antiping smoketrails 2020-05-02 18:52:09 +02:00
killmessages.cpp Backported fix for TextWidth() parameter mix-up 2020-07-15 20:48:29 +01:00
killmessages.h Fix killmessages aswell 2019-07-29 17:36:44 +03:00
mapimages.cpp Max images(for editor, clamp for client and warning for mapconvert) (fixes #2148) 2020-09-19 21:22:21 +02:00
mapimages.h Fix some style issues via scripts/fix_style.py, size_t 2020-09-11 00:47:38 +02:00
maplayers.cpp Fix some style issues via scripts/fix_style.py, size_t 2020-09-11 00:47:38 +02:00
maplayers.h Fix build error 2020-02-13 17:27:39 +03:00
mapsounds.cpp Stop playing map sound when demo player is paused 2020-06-02 13:47:05 +02:00
mapsounds.h Fix all the header guards and adjust the script a little 2018-07-06 16:11:38 +02:00
menus.cpp edit box: only highlight x when hovering it 2020-09-20 11:52:17 +02:00
menus.h Kill server on quit 2020-09-18 00:30:31 +02:00
menus_browser.cpp Some browser improvements 2020-09-20 11:47:04 +02:00
menus_demo.cpp Fix localizing demo list 2020-09-18 23:33:51 +02:00
menus_ingame.cpp Merge #2836 #2841 #2845 2020-09-17 14:00:09 +00:00
menus_settings.cpp Merge #2896 2020-09-21 17:50:09 +00:00
menus_start.cpp Kill server on quit 2020-09-18 00:30:31 +02:00
motd.cpp Backported fix for Text() incorrect parameter type (int -> float) 2020-07-15 20:49:14 +01:00
motd.h added "Whitespace and line Endings cleanup" by GreYFoX 2011-04-13 20:37:12 +02:00
nameplates.cpp remove cl_nameplates_friendMark 2 2020-09-02 19:10:48 +03:00
nameplates.h use array instead of string 2020-07-13 12:41:07 +08:00
particles.cpp Revert "Revert Jupeyy's OpenGL changes" 2020-08-29 12:10:53 +02:00
particles.h Don't inherit from vector, more cleanup 2019-04-27 00:47:34 +03:00
players.cpp Fix showothers for specchar 2020-06-30 14:04:41 +02:00
players.h Make spec character rendering a bit cleaner 2020-06-25 14:56:23 +02:00
race_demo.cpp Use player name from the Steam API as fallback 2020-08-25 16:21:58 +02:00
race_demo.h Clean up ghost and race recorder 2017-10-06 22:01:33 +02:00
scoreboard.cpp Sort spectator view by team, then name (not score) (fixes #2808) 2020-09-13 21:31:10 +02:00
scoreboard.h Remove all checking for the gametype in the game 2019-06-14 00:28:59 +02:00
skins.cpp Fix skin lookup 2020-09-20 02:19:58 +02:00
skins.h Fix skin lookup 2020-09-20 02:19:58 +02:00
sounds.cpp made recording demos work 2019-09-30 20:48:47 +08:00
sounds.h Overhauled job system 2017-11-23 15:47:38 +01:00
spectator.cpp Merge #2813 2020-09-17 16:07:28 +00:00
spectator.h Add spectate_closest 2020-03-31 01:17:32 -07:00
statboard.cpp Fix utf8 handling in str_truncate (fixes #2533) 2020-08-02 18:32:42 +02:00
statboard.h Fix all the header guards and adjust the script a little 2018-07-06 16:11:38 +02:00
voting.cpp made recording demos work 2019-09-30 20:48:47 +08:00
voting.h made recording demos work 2019-09-30 20:48:47 +08:00