Commit Graph

11 Commits

Author SHA1 Message Date
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
069169cc72 Changed ACE_time back to time in comments where appropriate 2015-10-21 22:52:21 +02:00
e8ebe87450 more common code cleanup 2015-09-20 15:52:40 +02:00
d33a98c612 set variable public didn't work / didn't work on server and headless client 2015-09-20 11:02:15 +02:00
73a9c1b5f8 more common code cleanup 2015-09-19 23:18:07 +02:00
c924baefd7 All instances of time and diagTicktime changed to ACE_time / ACE_diagTime. 2015-05-21 09:42:44 -07:00
SAM
0b6f02f45e Second batch of cleaned up files. 2015-05-14 20:06:06 +02:00
7c8840df56 transfer value even if it changed 2015-02-12 15:56:57 +01:00
ff0348a169 add common_fnc_setVariablePublic 2015-02-12 13:23:38 +01:00