Commit graph

25491 commits

Author SHA1 Message Date
SteelT
e2cbf06fa7 src/f_finale.c: Fix compiler error 2024-01-03 02:25:23 -05:00
Sal
9ee138ac13 Merge branch 'vinny' into 'master'
Despawn Mystic Melody shrines online (resolves #822)

Closes #822

See merge request KartKrew/Kart!1770
2024-01-03 06:50:13 +00:00
AJ Martinez
10fc178d7a Netgames: never spawn shrines, instead of despawning them 2024-01-02 23:30:55 -07:00
Eidolon
80cccdcda7 Merge branch 'staff-ghost-pk3' into 'master'
Read staff ghosts from pk3 directory

See merge request KartKrew/Kart!1771
2024-01-03 06:13:50 +00:00
Eidolon
15eecb4e88 Use staff demo wad/lump index for attraction mode 2024-01-03 00:00:46 -06:00
Eidolon
2971149080 Merge branch 'remove-pragma-interface' into 'master'
Remove all gcc pragma interface

See merge request KartKrew/Kart!1767
2024-01-03 03:21:22 +00:00
Eidolon
746da46321 Read staff ghosts from pk3 directory 2024-01-02 21:05:43 -06:00
Eidolon
3d36f99609 Convert p_setup.c -> p_setup.cpp 2024-01-02 21:00:41 -06:00
Eidolon
a4f856b0c8 Make byteptr.h macros C++-compatible 2024-01-02 21:00:41 -06:00
Oni
336b430f79 Merge branch 'polish-menu-options' into 'master'
More Menu Polish: organizing

See merge request KartKrew/Kart!1762
2024-01-03 01:29:11 +00:00
AJ Martinez
edbc62f7d6 Despawn Mystic Melody shrines online 2024-01-02 15:29:44 -07:00
Eidolon
dde6ca0dac Remove all gcc pragma interface
GCC docs say these are not only obsolete but counter-productive for
their intended use case since GCC 2.7.2.

https://gcc.gnu.org/onlinedocs/gcc-13.2.0/gcc/C_002b_002b-Interface.html
2024-01-02 13:38:55 -06:00
Gunla
4277c6d930 Merge branch 'preview-prison-pickups' into 'master'
Preview location of Prison item boxes

See merge request KartKrew/Kart!1763
2024-01-02 03:39:53 +00:00
AJ Martinez
b6a3174e0b Preview location of Prison item boxes 2024-01-01 17:07:13 -07:00
Oni
5f643ae5d1 Merge branch 'invinc-time-scaling' into 'master'
Rebalanced Invinc

See merge request KartKrew/Kart!1761
2024-01-01 16:22:55 +00:00
Oni
d26a535610 Merge branch 'polish-pause-menu' into 'master'
Interpolate pause menu

See merge request KartKrew/Kart!1760
2024-01-01 16:16:31 +00:00
James R
70cf10bc1e Menus: scrunch text box height 2024-01-01 03:05:18 -08:00
James R
2edc583e61 Menus/Erase Data: draw arrow for "Erase a Profile" submenu 2024-01-01 03:05:18 -08:00
James R
f2bd45dbd9 k_menu: replace IT_WHITESTRING -> IT_LINKTEXT, draw arrow like IT_SUBMENU 2024-01-01 03:05:18 -08:00
James R
b6d7e1d0c5 Menus/Recording Options: expose rest of video recording options 2024-01-01 03:05:18 -08:00
James R
ee8dd90d74 Menus/Addon Options: rename drawers to clarify context 2024-01-01 03:05:18 -08:00
James R
471f97bd58 Menus/Data Options: move Replay and Discord settings into drawers on main Data Options menu 2024-01-01 03:05:17 -08:00
James R
9df8dd2bc0 consvar_t: add step_amount field, used by menus 2024-01-01 03:05:17 -08:00
James R
99baf4e8e1 Menus: cycle float values correctly
- Left of MIN: largest value not within MIN/MAX
  - Keep going left to wrap around to MAX
- Right of MAX: smallest value not within MIN/MAX
  - Keep going right to wrap around to MIN
- Always lands on MIN/MAX
- Trailing zeroes removed
  - Keep ".0" at the end (for style)
2024-01-01 03:05:17 -08:00
James R
18ad033ee7 Menus/Hardware Options: rename OpenGL drawer 2024-01-01 03:05:17 -08:00
James R
34b042e459 Menus/Video Options: put draw distance and skyboxes inside Advanced drawer 2024-01-01 03:05:17 -08:00
James R
021fb63c90 Menus/Server Options: add server_contact, advertise; add masterserver_debug to Advanced 2024-01-01 03:05:17 -08:00
James R
104c65fb9f Menus/Sound Options: put some options in Advanced drawer 2024-01-01 03:05:17 -08:00
James R
15ef71137c M_DrawGenericOptions: only shift down open drawer if preceded by a closed drawer 2024-01-01 03:05:17 -08:00
James R
06d5c1ce50 Menus/Gameplay Options: hide Encore mode if not unlocked 2024-01-01 03:05:17 -08:00
James R
91bb575d60 Menus/Gameplay Options: add pointlimit to Battle section 2024-01-01 03:05:16 -08:00
James R
483519ea07 pointlimit: rename Default to Auto 2024-01-01 03:05:16 -08:00
James R
8fc199c6e2 Menus/Gameplay Options: put Race/Battle options in drawers 2024-01-01 03:05:16 -08:00
James R
a26ec7942b Menus/Item Toggles: mention thunderdome behavior in Toggle All tooltip 2024-01-01 03:05:16 -08:00
Oni
6b52c54c84 Merge branch 'kick-menu-hand' into 'master'
Menus/Kick: animate idle hand and adjust spacing for new hand graphic

See merge request KartKrew/Kart!1759
2024-01-01 03:48:21 +00:00
AJ Martinez
a3e09b3c7f Further nerf invinc time return 2023-12-31 19:01:51 -07:00
AJ Martinez
288a0a389f Reduce base invinc hit extension 2023-12-31 18:44:36 -07:00
AJ Martinez
6bedafc028 Invinc: GUNSTAR SOUND BABY 2023-12-31 18:34:39 -07:00
AJ Martinez
c3496feb5a Invinc: More speed, less time 2023-12-31 18:07:22 -07:00
AJ Martinez
e8f0e7b9eb Remove invinc scaling debug print 2023-12-31 17:37:04 -07:00
AJ Martinez
a2cfacfc2a Rebalanced Invinc 2023-12-31 17:34:25 -07:00
Oni
93b5211991 Merge branch 'match-race-item-toggles' into 'master'
Item Toggles menu polish + shortcuts on Match Race

See merge request KartKrew/Kart!1758
2023-12-31 20:06:49 +00:00
Oni
2b2971c43f Merge branch 'revert-aae35b92' into 'master'
Revert "Merge branch 'title-music-credit' into 'master'"

See merge request KartKrew/Kart!1727
2023-12-31 17:26:27 +00:00
Oni
7b83c5dde2 Merge branch 'thread-seek-gme' into 'master'
Seek GME music on background thread

See merge request KartKrew/Kart!1745
2023-12-31 17:25:24 +00:00
Oni
c280f4e8c9 Merge branch 'slower-menu-repeat' into 'master'
Slower menu autorepeat rampup

See merge request KartKrew/Kart!1756
2023-12-31 17:23:27 +00:00
Oni
7e25265501 Merge branch 'multipunt' into 'master'
Reduce hitlag when rapidly punting hazards

See merge request KartKrew/Kart!1757
2023-12-31 17:22:01 +00:00
James R
322f7fc2a2 M_TimeFrac: interpolate when game is paused 2023-12-31 09:03:17 -08:00
James R
bef7c3634b Menus/Pause: interpolate 2023-12-31 08:44:40 -08:00
James R
850fe32e2f Menus/Kick: animate idle hand and adjust spacing for new hand graphic 2023-12-31 07:38:15 -08:00
James R
a36c46bbaa Menus/Pause: fix arrows 2023-12-31 07:20:39 -08:00