FlightControl
4b008f8879
New test mission demonstrating OnEventHit for a SET_UNIT object
2017-03-06 16:31:06 +01:00
FlightControl
25bd0f8049
Fixed DETECTION_AREAS, working again and complete with test missions.
2017-03-06 13:56:34 +01:00
FlightControl
9d0f264d5c
Point optmized.
2017-03-06 11:43:13 +01:00
FlightControl
2cf27b3b0f
SCO-500 Demo Mission for SCORING system demonstration on a MP server
2017-03-05 14:37:18 +01:00
FlightControl
a6c596f724
Check scoring test mission in master.
2017-03-05 14:23:13 +01:00
FlightControl
32d6233cf1
Progress Dispatcher
2017-03-05 12:37:56 +01:00
FlightControl
6710bfba26
Merge remote-tracking branch 'refs/remotes/origin/master' into FlightControl
...
# Conflicts:
# Moose Mission Setup/Moose Mission Update/l10n/DEFAULT/Moose.lua
# Moose Mission Setup/Moose.lua
2017-03-05 10:28:54 +01:00
FlightControl
fc3b66c06c
Removed trace from Zone.lua
2017-03-05 10:27:54 +01:00
FlightControl
3244f46e88
Moose.lua with the changes
2017-03-05 10:14:53 +01:00
FlightControl
0ebff60e8d
Updated Set
2017-03-05 09:50:31 +01:00
FlightControl
f7bf997511
Implemented a new method on ZONE:BoundZone
...
Creates a visual boundary around a ZONE_* of tires with a white flag.
These tires will also move when the ZONE is "rebound".
2017-03-05 09:32:17 +01:00
FlightControl
32e52731ae
Detection Progress
2017-03-05 07:35:03 +01:00
FlightControl
942ae18290
BUGFIXES: Fixed problems
...
-- With menu
-- On destroy, sometimes the wrong target was scored. Is fixed, was
silly leftover statement that did that. Corrected.
-- Goals added.
2017-03-04 14:59:56 +01:00
FlightControl
b46d61d865
Got Task_SEAD template working with all the variations and complexity!
2017-03-04 08:51:31 +01:00
FlightControl
b75c1a92ad
Added POINT_VEC3 and POINT_VEC2 Set and Add methods + documentation
2017-03-03 13:34:10 +01:00
FlightControl
a99924d9ed
Progress on SEAD model
2017-03-03 10:27:09 +01:00
FlightControl
5d17cde83a
Added methods to POINT_VEC3 and documented
2017-03-03 08:31:45 +01:00
FlightControl
ef5f83034b
Added API to set Goal Scores upon a condition
2017-03-03 08:08:29 +01:00
FlightControl
c476c7df27
Fix of scheduler.
...
When trace is off, the scheduler removed the link to placed schedules.
This was wrong due to a wrong weak table. Corrected.
2017-03-02 23:33:54 +01:00
FlightControl
336f1781a7
Scoring scale change
...
-- Presentation update
-- Documentation updated
-- SetScale functions instead of multiplier
-- Updated proper scoring scaling formula!
2017-03-02 17:43:46 +01:00
FlightControl
3789bf79c2
BIGFIX: Scoring Coalition change Fratricide
...
Fixed some bugs in the logging of fratricide.
2017-03-02 12:29:41 +01:00
FlightControl
7c7aa76fdd
Update to AI_Balancer
2017-03-02 09:56:47 +01:00
FlightControl
5dec4b137b
Static moose.lua
2017-02-28 18:52:34 +01:00
FlightControl
ad3baa1f0d
Static moose.lua
2017-02-28 18:50:35 +01:00
FlightControl
b9bd76f387
Progress
2017-02-28 18:16:13 +01:00
FlightControl
8edbb5ca23
Progress, a lot is working already.
2017-02-28 14:01:38 +01:00
FlightControl
1e143778bd
Scoring updates
2017-02-26 22:55:36 +01:00
FlightControl
c9c3b11b14
Updated static scores
2017-02-26 15:31:23 +01:00
FlightControl
0f7bc2b663
First draft version new scoring
2017-02-26 15:25:32 +01:00
Sven Van de Velde
490f1b47c7
SCORING new functions addons.
2017-02-26 11:58:26 +01:00
Sven Van de Velde
b8df0c433b
bugfixes and cleanup of scoring code for player to player scoring
2017-02-26 07:58:02 +01:00
Sven Van de Velde
5f6deff3fa
BUGFIX of Scoring CLIENT to CLIENT.
...
Creation of test mission to test hits and kills client to client.
2017-02-24 13:45:56 +01:00
Sven Van de Velde
152a3a789f
BIGFIX: InitRandomizeTemplate is now correctly positioning the Spawned Units.
...
-- Fixed in spawn.lua
-- InitRandomizeTemplate is now correctly positioning the spawned units
according the initial position as modeled in the mission editor.
-- When combining InitRandomizeTemplate with InitRandomizeZone, the
spawned units are still positioned at their initial position according
the position modeled in the mission editor.
-- Added test missions SPA-019 and SPA-020.
2017-02-24 13:13:24 +01:00
Sven Van de Velde
06409f6cd0
Fixed EngageZone documentation problem.
2017-02-24 12:23:42 +01:00
Sven Van de Velde
604db7e53c
BIGFIX: Reworked the code so that SCORING is working with STATIC objects.
...
The problems were in the EVENTDISPATCHER.
-- Reworked the Event Dispatcher code...
-- Added fields IniCategory and TgtCategory that indicate which Object
Category is involved in the Event.
-- Added fields IniPlayerName and TgtPlayerName that indicate which
Player Name is the initiator or Target (only when the Object Category is
a UNIT).
-- In the Event.lua, I poperly documented every field in EVENTDATA and
typed it correctly.
-- Reworked te Scoring code..
-- Incorporated the Event.* added fields into the Scoring Code.
-- Added a SCO-100 test mission
-- A shooting range with STATIC objects, so that a player can TEST the
scoring for STATIC objects in a mission.
Hope this helps.
FC
2017-02-24 12:10:27 +01:00
Sven Van de Velde
d0b0ce7483
Scoring fix
2017-02-23 08:44:54 +01:00
Sven Van de Velde
33f064141f
Reviewed all the zone test missions
2017-02-21 12:17:14 +01:00
FlightControl
d7c2e0f900
Reworked zone and vector functions
...
2017-02-08 - Reworked some vector functions.
-- POINT_VEC3:NewFromVec2( Vec2, LandHeightAdd ) added.
-- ZONE_RADIUS:GetRandomPointVec2( inner, outer ) added.
-- ZONE_RADIUS:GetRandomPointVec3( inner, outer ) added.
-- ZONE_POLYGON_BASE:GetRandomPointVec2() added.
-- ZONE_POLYGON_BASE:GetRandomPointVec3() added.
2017-02-18 22:38:31 +01:00
FlightControl
f9708de598
Progress
2017-02-18 19:51:20 +01:00
entropySG
5cae3a9600
Fix to Missile Trainer
2017-02-16 10:58:35 +01:00
FlightControl
3473076814
Fix for Delta, hopefully solves error in Event Handling.
2017-02-14 16:55:02 +01:00
FlightControl
84b5f2dd68
Added EVENTHANDLER class for generic event handling
2017-02-14 13:15:11 +01:00
FlightControl
a24717e30e
Fix for delayed __Event( DelaySeconds ) trigger
...
DelaySeconds must ALWAYS be given!
2017-02-14 10:53:46 +01:00
FlightControl
62b668029b
Updates
2017-02-14 08:49:59 +01:00
FlightControl
a47195198e
Fixes and framework stabilization
2017-02-08 22:40:26 +01:00
FlightControl
903d8dd628
Static moose
2017-02-08 15:06:17 +01:00
FlightControl
50f37d4dbe
Fixed glitch in AI_CAP_ZONE
2017-02-08 11:58:35 +01:00
FlightControl
8c0adea841
Fixed glitch in AI_CAP
2017-02-08 10:24:50 +01:00
FlightControl
24c896b535
Event Documentation
2017-02-07 21:53:23 +01:00
FlightControl
fa8fcfec89
Event Documentation
2017-02-07 20:20:58 +01:00