smallmodel
|
10fda39430
|
Added animation functions
|
2023-08-01 19:59:05 +02:00 |
|
smallmodel
|
b2be03cce3
|
Initialize all weapon vars, including mohaas/mohaab variables
|
2023-08-01 19:31:25 +02:00 |
|
smallmodel
|
84ecf838d4
|
Optimized G_Command_ProcessFile a little bit
|
2023-08-01 19:31:08 +02:00 |
|
smallmodel
|
7e054c8beb
|
Implemented all mohaas/mohaab events
|
2023-07-31 23:41:53 +02:00 |
|
smallmodel
|
e8df36998e
|
Added mohaas/mohaab variables
|
2023-07-31 23:41:45 +02:00 |
|
smallmodel
|
0cc558f757
|
Added overcooked field
|
2023-07-31 23:41:01 +02:00 |
|
smallmodel
|
5c9bc074f4
|
Removed fov variable (was useless)
|
2023-07-31 23:40:39 +02:00 |
|
smallmodel
|
d89175ebc8
|
Added "always" parameter for alias registration
|
2023-07-30 23:02:13 +02:00 |
|
smallmodel
|
727eb71995
|
Added all mohaas/mohaab entity events
|
2023-07-30 21:21:00 +02:00 |
|
smallmodel
|
3d48c00902
|
Added g_realismmode
|
2023-07-30 20:21:18 +02:00 |
|
smallmodel
|
963318264c
|
Added SV_HitEntity from mohaab
|
2023-07-30 20:21:08 +02:00 |
|
smallmodel
|
6562bcb164
|
Added mohaas/mohaab weapon events (unimplemented)
|
2023-07-30 19:41:11 +02:00 |
|
smallmodel
|
4fa8af3b30
|
Smoke system implementation from mohaas/mohaab
|
2023-07-30 16:09:54 +02:00 |
|
smallmodel
|
3f4be4f8ef
|
Added MASK_SMOKE_SPRITE
|
2023-07-30 16:09:36 +02:00 |
|
smallmodel
|
09c7badf4f
|
Added g_debugsmoke cvar
|
2023-07-30 16:09:22 +02:00 |
|
smallmodel
|
25e44e7a45
|
Added stub source files from mohaas/mohaab
|
2023-07-30 14:28:58 +02:00 |
|
smallmodel
|
51374729d3
|
Clear g_iInThinks each frame
Display the memory usage if the g_showmem cvar is set
|
2023-07-30 14:27:15 +02:00 |
|
smallmodel
|
40ac8a1557
|
Added watchstring from mohaab
|
2023-07-30 14:09:22 +02:00 |
|
smallmodel
|
3a04357b71
|
Fixed enum values and enum names
|
2023-07-30 11:40:50 +02:00 |
|
smallmodel
|
d43b60c818
|
Don't lean while moving if alwaysAllowLean is not set
|
2023-07-25 20:59:52 +02:00 |
|
smallmodel
|
3aa4a6157c
|
Added PMF_NO_LEAN pmflags
Added alwaysAllowLean pmove_t field from mohta
|
2023-07-25 20:59:04 +02:00 |
|
smallmodel
|
6318a606e8
|
Fixed MASK_SHOT value
|
2023-07-10 23:49:54 +02:00 |
|
smallmodel
|
75572eb1b9
|
Fixed testthread crashing the game when the label parameter is unspecified
|
2023-07-05 21:41:43 +02:00 |
|
smallmodel
|
5333c7ff4a
|
Removed empty line before opening braces
|
2023-07-05 20:52:55 +02:00 |
|
OM
|
a3755ff308
|
Set GAME_API_VERSION to 15
|
2023-07-02 19:41:46 +02:00 |
|
OM
|
87b238e6de
|
Renamed gameImport to game_import_t, and gameExport_t to game_export_t
|
2023-07-02 19:22:17 +02:00 |
|
OM
|
7b34f064d0
|
Moved gi.protocol to a new variable called g_protocol
|
2023-07-02 19:17:15 +02:00 |
|
OM
|
174d3f7447
|
Send the correct CGM number depending on the protocol used
|
2023-07-02 18:32:26 +02:00 |
|
OM
|
b6a44fe810
|
Send fog info depending on the protocol used
|
2023-07-02 18:31:58 +02:00 |
|
OM
|
dbfa741a06
|
Unified configstrings and player state flags (they will be normalized by the client/server instead)
|
2023-06-29 21:29:38 +02:00 |
|
OM
|
e8a9eb775e
|
Added protocol/targetGame variables
|
2023-06-29 21:28:43 +02:00 |
|
OM
|
e275c4692e
|
Fixed linked doors assertion failure
|
2023-06-25 20:04:11 +02:00 |
|
OM
|
02993eaa9b
|
Backported ioq3 features
|
2023-06-25 19:35:41 +02:00 |
|
OM
|
1ee8463ff5
|
Arithmetic operations fixes
|
2023-06-22 18:32:15 +02:00 |
|
OM
|
3cc1e89b45
|
Tiny fixes related to bad printf formatting and sizes
|
2023-06-21 21:01:37 +02:00 |
|
OM
|
4a4f1bcb62
|
Prevent .lib files from being exported
|
2023-06-17 20:16:00 +02:00 |
|
OM
|
147851c506
|
Moved flex/bison generated files to subfolder "generated"
Added FLEX/BISON cmake generation
|
2023-06-17 16:54:12 +02:00 |
|
OM
|
7830a02068
|
Removed bg_lib (useless)
|
2023-06-17 02:09:11 +02:00 |
|
OM
|
5b97245dd1
|
Reworked CMakeLists
|
2023-06-17 01:44:38 +02:00 |
|
OM
|
c287638f99
|
Reworked file inclusion (using relative path)
|
2023-06-17 01:24:20 +02:00 |
|
OM
|
e4fa0fff3a
|
Renamed **game** to **fgame**
|
2023-06-15 23:44:02 +02:00 |
|