Daniel Gibson
b3be9f7b31
Introduce and use sys_sdl.h to unify <SDL3/SDL.h> and <SDL.h> includes
2024-10-07 17:38:01 +02:00
Daniel Gibson
1a1962088d
It builds with SDL3 and SDL2 and SDL1.2 (on Linux)
...
TextInput doesn't work with SDL3 yet, and non-Linux(-y) platforms
like macOS or Windows don't support SDL3 yet
2024-10-07 17:22:03 +02:00
Daniel Gibson
07985cc5ea
Fix MinGW build, #505
...
<intrin.h>, included by SDL_cpuinfo.h via SDL.h, defines strcmp.
If the idlib/Str.h `#define strcmp idStr::Cmp` hack is visible when
that file is parsed, there's a compiler error (because strcmp in
intrin.h is replaced with idStr::Cmp then).
So I reorderedd includes a bit until it compiled again..
2023-01-16 03:15:21 +01:00
HarrievG
7e367a0e62
- Added Console input / command exec to debugger
2021-06-21 14:59:28 +02:00
HarrievG
8a455c3c7a
- Debugger server can be toggled with : com_enableDebuggerServer [1 / 0]
...
- Added com_dbgClientAdr for debugger server to connect to
- Added com_dbgServerAdr for the debugger client to connect to
2021-06-19 21:30:26 +02:00
Daniel Gibson
6b6b28a401
Make DebuggerServer portable (use SDL instead of WinAPI)
2021-06-19 21:30:26 +02:00
HarrievG
7a2ccee330
debugger
2021-06-17 05:44:23 +02:00
dhewg
79ad905e05
Fix all whitespace errors
...
Excluding 3rd party files.
2011-12-10 15:35:54 +01:00
dhewg
ff493f6847
Fix quoting in GPL headers
2011-12-10 15:34:48 +01:00
Timothee 'TTimo' Besset
fb1609f554
hello world
2011-11-22 15:28:15 -06:00