Commit Graph

350 Commits

Author SHA1 Message Date
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
7a307393a4 Merge branch 'master' into useQuotedPathMacros 2016-05-30 21:14:17 +02: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
c2126c3bd4 Simplify binocular check 2016-04-20 10:48:25 -05:00
cf9479efab Non-hardcoded binocular / vector detection 2016-04-20 10:40:00 -05:00
23632281cf Add day (non night vision) version of the vector 21 2016-04-17 23:22:41 -05:00
85b4366368 Use new QPATHTOF and QPATHTOEF macros 2016-04-08 20:34:50 +02:00
a83c3b5219 Merge pull request #3623 from acemod/fixAbTerrainProcessor
Fix AB Terrain Extension
2016-03-29 13:08:14 -05:00
a4c848a090 formating 2016-03-29 17:00:54 +02:00
e90609d043 Fix AB Terrain Extension 2016-03-24 12:23:48 -05:00
86ad2ab415 Only warn for weapon compat if AB is on 2016-03-24 11:53:55 -05:00
b4f6dbbc18 Merge pull request #3568 from acemod/settingsNameDescp
Ace_Settings - add name,descption,categories
2016-03-21 21:24:22 -03:00
ec2920ed35 Improve protractor accuracy. Close #3606 2016-03-20 22:24:30 -03:00
b5e95f3945 Add some names/descriptions to settings configs 2016-03-08 01:17:40 -06:00
467075ad67 replace timePFH with CBA_missionTime 2016-03-02 11:01:39 +01:00
772c4cc100 Another batch of translations and corrections (Fr) 2016-03-01 02:27:19 +01:00
c61e7b5104 Tweaked & added translations
Translation of almost every STR to French
2016-02-28 14:48:04 +01:00
ea461446f9 Translation Fr 2016-02-26 19:24:53 +01:00
46a239f9f6 precompile on game start 2016-02-22 15:20:36 +01:00
8b932fd5a0 Fix some undefined functions / strings 2016-02-20 16:58:45 -06:00
0021bc08df Added translation for most Italian stringtable entries 2016-02-20 21:39:05 +01:00
63056ef47a Merge branch 'master' into fixRHSCompat 2016-02-20 17:02:11 -03:00
8d12f1cc08 Merge pull request #3130 from acemod/ab-subsonicAmmo
AB - Handle subsonic ammo when configs not defined
2016-02-20 17:01:22 +01:00
ed653456e5 Merge pull request #3338 from acemod/translations156merge
Fix Merge Conflicts on More Italian Translations
2016-02-19 15:09:40 -06:00
38c4b1dc81 Add a diagnose script to detect incompatibilities between vanilla and ab initial velocities 2016-02-19 00:45:00 -03:00
bux
49f565f541 fix merging errors 2016-02-18 20:05:30 +01:00
dccc1d33fd Merge remote-tracking branch 'it/translation/15bn/alef' into translations156merge 2016-02-17 12:30:03 -06:00
17a16d1bad Adv. ballistic 2016-02-10 16:40:07 +01:00
b7d94f5363 Apply the ufeh to ACE_Advanced_Ballistics 2016-02-06 18:48:26 -03:00
61611d0ec7 Czech Translation - Update
Update
2016-02-03 18:31:31 +01:00
46d6e92bca Add quick debug defines to all script_components 2016-01-28 23:26:02 -06:00
54397abaa2 AB - Handle subsonic ammo when not defined
Fix #3062
- Add basic AB configs for subsonic russian bullets.
- When building ab ammo cache, if round is subsonic and does not have AB
configured
attempt to use the parent's config, scaled down to the subsonic's round
speed.
2016-01-07 15:06:12 -06:00
066976766f Show beaufort dots on wind display -for color Blind
Show dots on the wind display so color blind can still determine wind
level
Replace PR #1308
2016-01-07 10:34:31 -06:00
c16d97cad0 Merge branch 'master' into translation/15bn/alef 2016-01-03 12:23:27 +01:00
0addb592d3 remove Unused Varaible in AB
fix private in AB
2015-12-21 02:29:10 +01: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
ca9b909e75 fix CBA_fnc capitalization 2015-11-30 16:45: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