James R
8103bd21c1
HUD: fix delay indicator online
...
- As a bonus, the mindelay setting of other players is now
visible to everyone
2024-04-27 15:44:43 -07:00
Sally Coolatta
7dfa597c7d
SRB2 -> DRRR copyright in src, acs, android folder
...
Be consistent with toaster's recent changes to copyright
2024-04-05 02:08:23 -04:00
toaster
77512509f1
Support tilde in LT_ range fonts
2024-03-10 21:18:15 +00:00
James R
9a7af6c592
srb2::Draw: add fonts kRollingNum and kRollingNum4P
2024-03-04 01:42:29 -08:00
Sally Coolatta
b4a8249b68
Display grading points on podium
2024-02-22 10:03:57 -05:00
Oni
bc80233f1f
Merge branch 'vote-level-names' into 'master'
...
Vote level names
See merge request KartKrew/Kart!1873
2024-01-28 23:29:44 +00:00
Sally Coolatta
a7df7aa637
Add Medium Font
...
Monospaced in-between of Console & Thin
2024-01-27 20:38:52 -05:00
James R
3a8a7f3cf5
Add thin timer font
2024-01-22 16:42:30 -08:00
James R
2bfad76c1e
Add HU_DoTitlecardCEchoForDuration; letter disappearing time scales by total cecho duration
2024-01-05 15:56:23 -08:00
AJ Martinez
15338c4e32
Packet loss indicator
2023-10-20 20:33:37 -07:00
James R
baf7f82af3
HU_DoTitlecardCEcho: add splitscreen support and interrupt feature
...
- Takes player argument and only appears on the screen if
they're a display player.
- Uses 4P font when in splitscreen.
- Uses 1P font if not in splitscreen, or player argument
is NULL -- message to everyone.
- Interrupt argument controls whether the message should
overwrite another message that's already playing.
- Global and player specific messages are considered
separately.
2023-08-26 21:39:18 +01:00
James R
4f60d046ba
V_DrawTitleCardString, V_TitleCardStringWidth: add 4P font support
2023-08-26 21:39:18 +01:00
toaster
86784ae91a
Add Menu Font (without using it anywhere)
...
Content of commit was originally written by Sal, but as a monolithic commit. The author of this commit is chunking it up for easier review.
Adds the additional font. This requires a little cleanup before we can use it as the primary menu font, but worth at least putting this in the relevant places for later.
2023-07-12 09:00:29 +01:00
toaster
de22fc8ff1
Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart into profile-restrictions
...
# Conflicts:
# src/hu_stuff.c
# src/y_inter.c
2023-05-12 13:42:50 +01:00
toaster
c1eb01c03d
Ping for Y_PlayerStandingsDrawer
...
TODO: CPU indicator
2023-05-11 21:39:06 +01:00
toaster
36d8bce14d
Replace K_DrawTabRankings with Y_PlayerStandingsDrawer
...
TODO: Ping, LAGLESS
2023-05-11 18:11:40 +01:00
AJ Martinez
167f5f40ed
PT_SAY and gamestochat: the rest of the owl
2023-04-29 20:16:20 -07:00
AJ Martinez
346a778365
PT_SAY: Restore cv_mute and stop_spamming
2023-04-29 17:45:04 -07:00
AJ Martinez
cb8e48d8a7
WIP: PT_SAY
2023-04-29 16:12:23 -07:00
AJ Martinez
07eb7dea19
Revert "WIP: XD_REQSAY"
...
This reverts commit 00e25ee593 .
2023-04-28 17:14:32 -07:00
AJ Martinez
00e25ee593
WIP: XD_REQSAY
2023-04-28 02:10:50 -07:00
James R
d9b406f4d0
Add TIMER_FONT, rename V_DrawKartString to V_DrawTimerString
...
Separates timer and FREE PLAY fonts.
2023-04-21 00:34:06 -07:00
Sally Coolatta
996ca9adad
Z Voting
2023-04-20 15:55:38 -04:00
James R
eab22f645c
Merge branch 'titlecard-cecho' into 'master'
...
Titlecard CEcho
See merge request KartKrew/Kart!952
2023-03-01 17:21:13 +00:00
toaster
e0ac6b6044
Music credits show up in more contexts
...
- Drawn over the top of basically everything when enabled.
- Update song credit on
- Menu music update (can sometimes clear it)
- Intermission begin
- Vote begin
- Return to title (by clearing it)
2023-02-25 22:54:36 +00:00
Lat
d755d6edb9
Titlecard CEcho
2023-02-21 16:16:34 +01:00
Eidolon
be021baa02
Add extern "C" in C++ to all headers
2022-12-30 19:26:16 -06:00
James R
b5310a1f68
Add typedef.h
...
All typedefs for structs that were present in other header
files have been moved to here. (Except node_t because the
renderer and netcode both define node_t LOL.)
2022-11-27 17:21:40 -08:00
toaster
37214c32dd
Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart into chat-flood-fix
...
# Conflicts:
# src/hu_stuff.c
2022-09-26 12:56:50 +01:00
AJ Martinez
e242207d10
Mindelay: Oni suggestions rollup
2022-09-20 19:01:54 -07:00
LJ Sonic
5d406375a8
Cleanup and fix chat deleting and pasting
...
# Conflicts:
# src/hu_stuff.c
# src/hu_stuff.h
2022-09-05 16:38:19 +01:00
SinnamonLat
d5e9283c2e
Allow selecting profile with no changes to speed up charsel process
2022-07-20 19:35:51 +02:00
toaster
48d451cfef
Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart.git into new-menus
...
# Conflicts:
# src/d_ticcmd.h
# src/deh_soc.c
# src/deh_soc.h
# src/deh_tables.c
# src/dehacked.c
# src/f_finale.c
# src/g_game.c
# src/m_menu.c
2022-05-21 18:57:46 +01:00
toaster
884064049e
* Allocate the "MISSING" patch only once, statically, at first boot via missingpat, and prevent it from being freed.
...
* Rework HU_UpdatePatch to HU_UpdateOrBlankPatch with a "required" boolean.
* If desired graphic is not present in resources:
* If required is true, return `missingpat`.
* If false, return NULL as before (font compatibility).
* Add an alias with the previous function signature, so you don't need to add a million `true`s everywhere.
* Remove a ton of irrelevant graphics the game attempts to cache only because of code inherited from vanilla SRB2.
* Remove the unused hudinfo system, also inherited from vanilla SRB2.
2022-05-14 14:56:02 +01:00
SinnamonLat
5801d67706
Add profile # and player name on the card
2022-02-20 15:23:08 +01:00
James R
8de36a9ab0
Load titlecard font with font system
2021-12-17 02:41:34 -08:00
James R
8012d00684
Add HU_UpdatePatch, recaches patch only if it exists in pwad
2021-12-17 01:07:54 -08:00
toaster
b4af07ffed
Merge branch 'master' into new-menus
...
# Conflicts:
# src/d_main.c
# src/dehacked.c
# src/m_menu.c
# src/v_video.c
# src/y_inter.c
2021-10-18 01:18:37 +01:00
Latapostrophe
f2f0a6cbe2
New titlecards
2021-04-30 18:11:36 +02:00
James R
dd5223f4d7
Draw an icon above players when they are typing in chat or console
...
A little speech bubble is drawn, with dots cycling as they type.
No typing = no dots.
2021-02-16 09:24:22 -08:00
Sally Coolatta
e6a9e5a68e
Merge branch 'master' into new-menus
2020-11-08 02:49:28 -05:00
Sally Coolatta
1500d682d2
hu_stuff & y_inter
2020-08-14 01:06:55 -04:00
Sally Coolatta
f9ca40e673
Merge branch 'master' into the-scary-22-merge
2020-08-12 20:59:09 -04:00
Sally Coolatta
3ebc8517be
Merge hu_stuff.c/h
2020-08-06 10:52:00 -04:00
Sally Coolatta
d27f16c4d5
A bunch of easy files (1-5 conflicts)
...
g_state.h, hu_stuff.h, lua_hud.h, m_misc.h, p_polyobj.c, p_telept.c, r_draw.c, r_draw8.c, r_sky.c
2020-08-05 14:34:17 -04:00
Sally Coolatta
3e36e15628
Merge master
2020-06-08 00:52:37 -04:00
Sally Coolatta
120dc253af
Merge remote-tracking branch 'origin/iwantmychat' into nametags
2020-06-03 20:19:26 -04:00
Sally Coolatta
63917ffccc
The start of the scary 2.2 merge
...
All conflicts are left in-tact. We should be collaborating on solving these files one at a time.
2020-05-29 13:43:38 -04:00
sphere
21130dfbb0
Support act numbers up to 99 and draw both digits individually.
2020-05-12 17:17:24 +02:00
Sally Coolatta
b4f8d708a4
Merge branch 'master' into new-menus
2020-05-09 17:04:10 -04:00