Commit graph

1075 commits

Author SHA1 Message Date
smallmodel
73b0a84ad0
Added MASK_LANDMINE_PLACE 2023-08-02 21:05:49 +02:00
smallmodel
7b03f953bf
Added Level::RoundStarted 2023-08-02 21:02:19 +02:00
smallmodel
367d6ff6fc
Added and implemented TriggerNoDamage, TriggerEntity and TriggerLandmine 2023-08-02 21:00:16 +02:00
smallmodel
ca61fde54b
Added ScriptThreadLabel::Execute() with safeptr listener, and optionally another listener 2023-08-02 20:59:54 +02:00
smallmodel
f739588c73
Cleaned up Player class from all unused action anim
Added all mohaas/mohaab fields
Added m_sDmPrimary to get the player's primary weapon
2023-08-02 20:59:19 +02:00
smallmodel
ce02d782c4
Removed Player::FindEnemyInFOV and Player::FindEnemyInFOVFromTagWithOffset (unused) 2023-08-02 20:59:15 +02:00
smallmodel
a498b11e20
Added MASK_LANDMINE 2023-08-02 20:56:19 +02:00
smallmodel
ffa5a91cd2
Added Landmine and Defuse fire types for Shoot
Added GetUseCrosshair()
2023-08-02 19:53:14 +02:00
smallmodel
ae680ffd5d
Added Landmine functions from mohaab
Added more parameters for BulletAttack and FakeBulletAttack from mohaas/mohaab
2023-08-02 19:52:04 +02:00
smallmodel
4c17d12fc6
Added new fire types
Added GetFireAnim()
Using m_sTagBarrel rather than an hardcoded tag name
2023-08-01 21:18:35 +02:00
smallmodel
0259f1a251
Reworked Weapon::ReadyToFire and Weapon::PickupWeapon with mohaas/mohaab features 2023-08-01 20:36:52 +02:00
smallmodel
04708aeb67
Fixed CurrentFrame() not found error 2023-08-01 19:59:32 +02:00
smallmodel
a47eb1653e
Override animation functions from entity 2023-08-01 19:59:19 +02:00
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
c115796137
Optimized GetValue() so it moves value instead of copying it 2023-08-01 19:30:28 +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
d9123799d6
Added CONTENTS_CLAYPIDGEON 2023-07-30 19:48:43 +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
7b9b371cf6
Added RotatePointAroundAxis 2023-07-30 15:42:59 +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
5a19f7f574
Added LightClass 2023-07-30 14:26:52 +02:00
smallmodel
40ac8a1557
Added watchstring from mohaab 2023-07-30 14:09:22 +02:00
smallmodel
ca42a3e08e
Implemented View3D::DrawLetterbox, View3D::DrawFades, View3D::DrawSoundOverlay, View3D::ClearCenterPrint, View3D::UpdateCenterPrint, View3D::UpdateLocationPrint, View3D::LetterboxActive, View3D::InitSubtitle 2023-07-30 11:47:20 +02:00
smallmodel
3a04357b71
Fixed enum values and enum names 2023-07-30 11:40:50 +02:00
smallmodel
078223c1b6
Centerprint when screenshotting 2023-07-30 11:40:33 +02:00
smallmodel
3fe7cbf725
Fixed vertex colors spam 2023-07-30 11:38:59 +02:00
smallmodel
d6059e42ba
Export sound_overlay for View3D 2023-07-30 11:38:41 +02:00
smallmodel
02c1fbe4fc
Export LV_ConvertString to ref 2023-07-30 11:38:31 +02:00
smallmodel
6f8fee47f2
Using const char* for LV_ConvertString 2023-07-30 11:38:18 +02:00
smallmodel
3627760748
Removed parent entity not found message in CG_GetOrigin 2023-07-30 01:10:26 +02:00
smallmodel
f3affb3d4c
Implemented DontLocalize and FadeSequence from mohaas 2023-07-30 00:56:54 +02:00
smallmodel
a86ed01ba3
Fixed shader tiling being bad with virtual scaling on mohaas/mohaab 2023-07-29 23:18:31 +02:00
smallmodel
d40755eb7c
Added MouseAwayCommand. (this fixes main menu with items staying hovered in mohaas/mohaab) 2023-07-29 23:18:22 +02:00
smallmodel
ce7599cb02
Set column padding 2023-07-29 22:31:16 +02:00
smallmodel
68bf89c522
Fixed entity axis index crash (was using i instead of j) 2023-07-29 21:26:28 +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