Commit graph

241 commits

Author SHA1 Message Date
smallmodel
44fe18fef1
Added MASK_SCRIPT_SLAVE 2023-08-17 20:04:58 +02:00
smallmodel
4435984b81
Renamed label to m_Thread 2023-08-17 19:29:03 +02:00
smallmodel
3d20b3a232
Using MASK_SHOT_TRIG for BulletAttack, so it touches triggers 2023-08-17 19:17:02 +02:00
smallmodel
97543622bf
Added MASK_SHOT_TRIG
Fixed MASK_SHOT values
2023-08-17 19:16:49 +02:00
smallmodel
d80e9d80e7
Fixed getcvar returning wrong values sometimes 2023-08-17 18:24:30 +02:00
smallmodel
4f757445c4
Set vehicle to be in godmode if the player is in godmode 2023-08-17 18:24:20 +02:00
smallmodel
2749ab92b2
trigger_hurt inherits from Trigger and not TriggerUse 2023-08-17 18:23:53 +02:00
smallmodel
1b86e60548
Implemented all mohaas/mohaab features like animated farplanes, skybox speed/farplane, etc. 2023-08-17 17:39:54 +02:00
smallmodel
2c9c80d7bc
Don't set the targetname if world doesn't exist
Prevent world from being retargeted
2023-08-17 17:39:12 +02:00
smallmodel
5146b1f36b
Made SetTargetName virtual functions 2023-08-17 17:37:43 +02:00
smallmodel
bc81fe78b2
Check if the ent is inside the hit entity (this fixes trigger_hurt issues in mp_stadt_dm 2023-08-17 16:10:29 +02:00
smallmodel
4de1b7c73b
When showing entities number, add maxs.z offset 2023-08-17 16:09:46 +02:00
smallmodel
3c8c4e9f97
Call SetSize() directly from setModel() 2023-08-17 16:09:29 +02:00
smallmodel
c366c10530
Fixed level/parm/game vars being overwritten 2023-08-17 16:09:09 +02:00
smallmodel
bdcd0dbd56
Fixed EventEnd copying and adding pointer value 2023-08-17 03:03:26 +02:00
smallmodel
7e113359b3
Fixed crash with healrate 2023-08-16 19:14:05 +02:00
smallmodel
467802c466
Fixed crash when loading savegame 2023-08-16 19:13:52 +02:00
smallmodel
ce1b3aaee9
Fixed ArchiveAliases
Archive PathSearch
2023-08-16 19:13:38 +02:00
smallmodel
1a53bdd584
Implemented PathSearch::ArchiveDynamic 2023-08-16 18:48:38 +02:00
smallmodel
5521e7654d
Fixed number of script classes being replaced by the number of threads, causing archive read to go wrong 2023-08-16 18:29:36 +02:00
smallmodel
73716dd624
Fixed silly mistake in the container archive function 2023-08-16 18:29:06 +02:00
smallmodel
840d23dcac
Fixed sizeof(index) 2023-08-16 18:28:50 +02:00
smallmodel
f9232840e4
Fixed sprint not working 2023-08-16 13:17:01 +02:00
smallmodel
3ea40fda82
Fixed runspeed values 2023-08-16 13:16:56 +02:00
smallmodel
efed6d0eac
Fixed script developer printf 2023-08-16 02:43:22 +02:00
smallmodel
244220f031
Fixed spawnpoint issues due to trace mask 2023-08-16 02:37:57 +02:00
smallmodel
7ce87575bc
Added MASK_PLAYERSTART 2023-08-16 02:37:25 +02:00
smallmodel
401cfeda65
Make sure to not call CanSeeEnemy() if the enemy is NULL 2023-08-16 02:31:30 +02:00
smallmodel
a45a8c7742
Fixed sentient linking/unlinking 2023-08-16 02:31:12 +02:00
smallmodel
c80b360918
Fixed "ignoreclock" event name 2023-08-16 02:22:39 +02:00
smallmodel
8514ef6ef8
Fixed Objective::SetText event parameter 2023-08-16 02:18:23 +02:00
smallmodel
9b1dc34ea1
Fixed score data for mohaas/mohaab 2023-08-16 02:08:00 +02:00
smallmodel
f5490321e7
Set default explosion to "fx/fx_explosion.tik" 2023-08-16 02:04:28 +02:00
smallmodel
1f4393e3b2
Call DM_Team::AddKills when the player got killed 2023-08-16 01:32:53 +02:00
smallmodel
8aa6a16a27
Export g_TOWObjectiveMan 2023-08-16 01:32:07 +02:00
smallmodel
60b9a6e2e0
renamed to playerstart.h 2023-08-15 13:16:36 +02:00
smallmodel
9ad515335a
Added g_utils.h 2023-08-15 13:04:18 +02:00
pryon
7593ea53f9
Fix generated executable/lib names missing the -dbg postfix on Visual Studio (#55)
* Fix generated executable/lib names missing the -dbg postfix on Visual Studio

* Spaces to tabs
2023-08-15 10:57:36 +00:00
smallmodel
3daee90b5b
Moved functions from game.cpp/game.h to where they should be (g_main, g_utils) 2023-08-15 01:41:35 +02:00
smallmodel
c4ba60afbd
Added TRANS_BSP to G_BeginIntermission 2023-08-15 01:38:55 +02:00
smallmodel
c4738966fe
Using g_utils.cpp from fakk 2023-08-15 01:27:35 +02:00
smallmodel
0eedc4e2f8
Fixed compilation warnings 2023-08-15 01:26:58 +02:00
smallmodel
14f9368575
Implemented all setters/getters
7 remaining important methods to implement
2023-08-15 00:24:07 +02:00
smallmodel
394546dee7
Added means of death strings 2023-08-14 23:37:14 +02:00
smallmodel
e86e5c0d80
Renamed MOD_MINE to MOD_LANDMINE
Added MOD_AAGUN
2023-08-14 23:37:05 +02:00
smallmodel
7fb42cf655
Fixed message printing on mohaas/mohaab 2023-08-14 20:44:28 +02:00
smallmodel
819f6bcf71
Using DM_Manager::CheckEndMatch() algorithm from mohaab 2.40 2023-08-14 20:35:23 +02:00
smallmodel
ad47f8855b
Implemented TOW Entities 2023-08-14 19:54:50 +02:00
smallmodel
a50102ef52
Changed CONTROLLER_BOTH to CONTROLLER_DRAW
Added GetObjectiveIndex()
2023-08-14 19:53:35 +02:00
smallmodel
0b2a0634f5
Moved eController to Entities.h 2023-08-14 19:21:17 +02:00