Commit graph

27408 commits

Author SHA1 Message Date
James R.
17b267035c Merge branch 'commit-in-all-builds' into 'master'
Keep PT_SERVERINFO struct the same in all builds

See merge request KartKrew/Kart!2233
2024-04-06 00:00:30 +00:00
James R.
2fda2bc270 Merge branch 'mod-id-kill' into 'master'
Version number maintenance

See merge request KartKrew/Kart!2235
2024-04-05 23:51:55 +00:00
James R
4ce0476d17 Extern comprevision_abbrev_bin in all builds too 2024-04-05 16:45:44 -07:00
toaster
6a07bca807 Minimal set of calls to dump you back to the EggTV menu as soon as possible
My patience is thin, let's just work around the crash as tightly as possible
2024-04-05 21:59:20 +01:00
toaster
3e8bb45f2a Challenge Condition final hardcoded adjustments
- play 4 Prison Rounds --> clear 4 Prison Rounds
- draft -> tether
2024-04-05 20:27:57 +01:00
toaster
28937dedfb '24 for r_skins.c 2024-04-05 17:28:30 +01:00
Sally Coolatta
2523288a55 Changed my mind, MODVERSION should definitely be 1 2024-04-05 12:02:13 -04:00
Sally Coolatta
fb8d755916 Remove unused cv_flipcam stub 2024-04-05 11:53:51 -04:00
Sally Coolatta
d2b73b7096 #if out more execversion code
It's not relevant to a first release at all.
2024-04-05 11:48:18 -04:00
Sally Coolatta
c8b0ac1ad4 Fix update alert
- UPDATE_ALERT is not defined for DEVELOP, instead of being commented out manually.
- Added button prompt to the alert, removed "Press a key" text from the alert
2024-04-05 11:45:48 -04:00
Sally Coolatta
4e72836ea1 Update version numbers
MODVERSION could be changed to 1 because RR has a different application name already, but I made it increment from SRB2Kart's current value anyways to be safe.
2024-04-05 11:41:39 -04:00
Sally Coolatta
c157acf9be Kill MODID
SRB2APPLICATION has replaced all of its uses in the modern Master Server, let's not keep this old cruft around. Exposed to Lua as "APPLICATION", in all caps.
2024-04-05 11:31:48 -04:00
Sally Coolatta
af9ddb5519 Keep PT_SERVERINFO struct the same in all builds
Sends the commit hash in all builds now, just doesn't do anything with it in release builds. Makes web view development easier according to Tyron.
2024-04-05 11:08:09 -04:00
Sally Coolatta
ebc548eb58 Dr. Robotnik and related characters 2024-04-05 10:57:58 -04:00
Sally Coolatta
a0bc9fd6c5 Update d_main.cpp
Simplify copyright to just us. I think if this isn't OK, then Doom Legacy and id Software *at minimum* also need to also be included in this, and that's kind of a rabbit hole.
2024-04-05 10:56:31 -04:00
Sally Coolatta
11b8fb87bd SRB2 -> DRRR copyright in win32ce folder 2024-04-05 10:43:50 -04:00
Sally Coolatta
1e803149a1 SRB2 -> DRRR copyright in win32 folder 2024-04-05 10:42:54 -04:00
Sally Coolatta
1ad3b14ef4 SRB2 -> DRRR copyright in sdl12 folder 2024-04-05 10:40:48 -04:00
Sally Coolatta
25e22d95d5 SRB2 -> DRRR copyright in nds folder 2024-04-05 10:39:49 -04:00
Sally Coolatta
9d9864c983 SRB2 -> DRRR copyright in sdl folder 2024-04-05 10:38:06 -04:00
Sally Coolatta
d50cdd92dc SRB2 -> DRRR copyright in rhi folder 2024-04-05 10:29:38 -04:00
Sally Coolatta
747f09852d SRB2 -> DRRR copyright in objects folder 2024-04-05 10:26:52 -04:00
Sally Coolatta
c5a6968491 SRB2 -> DRRR copyright in menus folder 2024-04-05 10:18:34 -04:00
Sally Coolatta
550ca4ab06 SRB2 -> DRRR copyright in media folder 2024-04-05 10:10:03 -04:00
Sally Coolatta
792f440b85 SRB2 -> DRRR copyright in math folder 2024-04-05 10:08:52 -04:00
Sally Coolatta
a17aad3849 SRB2 -> DRRR copyright in io. locale folders 2024-04-05 10:07:10 -04:00
Sally Coolatta
c0c2f8a93a SRB2 -> DRRR copyright in hwr2 folder 2024-04-05 10:04:07 -04:00
Sally Coolatta
f224cf3dc7 SRB2 -> DRRR copyright in hud folder 2024-04-05 10:02:00 -04:00
Sally Coolatta
8f88c29387 SRB2 -> DRRR copyright in hardware folder 2024-04-05 10:00:33 -04:00
Sally Coolatta
a7a0c31d8c SRB2 -> DRRR copyright in dummy folder 2024-04-05 09:49:36 -04:00
Sally Coolatta
672765f05c SRB2 -> DRRR copyright in core folder 2024-04-05 09:48:01 -04:00
Sally Coolatta
2926a547d8 SRB2 -> DRRR copyright in audio folder 2024-04-05 09:46:07 -04: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
Oni
e19ed5bc29 Merge branch 'statistics-101percent' into 'master'
Statistics 101%

See merge request KartKrew/Kart!2231
2024-04-05 02:27:48 +00:00
Gunla
a9b5fb5861 Merge branch 'adventure-air-booster-model' into 'master'
Adjust Adventure Air Boosters for 3D models

See merge request KartKrew/Kart!2227
2024-04-05 01:19:53 +00:00
Gunla
75e4c63e04 Merge branch 'music-dim-acs' into 'master'
ACS: add Music_Dim function, API to g_musicfade

See merge request KartKrew/Kart!2229
2024-04-05 01:14:44 +00:00
Gunla
691e2535ee Merge branch 'acs-side-offset-interp' into 'master'
ACS: interpolate changes to sidedef offsets

See merge request KartKrew/Kart!2228
2024-04-05 01:02:56 +00:00
Gunla
2e9b280000 Merge branch 'renderview-2' into 'master'
renderview: add Force option, renders while paused

See merge request KartKrew/Kart!2226
2024-04-05 00:57:39 +00:00
Gunla
fb75485c9c Merge branch 'dialogue-optimization' into 'master'
Dialogue: cache common patches instead of doing name lookup every frame

See merge request KartKrew/Kart!2221
2024-04-05 00:45:34 +00:00
toaster
e3a22019ab Update Statistics menu to use the same font as the micro version of the Timestamp 2024-04-05 00:46:19 +01:00
toaster
0427f7f3ff Don't show uncollected Platinum medals
You'll see the Platinum time to reach as a guiding star when Time Attacking the specific course, but with no accompanying empty medal icon.

Also
- fixes an x coordinate issue for higher medal quantity on the version that draws under the timestamp
- cache SECRET_ENCORE and SECRET_SPBATTACK availability in the statistics drawer too
2024-04-05 00:45:31 +01:00
toaster
b35a05ad61 M_CountMedals: Don't count Platinums towards the overall counter, they're explicitly 101%
(This func isn't used by Challenges - M_GotEnoughMedals is, and that doesn't care about AUTOMEDAL_PLATINUM)
2024-04-05 00:38:58 +01:00
toaster
c7503a492d Simpler solution to #1225: If a retry flag occurs in a demo, stop playback immediately! 2024-04-04 21:37:17 +01:00
James R
78da8bb816 ACS: add Music_Dim function, API to g_musicfade 2024-04-04 05:20:19 -07:00
James R
c9b57548e9 ACS: interpolate changes to sidedef offsets 2024-04-04 03:09:29 -07:00
Lach
d2a53a0e64 Adjust Adventure Air Boosters for 3D models 2024-04-04 20:41:21 +11:00
James R.
de651b6d6c Merge branch 'with-you-in-the-dark' into 'master'
Update confirmation sound for using the tasteless taunt cheat

See merge request KartKrew/Kart!2223
2024-04-04 07:14:58 +00:00
James R.
e44661817b Merge branch 'numlaps-msg-begone' into 'master'
Numlaps Message Begone

See merge request KartKrew/Kart!2222
2024-04-04 03:50:44 +00:00
James R.
dda817d429 Merge branch 'lua-action-profile' into 'master'
lua_profile: measure lua actions

See merge request KartKrew/Kart!2219
2024-04-04 03:50:26 +00:00
Oni
2a2a03eed9 Merge branch 'pull-up' into 'master'
Hardcode SA2 Pulley (ipullup.lua)

See merge request KartKrew/Kart!2220
2024-04-04 02:01:32 +00:00