commy2
|
89ecc81111
|
convert common events to CBA playerEvents
|
2016-06-22 01:39:20 +02:00 |
|
commy2
|
3fdc0dd521
|
Merge pull request #3955 from acemod/add_name
add 'name' to components
|
2016-06-20 19:25:58 +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 |
|
Josuan Albin
|
d26f133733
|
Add missing french entries in stringtables and update older ones
Take changes from #3480 and completed empty entries
|
2016-06-19 01:18:12 +02:00 |
|
Glowbal
|
8c9b31b1c7
|
Merge pull request #3815 from acemod/cbaEventSystem
Deprecate ACE events framework
|
2016-06-09 14:20:26 +02:00 |
|
SilentSpike
|
90ebf9638b
|
Update common event names to meet new standard
|
2016-06-04 11:12:56 +01:00 |
|
Jonathan Pereira
|
b64b7e431e
|
Translated remaining strings
|
2016-06-03 23:11:40 -03:00 |
|
SilentSpike
|
9e4fd77745
|
Update common event names to meet new standard
|
2016-06-03 22:39:43 +01:00 |
|
Glowbal
|
694503c01b
|
Fix medical events
|
2016-06-03 20:57:21 +02:00 |
|
Glowbal
|
fa2cf55156
|
Fix medical related events
|
2016-06-03 20:22:34 +02:00 |
|
PabstMirror
|
77baeda976
|
Merge branch 'master' into huehuehue
|
2016-06-03 00:01:13 -05:00 |
|
PabstMirror
|
d7f9c52c2f
|
Merge branch 'master' into cbaEventSystem
|
2016-06-02 19:29:30 -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 |
|
jonpas
|
7a307393a4
|
Merge branch 'master' into useQuotedPathMacros
|
2016-05-30 21:14:17 +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 |
|
Glowbal
|
f34d890e7a
|
Merge pull request #3612 from SzwedzikPL/trenchestweaks
Add remove trench and continue digging trench actions
|
2016-05-07 22:12:15 +02:00 |
|
ProfessorCZ
|
7d0fcde9fa
|
CZ Translate - Update
04/30/2016
|
2016-04-30 00:57:24 +02:00 |
|
jonpas
|
85b4366368
|
Use new QPATHTOF and QPATHTOEF macros
|
2016-04-08 20:34:50 +02:00 |
|
SzwedzikPL
|
9b1b4a46fa
|
better polish translation
|
2016-03-23 17:17:16 +01:00 |
|
SzwedzikPL
|
10d20472d3
|
Remove grass behind the trench
|
2016-03-22 11:26:40 +01:00 |
|
SzwedzikPL
|
203c059cc1
|
move placement data to config, setTrenchPlacement fnc, cleanup
|
2016-03-22 08:10:37 +01:00 |
|
SzwedzikPL
|
d6e9890b1b
|
Add remove trench and continue digging trench actions
|
2016-03-21 18:25:38 +01:00 |
|
commy2
|
a9578ab473
|
Merge pull request #3524 from acemod/fixCancelAction
Fix Cancel (RMB) Action
|
2016-03-06 19:16:40 +01:00 |
|
jonpas
|
858c68f8d7
|
Don't use modifier for rotation where not needed
|
2016-03-06 16:54:27 +01:00 |
|
jonpas
|
52007fab6a
|
Add sanity checks, fix explosives checks
|
2016-03-06 12:06:17 +01:00 |
|
jonpas
|
ef95e278f9
|
Fix Cancel Action by moving it to MouseButtonDown display EH
|
2016-03-03 17:35:43 +01:00 |
|
jonpas
|
4918dbacb0
|
Replace and depreacate EFUNC(common,addScrollWheelEventHandler) with MouseZChanged Display EH
|
2016-03-02 17:33:46 +01:00 |
|
Jonathan Pereira
|
309f48ee0b
|
Added remaining PT-BR translarions
|
2016-03-01 08:56:43 -03:00 |
|
BlackWindowS
|
c61e7b5104
|
Tweaked & added translations
Translation of almost every STR to French
|
2016-02-28 14:48:04 +01:00 |
|
esteldunedain
|
3fa3512509
|
Remaining spanish translations
|
2016-02-25 12:25:42 -03: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 |
|
bux
|
49f565f541
|
fix merging errors
|
2016-02-18 20:05:30 +01:00 |
|
licht-im-Norden87
|
4fb705e0f9
|
Update stringtable.xml
Eigentlich ist Graben ja das falsche Wort, da es in Arma gar nicht möglich ist in die Tiefe zu graben....
|
2016-02-10 18:14:51 +01:00 |
|
licht-im-Norden87
|
020deb4407
|
Update stringtable.xml
|
2016-02-10 18:14:03 +01:00 |
|
licht-im-Norden87
|
adbfa378b1
|
Update stringtable.xml
|
2016-02-10 18:12:36 +01:00 |
|
gienkov
|
d5dd718b8d
|
fix endlines
|
2016-02-09 12:01:13 +01:00 |
|
gienkov
|
fafd25dee7
|
pl translation
|
2016-02-09 11:50:35 +01:00 |
|
esteldunedain
|
2577992dfc
|
Progress bar localization
|
2016-02-04 20:43:32 -03:00 |
|
esteldunedain
|
7da6e2a35f
|
Reduce the placement distance
|
2016-02-04 18:47:30 -03:00 |
|
esteldunedain
|
8c187cbf07
|
Adjust big trench height
|
2016-02-04 18:47:17 -03:00 |
|
esteldunedain
|
4cd0028794
|
Add animation and progresive digging
|
2016-02-04 18:43:47 -03:00 |
|