b2e1432c2b
translate winddeflection
2016-09-28 01:26:42 +09:00
b489750d5b
Minor optimizations using private, params, and isEqualType ( #4323 )
...
* Optimizations with private, params, and isEqualType
* Fixed tab being used instead of space
* Fixed tabs inserted by notepad++
* More usage of new private syntax and params
- changed a few checks for an array being empty to `_arr isEqualTo []`
rather than `count _arr == 0`
- added more uses of `private` on the same line as the variable is
declared
- added more uses of params to assign variables passed as parameters
- removed unnecessary parentheses
- removed several unnecessary variable declarations with private array
syntax
* clean up and formatting
2016-09-04 16:44:22 +02:00
455f65947a
Minor cleanup of fired EH listeners
2016-07-23 23:08:40 -05:00
88b58216ee
Added beautified component names
2016-06-20 11:44:36 +02:00
c481ddedaf
add 'name' to components
2016-06-19 09:38:39 +02:00
90ebf9638b
Update common event names to meet new standard
2016-06-04 11:12:56 +01:00
9e4fd77745
Update common event names to meet new standard
2016-06-03 22:39:43 +01:00
d7f9c52c2f
Merge branch 'master' into cbaEventSystem
2016-06-02 19:29:30 -05:00
95573ee711
Stringtable URL ( #3855 )
...
* Move url into stringtable to display it properly, Add some missing author and url entries
* Fix main
* Remove duplicate author
2016-06-01 23:45:51 +02:00
1354826d56
Put semi-colon to the correct place
2016-06-01 14:11:32 +02:00
1331265e65
Move url into a macro
2016-06-01 13:49:10 +02:00
6730d016c2
Convert CfgPatches to new Eden format and CBA 2.4.1 compatibility
2016-06-01 13:27:02 +02:00
26fbc36cab
Merge branch 'master' into cbaEventSystem
2016-05-31 22:36:08 +02:00
fd26e2e44e
Merge pull request #3516 from acemod/cbamissiontime
...
replace timePFH with CBA_missionTime
2016-05-30 21:23:57 +02:00
207d6612da
Remove duplicate ACE_newEvents entries
2016-05-24 15:06:17 +01:00
c4b75160a4
Run event renaming script
2016-05-24 14:13:11 +01:00
108ff4f644
Replace ACE event system calls with CBA counterparts
...
Regex used:
\[(.+?),(.+?),(.+?)\]\s+call\s+E?FUNC\((common,)?(target|object)Event\)
[$1,$3,$2] call CBA_fnc_targetEvent
E?FUNC\((common,)?(server|global|local)Event\)
CBA_fnc_$2Event
E?FUNC\((common,)?(add|remove)EventHandler\)
CBA_fnc_$2EventHandler
2016-05-22 16:47:39 +01:00
da70854568
manual merge
2016-05-18 11:48:27 +02:00
85b4366368
Use new QPATHTOF and QPATHTOEF macros
2016-04-08 20:34:50 +02:00
e97c7c0f65
Translation: IT completed (with BOM)
2016-03-27 21:22:15 +02:00
467075ad67
replace timePFH with CBA_missionTime
2016-03-02 11:01:39 +01:00
46a239f9f6
precompile on game start
2016-02-22 15:20:36 +01:00
0021bc08df
Added translation for most Italian stringtable entries
2016-02-20 21:39:05 +01:00
e4122cf42f
Fix winddeflection fire eh
2016-02-06 21:00:42 -03:00
94ef0c5659
Apply the ufeh to ACE_WindDeflection
2016-02-06 18:36:20 -03:00
46d6e92bca
Add quick debug defines to all script_components
2016-01-28 23:26:02 -06:00
5a1aae6028
manual merge
2015-11-30 17:44:15 +01:00
0b84bb514b
fix Cfg capitalization
2015-11-30 17:09:26 +01:00
dcf0a68b80
Revert "fix Cfg capitalization"
...
This reverts commit 43bda9c462
.
2015-11-30 17:00:32 +01:00
43bda9c462
fix Cfg capitalization
2015-11-30 16:52:20 +01:00
c731d83642
Merge pull request #2848 from acemod/fixForEachDeleteAt
...
fix Issue with forEach Loops and deleteAt Index
2015-11-25 14:00:37 +00: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
64de91ed06
Add warning for duplicate setting modules.
2015-10-18 23:34:11 -05:00
7e5ab07e32
Merge pull request #2387 from acemod/FixHCPPE
...
Fix that PPEffects Throw a error on HC
2015-09-15 21:04:37 +02:00
b7e02da1cc
remove if (!hasInterface) from PFH
...
move ! in ()
2015-09-11 16:58:26 +02:00
c2ffe7cad0
Merge branch 'release' into russian
2015-09-10 21:05:32 +02:00
83aa2cc68c
Merge branch 'release' into french
2015-09-10 19:36:56 +02:00
fa7943c8be
Update French translations
2015-09-10 19:14:51 +02:00
ce49f752f1
Fix due to review
2015-09-05 05:14:34 +03:00
08b7110e58
Russian Translations - Update
2015-09-03 04:54:52 +03:00
91cae690c0
Russian Translations - Update
2015-09-03 03:36:15 +03:00
5e68486233
high command module breaks ace, fix #2134
2015-09-01 10:06:01 +02:00
a7f2a7fefc
Merge branch 'translate-hu' of https://github.com/Harakhti/ACE3
2015-08-30 00:35:11 +02:00
de033f0ff2
README.md files added to all modules
2015-08-19 04:18:33 +02:00
f5a497332a
Updated parameterization in Winddeflection module.
2015-08-04 23:52:16 +02:00
52130d5a45
Switch to some already translated CSTRINGs
2015-08-03 15:52:35 -05:00
b2aa5eee45
Row 3
...
BINGO FUEL
2015-07-30 16:28:50 +02:00
2b23958fd1
Row 2
...
It gets tedious after a while, especially if your language lacks
technical terms. That or my B2 language exam isn't good enough.
2015-07-30 16:06:32 +02:00