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 |
|
L
|
277af11991
|
Updated SDL libraries to latest version
|
2023-01-31 01:21:48 +01:00 |
|
L
|
dc36511b5a
|
Updated platform files to ioq3 codebase
|
2023-01-31 00:54:21 +01:00 |
|
L
|
cf18c3a96f
|
Moved script stuff to their matching directory
|
2023-01-30 18:20:50 +01:00 |
|
L
|
16d9a6f8b0
|
TriggerChangeLevel: fix crash
|
2023-01-30 17:43:50 +01:00 |
|
L
|
65475f6bcc
|
Terrain trace freeze fix
|
2023-01-30 17:19:12 +01:00 |
|
L
|
a71c6db442
|
Using a definite stable version of MEM_BlockAlloc
|
2023-01-30 17:11:44 +01:00 |
|
L
|
1354224f58
|
TIKI_RegisterTikiFlags: key value fix
|
2023-01-30 16:30:45 +01:00 |
|
L
|
d51aa53309
|
Misc comments
|
2023-01-30 16:28:15 +01:00 |
|
L
|
3b5131faef
|
Crash fix when decompressing a compressed archive (like .pth file)
|
2023-01-30 16:28:01 +01:00 |
|
L
|
de2606005c
|
Alias_ListFindRandomRange: fix crash because of wrong index
|
2023-01-30 16:27:38 +01:00 |
|
L
|
ab1b6ae409
|
Fixed crash when inactive player gets kicked
|
2023-01-30 16:26:53 +01:00 |
|
L
|
fbac483f60
|
Fixed archive crash on x64
|
2023-01-30 16:26:38 +01:00 |
|
L
|
8843210e74
|
Refactored MSG_WriteDeltaEntity / MSG_WriteDeltaPlayerstate
Added netFieldType_e enum
|
2023-01-30 14:32:51 +01:00 |
|
L
|
2fa5bccbb4
|
Fixed rare 'bad command byte' error after executing a client command
|
2023-01-30 14:13:43 +01:00 |
|
L
|
58c8e743d2
|
added sv.frameTime variable on server (passed as a parameter on WriteDeltaEntity/WriteDeltaPlayerState)
|
2023-01-30 14:12:37 +01:00 |
|
L
|
edd18be095
|
Fixed macro redefinition
|
2023-01-30 14:11:41 +01:00 |
|
L
|
c0dc08740f
|
Added >= 2.0 stuff in msg code
|
2023-01-30 03:00:39 +01:00 |
|
L
|
4d82fb29cb
|
Removed useless "context switching" feature
Tidied up code
|
2023-01-30 00:50:21 +01:00 |
|
L
|
8366a2b320
|
Removed deprecated tool that has nothing to do with opm
|
2023-01-30 00:44:10 +01:00 |
|
L
|
2417fe8a01
|
Removed cgame_hook from OpenMoHAA
|
2023-01-30 00:28:14 +01:00 |
|
L
|
bea6f39207
|
optimization for GetBoneFrame: return a reference instead of a copy
|
2023-01-30 00:26:30 +01:00 |
|
L
|
9ada899127
|
SV_AddEntToSnapshot: added portalEnt and portalSky parameters
|
2023-01-30 00:24:38 +01:00 |
|
L
|
9c70903b94
|
Fixed compiler warnings on x64
|
2023-01-30 00:24:16 +01:00 |
|
L
|
3e23ed9e24
|
Fixed compiler warnings on x64 due to HashCode returning an int
|
2023-01-30 00:24:07 +01:00 |
|
L
|
95a244fde0
|
Fixed compiler warnings by removing tiki.h inclusion from qcommon.h
|
2023-01-30 00:23:47 +01:00 |
|
L
|
e2a226f55b
|
Set a version that reflects more the state of the project: 0.49 = half almost working (only server, alpha)
|
2023-01-29 23:11:19 +01:00 |
|
L
|
3700daa2d7
|
Game version improvement
|
2023-01-29 22:58:23 +01:00 |
|
L
|
b62876ccbe
|
Fixed inactivity spectator
|
2023-01-29 22:58:04 +01:00 |
|
L
|
b17970cb45
|
Fixed events being weirdly/lately processed
|
2023-01-29 22:57:44 +01:00 |
|
L
|
cfdd6b819d
|
Cleaned up ScriptMaster scode and split ScriptThread/LightStyleClass into separate files
|
2023-01-29 22:57:04 +01:00 |
|