smallmodel
|
81b711364e
|
Use Event::Exists() instead of getting it, to see if an event exists
|
2023-11-02 20:14:34 +01:00 |
|
smallmodel
|
7fe7a12167
|
In CreateThreadInternal and CreateScriptInternal, use GetScriptClass() directly from ScriptThread
|
2023-11-01 16:53:31 +01:00 |
|
smallmodel
|
220c82954c
|
Don't execute script thread now if paused
|
2023-10-30 22:46:50 +01:00 |
|
smallmodel
|
f96b606a1a
|
Fixed ScriptThread timing
|
2023-10-27 21:02:18 +02:00 |
|
smallmodel
|
57e450a745
|
Thread state fix
|
2023-10-27 20:41:47 +02:00 |
|
smallmodel
|
f01a0a17c1
|
Added script traces
|
2023-10-26 20:13:07 +02:00 |
|
smallmodel
|
a249f6b29b
|
Fixed parm.previousthread not being actually set to the previous executing thread
|
2023-10-23 19:31:01 +02:00 |
|
smallmodel
|
475fc92629
|
Fixed str() being passed as an instance for variadic arguments
|
2023-10-07 23:50:16 +02:00 |
|
smallmodel
|
96c9a014e6
|
When getting string from event, store it in an str to avoid potential undefined behavior due to str destruction
|
2023-10-06 20:13:31 +02:00 |
|
smallmodel
|
182a677337
|
Script: use AngleVector rather than AngleVectorsLeft for angles methods
|
2023-08-20 14:02:04 +02:00 |
|
smallmodel
|
5cb1e5de84
|
Fixed Vector_DotProduct returning wrong values
|
2023-08-19 01:02:18 +02:00 |
|
smallmodel
|
7e6854f96b
|
Fixed EventPointsWithinDist taking the wrong argument number for the distance
|
2023-08-19 00:35:48 +02:00 |
|
smallmodel
|
f8d5a5ecd2
|
Fixed TeamWin with the axis team
|
2023-08-18 15:13:47 +02:00 |
|
smallmodel
|
0080d4b9a8
|
Using ScriptError
|
2023-08-18 01:18:07 +02:00 |
|
smallmodel
|
d80e9d80e7
|
Fixed getcvar returning wrong values sometimes
|
2023-08-17 18:24:30 +02:00 |
|
smallmodel
|
bdcd0dbd56
|
Fixed EventEnd copying and adding pointer value
|
2023-08-17 03:03:26 +02:00 |
|
smallmodel
|
c4738966fe
|
Using g_utils.cpp from fakk
|
2023-08-15 01:27:35 +02:00 |
|
smallmodel
|
e86e5c0d80
|
Renamed MOD_MINE to MOD_LANDMINE
Added MOD_AAGUN
|
2023-08-14 23:37:05 +02:00 |
|
smallmodel
|
0b2a0634f5
|
Moved eController to Entities.h
|
2023-08-14 19:21:17 +02:00 |
|
smallmodel
|
49850940d6
|
Using objective flags enumeration
|
2023-08-14 02:39:32 +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
|
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
|
8aa6f29c4c
|
Added all script functions from mohaas/mohaab
|
2023-08-12 14:02:43 +02:00 |
|
smallmodel
|
cea2c178b5
|
Fixed header
|
2023-08-12 03:05:06 +02:00 |
|
smallmodel
|
bf960f6f32
|
Cleaned up ScriptThread
|
2023-08-12 02:40:30 +02:00 |
|
smallmodel
|
5333c7ff4a
|
Removed empty line before opening braces
|
2023-07-05 20:52:55 +02:00 |
|
OM
|
c287638f99
|
Reworked file inclusion (using relative path)
|
2023-06-17 01:24:20 +02:00 |
|
OM
|
e4fa0fff3a
|
Renamed **game** to **fgame**
|
2023-06-15 23:44:02 +02:00 |
|