.. |
background.cpp
|
remove spaces
|
2017-12-03 11:50:43 +01:00 |
background.h
|
make background class inherited from maplayers and change some things in
|
2017-09-12 20:13:53 +02:00 |
binds.cpp
|
Fix typo
|
2018-07-10 17:29:02 +08:00 |
binds.h
|
Clean up key binding a bit
|
2017-07-21 19:32:32 +02:00 |
broadcast.cpp
|
Hide empty broadcast messages.
|
2017-05-20 13:59:39 +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
|
fix bw support
|
2018-09-28 18:27:51 +02:00 |
camera.h
|
Simplify Dyncam and fix #311
|
2015-08-27 20:26:05 +02:00 |
chat.cpp
|
Fix typo
|
2018-07-10 17:29:02 +08:00 |
chat.h
|
add window resize event, and fix some ui things
|
2018-03-21 15:53:29 +01:00 |
console.cpp
|
Remove extra semicolons
|
2018-11-18 14:27:48 +08:00 |
console.h
|
Add commands for switching pages in console
|
2018-06-03 11:48:08 +02:00 |
controls.cpp
|
cl_control_dummy -> cl_dummy_control
|
2018-04-03 18:12:27 +02:00 |
controls.h
|
Fix dummy input reset
|
2017-03-06 19:45:39 +01:00 |
countryflags.cpp
|
Remove mem_alloc and mem_free , use standard C functions instead
|
2018-04-09 11:56:39 +02: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
|
add buffering for dmg indicator, map items, particles and players
|
2018-03-13 21:52:44 +01:00 |
damageind.h
|
add buffering for dmg indicator, map items, particles and players
|
2018-03-13 21:52:44 +01:00 |
debughud.cpp
|
Add show angle in debug
|
2017-04-24 14:11:22 -07:00 |
debughud.h
|
added "Whitespace and line Endings cleanup" by GreYFoX
|
2011-04-13 20:37:12 +02:00 |
effects.cpp
|
Fix sound enabling and disabling (fixes #82)
|
2014-10-25 02:52:08 +02:00 |
effects.h
|
Remove Damage Indications when entering game (fixes #29)
|
2014-09-03 14:17:44 +02:00 |
emoticon.cpp
|
fix bw support
|
2018-09-28 18:27:51 +02:00 |
emoticon.h
|
fixed eyewheel (originally from Chairn)
|
2015-11-15 00:31:24 +01:00 |
flow.cpp
|
Remove mem_alloc and mem_free , use standard C functions instead
|
2018-04-09 11:56:39 +02:00 |
flow.h
|
added "Whitespace and line Endings cleanup" by GreYFoX
|
2011-04-13 20:37:12 +02:00 |
ghost.cpp
|
fixed, thanks heinrich
|
2018-07-25 22:41:24 +02:00 |
ghost.h
|
Fixed several issues with the ghost (thanks to Learath2)
|
2017-10-28 14:23:24 +02:00 |
hud.cpp
|
reset color for the gameflags
|
2018-04-05 20:46:22 +02:00 |
hud.h
|
add window resize event, and fix some ui things
|
2018-03-21 15:53:29 +01:00 |
items.cpp
|
Fix typo
|
2018-07-10 17:29:02 +08:00 |
items.h
|
add buffering for dmg indicator, map items, particles and players
|
2018-03-13 21:52:44 +01:00 |
killmessages.cpp
|
Some text positioning
|
2018-04-11 12:19:30 +02:00 |
killmessages.h
|
add window resize event, and fix some ui things
|
2018-03-21 15:53:29 +01:00 |
mapimages.cpp
|
Fix typo
|
2018-07-10 17:29:02 +08:00 |
mapimages.h
|
create overlay textures for entity overlays, instead of rendering glyphs
|
2017-09-12 20:15:37 +02:00 |
maplayers.cpp
|
style
|
2018-10-29 22:09:11 +01:00 |
maplayers.h
|
style
|
2018-10-29 09:00:47 +01:00 |
mapsounds.cpp
|
Fix style in several places
|
2017-03-22 19:45:14 +01:00 |
mapsounds.h
|
Fix all the header guards and adjust the script a little
|
2018-07-06 16:11:38 +02:00 |
menus.cpp
|
Factor out clear button from four different places
|
2018-09-20 07:43:05 +02:00 |
menus.h
|
Factor out clear button from four different places
|
2018-09-20 07:43:05 +02:00 |
menus_browser.cpp
|
Fix crash when auto update is off
|
2018-12-05 01:06:52 +08:00 |
menus_demo.cpp
|
Use str_startswith , str_endswith instead of ad-hoc implementations
|
2018-07-26 14:18:23 +02:00 |
menus_ingame.cpp
|
Merge pull request #1220 from heinrich5991/pr_ddnet_ui_skinprefix
|
2018-09-20 08:41:20 +02:00 |
menus_settings.cpp
|
Fix crash when auto update is off
|
2018-12-05 01:06:52 +08:00 |
motd.cpp
|
Handle multi-line motd correctly in the console
|
2017-04-03 12:29:31 +02:00 |
motd.h
|
added "Whitespace and line Endings cleanup" by GreYFoX
|
2011-04-13 20:37:12 +02:00 |
nameplates.cpp
|
Fix cl_nameplates_own with antiping on when spectating
|
2018-08-30 22:53:28 +02:00 |
nameplates.h
|
add window resize event, and fix some ui things
|
2018-03-21 15:53:29 +01:00 |
particles.cpp
|
Don't update, if no time passed
|
2018-08-24 05:56:33 +02:00 |
particles.h
|
add buffering for dmg indicator, map items, particles and players
|
2018-03-13 21:52:44 +01:00 |
players.cpp
|
fix cl_show_nameplates_own with antiping off ingame
|
2018-08-03 23:40:03 +02:00 |
players.h
|
add buffering for dmg indicator, map items, particles and players
|
2018-03-13 21:52:44 +01:00 |
race_demo.cpp
|
Use str_startswith , str_endswith instead of ad-hoc implementations
|
2018-07-26 14:18:23 +02:00 |
race_demo.h
|
Clean up ghost and race recorder
|
2017-10-06 22:01:33 +02:00 |
scoreboard.cpp
|
increase max score that can be displayed in scoreboard
|
2018-10-11 22:19:26 +02:00 |
scoreboard.h
|
Add cl_show_local_time_always (fixes #319)
|
2016-04-27 19:22:55 +02:00 |
skins.cpp
|
fuck this no-space-convention
|
2018-08-21 18:29:25 +02:00 |
skins.h
|
heinrich styling
|
2018-07-25 23:36:52 +02:00 |
sounds.cpp
|
Fix typo
|
2018-07-10 17:29:02 +08:00 |
sounds.h
|
Overhauled job system
|
2017-11-23 15:47:38 +01:00 |
spectator.cpp
|
ui fixes: text positining
|
2018-04-03 17:41:11 +02:00 |
spectator.h
|
Fix spectating in demo viewer and add a button to choose to follow a player
|
2015-07-26 18:21:51 +02:00 |
statboard.cpp
|
Use str_startswith , str_endswith instead of ad-hoc implementations
|
2018-07-26 14:18:23 +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
|
commanddescription can now be placed directly in
|
2015-12-28 16:19:52 +01:00 |
voting.h
|
Removed level stuff
|
2011-08-13 02:11:06 +02:00 |