Commit graph

302 commits

Author SHA1 Message Date
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
dc6229dfec Moved localization file to sys/ folder (platform-specific) 2023-01-31 01:22:43 +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
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
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
8843210e74 Refactored MSG_WriteDeltaEntity / MSG_WriteDeltaPlayerstate
Added netFieldType_e enum
2023-01-30 14:32:51 +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
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
b17970cb45 Fixed events being weirdly/lately processed 2023-01-29 22:57:44 +01:00
L
8ef16a91f2 Reworked source tree so it compiles 2023-01-29 20:59:31 +01:00
mohabhassan
ec4ae7d79d Actor Improvements p3_3 2019-06-30 23:03:24 +02:00
Ludovic
eca59b7c4b Merge branch 'dev' of github.com:openmoh/openmohaa
# Conflicts:
#	code/qcommon/q_shared.h
2019-06-30 02:46:56 +02:00
mohabhassan
38b3f2b9b0 Actor improvements p3_1 2019-06-30 02:42:38 +02:00
Ludovic
72437daa1f Fixed VectorSub2D 2019-06-30 02:41:16 +02:00
mohabhassan
be0fa16fb1 Game + Actor improvements p1. 2018-09-17 23:50:38 +02:00
mohabhassan
6528ba4dac Reversing Actor Final Part 2018-09-05 16:55:10 +02:00
Ludovic
412975399b Added VehicleWheelsX4, VehicleWheelsX2, VehicleTank and VehicleHalfTrack 2018-08-21 01:25:44 +02:00
mohabhassan
9aa87913f3 Reversing Actor p3 2018-08-19 08:26:59 +02:00
Ley0k
13c60e5cf7
Merge pull request #10 from openmoh/dev
Update Info_ValueForKey
2018-07-20 13:32:34 +02:00
RyBack
5bd1369ede
Update Info_ValueForKey
add extra check, found in breakthrough binaries.
2018-07-20 07:36:55 +02:00
Ley0k
9b5c80ccc2
Merge pull request #9 from openmoh/dev
Logfile support
2018-03-02 20:39:48 +01:00
RyBack
d8512d9120 Logfile support 2018-03-02 07:56:45 +02:00
Ludovic
62ff9b7f4c Renamed file.c to files.cpp
Renamed huffman.c to huffman.cp
Renamed msg.c to msg.cpp
Added Pipe class
Made loaddef a local variable instead of a global variable for future potential multi-threading support
2017-10-26 02:28:06 +02:00
Ludovic
6bdfb4c093 Fixed errors with STDINT 2017-08-21 04:05:01 +02:00
Ludovic
0471848afd Added GetExtension for str 2017-07-23 20:51:10 +02:00
Ludovic
a8eb5bed24 Fixed seeking in PK3 2017-07-21 04:21:00 +02:00
Ley0k
102978b13c Added #pragma once for cm_polylib.h 2017-02-25 12:55:04 +01:00
Ley0k
8ac1b42eda Fixed printf %c warning 2017-02-19 21:59:49 +01:00
Ley0k
1646b7d29f Fixed error crash 2017-02-19 21:59:41 +01:00
Ley0k
85b7ac3ed5 Using size_t for lengths (also remove most warnings when compiling for x64) 2017-02-19 21:14:27 +01:00
Ley0k
a0f2dccd07 replaced sizeof( cArea_t * ) with sizeof( *cm.areaPortals ) to prevent crashes with x64 builds 2017-02-19 21:13:47 +01:00
Ley0k
55c1b367f1 Fixed sounds problems 2017-02-19 21:10:06 +01:00
Ley0k
b5f8801c73 Set MAX_QPATH to 256 2017-02-19 12:15:14 +01:00
Ley0k
7b06143796 Set MAX_QPATH to 256 2017-02-19 12:15:05 +01:00
Ley0k
9ef909be89 Com_Printf: declare the function only if _COM_PRINTF is not defined 2017-02-19 12:14:51 +01:00
Ley0k
176c433b82 included DBGHEAP in most loud code 2017-02-19 12:13:43 +01:00
Ley0k
3436b47544 Lot of changes 2016-08-13 18:32:13 +02:00