Commit graph

25135 commits

Author SHA1 Message Date
Eidolon
c24b6e9f0e Fix movie recorder config 2023-12-17 11:15:40 -06:00
toaster
714ea91c37 Merge branch 'fix-std-compliance' into 'master'
Fix language standard compliance

See merge request KartKrew/Kart!1690
2023-12-16 22:26:40 +00:00
toaster
436ba88220 readskincolor: sizeof is compile-time evaluated, literally why do we need to run the allocator for this 2023-12-16 22:00:58 +00:00
toaster
933faf1d9d Command_Addfile: Only allocate after argc is sanity checked 2023-12-16 21:55:42 +00:00
toaster
8bc610bf40 K_drawKartNameTags: Move to static sized array
We don't need to dedicate time to allocation - we know the upper bound to this array size, and it's not very much at all.
2023-12-16 21:51:36 +00:00
Eidolon
0ca9fca869 Pass _CRT_SECURE_NO_WARNINGS on MSVC 2023-12-14 23:29:30 -06:00
Eidolon
22809e928b Fix MSVC C++ warnings 2023-12-14 23:29:30 -06:00
Eidolon
1db9898c42 Fix apple clang compilation issues 2023-12-14 22:45:53 -06:00
Eidolon
88ee385ee3 Enforce C11 standard compliance, -Werror=vla 2023-12-14 21:53:18 -06:00
Eidolon
bd8ebabfee Enforce C++17 standard compliance 2023-12-14 21:00:42 -06:00
Eidolon
66d3561fe8 Merge branch 'vcpkg' into 'master'
Switch from CPM to vcpkg

See merge request KartKrew/Kart!1684
2023-12-15 02:49:15 +00:00
Eidolon
2433d37d44 Switch from CPM to vcpkg 2023-12-15 02:49:15 +00:00
SteelT
6eb31a4ced Fix m_cond.c compiler error 2023-12-14 19:12:18 -05:00
Oni
d68b5e7e10 Merge branch 'intermission-grade' into 'master'
Show rank on intermission

See merge request KartKrew/Kart!1689
2023-12-14 23:31:28 +00:00
Sal
9a49013154 Merge branch 'gametype-change-fix' into 'master'
Don't show gametype was changed message if the same gametype

See merge request KartKrew/Kart!1686
2023-12-13 06:30:19 +00:00
Sally Coolatta
5eaf2613c6 Show rank on intermission 2023-12-13 01:28:22 -05:00
James R.
6e585aeb7a Merge branch 'wallspike-scale' into 'master'
Set default scale for wallspikes

See merge request KartKrew/Kart!1687
2023-12-12 09:36:44 +00:00
SteelT
05b2cced68 Set default scale for wallspikes 2023-12-11 21:33:58 -05:00
SteelT
5df44e4c70 Don't show gametype was changed message if the same gametype 2023-12-11 20:58:51 -05:00
toaster
be9f4327c6 Merge branch 'fix-pre-title-map-crash' into 'master'
Revert change to gamemap default value

Closes #792 and #788

See merge request KartKrew/Kart!1685
2023-12-11 11:02:43 +00:00
James R
acbb4cf912 Revert change to gamemap default value
- Some code assumes mapheaderinfo[gamemap-1] is valid
  before gamemap is set

blame 5d0c062785
2023-12-10 22:02:32 -08:00
Oni
a07b54bc5c Merge branch 'fix-music-reset' into 'master'
Fix Sealed Star / Tutorial music overriding other levels

Closes #791

See merge request KartKrew/Kart!1683
2023-12-09 02:40:19 +00:00
Oni
df57953025 Merge branch 'hardcode-rocks' into 'master'
Hardcode Angel Island and Endless Mine

See merge request KartKrew/Kart!1680
2023-12-09 01:55:46 +00:00
James R
b68947e636 Hardcode Endless Mine faucet / rain
- Note: rain does not use the weather system
2023-12-08 17:42:17 -08:00
James R
69541b9422 Hardcode bustable rocks -- Angel Island + Endless Mine 2023-12-08 17:42:17 -08:00
James R
441d526a15 Hardcode Angel Island scenery objects 2023-12-08 17:42:17 -08:00
James R.
5233217b86 Merge branch 'hardcode-balloons' into 'master'
Hardcode Carnival Night balloon edits (also seen in Joypolis)

See merge request KartKrew/Kart!1682
2023-12-09 01:40:14 +00:00
James R
51d9e4bf4b P_Ticker: fix typo playing level music 2023-12-08 17:32:29 -08:00
James R
50f8db9f4d Balloon: bob at random phase 2023-12-08 03:57:51 -08:00
James R
dd22ef5c88 Balloon: state edits 2023-12-08 03:57:46 -08:00
James R
581df0848d Balloon, Bumper: increase shadow size 2023-12-08 03:54:51 -08:00
Oni
49b09a3cf5 Merge branch 'hardcode-lost-colony' into 'master'
Hardcode Lost Colony Fuel Canisters

See merge request KartKrew/Kart!1681
2023-12-08 04:45:59 +00:00
Oni
6378c9d544 Merge branch 'no-position-no-music-reset' into 'master'
Do not reset music in Sealed Stars and Tutorials

See merge request KartKrew/Kart!1676
2023-12-08 04:37:17 +00:00
Oni
20f2f6d515 Merge branch 'gametype-vote' into 'master'
Pause menu: changing gametype goes to vote screen

See merge request KartKrew/Kart!1679
2023-12-08 04:36:51 +00:00
Oni
14b037cde4 Merge branch 'fix-music-credit-too-long' into 'master'
S_ShowMusicCredit: subtract indentation amount from available screen space

Closes #775

See merge request KartKrew/Kart!1675
2023-12-08 04:36:33 +00:00
Oni
e77a52e9fa Merge branch 'sealed-vanish' into 'master'
Winning player vanishes when crossing finish line in Sealed Stars

See merge request KartKrew/Kart!1677
2023-12-08 04:36:17 +00:00
Oni
44701386ec Merge branch 'fix-shield-noclip' into 'master'
Lightning/Bubble/Flame Shield: add MF_NOCLIPHEIGHT

Closes #777

See merge request KartKrew/Kart!1674
2023-12-08 04:36:03 +00:00
James R.
eca0310828 Merge branch 'fix-super-flicky-targeting' into 'master'
Do not let Super Flicky target spectators

Closes #785

See merge request KartKrew/Kart!1672
2023-12-08 03:28:06 +00:00
James R.
3c9f4fe3b5 Merge branch 'fix-ufo-desync' into 'master'
Fix Battle UFO desync if midgame joins + UFO bobbing speed fix

Closes #783

See merge request KartKrew/Kart!1671
2023-12-08 03:27:42 +00:00
James R
5cba9d63b3 Hardcode Lost Colony Fuel Canisters 2023-12-07 19:19:02 -08:00
James R
f6ce183cee Add Lost Colony Fuel Canister states 2023-12-07 19:18:33 -08:00
James R
df023246a5 Broly: separate explosion behavior from main class 2023-12-07 19:15:22 -08:00
James R
b5062e8627 Broly: move Broly class into srb2::objects namespace 2023-12-07 19:14:26 -08:00
James R
11555a2a3c Add objects/objects.hpp, common header for object classes 2023-12-07 16:06:39 -08:00
Eidolon
4627e9b17b Merge branch 'fix-zero-lump-sfx' into 'master'
Fix zero lump sfx

Closes #789

See merge request KartKrew/Kart!1678
2023-12-07 23:58:28 +00:00
James R
a96a64dff6 Broly: scale hitbox 2023-12-07 15:42:58 -08:00
James R
c5f421831f Broly: customize scale start/end 2023-12-07 15:42:14 -08:00
James R
dc20fca17d Broly: convert to C++ 2023-12-07 14:35:47 -08:00
Oni
940ce281ae Merge branch 'fix-hazard-scale-comparisons' into 'master'
Don't do scale-to-scale collision checks vs static hazards (resolves #491, #781)

Closes #781 and #491

See merge request KartKrew/Kart!1665
2023-12-07 05:22:12 +00:00
Oni
6639db90f3 Merge branch 'trick-prisons' into 'master'
Trick prisons

Closes #784

See merge request KartKrew/Kart!1673
2023-12-07 05:21:57 +00:00