Eidolon
bdc0795704
Fix several Clang compile warnings
2024-01-16 06:11:43 -05:00
James R
6c0b042eed
Refactor cvar definitions completely, move everything to cvars.cpp
...
- No need to call CV_RegisterVar
- Cvar definitions live in only one file, easier to locate
- Organized into sections -- netvars, cheats, etc.
- Use builder pattern to initialize cvars
- Still need to extern if you want to read the cvar value
2023-08-25 17:22:40 -07:00
Sally Coolatta
d953049c78
ACS: User properties can tell bool from string
2023-05-02 18:44:30 -04:00
James R
80421da5b3
Replace hardcoded keys for screenshot etc with bindable controls
...
Renames M_ScreenshotResponder to M_ScreenshotTicker. No
longer eats events. As a side effect, these controls
cannot be used with the console open.
2023-04-06 20:02:11 +01:00
James R
32ed5fe4ae
Newsnapshotfile: increase array size to fit webm extension
2023-04-04 22:04:09 -07:00
James R
9f2941df63
Use gifs folder for GIF recording
...
WebM uses movies folder. movie_mode screenshot and
movie_mode apng use slideshows folder. ;)
2023-03-16 00:10:08 -07:00
James R
aef45fb005
Rename moviemode_mode cvar to lossless_recorder, remove WebM option, adjust menus
2023-03-16 00:10:08 -07:00
James R
efb86f709f
Add F9 as a dedicated WebM button
...
Lightly refactors M_StartMovie and M_ScreenshotResponder.
2023-03-16 00:10:01 -07:00
James R
1eed98bc13
Remove screenshot_option, screenshot_folder, movie_option, movie_folder, addons_option, addons_folder
...
Remove the cvars and menu options to change which folder
screenshots, movies and addons use. Lots of code bloat
that we does not seem necessary.
2023-03-13 20:39:57 -07:00
Eidolon
98ce714614
hwr2: integrate avrecorder with RHI and legacy GL
2023-02-27 19:49:45 -06:00
James R
a19b476d3d
hwr2: do GIF recording in screenshot pass
2023-02-26 20:28:05 -06:00
Eidolon
11fecebc47
Make AVRecorder WebM an optional part of the build
2023-02-26 20:18:05 -06:00
Eidolon
e875c8e20d
hw2: add screenshot pass
2023-02-26 18:47:42 -06:00
Eidolon
b9cf1316bd
Convert m_misc.c to .cpp
2023-02-26 18:47:42 -06:00