ddnet/src/game/client/components
Dennis Felsing d716210e31
Merge pull request #7408 from Jupeyy/pr_tile_border_shader
Switch to a fragment shader solution for border tile rendering
2023-11-11 23:02:34 +00:00
..
background.cpp Add button to reload entities background, improve DDNet menu layout 2023-08-19 17:44:58 +02:00
background.h Add button to reload entities background, improve DDNet menu layout 2023-08-19 17:44:58 +02:00
binds.cpp done requested code changes 2023-10-08 17:31:43 +02:00
binds.h done requested code changes 2023-10-08 17:31:43 +02:00
broadcast.cpp Simplify by calculating broadcast render offset in OnRender 2023-05-06 15:57:44 +02:00
broadcast.h Fade out broadcast in last second, use text container 2023-05-06 15:55:42 +02:00
camera.cpp Remove setting default zoom after leaving multiview 2023-09-02 16:57:24 +02:00
camera.h Fixed, now my pc is alive xd 2023-08-17 00:32:44 +00:00
chat.cpp Change chat input size to 256 2023-10-23 22:14:49 +02:00
chat.h Change chat input size to 256 2023-10-23 22:14:49 +02:00
console.cpp Use CLock instead of std::mutex, add thread-safety annotations 2023-11-11 00:09:17 +01:00
console.h Use CLock instead of std::mutex, add thread-safety annotations 2023-11-11 00:09:17 +01:00
controls.cpp make sub-tick-aiming configurable 2023-10-03 21:08:03 +02:00
controls.h fix mouse position for hook/shots 2023-10-03 19:27:53 +02:00
countryflags.cpp Add CImageInfo::PixelSize function, use enum EImageFormat 2023-09-03 20:40:28 +02:00
countryflags.h Improve usage of CCountryFlags::Render function 2023-06-07 19:04:53 +02:00
damageind.cpp fix nameplate related indicators opacity 2023-05-11 22:23:48 +02:00
damageind.h fix nameplate related indicators opacity 2023-05-11 22:23:48 +02:00
debughud.cpp Fix incorrect minimum value of dbg_tuning velramp graph 2023-10-17 20:24:47 +02:00
debughud.h Player position, speed and angle can now be displayed in the HUD. 2022-04-14 13:42:19 +02:00
effects.cpp fix nameplate related indicators opacity 2023-05-11 22:23:48 +02:00
effects.h fix nameplate related indicators opacity 2023-05-11 22:23:48 +02:00
emoticon.cpp Minor refactoring of CAnimState and tee rendering functions 2023-06-10 13:10:26 +02:00
emoticon.h Move CRenderTools::DrawCircle to IGraphics::DrawCircle 2022-08-12 17:42:03 +02:00
flow.cpp Fix all Multiplication type alerts by CodeQL 2020-10-05 19:03:54 +02:00
flow.h Add some checksum functions to the client 2022-01-31 21:31:26 +01:00
freezebars.cpp do an int check for m_FreezeEnd instad of float, becuase it is int 2022-08-13 15:43:38 +02:00
freezebars.h add vertical ninja bar 2022-04-14 13:40:44 +02:00
ghost.cpp Fix incorrect ghost being loaded with cl_race_ghost_save_best 2023-10-30 00:53:00 +01:00
ghost.h Increase MAX_ACTIVE_GHOSTS from 8 to 256 2023-10-27 20:51:19 +02:00
hud.cpp Don't show cl_showpred in demos 2023-09-27 11:31:53 +02:00
hud.h CHud: Refactor weapons rendering (1/3) 2023-07-07 20:56:50 +03:00
items.cpp Add flag to ddnetlaser for enabling prediction, let server control starttick 2023-09-19 23:22:15 +02:00
items.h Add DDNetLaser to have more info about a laser shot 2022-09-15 01:01:32 +02:00
killmessages.cpp Align kill messages properly in demos 2023-10-28 15:27:16 +02:00
killmessages.h Track team killmessage victims separately, ensure initialization 2023-10-02 15:39:12 +02:00
mapimages.cpp Switch to a fragment shader solution for border tile rendering 2023-11-04 14:51:39 +01:00
mapimages.h Fix client crash on maps with invalid image and sound indices 2023-10-29 17:55:20 +01:00
maplayers.cpp Switch to a fragment shader solution for border tile rendering 2023-11-04 14:51:39 +01:00
maplayers.h Switch to a fragment shader solution for border tile rendering 2023-11-04 14:51:39 +01:00
mapsounds.cpp Add gameclient warnings to queue instead of overriding others 2023-11-01 22:17:01 +01:00
mapsounds.h Fix client crash on maps with invalid image and sound indices 2023-10-29 17:55:20 +01:00
menu_background.cpp Fix some textures being loaded without mipmaps 2023-11-04 12:54:09 +01:00
menu_background.h Improve theme icon loading, fix flashing black screen 2023-11-04 12:54:06 +01:00
menus.cpp Add mode selection to color picker popups (RGBA, HSVA, HSLA) 2023-11-05 13:46:01 +01:00
menus.h Ghost browser UI Improvements 2023-10-27 20:55:33 +02:00
menus_browser.cpp Show AFK status in info tab 2023-11-02 13:18:00 +01:00
menus_demo.cpp remove ShowingRoot check 2023-11-11 14:08:41 +01:00
menus_ingame.cpp Remove middle man in call chain 2023-11-04 12:53:04 +01:00
menus_settings.cpp Small fixes for cl_race_ghost_strict_map 2023-10-28 14:54:35 +02:00
menus_settings_assets.cpp Fix some textures being loaded without mipmaps 2023-11-04 12:54:09 +01:00
menus_start.cpp Add gameclient warnings to queue instead of overriding others 2023-11-01 22:17:01 +01:00
motd.cpp Make text container index type-safe 2023-05-05 15:58:17 +02:00
motd.h Make text container index type-safe 2023-05-05 15:58:17 +02:00
nameplates.cpp Use m_aInputData for dummy in cl_show_direction 2023-10-01 01:14:35 +02:00
nameplates.h Make text container index type-safe 2023-05-05 15:58:17 +02:00
particles.cpp Fix heap-use-after-free when quitting/restarting 2023-05-14 18:12:47 +02:00
particles.h Add freezing snow flakes effect and fix 50HZ timer + add 10Hz Timer to particle system 2022-06-15 22:05:40 +02:00
players.cpp Add cl_race_ghost_alpha, add title for ghost settings. 2023-10-27 20:56:57 +02:00
players.h Remove CTeeRenderInfo member variables of CPlayers 2023-10-02 15:34:39 +02:00
race_demo.cpp Port some code to str_copy() template 2022-07-09 19:40:58 +03:00
race_demo.h Add OnNewSnapshot to component hooks 2023-04-15 12:47:33 +02:00
scoreboard.cpp Use golden angle to generate unique, distinct DDTeam colors 2023-09-13 18:56:47 +02:00
scoreboard.h no goals hud when empty 2022-06-16 16:28:50 +02:00
skins.cpp Add event dates to time_season: easter, halloween, xmas 2023-10-28 12:10:41 +02:00
skins.h Implement random skin button 2023-03-25 13:11:47 +01:00
sounds.cpp Suppress more events while skipping in demos: 2022-08-28 15:20:50 +02:00
sounds.h Add IsPlaying to sounds client component 2022-06-26 22:43:32 +02:00
spectator.cpp Use golden angle to generate unique, distinct DDTeam colors 2023-09-13 18:56:47 +02:00
spectator.h Improve Multi-View UX 2023-07-13 18:10:34 +02:00
statboard.cpp Add str_from_int function 2023-08-24 20:54:17 +02:00
statboard.h Organize game-client includes 2022-05-29 21:24:43 +02:00
tooltips.cpp Fix tooltips being active behind popups and outside clipping rects 2023-05-29 12:29:02 +02:00
tooltips.h Fix tooltips being active behind popups and outside clipping rects 2023-05-29 12:29:02 +02:00
voting.cpp Color text if you have voted f3 or f4 2023-09-16 12:17:11 +02:00
voting.h Organize game-client and editor includes 2022-06-17 20:32:56 +02:00