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 |
|
Glowbal
|
73bd684b65
|
Change formatting and private keywords in medical
|
2016-06-13 02:34:56 +02: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 |
|
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 |
|
commy2
|
a9ebcf8543
|
fix setVariable and getVariable capitalization
|
2015-11-30 17:27:09 +01:00 |
|
commy2
|
5e41643cff
|
fix pushBack capitalization
|
2015-11-30 17:21:28 +01:00 |
|
VKing
|
069169cc72
|
Changed ACE_time back to time in comments where appropriate
|
2015-10-21 22:52:21 +02:00 |
|
jokoho48
|
d09ca9ec8b
|
Code Cleanup Medical Module (Part 1).
|
2015-08-22 16:25:10 +02:00 |
|
PabstMirror
|
e2890b0699
|
#1473 - Fix Medical Log Localization
also swap some common EFUNCs
|
2015-06-09 17:30:02 -05:00 |
|
jaynus
|
c924baefd7
|
All instances of time and diagTicktime changed to ACE_time / ACE_diagTime.
|
2015-05-21 09:42:44 -07:00 |
|
Glowbal
|
95ff4b151c
|
Added addHeartRateAdjustment function
|
2015-02-21 21:32:25 +01:00 |
|
KoffeinFlummi
|
930fb51a20
|
Medical: First Draft
|
2015-02-03 20:09:25 +01:00 |
|
Thomas Kooi
|
e468832324
|
Added initial port of CSE medical (CMS)
|
2015-01-18 22:16:35 +01:00 |
|