PabstMirror
|
bd43c32334
|
Trenches - Terrain Trenching (#9148)
* Common - Use hashmap variable for canDig surfaces
* Update XEH_preInit.sqf
* Trenches - Terrain Trenching (simple blocks)
* Update fnc_canDig.sqf
* Update fnc_canDig.sqf
* Handle locality
* move code around, stringtable
* use third block for floor
* cleanup debug
* update includes, add tooltip
|
2023-10-04 14:21:50 -04:00 |
|
commy2
|
89ecc81111
|
convert common events to CBA playerEvents
|
2016-06-22 01:39:20 +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 |
|
jonpas
|
4918dbacb0
|
Replace and depreacate EFUNC(common,addScrollWheelEventHandler) with MouseZChanged Display EH
|
2016-03-02 17:33:46 +01:00 |
|
esteldunedain
|
4cd0028794
|
Add animation and progresive digging
|
2016-02-04 18:43:47 -03:00 |
|
esteldunedain
|
8ff8204905
|
Initial code implementation of ace_trenches
|
2016-01-23 20:45:59 -03:00 |
|