Commit graph

1070 commits

Author SHA1 Message Date
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
smallmodel
8ea32fee31
Added Entities with all classes, methods and events (unimplemented) 2023-08-14 19:20:53 +02:00
smallmodel
f0571385d5
Export events for AISpawnPoint 2023-08-14 19:00:16 +02:00
smallmodel
83318af532
Export EV_Weapon_SetProjectile 2023-08-14 17:43:28 +02:00
smallmodel
860c9b33ef
Made AddObjective and SetCurrentObjective static 2023-08-14 15:02:25 +02:00
smallmodel
49850940d6
Using objective flags enumeration 2023-08-14 02:39:32 +02:00
smallmodel
c0726f0634
Added objective status and flags enum 2023-08-14 02:33:59 +02:00
smallmodel
ba2c3ed5fd
Fixed lean on protocols before 2.0 2023-08-14 02:12:30 +02:00
smallmodel
161f7e3313
Fixed wrong current objective
Added support for objective location per team
2023-08-14 02:11:26 +02:00
smallmodel
0898bffb43
Fixed getboundkey1/getboundkey2 crashing when the key is null 2023-08-14 01:56:43 +02:00
smallmodel
07e90d37ee
Fixed bad angle 2023-08-14 00:22:25 +02:00
smallmodel
71bd04e5b2
Fixed weapon bullet trace
Fixed projectile being always removed in single-player mode
2023-08-14 00:22:05 +02:00
smallmodel
95510279ed
Fixed trigger having no contents when a model is set 2023-08-14 00:21:44 +02:00
smallmodel
f1502833b2
Fixed primary/secondary attacks not working 2023-08-13 23:21:11 +02:00
smallmodel
1fd0cd097f
Fixed the objective index 2023-08-13 22:08:10 +02:00
smallmodel
c49d0c7afa
Fixed iprintln(bold) not working properly with multiple arguments 2023-08-13 20:22:39 +02:00
smallmodel
421b3d6375
Fixed crouch on mohaa and mohaas/mohaab 2023-08-13 20:20:36 +02:00
smallmodel
e1da6797c5
Using S_FLAG_DO_CALLBACK 2023-08-13 20:19:51 +02:00
smallmodel
430c7d1a57
Fixed ScriptCheck always failing regardless of the g_scriptcheck value 2023-08-13 20:19:40 +02:00
smallmodel
d3794c0dd9
Fixed bad event when using '$' key 2023-08-13 20:19:26 +02:00
smallmodel
9f268b0f6a
Using Director.Pause() instead 2023-08-13 17:59:59 +02:00
smallmodel
ea78d96bc3
Fixed disabled view model animation
Fixed pmove viewheight
2023-08-13 17:59:41 +02:00