commy2
|
cc76ac482a
|
add priority parameter to doGesture
|
2016-07-13 11:00:31 +02:00 |
|
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 |
|
jonpas
|
5d36f84eb1
|
qGVAR overheating and reloadlaunchers
|
2016-05-25 20:13:36 +02: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 |
|
PabstMirror
|
cf92ba9c46
|
Overheating - Add Master Enabled Setting (barrelPR)
|
2016-05-04 14:59:04 -05:00 |
|
esteldunedain
|
ae8cbb4834
|
Add "check temperature" and "swap barrel" actions for AARs
|
2016-03-05 23:33:30 -03:00 |
|
esteldunedain
|
d886289716
|
Display the new weapon temperature right after swapping barrels
|
2016-03-01 19:27:39 -03:00 |
|
esteldunedain
|
46a96dd5da
|
Move spare barrel event handlers out of postInit
|
2016-03-01 18:14:36 -03:00 |
|
esteldunedain
|
b8f955468c
|
First version of "Check spare barrel temperatures" action
|
2016-02-27 01:46:27 -03:00 |
|
esteldunedain
|
e950552345
|
Track temperatures of spare barrels
|
2016-02-27 00:29:30 -03:00 |
|
PabstMirror
|
6dc0d7d4f5
|
Merge branch 'master' into moreSevereJamming
|
2016-02-22 14:57:40 -06:00 |
|
commy2
|
9712f9c1a4
|
manual merge
|
2016-02-22 16:24:10 +01:00 |
|
esteldunedain
|
11f3189306
|
Add an unjam action to the interact menu when the weapon is jammed
|
2016-02-20 20:19:56 -03:00 |
|
commy2
|
73d5b3c77b
|
relace ace_common_fnc_canUseWeapon with CBA_fnc_canUseWeapon
|
2016-02-20 22:41:24 +01:00 |
|
esteldunedain
|
e22b1c0d25
|
Derp
|
2016-02-18 16:07:39 -03:00 |
|
esteldunedain
|
2dd835b56b
|
Substantially increase overheating when using silencers or flash suppresors. Optimize overheating calculations for the player through caching.
|
2016-02-18 15:58:44 -03:00 |
|
esteldunedain
|
5aa763f0c6
|
Apply the ufeh to ACE_Overheating
|
2016-02-06 17:59:54 -03:00 |
|
esteldunedain
|
91b7c7de61
|
Change the varname of the weapon data cache to be consistent with other modules
|
2016-01-20 22:22:53 -03:00 |
|
esteldunedain
|
41f8628917
|
Change cache location type to ACE_HashLocation
|
2016-01-20 22:20:16 -03:00 |
|
esteldunedain
|
89106f6953
|
Replace addPerFrameHandler for waitAndExecute
|
2016-01-20 13:05:47 -03:00 |
|
esteldunedain
|
c78f2f8479
|
Gotcha travis
|
2016-01-19 17:29:58 -03:00 |
|
esteldunedain
|
8b7ed38990
|
Add a PFH to cool down all player weapons at (infrequent) regular intervals
|
2016-01-19 17:04:51 -03:00 |
|
PabstMirror
|
42b350a40c
|
Cache Weapon Configs
|
2015-12-28 16:04:56 -06:00 |
|
PabstMirror
|
e587a6e6e3
|
Modernize code
|
2015-12-28 16:04:56 -06:00 |
|
Nicolás Badano
|
ac67e45098
|
overheating: sync weapon temperature across the net, deterministic pseudo-random bullet dispersion
|
2015-12-28 16:04:51 -06:00 |
|
commy2
|
ca9b909e75
|
fix CBA_fnc capitalization
|
2015-11-30 16:45:20 +01:00 |
|
PabstMirror
|
79d4eb62be
|
Allow fixing jam when in FFV slot
|
2015-09-20 16:55:33 -05:00 |
|
jokoho48
|
b7e02da1cc
|
remove if (!hasInterface) from PFH
move ! in ()
|
2015-09-11 16:58:26 +02:00 |
|
jonpas
|
763cb07629
|
Macro STRING to LSTRING
|
2015-05-28 21:59:04 +02:00 |
|
jonpas
|
6072e14077
|
Changed all strings to macros (except external)
|
2015-05-27 19:04:25 +02:00 |
|
Glowbal
|
131468f0d8
|
plurals
|
2015-04-30 22:39:33 +02:00 |
|
Glowbal
|
1ca0d66f30
|
Initial categories
|
2015-04-30 22:02:20 +02:00 |
|
Nicolás Badano
|
5e79970740
|
Switching nicknames
|
2015-03-24 01:18:00 -03:00 |
|
PabstMirror
|
7e383dc10e
|
#198 canInteractWith EGVAR -> EFUNC
|
2015-03-20 17:55:39 -05:00 |
|
commy2
|
b5f307919e
|
replace canInteract with canInteractWith
|
2015-03-15 13:00:10 +01:00 |
|
PabstMirror
|
4018742f26
|
Return False on keyUp Code
|
2015-03-05 02:51:24 -06:00 |
|
PabstMirror
|
0919e59719
|
Key Bind Redo (except vector)
|
2015-03-05 01:32:26 -06:00 |
|
Nicolás Badano
|
7895173407
|
overheating: cba keybinds
|
2015-01-18 17:08:56 -03:00 |
|