Commit graph

2693 commits

Author SHA1 Message Date
smallmodel
01e68fd5ee
Fixed turret gun never being killed
This fixes #231
2024-03-02 15:29:08 +01:00
smallmodel
e930b5481a
Mark the trigger as dead after kill 2024-03-02 15:27:35 +01:00
smallmodel
9bd4d40f09
Formatted document 2024-03-02 15:00:56 +01:00
smallmodel
40035f4df3
Fixed multi-shaders snow 2024-03-02 14:23:32 +01:00
smallmodel
a7b3fdd70b
Added getConfigStringIdNormalized client game import to normalize config strings 2024-03-02 14:06:32 +01:00
smallmodel
b77af7fced
Implemented R_GetLightingForDecal 2024-03-01 22:59:06 +01:00
smallmodel
52c89f1de3
Fixed comparison operator 2024-03-01 22:31:33 +01:00
smallmodel
e7cd70b8ee
Enable cg_rain by default 2024-03-01 22:19:18 +01:00
smallmodel
e06ee0f26a
Bounce backwards check 2024-02-28 23:40:41 +01:00
smallmodel
76c9e4e048
Fixed pickup message appearing twice 2024-02-28 23:33:10 +01:00
smallmodel
06d8ddbfc7
Fixed AI firing multiple bullets when it should fire one
This fixes AI killing the player almost instantly
2024-02-28 22:56:05 +01:00
smallmodel
8b9840d37f
Implemented Game::Archive() 2024-02-28 22:52:44 +01:00
smallmodel
960469be77
Implemented MakePrimitive() 2024-02-28 22:52:25 +01:00
smallmodel
77ef0f3579
Implemented game.detail and game.skill 2024-02-28 22:21:53 +01:00
smallmodel
07c840a4a9
Don't assert for NULL owner 2024-02-28 22:10:18 +01:00
smallmodel
35a8c4edfa
g_droppeditemlife: make sure the value is non-null 2024-02-28 22:10:07 +01:00
smallmodel
36af9e6589
Fixed a very boring mistake ignored by MSVC 2024-02-27 00:02:20 +01:00
smallmodel
ea14ab5664
Implemented special func 2024-02-26 23:25:39 +01:00
smallmodel
1ed8538745
Bounds check clarity 2024-02-26 20:23:31 +01:00
smallmodel
12e36b987a
Use G_DebugRotatedBBox when drawing the entity's bounding box 2024-02-26 19:56:35 +01:00
smallmodel
8324c599de
Implemented G_DebugRotatedBBox 2024-02-26 19:56:23 +01:00
smallmodel
d972c85fba
Formatted debuglines source file 2024-02-26 19:33:52 +01:00
smallmodel
d8b9abe7f5
Fixed call to GunTarget()
It was specifying the position in the boolean parameter which lead to wrong results
2024-02-26 19:21:12 +01:00
smallmodel
4f868d9585
Fixed a collision bug with fence masks 2024-02-26 19:19:38 +01:00
smallmodel
e27ac45f44
Don't load TGA without alpha for collision 2024-02-26 19:08:21 +01:00
smallmodel
58d0e43f78
Use MASK_USE instead of MASK_SOLID 2024-02-26 17:37:38 +01:00
smallmodel
a6c1cbfd50
Added MASK_USE 2024-02-26 16:34:31 +01:00
smallmodel
e32222884d
Fixed DisguiseSalute never finishing animation 2024-02-26 15:53:38 +01:00
smallmodel
49a7a1f8ff
minimum visibility is 0.999 and not 1.0 2024-02-26 15:53:17 +01:00
smallmodel
e5275c0f05
Fixed MASK_TRANSITION being wrong 2024-02-25 21:26:08 +01:00
smallmodel
c391605f61
Fixed AI attacking the disguised player
This fixes #203
2024-02-25 20:10:02 +01:00
smallmodel
73c9e6f1d8
Ignore disabled ennemies 2024-02-25 19:16:07 +01:00
smallmodel
2d6ac6f0be
Fixed weapon melee AI broadcast 2024-02-25 19:15:41 +01:00
smallmodel
57870103a6
Fixed TriggerVehicle not responding to VehicleCollisionEntity 2024-02-25 18:54:42 +01:00
smallmodel
64604b5c44
Disable non-pvs sound in single-player
This fixes #267 where configstrings are full
2024-02-25 18:43:42 +01:00
smallmodel
9960884e3c
Initialize watchFadeTime 2024-02-23 23:53:27 +01:00
smallmodel
593982d586
Added assertion test 2024-02-23 23:53:18 +01:00
smallmodel
f229c1c5a8
Fixed player health in SP 2024-02-23 23:21:44 +01:00
smallmodel
35e9f9982c
Preallocate arguments for sp/dm commands 2024-02-23 23:19:59 +01:00
smallmodel
a0cb46d4a1
Formatting 2024-02-23 23:09:57 +01:00
smallmodel
e8a48184b9
Set the ground entity number to the glue master 2024-02-23 23:09:29 +01:00
smallmodel
d2aa26248f
Don't allow ducking when physics are off
This fixes #251
2024-02-23 23:02:29 +01:00
smallmodel
0f1de72ae6
Initialize the ground entity number 2024-02-23 22:51:08 +01:00
smallmodel
efaea69c09
Don't evaluate state when immobile 2024-02-23 21:12:38 +01:00
smallmodel
a67dbff603
Reset state to STAND when the player has no physics 2024-02-23 21:12:23 +01:00
smallmodel
35e6435382
Reimplemented DropInventoryItems from 2.30 2024-02-22 23:12:04 +01:00
smallmodel
7a2735885f
Send information about sentient's team
This fixes #259
2024-02-22 22:50:36 +01:00
smallmodel
cc721a3db6
Lexer fixes for integer
This fixes map loading issues (fixes #258)
2024-02-22 21:36:31 +01:00
smallmodel
1a5cac2c6a
Implemented all parm methods
This fixes, #249 and fixes #217
2024-02-22 20:44:15 +01:00
smallmodel
ef08f1c8f3
Fixed turret fire issues 2024-02-22 20:21:53 +01:00