ACE3/addons/common
SilentSpike 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
..
data Add headBugFix button to ACE Options Dialog #1738 2015-07-28 15:17:19 +01:00
functions Implement nice index deletion iteration solution 2015-11-17 16:02:56 +00:00
scripts add depracted warnings 2015-09-21 21:25:18 +02:00
sounds rename core to common 2015-01-12 19:22:58 +01:00
UI add missing icons 2015-03-25 06:32:08 +01:00
$PBOPREFIX$ rename core to common 2015-01-12 19:22:58 +01:00
ACE_Settings.hpp Macroize all stringtables 2015-06-05 21:02:24 -05:00
CfgActions.hpp cleaning up common 2015-03-24 20:28:44 +01:00
CfgEventHandlers.hpp fix setFWS locality issues, fix #892 2015-04-30 00:53:49 +02:00
CfgMagazines.hpp Fixed: ACE_Fake**** Was showing in arsenal. Fixes #670 2015-04-16 10:10:24 -07:00
CfgMoves.hpp cleaning up common 2015-03-24 20:28:44 +01:00
CfgSounds.hpp formating 2015-01-12 22:34:01 +01:00
CfgUnitInsignia.hpp Changed all strings to macros (except external) 2015-05-27 19:04:25 +02:00
CfgVehicles.hpp fix missing magazines after certain scenarios 2015-10-04 01:26:38 +02:00
CfgVoice.hpp Changed all strings to macros (except external) 2015-05-27 19:04:25 +02:00
CfgWeapons.hpp Changed all strings to macros (except external) 2015-05-27 19:04:25 +02:00
config.cpp Merge branch 'checkpboSettings' of github.com:usecforce/ACE3 2015-06-04 21:51:54 +02:00
define.hpp Merged GUI into common. 2015-02-14 20:06:55 +01:00
HintConfig.hpp remove obsolete camera eh from agm 2015-03-21 22:13:36 +01:00
ProgressScreen.hpp #700 - ProgressBar Visual Improvement 2015-04-17 09:51:47 -05:00
README.md Create README.md 2015-01-26 13:35:31 +01:00
RscInfoType.hpp 1.46 New RscInfoType (fix UBC) 2015-06-08 13:26:18 -05:00
script_component.hpp ace extensions class for modularity 2015-04-20 18:48:58 +02:00
script_macros.hpp rename core to common 2015-01-12 19:22:58 +01:00
stringtable.xml Add missing english string 2015-09-21 00:39:13 +02:00
XEH_postInit.sqf Implement nice index deletion iteration solution 2015-11-17 16:02:56 +00:00
XEH_preInit.sqf Revert "rename hasHatch to canTurnOut, change description in function header" 2015-10-28 19:01:47 +01:00

ace_common

Common functions and systems used by other components.

Maintainers

The people responsible for merging changes to this component or answering potential questions.