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
a4d304a1f5
Update copyright years to 2025
2025-02-13 15:32:26 -06:00
Oni
93dae32e99
Merge branch 'manual-link' into 'master'
...
Add Online Manual and I_OpenURL stuff
See merge request KartKrew/Kart!2396
2024-05-20 21:20:19 +00:00
AJ Martinez
0bc91fe1a0
Fix I_OpenURL wunused on old SDL
2024-05-19 20:03:37 -07:00
AJ Martinez
d7661e50cf
Add version check to I_OpenURL
2024-05-19 19:52:36 -07:00
toaster
d9ed882584
sdl/i_system.cpp: Remove FUNCNORETURN on signal_handler()
...
Fixes ERRORMODE compliation after !2372
2024-05-19 17:58:39 +01:00
AJ Martinez
2679e0eae0
Add Online Manual and I_OpenURL stuff
2024-05-18 21:09:00 -07:00
Eidolon
c44790749d
Merge branch 'i-error-got-damn-it' into 'master'
...
Stop writing gamedata/config/profiles in I_Error
See merge request KartKrew/Kart!2379
2024-05-18 01:37:55 +00:00
Sally Coolatta
caf6231fed
Stop writing gamedata/config/profiles in I_Error
2024-05-12 14:51:47 -04:00
Eidolon
75b749dda8
Do less in NEWSIGNALHANDLER handler
...
Since there are less crashes than ever before, and there are risks
with trying to do anything inside a signal handler beyond the most
basic recovery stuff, we should avoid doing *anything* in here.
2024-05-12 00:39:16 -05:00
Eidolon
f75564371d
Merge public master
2024-05-03 12:55:15 -05:00
bitten2up
cfacbd91be
Fix implicit casts of int expecting 4-byte width
...
This fixes the issue with certain compilers that have int set to
different sizes by either explicitly casting or setting templates
manually
2024-05-03 17:53:53 +00:00
James R.
fa361eaa54
Merge branch 'fix-old-sdl-build' into 'master'
...
Fix build against old SDL versions
See merge request KartKrew/Kart!2350
2024-05-03 03:24:30 +00:00
Eidolon
9960336554
Bump version to 2.2, modversion to 3
2024-05-02 22:23:55 -05:00
Eidolon
d0932922c0
Fix build against old SDL versions
...
There are a few (void) casts of unused variables in some gamepad-
related functions which do not compile on old SDL versions because
their parameters don't match up. This fixes that.
2024-05-02 20:47:51 -05:00
Eidolon
f9d70530ed
Add snd_mixingbuffersize cvar
...
Allows the user to configure the mixing buffer size to reduce
latency at the cost of higher CPU usage, or vice versa.
This also raises the default buffer size from 1024 to 2048, to
address some underrun problems people have with the current buffer
size.
2024-04-30 23:31:24 -05:00
AAGaming
e523fe0323
don't use execinfo for backtraces on musl
2024-04-27 14:11:41 -04:00
James R
88ac62241f
Menus/Video/Advanced: hide Legacy GL options in Software mode
2024-04-10 05:52:29 -07:00
Sally Coolatta
9d9864c983
SRB2 -> DRRR copyright in sdl folder
2024-04-05 10:38:06 -04:00
AJ Martinez
0072170b2e
Add SalCRT Sharp
2024-03-17 17:50:29 -07:00
Lach
94c074a26a
Add new Ring Racers app icon for macOS
2024-03-13 22:30:41 +11:00
James R
161125fc83
mainwads is inclusive
2024-03-09 13:56:03 -08:00
Eidolon
161d4480e6
Force rhi to only load shaders from shaders.pk3
...
Loading custom shaders is dangerous and error-prone and I don't want to
implicitly allow this to occur without having good barriers in place.
2024-03-09 13:51:49 -06:00
Eidolon
123477dac9
Add Sharp Bilinear mode, make default
2024-03-07 22:03:36 -06:00
Eidolon
0156db0dc1
Add optional CRT screen effect
2024-03-06 22:39:21 -06:00
Oni
4ea946067a
Merge branch 'srb2-tidy' into 'master'
...
Clear out unused SRB2/Kart stuff from info tables
See merge request KartKrew/Kart!1811
2024-02-03 19:40:52 +00:00
Eidolon
640ad6bc1e
Remove GME VGM music emulation
...
We cannot comply with the terms of the GPL in using and distributing
libgme due to MAME license incompatibility, so the feature needs to
be removed.
2024-01-29 15:54:20 -06:00
toaster
6fdec66dc3
Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart into srb2-tidy
2024-01-26 00:29:06 +00:00
Eidolon
bdc0795704
Fix several Clang compile warnings
2024-01-16 06:11:43 -05:00
toaster
1d13cb64c0
Merge branch 'master' of https://git.do.srb2.org/KartKrew/Kart into srb2-tidy
...
# Conflicts:
# src/p_mobj.c
2024-01-13 22:08:44 +00:00
Eidolon
448b54c41c
Make master volume an independent gain control
...
Master volume should control after-mixing gain; the idea is the mixed
output of sfx and music's amplitude should never exceed
`cv_mastervolume`. Setting each submixer's gain independently will
still allow the master mixer to exceed that preferred volume, which was
the main issue with the SDL_Mixer backend. So, instead we use a separate
gain control that is applied after everything is mixed.
2024-01-12 19:06:19 -06:00
Eidolon
02e56a304e
Reset all gamekeydown arrays for all devices
2024-01-11 22:04:13 -06:00
toaster
325079a39a
Delete everything major flagged up by listunusedsprites
...
Notable deletions:
- Metal Sonic Race
- Includes all the specialised recording/playback apparatus which made g_demo.c harder to read
- A bunch of hyperspecialised code inside several A_ actions
- EXCEPTION: intentfully left in the spriteless SMK stuff for Sal's add-on down the line.
2024-01-11 01:21:43 +00:00
Eidolon
e71f6fcc85
Add evil mutex bypass hack in console
...
Fixes KartKrew/Kart#795
2024-01-02 13:18:31 -06:00
James R
79012d00e8
Sound options: merge playmusicifunfocused/playsoundifunfocused into one cvar
2023-12-23 13:17:04 -08:00
Eidolon
2433d37d44
Switch from CPM to vcpkg
2023-12-15 02:49:15 +00:00
James R
49c7618741
I_ReportSignal: fix -Wformat-overflow
2023-11-21 20:27:48 -08:00
Eidolon
2c50b6a41a
Partial revert "sdl/i_system.cpp: fix compiler errors"
...
This reverts commit bca2c8cb19 .
The changes to I_ReportSignal introduced implicit calls to malloc.
malloc is not signal-safe.
2023-11-19 10:38:19 -06:00
Eidolon
cdde3cca38
Add handler for vid_wait
...
Allows vid_wait to toggle without changing modes
2023-11-11 09:56:03 -06:00
Eidolon
187f30cc64
rhi: use GL 2 instead of GL Core
...
Widens the hardware compat range without losing features (besides
debugging)
2023-11-04 20:15:51 -05:00
Oni
005d05ac15
Merge branch 'threaded-software' into 'master'
...
Threaded software
See merge request KartKrew/Kart!1553
2023-10-17 09:28:59 +00:00
AJ Martinez
f9f5c74244
New bans
2023-10-16 23:50:50 +00:00
Eidolon
89f8c7d15b
Fix mac build
2023-10-15 15:12:42 -05:00
SteelT
0cd57b7712
Fix linux crash on quit
2023-10-14 23:06:03 -04:00
James R
bca2c8cb19
sdl/i_system.cpp: fix compiler errors
2023-10-14 18:49:29 -07:00
Eidolon
2d614781eb
i_system.c -> cpp, disable mumble
2023-10-14 15:26:52 -05:00
James R.
2d9d06e267
Let window be resizable
2023-09-30 16:09:10 -07:00
James R.
18efb35602
SDLSetMode: render immediately after resolution change to avoid 1-frame of texture presented at wrong size
2023-09-30 16:07:53 -07:00
Eidolon
2bad8126ac
Delete outdated memcpy optimization
...
The libc memcpy is faster
2023-09-24 18:32:22 -05:00