FlightControl
c1b240857f
- Remove unnecessary trace lines
...
- Implement Scheduled Trace - Now source and line number are shown for scheduled calls.
- Info lines are now shown where appropriate.
- The width of trace for the class name is now 25 characters instead of 20.
2019-08-26 08:26:14 +02:00
Frank
889ce8f64b
Fixed Database OnEventNewZone function
2019-05-23 21:10:48 +02:00
FlightControl
ef1a9330a4
Updates, many fixes. Now also the communication to the players is working.
2019-03-08 10:03:58 +01:00
FlightControl
f03a2e3657
Revision of core classes documentation.
2018-10-09 19:30:57 +02:00
FlightControl
c1191e286a
Added the new event S_EVENT_REMOVE_UNIT to trigger the removal of units (from groups also) when a :Destroy(false) or :Destroy() is called for a UNIT object.
...
The units are then removed from each SET that is subscribed to a set of UNIT objects or GROUP objects! Also the DATABASE is correctly managing this new removal method.
This to prevent the DATABASE getting corrupted with dead units, which were removed with :Destroy(), but which weren't cleaned from the database.
2018-09-11 09:00:30 +02:00
funkyfranky
5a034ecf4f
G2G Warehouse
2018-07-31 15:43:31 +02:00
FlightControl_Master
d9d53db53f
Documentation improvements.
2018-06-02 18:23:06 +02:00
FlightControl_Master
f556077ff6
Cleanup
2018-06-01 06:52:36 +02:00
FlightControl_Master
073bfbf9c9
Documentation Improvements
2018-05-27 08:57:44 +02:00
FlightControl_Master
1b39f5d6e6
Optimized comments and documentation set
2018-05-23 10:42:27 +02:00
FlightControl_Master
e78cd56752
Core modules
2018-05-21 22:51:43 +02:00
FlightControl_Master
3757eb06d9
Fixes for AI_CARGO_AIRPLANE
2018-04-15 04:41:52 +02:00
FlightControl_Master
44160dfa29
Merge branch 'master' into FC/DETECTION_UNITS_class_broken___#773
2018-03-20 11:26:19 +01:00
FlightControl_Master
706aea01ca
Cleanup of documentation of AI
2018-03-20 10:34:53 +01:00
FlightControl_Master
37dc49c14f
Tasking trace optimizations
2017-12-11 13:32:42 +01:00
FlightControl_Master
d733221317
Fixed issue with CaptureZones, scheduler implementation was wrong.
2017-12-10 20:19:21 +01:00
FlightControl_Master
3135639557
Fixed problem with SchedulerObject in BASE. This caused conflicts in SPAWN and SCHEDULER.
2017-12-09 13:28:08 +01:00
FlightControl_Master
14c075abfc
* Fixed issue with Scoring menu not shown in single player.
...
* Fixed issue with Scoring players table not being populated correctly, resulting in the scoring report for all players not being shown. Fixed.
2017-11-30 12:01:44 +01:00
FlightControl_Master
ce449c37b1
Reworked the sanitization of debug
...
Fixed an issue in Designate for the messages.
2017-11-30 10:30:42 +01:00
FlightControl_Master
ffc1c5d6ad
Progress
2017-10-05 18:31:39 +02:00
FlightControl_Master
1f5030fcbc
Progress
2017-10-03 19:19:09 +02:00
FlightControl_Master
5641d65f71
Added new Scheduler events to BASE.
2017-09-28 11:04:45 +02:00
FlightControl_Master
0df4b5fd37
Fixed DISPATCHER issues with TakeoffFromRunway
2017-09-22 11:08:35 +02:00
FlightControl_Master
4f2afa29fa
Fixes with waypoints in NTTR 2.1.1
...
behaves different than 1.5.7!!!
2017-08-12 17:07:10 +02:00
FlightControl_Master
e16e5d9a81
Fixes
2017-08-08 21:37:12 +02:00
FlightControl
c1bee3a9b0
Fixed #614 - Implemented an implementation with or without {}....
...
See documentation of SetBorderZone.
2017-07-12 20:42:06 +02:00
132nd-etcher
9fe51587a1
Add function BASE:IsInstanceOf( className )
...
This method checks if a Moose object is an instance of a given className.
2017-07-12 14:55:25 +02:00
132nd-etcher
2f416ea98e
Update BASE:GetParent( Child ) so that it returns nil when called on BASE class
...
We need to know if that the BASE class has no parent.
2017-07-12 14:55:01 +02:00
FlightControl
47f1b8ae66
Event Handling
2017-07-08 14:10:33 +02:00
FlightControl
5bbe5fca60
Fix to get correct parent class
2017-07-07 10:41:16 +02:00
FlightControl
688875dca5
Fixed performance issue
...
Problem was in BASE. I added a field "ParentClass", which was a
mistake...
at every deepcopy it started to copy ParentClass contents too! My god!
No wonder it suddenly went all slow.
2017-07-07 08:23:22 +02:00
FlightControl
33c6290864
Fixed error with __
...
Had to test for the presence in raw format, not using __Index
2017-07-02 00:29:17 +02:00
FlightControl
9006e17c25
Fixed problem with BASE:GetParent method
2017-07-01 19:00:44 +02:00
FlightControl
8e5af4ada4
New implementations
...
of inheritance
of private - public methods ....
This is a big improvement for many!
2017-07-01 12:32:44 +02:00
FlightControl
133910ac3b
New revised CLEANUP class
2017-06-30 10:27:44 +02:00
FlightControl
dd39ff4e94
Updates
2017-06-13 13:29:48 +02:00
FlightControl
5a7551d312
Progress
2017-06-13 13:17:17 +02:00
FlightControl
9984055f7d
Documentation
2017-05-29 18:02:57 +02:00
FlightControl
96f7a79f3a
Working INTERCEPT!
2017-05-23 11:50:28 +02:00
FlightControl
51022be4d4
Working version
2017-04-21 14:01:01 +02:00
FlightControl
ff64255ea7
CARGO_GROUP working!!!
2017-04-14 05:43:09 +02:00
FlightControl
d7f1a74caf
Implemented :FilterCategories() method for DETECTION_ classes fixing issue #415
...
-- Added:FilterCategories() method to DETECTION_BASE.
-- Reviewed documentation
-- Added documentation for FilterCategories method
-- Default detection methods are all ON. (They were only set to visual).
-- Created test missions. DET-30x
2017-04-12 09:00:00 +02:00
FlightControl
3e8824b89b
Updated documentation
2017-03-24 14:47:51 +01:00
FlightControl
9fc3f7a601
Made user exits for Mission Completion evaluation...
...
Man, this is going to rock!
2017-03-15 10:08:03 +01:00
FlightControl
d77405bf9b
nillification of the unit processes for tasks is fixed.
2017-03-15 09:35:41 +01:00
FlightControl
1c3e737d8e
Bugfixes of BASE and SCORING
2017-03-08 21:39:41 +01:00
FlightControl
0bfbf042b5
Documentation refinement of Core Classes
2017-03-07 20:58:53 +01:00
FlightControl
3db8062583
Event Handling Optimization
...
-- Created a HandleEvent method
-- Created an UnHandleEvent method
2017-02-07 13:33:29 +01:00
FlightControl
154f729788
Event Handling improved
2017-02-07 10:34:16 +01:00
FlightControl
52f4051901
Various Fixes
...
-- Documentation fixes with links not working.
-- MENU_CLIENT_COMMAND had a small glitch, fixed that one too.
-- Implemented new Event Dispatcher.
--
2017-02-04 15:16:32 +01:00