smallmodel
|
c115796137
|
Optimized GetValue() so it moves value instead of copying it
|
2023-08-01 19:30:28 +02:00 |
|
smallmodel
|
d9123799d6
|
Added CONTENTS_CLAYPIDGEON
|
2023-07-30 19:48:43 +02:00 |
|
smallmodel
|
7b9b371cf6
|
Added RotatePointAroundAxis
|
2023-07-30 15:42:59 +02:00 |
|
smallmodel
|
5a19f7f574
|
Added LightClass
|
2023-07-30 14:26:52 +02:00 |
|
smallmodel
|
0c5b57ee05
|
Fixed MASK_SURF_TYPE not matching all surfaces
|
2023-07-29 21:25:39 +02:00 |
|
smallmodel
|
69a10da52c
|
Version number increment
|
2023-07-29 19:57:16 +02:00 |
|
smallmodel
|
dfd9afceba
|
Added Cvar_VariableFloatValue
|
2023-07-28 22:34:29 +02:00 |
|
smallmodel
|
aef54d05ae
|
Incremented version number
|
2023-07-25 23:27:07 +02:00 |
|
smallmodel
|
0c65f5dab3
|
Incremented version number
|
2023-07-24 11:47:09 +02:00 |
|
smallmodel
|
8e60786307
|
Added Q_clamp_int and Q_clamp_float
|
2023-07-21 23:35:44 +02:00 |
|
smallmodel
|
b1c732eeb9
|
Fixed MSG string reading functions returning bad strings
|
2023-07-21 20:35:41 +02:00 |
|
smallmodel
|
035ed1fe24
|
Added com_target_version and removed CL_Disconnect parameter
|
2023-07-21 20:32:58 +02:00 |
|
smallmodel
|
129e3bfe6e
|
Removed comment
|
2023-07-21 20:32:43 +02:00 |
|
smallmodel
|
134873cc51
|
Removed CL_Disconnect parameter
Added com_target_version
|
2023-07-21 20:32:33 +02:00 |
|
smallmodel
|
66213821c5
|
Using const parameters for BoxOnPlaneSide
|
2023-07-17 20:08:26 +02:00 |
|
smallmodel
|
baee33e07f
|
Added chrono stuff for C++
|
2023-07-17 19:28:55 +02:00 |
|
smallmodel
|
7e526ca9a5
|
Fixed scrambled string errors with accents
|
2023-07-17 19:13:05 +02:00 |
|
smallmodel
|
7515c99195
|
Fixed string being wrong if there is a char above 128 (like accents), causing network glitches
|
2023-07-17 00:22:15 +02:00 |
|
smallmodel
|
9882a20a95
|
Added iIndex in markFragment_t
|
2023-07-15 20:17:52 +02:00 |
|
smallmodel
|
e0a4661ec0
|
Added CONTENTS_FLUID
|
2023-07-10 21:10:33 +02:00 |
|
smallmodel
|
8b83b8e5bb
|
Replaced vec_t with vec3_t
|
2023-07-10 21:10:23 +02:00 |
|
smallmodel
|
8a46597820
|
Added a new constructor that accepts numArgs as parameters
(this fixes bad script commands)
|
2023-07-05 21:42:36 +02:00 |
|
smallmodel
|
68d48d9889
|
Used clang-format on some common files
|
2023-07-05 21:24:02 +02:00 |
|
smallmodel
|
5333c7ff4a
|
Removed empty line before opening braces
|
2023-07-05 20:52:55 +02:00 |
|
OM
|
7a6d6070dc
|
Removed MAX_TEAMNAME (useless)
|
2023-07-05 18:36:49 +02:00 |
|
OM
|
d4fb368dab
|
Increased version number
|
2023-07-02 21:21:42 +02:00 |
|
OM
|
837fb40732
|
Completely removed TARGET_GAME_TYPE detection
|
2023-07-02 20:10:53 +02:00 |
|
OM
|
d3a4b3e53d
|
Removed extension from full product name
|
2023-07-02 20:08:37 +02:00 |
|
OM
|
6e1fbbaddc
|
Removed com_gamename as it was useless
|
2023-07-02 20:07:59 +02:00 |
|
OM
|
17b63e56ca
|
Set PROTOCOL_VERSION to 17 by default
|
2023-07-02 20:07:30 +02:00 |
|
OM
|
942bc9e523
|
Removed TARGET_GAME_TYPE definition
|
2023-07-02 20:06:35 +02:00 |
|
OM
|
b67b3863ba
|
Added view model anim normalization
|
2023-07-02 18:31:18 +02:00 |
|
OM
|
1947c30d3d
|
Export MSG_IsProtocolVersion15
|
2023-07-02 18:30:52 +02:00 |
|
OM
|
7eac426e31
|
Added net_pm_flags field for denormalized pm_flags (depending on the target game)
|
2023-06-29 22:16:46 +02:00 |
|
OM
|
f1aecd3939
|
Removed compile-time TARGET_GAME_PROTOCOL check (use runtime detection instead)
|
2023-06-29 21:29:14 +02:00 |
|
OM
|
a4d71bb150
|
Added bg_compat.cpp
|
2023-06-29 21:28:19 +02:00 |
|
OM
|
f02cc7942d
|
Added bg_compat to translate configstrings and playerstate flags for target games
|
2023-06-29 21:26:02 +02:00 |
|
OM
|
75aeba31c6
|
Added com_target_game startup variable
FS_Startup now uses `fs_basegame` variable for mainta/maintt
|
2023-06-29 21:25:26 +02:00 |
|
OM
|
7e18d51550
|
Added Com_InitHunkMemory
|
2023-06-28 22:48:28 +02:00 |
|
OM
|
ba4680d510
|
Added defines for each moh games
|
2023-06-28 22:48:10 +02:00 |
|
OM
|
c83bbd6a58
|
Disabled pak files checking because it was causing trouble between languages
|
2023-06-27 21:05:38 +02:00 |
|
OM
|
79ce5261a5
|
Bumped version number
|
2023-06-27 00:28:58 +02:00 |
|
OM
|
3ff4a7b8e4
|
Removed Quake III arena's boring call to Hunk_ClearTempMemory from FS_FreeFile
|
2023-06-27 00:01:12 +02:00 |
|
OM
|
f38645d19f
|
Removed static variables from extern
|
2023-06-25 21:34:53 +02:00 |
|
OM
|
6134b150c1
|
ioq3 files backport
|
2023-06-25 20:26:47 +02:00 |
|
OM
|
fdd4968ba9
|
Set homePath to an empty string
|
2023-06-25 19:35:53 +02:00 |
|
OM
|
02993eaa9b
|
Backported ioq3 features
|
2023-06-25 19:35:41 +02:00 |
|
OM
|
92f4667dcf
|
Incremented version number
|
2023-06-24 00:18:21 +02:00 |
|
OM
|
3cc1e89b45
|
Tiny fixes related to bad printf formatting and sizes
|
2023-06-21 21:01:37 +02:00 |
|
OM
|
a3d76e11a1
|
Removed %z and use UTC instead
|
2023-06-20 19:37:04 +02:00 |
|