ddnet/src/game/client/components
2013-02-24 19:43:09 +01:00
..
binds.cpp added "Whitespace and line Endings cleanup" by GreYFoX 2011-04-13 20:37:12 +02:00
binds.h added "Whitespace and line Endings cleanup" by GreYFoX 2011-04-13 20:37:12 +02:00
broadcast.cpp added "Whitespace and line Endings cleanup" by GreYFoX 2011-04-13 20:37:12 +02:00
broadcast.h made broadcast text a bit smaller and cut it off if it's bigger than the screen. Closes #313 2010-12-16 03:17:16 +01:00
camera.cpp added "Whitespace and line Endings cleanup" by GreYFoX 2011-04-13 20:37:12 +02:00
camera.h fixed several problems with spectator view in game and demo player. Closes #83 2011-03-12 18:07:57 +01:00
chat.cpp made the client not play the chat sound for empty chat messages. Closes #967 2013-02-24 17:36:54 +01:00
chat.h buffered chat input. Closes #916 2012-01-09 23:13:51 +01:00
console.cpp fixed wrapping problems when rendering console input 2013-02-24 17:34:51 +01:00
console.h fixed econ feature and tcp 2011-07-30 13:40:01 +02:00
controls.cpp added pause command. Closes #15 2012-01-10 00:49:31 +01:00
controls.h added "Whitespace and line Endings cleanup" by GreYFoX 2011-04-13 20:37:12 +02:00
countryflags.cpp always show default country flag on invalid country index 2012-02-05 15:53:22 +01:00
countryflags.h added a config to display the code string of a country flag instead of the image. Closes #897 2012-01-08 18:16:38 +01:00
damageind.cpp added pause command. Closes #15 2012-01-10 00:49:31 +01:00
damageind.h fixed the broken damage indicators 2011-12-31 10:15:54 +01:00
debughud.cpp show tee pos and vel in tiles in debug hud 2011-05-03 18:13:12 +02:00
debughud.h added "Whitespace and line Endings cleanup" by GreYFoX 2011-04-13 20:37:12 +02:00
effects.cpp cleaned up playing of global sounds 2012-01-06 19:38:40 +01:00
effects.h added "Whitespace and line Endings cleanup" by GreYFoX 2011-04-13 20:37:12 +02:00
emoticon.cpp increased the size of emoticons in the selector. Closes #625 2012-01-09 00:23:58 +01:00
emoticon.h added "Whitespace and line Endings cleanup" by GreYFoX 2011-04-13 20:37:12 +02:00
flow.cpp added "Whitespace and line Endings cleanup" by GreYFoX 2011-04-13 20:37:12 +02:00
flow.h added "Whitespace and line Endings cleanup" by GreYFoX 2011-04-13 20:37:12 +02:00
hud.cpp show notification when game is paused 2012-01-10 22:40:48 +01:00
hud.h show notification when game is paused 2012-01-10 22:40:48 +01:00
items.cpp added pause command. Closes #15 2012-01-10 00:49:31 +01:00
items.h some trivial fixes 2011-12-04 14:21:20 +01:00
killmessages.cpp added "Whitespace and line Endings cleanup" by GreYFoX 2011-04-13 20:37:12 +02:00
killmessages.h added "Whitespace and line Endings cleanup" by GreYFoX 2011-04-13 20:37:12 +02:00
mapimages.cpp added "Whitespace and line Endings cleanup" by GreYFoX 2011-04-13 20:37:12 +02:00
mapimages.h added "Whitespace and line Endings cleanup" by GreYFoX 2011-04-13 20:37:12 +02:00
maplayers.cpp added pause command. Closes #15 2012-01-10 00:49:31 +01:00
maplayers.h fixed envelope rendering when seeking in the demo player 2011-12-04 14:04:12 +01:00
menus.cpp fixed wrong map download speed when switching to the editor while downloading. Closes #951 2013-02-24 17:34:02 +01:00
menus.h deactivate player ignore setting if show just friends chat is active and player isn't a friend 2012-01-10 23:03:23 +01:00
menus_browser.cpp count spectators in the server browser when 'count players only'-filter is disabled 2013-02-24 17:33:37 +01:00
menus_demo.cpp added demo markers by Choupom. Closes #837 2012-01-10 23:13:19 +01:00
menus_ingame.cpp fixed chat ignore feature 2013-02-24 17:24:30 +01:00
menus_settings.cpp added options for the threaded stuff in the menu and set version 2013-02-24 19:43:09 +01:00
motd.cpp added "Whitespace and line Endings cleanup" by GreYFoX 2011-04-13 20:37:12 +02:00
motd.h added "Whitespace and line Endings cleanup" by GreYFoX 2011-04-13 20:37:12 +02:00
nameplates.cpp added "Whitespace and line Endings cleanup" by GreYFoX 2011-04-13 20:37:12 +02:00
nameplates.h Updated copyrights 2010-11-20 21:26:06 +01:00
particles.cpp added pause command. Closes #15 2012-01-10 00:49:31 +01:00
particles.h added "Whitespace and line Endings cleanup" by GreYFoX 2011-04-13 20:37:12 +02:00
players.cpp added pause command. Closes #15 2012-01-10 00:49:31 +01:00
players.h removed multiple updating of the renderinfo for ninjas. Closes #855 2012-01-08 15:44:49 +01:00
scoreboard.cpp added a config to display the code string of a country flag instead of the image. Closes #897 2012-01-08 18:16:38 +01:00
scoreboard.h added "Whitespace and line Endings cleanup" by GreYFoX 2011-04-13 20:37:12 +02:00
skins.cpp removed some resource loading spam. Closes #894 2011-12-10 18:23:29 +01:00
skins.h added "Whitespace and line Endings cleanup" by GreYFoX 2011-04-13 20:37:12 +02:00
sounds.cpp cleaned up playing of global sounds 2012-01-06 19:38:40 +01:00
sounds.h cleaned up playing of global sounds 2012-01-06 19:38:40 +01:00
spectator.cpp close spectator/emoticon menu when changing to team/spectator via bind. Closes #768 2011-07-11 12:02:45 +02:00
spectator.h added "Whitespace and line Endings cleanup" by GreYFoX 2011-04-13 20:37:12 +02:00
voting.cpp fixed that client displays active vote after connecting to a server 2013-02-24 17:29:05 +01:00
voting.h added "Whitespace and line Endings cleanup" by GreYFoX 2011-04-13 20:37:12 +02:00