L
|
0d2eb7f693
|
Added OPM header
|
2023-02-05 13:27:22 +01:00 |
|
L
|
35b767402b
|
Indent
|
2023-02-05 13:27:12 +01:00 |
|
L
|
85e481d3cd
|
Added win_manifest.xml from ioquake3
|
2023-02-05 11:00:09 +01:00 |
|
L
|
29061bea50
|
Fixed send_heartbeat sending to the wrong address
|
2023-02-05 02:08:47 +01:00 |
|
L
|
5fecffc451
|
Fixed wrong client ping value in gamespy players callback
|
2023-02-05 01:58:52 +01:00 |
|
L
|
7f7faea586
|
Added support for GameSpy heartbeat
|
2023-02-05 01:41:56 +01:00 |
|
L
|
64520b9073
|
Added GameSpy initialization and shutdown
|
2023-02-05 01:41:45 +01:00 |
|
L
|
92f58d2144
|
Added GameSpy function declaration
|
2023-02-05 01:41:31 +01:00 |
|
L
|
bdc3de775a
|
Added TARGET_GAME_NAME definition for GameSpy
|
2023-02-05 01:40:35 +01:00 |
|
L
|
8ec6fcd9fe
|
Added old qr gamespy implementation
|
2023-02-05 01:40:14 +01:00 |
|
L
|
296e0c271b
|
Fixed gamespy compilation error on unix
|
2023-02-05 01:38:42 +01:00 |
|
L
|
dd44f78fc5
|
Added gamespy SDK
|
2023-02-04 21:00:01 +01:00 |
|
L
|
294ca5ffd2
|
indent
|
2023-02-04 19:56:06 +01:00 |
|
L
|
a015c2f9e1
|
Removed unused files
|
2023-02-04 18:40:57 +01:00 |
|
L
|
365615e62c
|
Added aarch64 platform
|
2023-02-03 22:33:57 +01:00 |
|
L
|
637de9d278
|
Fixed const warning for Copy*Swap
|
2023-02-03 22:01:32 +01:00 |
|
L
|
1ac9f79595
|
Fixed gamex64 binary name (now gamex86_64 even on Windows)
|
2023-02-03 21:26:12 +01:00 |
|
L
|
a8ed9948d8
|
Fixed compilation issues on big-endian targets
|
2023-02-03 21:13:13 +01:00 |
|
L
|
a361546fc7
|
playerstart.h rename
|
2023-02-03 20:22:22 +01:00 |
|
L
|
6e7d80071c
|
playerstart.h rename
|
2023-02-03 20:22:12 +01:00 |
|
L
|
ca203c1cd9
|
Initialize localization
|
2023-02-03 00:15:16 +01:00 |
|
L
|
b89a2636f2
|
Added *net_restart*
|
2023-02-03 00:05:31 +01:00 |
|
L
|
e67219ea69
|
Fixed memory issues on ARM
|
2023-02-02 23:49:06 +01:00 |
|
L
|
456c886c48
|
Using Memcpy to set/fetch opcodes to avoid issues with CPUs that don't support misalignment
|
2023-02-02 23:48:51 +01:00 |
|
L
|
1b1de99e53
|
Added IsConstArray()
|
2023-02-02 23:48:04 +01:00 |
|
L
|
ce9c9121ce
|
Added aliases for specific types
|
2023-02-02 23:47:46 +01:00 |
|
L
|
8c6a6f553a
|
Added Event::GetLastValue
|
2023-02-02 23:47:25 +01:00 |
|
L
|
887a124207
|
Using CopyLittleShort for msg to avoid misalignment issue on ARM cpus
|
2023-02-02 23:47:13 +01:00 |
|
L
|
28b07125a7
|
Removed bigendian check
|
2023-02-02 23:46:44 +01:00 |
|
L
|
ed33f0e4c9
|
Added endianness stuff
|
2023-02-02 23:46:25 +01:00 |
|
L
|
752ec3779e
|
Replaced false with qfalse
|
2023-02-02 23:46:02 +01:00 |
|
L
|
b0626e954a
|
Reworked anim definition size calculation and alignment
|
2023-02-02 00:21:49 +01:00 |
|
L
|
88d8d9095e
|
Don't call Sys_SetFloatEnv in debug mode
|
2023-02-02 00:21:30 +01:00 |
|
L
|
c3456e7af4
|
MEM_TempAlloc: fix for CPUs that don't support misalignment
|
2023-02-01 23:12:26 +01:00 |
|
L
|
08f151c665
|
Fixed ARM compilation
|
2023-02-01 22:45:04 +01:00 |
|
L
|
773e8bc79f
|
Fixed compilation errors related to case-sensitivity
|
2023-02-01 19:29:13 +01:00 |
|
L
|
3f960d629c
|
Replaced rdtsc() with clock()
|
2023-02-01 19:28:57 +01:00 |
|
L
|
29d7699f60
|
Removed unistd.h (not useful)
|
2023-02-01 00:28:53 +01:00 |
|
L
|
d4faf0c0e0
|
Fixed compilation errors on Unix
|
2023-02-01 00:28:40 +01:00 |
|
L
|
b8c56cc23c
|
Use override keyword when overriding virtual methods
|
2023-01-31 19:59:39 +01:00 |
|
L
|
e86f177777
|
Using curl-7.54.0 from ioq3
|
2023-01-31 01:34:57 +01:00 |
|
L
|
c1ad65d1cf
|
Removed png and renderer_gl3 (unused)
|
2023-01-31 01:32:19 +01:00 |
|
L
|
4da2770679
|
Using latest version of AL from ioq3 codebase
|
2023-01-31 01:32:06 +01:00 |
|
L
|
a1a926e600
|
Added libogg, libvorbis and opus from ioq3
|
2023-01-31 01:29:42 +01:00 |
|
L
|
768b5e9d43
|
Removed botlib
|
2023-01-31 01:28:35 +01:00 |
|
L
|
6563e5056b
|
Removed unused mohcgame and mohui
|
2023-01-31 01:28:27 +01:00 |
|
L
|
259fcc5554
|
Removed botlib
|
2023-01-31 01:28:15 +01:00 |
|
L
|
7d660a7ddb
|
Added win_bounds.cpp from FAKK
|
2023-01-31 01:23:49 +01:00 |
|
L
|
eb4b91a22d
|
Fixed strlen size warning
|
2023-01-31 01:22:58 +01:00 |
|
L
|
dc6229dfec
|
Moved localization file to sys/ folder (platform-specific)
|
2023-01-31 01:22:43 +01:00 |
|