esteldunedain
|
18f09b9310
|
Rename events:
- ace_addedHeartRateAdjustment -> ace_heartRateAdjustmentAdded
- ace_cargoAddedByClass -> ace_cargoByClassAdded
- ace_enteredCardiacArrest -> ace_cardiacArrestEntered
- ace_itemAddedToTriageCard -> ace_triageCardItemAdded
- ace_reload_linkedAmmo -> ace_reload_ammoLinked
- ace_reload_returnedAmmo -> ace_reload_ammoReturned
- ace_treatmentSuccess -> ace_treatmentSucceded
- ace_common_engineOn -> ace_common_setEngine
- ace_explosives_clientRequestOrientations -> ace_explosives_requestOrientations
- ace_explosives_serverSendOrientations -> ace_explosives_sendOrientations
- ace_interaction_lampTurnOff -> ace_interaction_setLampOff
- ace_interaction_lampTurnOn -> ace_interaction_setLampOn
- ace_overheating_spareBarrelsLoadCoolest -> ace_overheating_loadCoolestSpareBarrel
- ace_overheating_spareBarrelsSendTemperatureHint -> ace_overheating_sendSpareBarrelTemperatureHint
Close #3533
|
2016-06-24 10:45:13 -03: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 |
|
jonpas
|
03e923aa68
|
Cleanup Function Headers titles
|
2016-06-18 11:50:41 +02:00 |
|
jonpas
|
f1ae73967d
|
Normalize leftovers
|
2016-06-09 14:28:31 +02:00 |
|
jonpas
|
b97ba4990d
|
Normalize 2 more files
|
2016-06-09 14:25:57 +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 |
|
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 |
|
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
|
5d36f84eb1
|
qGVAR overheating and reloadlaunchers
|
2016-05-25 20:13:36 +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
|
d93132dac8
|
more replacing
|
2016-05-18 11:57:40 +02:00 |
|
commy2
|
da70854568
|
manual merge
|
2016-05-18 11:48:27 +02:00 |
|
Ozan Eğitmen
|
b8abec0c61
|
Fix Capitalization of ACE Settings classes. (#3627)
|
2016-05-07 22:14:56 +02:00 |
|
PabstMirror
|
cf92ba9c46
|
Overheating - Add Master Enabled Setting (barrelPR)
|
2016-05-04 14:59:04 -05:00 |
|
PabstMirror
|
bc584b4c95
|
Merge remote-tracking branch 'refs/remotes/origin/master' into spareBarrelSimulation
|
2016-05-04 13:00:34 -05:00 |
|
PabstMirror
|
7cc2da2bb1
|
Fix self swap action
|
2016-04-29 23:38:01 -05:00 |
|
ProfessorCZ
|
7d0fcde9fa
|
CZ Translate - Update
04/30/2016
|
2016-04-30 00:57:24 +02:00 |
|
James McCartney
|
153cd28f94
|
Change event name to weaponJammed
|
2016-04-11 23:09:45 +01:00 |
|
James McCartney
|
121c45eb84
|
Raise a local event when a weapon is jammed
|
2016-04-11 22:29:33 +01: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 |
|
Alessandro Foresi
|
e5a7578f92
|
Translation: IT completed (no BOM)
|
2016-03-27 21:20:15 +02:00 |
|
esteldunedain
|
ae8cbb4834
|
Add "check temperature" and "swap barrel" actions for AARs
|
2016-03-05 23:33:30 -03:00 |
|
esteldunedain
|
6cf9787fd1
|
Fix travis warning
|
2016-03-05 13:18:41 -03:00 |
|
esteldunedain
|
ebfd76107e
|
The function name was changed in CBA
|
2016-03-05 13:15:56 -03:00 |
|
esteldunedain
|
62f598b2a6
|
Use the correct CBA function name, defining it in ACE as long as it doesn't exist already.
|
2016-03-05 13:11:20 -03:00 |
|
commy2
|
467075ad67
|
replace timePFH with CBA_missionTime
|
2016-03-02 11:01:39 +01:00 |
|
esteldunedain
|
d886289716
|
Display the new weapon temperature right after swapping barrels
|
2016-03-01 19:27:39 -03:00 |
|
esteldunedain
|
850a499c0e
|
Localize spare barrel's displayName
|
2016-03-01 19:26:20 -03:00 |
|
esteldunedain
|
e6a2ca7102
|
Fix typos
|
2016-03-01 19:25:45 -03:00 |
|
esteldunedain
|
f130d6c253
|
Increase spare barrel mass to 60 (2.7 Kg)
|
2016-03-01 18:17:58 -03:00 |
|
esteldunedain
|
b8c8c21a02
|
Remove spare barrels from starting equipments
|
2016-03-01 18:17:23 -03:00 |
|
esteldunedain
|
a041555381
|
Add an animation and progressbar to the "Check spare barrels temperatures" action
|
2016-03-01 18:16:14 -03:00 |
|