Eidolon
a3de1dcfc1
Merge branch 'reenablemumble' into 'master'
...
Re-enable Mumble support
See merge request KartKrew/RingRacers!109
2025-04-09 03:24:30 +00:00
Eidolon
de0d0d4fba
Merge branch 'animated-amps' into 'master'
...
Animated Amps
See merge request kart-krew-dev/ring-racers-internal!2509
2025-04-08 20:53:38 -05:00
Alam Ed Arias
0dbd5e7695
GitLab CI: allow failure of curl download from macports
2025-04-08 18:41:16 -05:00
Eidolon
2c47fd63d6
Remove miniupnpc from CI dependencies
...
This library is not used by Ring Racers.
2025-04-08 18:33:56 -05:00
Eidolon
9f40034536
Remove W_VerifyFileMD5
2025-04-08 09:34:23 -05:00
Eidolon
5c85a0a578
Add md5expected array to W_InitMultipleFiles
2025-04-08 09:34:23 -05:00
Eidolon
d3c39907f7
Add md5expected to W_InitFile
...
Optional parameter that specifies the expected md5sum as a hex character
string.
2025-04-08 09:34:23 -05:00
Eidolon
e7c096250e
Merge public master
2025-04-08 09:29:49 -05:00
Eidolon
62e35c4f55
Set C++ feature level for ACSVM to 17
2025-04-08 09:22:33 -05:00
VelocitOni
3139101305
Flipped frame-count & speed
...
Flipped where frame count and speed were, oops
2025-04-06 14:07:49 -04:00
VelocitOni
f493087cc4
FF_Animate
...
Shot in the dark, idk how this fucking works LOL
2025-04-06 13:59:44 -04:00
Eidolon
29185a0d2a
Don't findfile shader flatfiles
2025-04-06 12:01:07 -05:00
Eidolon
00cf5ff50f
Constrain shader search to data/ and srb2path
2025-04-06 11:53:38 -05:00
Nep2Disk
934e983769
Fix Mumble compile
2025-04-06 06:26:27 +00:00
Nep2Disk
2372c11735
Re-enable Mumble support.
...
READ/WRITE macros have been fixed for C++ since a4f856b0
2025-04-06 06:13:55 +00:00
Eidolon
eca16f6858
Merge public master
2025-03-30 15:53:57 -05:00
Eidolon
138d27f1b4
Upgrade ACSVM cmake version to 3.14 to unbreak cmake 4.0 build
2025-03-30 15:52:04 -05:00
Eidolon
6183e1f6d8
vulkan: Enable beta extensions when linking Volk
2025-03-17 20:31:19 -05:00
Eidolon
1f0470e9ba
vulkan: Enable vulkan feature in sdl2 vcpkg
2025-03-17 19:39:43 -05:00
Eidolon
39d0b07da0
vulkan: Disable static function loading in VMA
2025-03-17 19:39:43 -05:00
Eidolon
d621e41596
vulkan: Define VK_NO_PROTOTYPES when linking Volk
2025-03-17 19:39:43 -05:00
Eidolon
d646e67f5f
Actually load shaders.pk3 again
2025-03-16 23:48:15 -05:00
Eidolon
4e13f61de5
Merge branch 'new-data-structures' into 'master'
...
New data structures
See merge request kart-krew-dev/ring-racers-internal!2498
2025-03-16 19:36:05 -05:00
Eidolon
bd7646346b
Use new containers and json
2025-03-16 18:45:11 -05:00
Eidolon
c58f2c7dbd
Add nlohmann json replacement
2025-03-16 18:44:13 -05:00
Eidolon
6a122a7d34
Add srb2::String
2025-03-16 18:44:13 -05:00
Eidolon
cf6488c749
Add srb2::HashSet
2025-03-16 18:44:13 -05:00
Eidolon
00d60fca4f
Add srb2::HashMap
2025-03-16 18:44:13 -05:00
Eidolon
8e7de22df5
Add srb2::Vector
2025-03-16 18:44:13 -05:00
Eidolon
28e4440bb0
Un-comment the mouse grab code
...
This was not supposed to be commented out, but given RR doesn't use
the mouse maybe I should just make a separate change to remove it all?
2025-03-16 16:41:56 -05:00
Eidolon
5f4298625c
Merge branch 'map-ui-better' into 'master'
...
Show Medals/Spray Cans/Ancient Shrines more outside of Statistics
See merge request kart-krew-dev/ring-racers-internal!2500
2025-03-16 16:04:53 -05:00
Eidolon
70aa1f661c
Merge branch 'pointless-prisons' into 'master'
...
Don't award Prison Eggs bopped after exiting
See merge request kart-krew-dev/ring-racers-internal!2501
2025-03-16 15:59:40 -05:00
Eidolon
f5702c73b7
Merge branch 'eid/new-shader-lookup' into 'master'
...
Decouple RHI shader loading from lump system
See merge request kart-krew-dev/ring-racers-internal!2507
2025-03-16 15:52:15 -05:00
Eidolon
7365443609
Use new shader lookup in RHI GL2
2025-03-16 15:39:32 -05:00
Eidolon
014ea281b6
Remove shaders.pk3 from wad list
2025-03-16 15:39:32 -05:00
Eidolon
faa0fbd31f
Add W_InitShaderLookup, W_ReadShader
...
This manages a lump list of shader lumps from a shaders.pk3, separate
from the loaded wadlist, so that shaders do not participate in the
wadlist system at all.
2025-03-16 15:39:32 -05:00
Eidolon
0304e21301
Merge public master
2025-03-15 13:11:12 -05:00
Eidolon
9880643df1
Reduce distracting logging in CI
2025-03-15 12:45:55 -05:00
Eidolon
820fa9b647
Allow GL-specific memoized map properties in all comp modes
2025-03-12 22:16:10 -05:00
Eidolon
e4fc3cc5c2
Fix conditionals on rendermode to allow for more modes
2025-03-12 21:50:37 -05:00
Lighto97
3ac03eb572
remove code i comented to test it out, oops
2025-03-12 15:31:36 -03:00
Lighto97
da0d266a60
let player->carry be reseted on player true death
2025-03-12 15:30:43 -03:00
Lighto97
25712a0cf3
make game keep CR_TRAPBUBBLE flag on player respawn/reset
2025-03-12 02:31:01 -03:00
Lighto97
05923e935d
check tracer and player carry flag on trapbubble thinker
2025-03-12 02:27:05 -03:00
Lighto97
b668678278
add missing CR_ flags in deh_tables.c
2025-03-12 02:24:07 -03:00
Lighto97
4e4a3d3ba6
move missplaced code from DropDashWait to HandleDropDash
2025-03-12 02:21:28 -03:00
Eidolon
12d83a26cd
Add thirdparty library VulkanMemoryAllocator 3.2.1
2025-03-11 20:35:07 -05:00
Eidolon
72e8f9e3f4
Add thirdparty library volk 1.4.304
2025-03-11 20:35:07 -05:00
Eidolon
d6c00f4236
Add thirdparty library vulkan 1.4.304
2025-03-11 20:33:17 -05:00
Eidolon
a1d4bf6b22
Revert new libraries
2025-03-11 18:38:27 -05:00