System98
|
7efe752f3c
|
Update german translation
- Add missing german translations
|
2016-11-05 13:42:55 +01:00 |
|
commy2
|
05d30c5573
|
convert log macros to cba versions (#4282)
* convert log macros to cba versions
* Add changes to AB
* remove obsolete macro
|
2016-10-02 12:55:31 +02:00 |
|
KoffeinFlummi
|
72899643bd
|
Merge branch 'master' into japanesestringtables
|
2016-09-27 20:54:17 +02:00 |
|
commy2
|
e7bc2e9d62
|
remove deprecated code for 3.8.0 (#4457)
* remove deprecated scroll wheel event handler
* remove deprecated ace hash functions
* remove deprecated execNextFrame
* remove deprecated insertionSort
* remove deprecated getConfigType
* remove deprecated binocularMagazine
* remove deprecated wait(Until)AndExecute
* remove old ass and deprecated alternative syntax setHitPointDamage
* remove deprecated event handlers (#4459)
* remove deprecated event handlers#
* remove ACE_newEvents
* Remove old ACE PlayerEventHandler wrappers
|
2016-09-24 22:31:10 +02:00 |
|
Grzegorz
|
a63dcb49d0
|
PL Translation 3.7.1 (#4395)
* translate advanced fatigue
* translate advanced throwing
* translate cargo
* translate chemlights
* translate cookoff
* translate explosives
* translate fastroping
* translate gforce
* translate googles
* translate grenades
* translate gunbag
* translate maptools
* translate medical
* translate medical_ai
* translate minedetector
* translate nametags
* translate overheating
* translate repair
* translate tagging
* translate ui
* translate zeus
|
2016-09-18 22:00:13 +02:00 |
|
classicarma
|
5c160db023
|
translate goggles
|
2016-09-17 01:46:34 +09:00 |
|
[OMCB]kaban
|
8fc2cbd0ef
|
Russian Translations - Update (#4217)
|
2016-08-13 11:25:43 +02:00 |
|
commy2
|
8a4514f8e7
|
use a function to do gestures
|
2016-07-12 16:16:01 +02:00 |
|
jonpas
|
55c7b9bfc4
|
Merge pull request #3997 from acemod/gogglesEffectsSetting
Add goggle setting for level of effects
|
2016-07-09 18:48:22 +02:00 |
|
PabstMirror
|
5108ffe20c
|
Add goggles setting for level of effects
Can chose between none, tint/colorCC/ and full dust/dirt/rain/rotorwash
|
2016-06-25 19:16:26 -05:00 |
|
PabstMirror
|
5a92aaeb28
|
Make dirt/dust effects less bright at night
Fix #1447
|
2016-06-25 19:02:07 -05:00 |
|
commy2
|
89ecc81111
|
convert common events to CBA playerEvents
|
2016-06-22 01:39:20 +02:00 |
|
BaerMitUmlaut
|
88b58216ee
|
Added beautified component names
|
2016-06-20 11:44:36 +02:00 |
|
commy2
|
c481ddedaf
|
add 'name' to components
|
2016-06-19 09:38:39 +02:00 |
|
SilentSpike
|
90ebf9638b
|
Update common event names to meet new standard
|
2016-06-04 11:12:56 +01:00 |
|
SilentSpike
|
9e4fd77745
|
Update common event names to meet new standard
|
2016-06-03 22:39:43 +01:00 |
|
PabstMirror
|
d7f9c52c2f
|
Merge branch 'master' into cbaEventSystem
|
2016-06-02 19:29:30 -05:00 |
|
PabstMirror
|
b949440eb1
|
Goggles - Fix script error from CBA_fnc_waitAndExecute
|
2016-06-01 17:27:55 -05:00 |
|
jonpas
|
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 |
|
jonpas
|
1354826d56
|
Put semi-colon to the correct place
|
2016-06-01 14:11:32 +02:00 |
|
jonpas
|
1331265e65
|
Move url into a macro
|
2016-06-01 13:49:10 +02:00 |
|
jonpas
|
6730d016c2
|
Convert CfgPatches to new Eden format and CBA 2.4.1 compatibility
|
2016-06-01 13:27:02 +02:00 |
|
jonpas
|
26fbc36cab
|
Merge branch 'master' into cbaEventSystem
|
2016-05-31 22:36:08 +02:00 |
|
commy2
|
fd26e2e44e
|
Merge pull request #3516 from acemod/cbamissiontime
replace timePFH with CBA_missionTime
|
2016-05-30 21:23:57 +02:00 |
|
commy2
|
7512c4e52e
|
manual merge
|
2016-05-30 21:14:34 +02:00 |
|
jonpas
|
7a307393a4
|
Merge branch 'master' into useQuotedPathMacros
|
2016-05-30 21:14:17 +02:00 |
|
jonpas
|
b54d1985f1
|
QGVAR and fix gforces, goggles, grenades, hearing, interact_menu
|
2016-05-25 01:57:41 +02:00 |
|
SilentSpike
|
207d6612da
|
Remove duplicate ACE_newEvents entries
|
2016-05-24 15:06:17 +01:00 |
|
SilentSpike
|
c4b75160a4
|
Run event renaming script
|
2016-05-24 14:13:11 +01:00 |
|
SilentSpike
|
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 |
|
jonpas
|
e7dbcd7b58
|
Replace delayed execution functions with new CBA counterparts
|
2016-05-22 15:29:01 +02:00 |
|
commy2
|
da70854568
|
manual merge
|
2016-05-18 11:48:27 +02:00 |
|
commy2
|
473149b8ca
|
revert changes from other PR to make it compatible
|
2016-05-16 15:22:37 +02:00 |
|
commy2
|
c5275813a4
|
use 'getUnitLoadout' instead of 'FUNC(getAllGear)' and deprecate it
|
2016-05-14 10:49:09 +02:00 |
|
BaerMitUmlaut
|
7fcbe93b71
|
Cleaned up excessive whitespace
|
2016-05-03 02:32:44 +02:00 |
|
PabstMirror
|
2869a53e6d
|
Googles - Only play wipe anim for primary weapon
Close #3638
Animation only makes sense for primary weapon, so skip for others.
|
2016-04-12 00:19:24 -05:00 |
|
jonpas
|
85b4366368
|
Use new QPATHTOF and QPATHTOEF macros
|
2016-04-08 20:34:50 +02:00 |
|
Alessandro Foresi
|
e97c7c0f65
|
Translation: IT completed (with BOM)
|
2016-03-27 21:22:15 +02:00 |
|
commy2
|
467075ad67
|
replace timePFH with CBA_missionTime
|
2016-03-02 11:01:39 +01:00 |
|
jonpas
|
7f022eda00
|
Replace Purista with Roboto - everywhere, close #3401
|
2016-02-24 15:06:27 +01:00 |
|
commy2
|
46a239f9f6
|
precompile on game start
|
2016-02-22 15:20:36 +01:00 |
|
ChairborneIT
|
0021bc08df
|
Added translation for most Italian stringtable entries
|
2016-02-20 21:39:05 +01:00 |
|
esteldunedain
|
0b9695ce70
|
Apply the ufeh to ACE_Grenades
|
2016-02-06 17:20:30 -03:00 |
|
esteldunedain
|
ac3f75c8b4
|
Apply the ufeh to ACE_Goggles
|
2016-02-06 17:16:10 -03:00 |
|
esteldunedain
|
c87f19c8da
|
Fix #3258
|
2016-02-04 10:04:26 -03:00 |
|
PabstMirror
|
46d6e92bca
|
Add quick debug defines to all script_components
|
2016-01-28 23:26:02 -06:00 |
|
Glowbal
|
c042703786
|
Merge branch 'release'
|
2016-01-05 22:55:34 +01:00 |
|
PabstMirror
|
a72e07fcaa
|
Goggles - change some events to be client only
all these events have `if (_unit != ACE_player) exitWith {true};`
|
2016-01-03 11:01:14 -06:00 |
|
commy2
|
3974c255a0
|
fix usage of deprectated fired XEH, fix #3088
|
2016-01-03 15:27:16 +01:00 |
|
PabstMirror
|
dc60860421
|
Fix Third Person Goggle Effect Not Displaying
#3074
|
2015-12-26 23:31:49 -06:00 |
|