Alibek Omarov
|
64be4251c8
|
engine: use designated initializers where possible
|
2026-05-20 23:24:36 +05:00 |
|
Alibek Omarov
|
3c1cf81c2d
|
engine: platform: refactor variable declarations
|
2026-05-20 23:24:36 +05:00 |
|
Alibek Omarov
|
22ecec095e
|
engine: platform: sdl: request AUDIO_S16SYS to make sound output in native endian
|
2026-04-26 04:12:52 +05:00 |
|
Alibek Omarov
|
729c985eaf
|
engine: client: consolidate dma, s_listener and bunch of separate sound globals into one snd global struct. Replace bit fields with bit flags in preparation for SoundAPI
Remove s_combine_sounds, it never worked great and was disabled by default.
|
2026-04-06 06:00:48 +05:00 |
|
lewa_j
|
543d6d67e6
|
engine: platform: Make R_Init_Video parameter an enum
|
2026-01-13 03:25:29 +03:00 |
|
lewa_j
|
deb7b2061a
|
engine: platform: WINDOW_MODE_* enums for vid_fullscreen instead of magic numbers
|
2026-01-13 02:16:05 +03:00 |
|
Alibek Omarov
|
694472f4c1
|
engine: platform: allow querying window type through R_GetWindowHandle
|
2025-05-24 22:03:43 +05:00 |
|
TheEVolk
|
735f4e2bcb
|
ref_api: make handle as argument and use type request input
|
2025-05-24 20:47:28 +05:00 |
|
TheEVolk
|
9ebeb520fa
|
engine: platform: refactor R_GetWindowHandle to return a struct instead of a pointer
|
2025-05-24 20:47:28 +05:00 |
|
TheEVolk
|
4ce03662d9
|
ref_api: R_GetWindowHandle method
|
2025-05-24 20:47:28 +05:00 |
|
Alibek Omarov
|
ffc8bf30d7
|
engine: platform: make most input platform functions optional, patch fbdev/evdev to compile
|
2025-05-11 16:14:36 +03:00 |
|
Alibek Omarov
|
8209a8a681
|
engine: platform: move mouse grab enabling and querying functions to SDL platform code
|
2025-05-11 16:09:57 +03:00 |
|
Alibek Omarov
|
6ccafbe297
|
engine: platform: move Host_Minimize_f into platform code
|
2025-05-11 15:24:52 +03:00 |
|
Alibek Omarov
|
0cbb62b329
|
engine: platform: try to restore SDL1.2 support (only ref_soft is tested, ref_gl doesn't work)
|
2025-05-05 05:44:31 +03:00 |
|