smallmodel
|
d6b7fecb69
|
Refactored navigation with moh 2.0 features
|
2023-11-09 23:44:53 +01:00 |
|
smallmodel
|
51a0ee56aa
|
Refactored FindNearestSniperNode()
|
2023-11-09 21:55:28 +01:00 |
|
smallmodel
|
2ed369568c
|
Fixed AllocPathNode() and FreePathNode() not working as intended
|
2023-11-09 21:10:43 +01:00 |
|
smallmodel
|
e5b7e16d1a
|
Added AI_CONCEALMENT_MASK and use AI_LOW_WALL_ARC
|
2023-11-09 21:10:20 +01:00 |
|
smallmodel
|
4a9f676d5d
|
Tidied up FindPathX methods
|
2023-11-09 21:01:30 +01:00 |
|
smallmodel
|
0e0da3d767
|
Added MASK_CORNER_NODE
|
2023-11-09 21:01:03 +01:00 |
|
smallmodel
|
343ce4a6a7
|
Using vec3_t type for start/end/position
|
2023-11-09 19:58:46 +01:00 |
|
smallmodel
|
df8b854cb7
|
Cleaned up GeneratePath methods
|
2023-11-09 19:52:53 +01:00 |
|
smallmodel
|
831dc770d8
|
Added droptofloor()
|
2023-11-09 19:37:25 +01:00 |
|
smallmodel
|
8a9285c64f
|
Cleaned up navigate source files and added low-wall arc
|
2023-11-09 19:31:20 +01:00 |
|
smallmodel
|
7e4e06b09d
|
Fixed FinishReloading not working properly
|
2023-11-08 22:24:07 +01:00 |
|
smallmodel
|
96748b3fbc
|
Fixed vote's last text position
|
2023-11-07 23:06:11 +01:00 |
|
smallmodel
|
f1325048e9
|
Fixed crosshair's endpos friend test
|
2023-11-07 23:05:54 +01:00 |
|
smallmodel
|
deee21eb68
|
Fixed vote string alignment position
|
2023-11-07 23:02:07 +01:00 |
|
smallmodel
|
2f43e5c5ea
|
Fixed crosshair friend icon on mohaa 1.11
|
2023-11-07 23:01:49 +01:00 |
|
smallmodel
|
4766067edb
|
Fixed crosshair incorrectly hiding
|
2023-11-07 22:54:05 +01:00 |
|
smallmodel
|
bc54f22639
|
Crosshair is now handled by the cgame module
|
2023-11-07 22:44:13 +01:00 |
|
smallmodel
|
20c8c87e79
|
Draw vote and crosshair
|
2023-11-07 22:43:13 +01:00 |
|
smallmodel
|
3a5dcd6a3c
|
Increased MAX_BUFFERS
|
2023-11-07 22:34:04 +01:00 |
|
smallmodel
|
a5ba02c2bb
|
Added crosshair variables
|
2023-11-07 19:30:46 +01:00 |
|
smallmodel
|
e1554efc08
|
Fixed paused icon location
|
2023-11-07 19:20:52 +01:00 |
|
smallmodel
|
9d652dd41b
|
Unpause if the game module doesn't allow pausing
|
2023-11-07 19:20:40 +01:00 |
|
smallmodel
|
22eadf2c08
|
Removed code that prevent pausing in debug builds
|
2023-11-07 19:20:26 +01:00 |
|
smallmodel
|
d3f1b62208
|
Added pause command
|
2023-11-07 19:20:07 +01:00 |
|
smallmodel
|
affc28ab79
|
Removed win32/unix folders (unused)
|
2023-11-07 18:57:34 +01:00 |
|
smallmodel
|
41be7f44ab
|
Added comment
|
2023-11-06 20:45:57 +01:00 |
|
smallmodel
|
646c1f0f16
|
Fixed lightorigin and attach offset being badly calculated
|
2023-11-06 19:58:36 +01:00 |
|
smallmodel
|
3cea097b48
|
Added EV_Turret_SetMaxUseAngle and EV_Turret_SetStartYaw to TurretGun's event responses
|
2023-11-06 19:41:34 +01:00 |
|
smallmodel
|
786d72575e
|
Fixed buggy sky rendering
|
2023-11-06 19:32:49 +01:00 |
|
smallmodel
|
6d9a794aaf
|
Fixed assertion failed when numskins equals MAX_TIKI_SHADER
|
2023-11-06 19:17:03 +01:00 |
|
smallmodel
|
9e69df1e94
|
Check for valid model and anim num in **TIKI_Anim_NameForNum()**
|
2023-11-06 19:09:06 +01:00 |
|
smallmodel
|
72d4bb0206
|
Added more checks to avoid crashes
|
2023-11-06 18:59:18 +01:00 |
|
smallmodel
|
f68e06a949
|
Use MAX_TIKI_ALIASES instead of the constant number (4095)
|
2023-11-06 18:30:11 +01:00 |
|
smallmodel
|
f4da539d95
|
Use vec3_t type for coordinates/angles
|
2023-11-06 18:11:12 +01:00 |
|
smallmodel
|
17af75a9bb
|
Formatted TIKI source files
|
2023-11-06 18:08:53 +01:00 |
|
smallmodel
|
dcbb39d640
|
Formatted skeletor source files
|
2023-11-06 17:58:58 +01:00 |
|
smallmodel
|
d0ba1df4e0
|
G_BroadcastAIEvent: ignore non-actor and non-bots
|
2023-11-05 21:02:07 +01:00 |
|
smallmodel
|
2b92869683
|
Moved eAIEvent enum to entity.h
|
2023-11-05 21:00:41 +01:00 |
|
smallmodel
|
379a4b0ce4
|
Fixed AI not being able to open doors
|
2023-11-05 20:58:37 +01:00 |
|
smallmodel
|
d4c7d4a7e1
|
Avoid broadcasting to AI if the entity has notarget set
|
2023-11-05 20:58:25 +01:00 |
|
smallmodel
|
dcac24c9e2
|
Fixed EventStopAtEnd() incorrectly stopping the vehicle
|
2023-11-05 20:39:04 +01:00 |
|
smallmodel
|
753589d840
|
Made TriggerSave only trigger once
|
2023-11-05 20:37:37 +01:00 |
|
smallmodel
|
382903c9e1
|
Added cSpline() constructor (sets points to 0)
|
2023-11-05 20:09:39 +01:00 |
|
smallmodel
|
f29fec0b31
|
Formatted spline source file
|
2023-11-05 19:09:29 +01:00 |
|
smallmodel
|
f9dc37d60a
|
Fixed HudPrint using argument 0 instead of 1 for the message
|
2023-11-04 19:02:24 +01:00 |
|
smallmodel
|
c5e48c67bb
|
Return "unarmed" for item prefix/name that cannot be found
|
2023-11-04 19:02:08 +01:00 |
|
smallmodel
|
cc62ebcffc
|
Don't display an error for viewmodelanim fps tiki
|
2023-11-04 19:01:48 +01:00 |
|
smallmodel
|
0f36504959
|
Implemented vote options for cgame module
|
2023-11-04 18:43:10 +01:00 |
|
smallmodel
|
1fb8e25209
|
Use PRId64 and PRIu64 format specifier for sprintf in str with 64-bit int constructor
|
2023-11-04 00:41:06 +01:00 |
|
smallmodel
|
260876b1a2
|
Always print messages to console regardless of whether or not it's a game message / death message
|
2023-11-04 00:23:49 +01:00 |
|