pokertour
|
4a5b5113cd
|
FastRoping - Add rope items which deploy at lengths (#6498)
* Update stringtable.xml
* Update config.cpp
* New CFGWeapon
* Update CfgVehicles.hpp
* Update fnc_deployRopes.sqf
* Update CfgVehicles.hpp
* Update CfgWeapons.hpp
* Update CfgVehicles.hpp
cheapest check before others
* Update fnc_deployRopes.sqf
Corrected the double remove.
* Cleanup PR
Add setting, move rope len to config, simplify strings, add rope image, fix rope unwind length
* Add setting name to stringtable
* Update stringtable.xml
French translation for settings
|
2019-01-11 21:05:25 -06:00 |
|
Dedmen Miller
|
e2ac18a05d
|
[WIP] Fix script errors reporting wrong line numbers (#6407)
* advanced_ballistics
* advanced_fatigue
* advanced_throwing
* ai
* aircraft
* arsenal
* atragmx
* attach
* backpacks
* ballistics
* captives
* cargo
* chemlights
* common
* concertina_wire
* cookoff
* dagr
* disarming
* disposable
* dogtags
* dragging
* explosives
* fastroping
* fcs
* finger
* frag
* gestures
* gforces
* goggles
* grenades
* gunbag
* hearing
* hitreactions
* huntir
* interact_menu
* interaction
* inventory
* kestrel4500
* laser
* laserpointer
* logistics_uavbattery
* logistics_wirecutter
* magazinerepack
* map
* map_gestures
* maptools
* markers
* medical
* medical_ai
* medical_blood
* medical_menu
* microdagr
* minedetector
* missileguidance
* missionmodules
* mk6mortar
* modules
* movement
* nametags
* nightvision
* nlaw
* optics
* optionsmenu
* overheating
* overpressure
* parachute
* pylons
* quickmount
* rangecard
* rearm
* recoil
* refuel
* reload
* reloadlaunchers
* repair
* respawn
* safemode
* sandbag
* scopes
* slideshow
* spectator
* spottingscope
* switchunits
* tacticalladder
* tagging
* trenches
* tripod
* ui
* vector
* vehiclelock
* vehicles
* viewdistance
* weaponselect
* weather
* winddeflection
* yardage450
* zeus
* arsenal defines.hpp
* optionals
* DEBUG_MODE_FULL 1
* DEBUG_MODE_FULL 2
* Manual fixes
* Add SQF Validator check for #include after block comment
* explosives fnc_openTimerUI
* fix uniqueItems
|
2018-09-17 14:19:29 -05:00 |
|
shukari
|
468da8b79b
|
Fix fastropes being blocked after rope breaking (#6239)
* add broken state
* add broke state
* add broken state
* add broken state
* add broken state
|
2018-04-12 10:23:18 -05:00 |
|
jonpas
|
333b24e306
|
Fastrope animations and in-line privatization (#5501)
* Add older Arma door animations and macroize them, In-line privatization, Fix comment
* Clarify animation macros
* Fix onCut delayed animations
|
2017-09-19 22:38:49 +02:00 |
|
jonpas
|
26fbc36cab
|
Merge branch 'master' into cbaEventSystem
|
2016-05-31 22:36:08 +02: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
|
d93132dac8
|
more replacing
|
2016-05-18 11:57:40 +02:00 |
|
PabstMirror
|
980da16826
|
FastRope Sounds - Fix Config, Merge PFEH, Add CC Attribution
|
2016-05-10 10:09:52 -05:00 |
|
BaerMitUmlaut
|
4eb2ecb0b6
|
Fixed getting stuck on rope whilst fastroping (#3734)
|
2016-05-07 22:35:18 +02:00 |
|
BaerMitUmlaut
|
b20e433f43
|
Fixed bug with fastroping simultaneously
|
2016-03-05 23:20:44 +01:00 |
|
BaerMitUmlaut
|
05054737ab
|
Removal of virtual rope anchor, animation fix
|
2016-02-22 00:31:33 +01:00 |
|
BaerMitUmlaut
|
c1ea6fd327
|
Fixed locality issues, moved rope creation and simulation to server
Fix rope cut while fastroping
Locality fix pt2 - serverside ropes
|
2016-02-22 00:31:28 +01:00 |
|
BaerMitUmlaut
|
8f49715ae6
|
Cleanup function params and headers
Cleanup function params and headers
Removed unecessary param
|
2016-02-22 00:31:27 +01:00 |
|
BaerMitUmlaut
|
c70ab0b332
|
Buggy ropes workaround
|
2016-02-22 00:31:16 +01:00 |
|
BaerMitUmlaut
|
eb028c0d1b
|
Initial commit fastroping
|
2016-02-22 00:31:15 +01:00 |
|