Commit Graph

8 Commits

Author SHA1 Message Date
467075ad67 replace timePFH with CBA_missionTime 2016-03-02 11:01:39 +01:00
0addb592d3 remove Unused Varaible in AB
fix private in AB
2015-12-21 02:29:10 +01:00
49d4f233d9 Revert commit a718c82780 2015-11-18 13:19:12 +00:00
a718c82780 Implement nice index deletion iteration solution
Previously when iterating over an array and modifying the same array via deletion of the current index, incorrect means was used to account for the change in index resulting in any further deletions being applied to the wrong elements.

This solution does not require duplication of the array or the use of external variables to track the number of deleted elements. We simply lower the `_forEachIndex` by 1 whenever an element is removed.
2015-11-17 16:02:56 +00:00
f3c5c64390 fix Issue with forEach Loops and deleteAt Index 2015-11-17 04:31:17 +01:00
a24e5b4665 fix Performance issue in AB 2015-09-16 11:54:49 +02:00
021c835b02 Removed debug messages 2015-08-23 17:54:10 +02:00
e41ce78dbb Code Test PFH 2015-08-16 19:49:47 +02:00