Glowbal
|
3dda70a4af
|
fixed variable name
|
2015-03-19 21:14:42 +01:00 |
|
KoffeinFlummi
|
b470276f7f
|
Close dialogs when falling unconscious.
|
2015-03-17 08:03:11 +01:00 |
|
KoffeinFlummi
|
8a3e3d4b52
|
Remove superfluous todo
|
2015-03-17 08:02:55 +01:00 |
|
KoffeinFlummi
|
056625f0fe
|
Check leg/arm damage in setHitPointDamage as well.
|
2015-03-17 07:53:50 +01:00 |
|
KoffeinFlummi
|
17fd051c79
|
Rename Bloodbag action to BloodIV
|
2015-03-17 07:53:35 +01:00 |
|
KoffeinFlummi
|
99899d6562
|
Move advanced bloodloss handling to advanced
|
2015-03-15 03:26:10 +01:00 |
|
KoffeinFlummi
|
4cc1b08196
|
Add basic bleeding
|
2015-03-15 03:26:00 +01:00 |
|
KoffeinFlummi
|
d640367ff2
|
Add isInMedicalVehicle function
|
2015-03-15 03:25:31 +01:00 |
|
KoffeinFlummi
|
77ae997993
|
Don't handle unit vitals when game is paused
|
2015-03-15 01:48:50 +01:00 |
|
KoffeinFlummi
|
7f19ab7750
|
Only run JIP updates for wounds in advanced
|
2015-03-15 01:46:23 +01:00 |
|
KoffeinFlummi
|
82f73117f4
|
Merge branch 'master' into medical-basic
|
2015-03-12 07:35:57 +01:00 |
|
KoffeinFlummi
|
a3069e3356
|
Fix wrong pain variable in patient information
|
2015-03-12 07:35:29 +01:00 |
|
KoffeinFlummi
|
ef491a7c76
|
Add basic information to dialog
|
2015-03-12 07:34:29 +01:00 |
|
KoffeinFlummi
|
809f6754cc
|
Add pain & painkiller reduction over time
|
2015-03-12 07:33:44 +01:00 |
|
PabstMirror
|
3febb1e770
|
WindDef - Convert to use FiredBIS
|
2015-03-12 00:28:33 -05:00 |
|
PabstMirror
|
86441ce6c5
|
WindDef - Enable Eventhandler
|
2015-03-12 00:18:18 -05:00 |
|
PabstMirror
|
f64abcd583
|
Respawn - Module icon filenames
|
2015-03-12 00:12:19 -05:00 |
|
PabstMirror
|
aaeb5a3392
|
Parachute - Move unused p3d back to TOMERGE
|
2015-03-12 00:07:28 -05:00 |
|
PabstMirror
|
82ea87d1de
|
Parachute - Config Division/Formating
|
2015-03-12 00:05:28 -05:00 |
|
PabstMirror
|
dd026cea0f
|
Medical - add tourniquet p3d and other missing tex
Ported tourniquet from cse
add missing textures for other items
fix paths in rvmats
|
2015-03-11 23:52:58 -05:00 |
|
PabstMirror
|
bed312dcee
|
Use MACRO_ADDITEM from main instead of redefining
|
2015-03-11 17:36:40 -05:00 |
|
Nicolás Badano
|
d02b5d2125
|
Ensure the class actions are compiled from config before adding them from the API
|
2015-03-11 16:26:58 -03:00 |
|
PabstMirror
|
5ab9ad87f9
|
QGVAR typo
|
2015-03-11 13:33:45 -05:00 |
|
PabstMirror
|
3a7c7f7cee
|
Fix interactMenuClosed event
|
2015-03-11 12:48:17 -05:00 |
|
KoffeinFlummi
|
fabecdd0d3
|
Merge branch 'master' into medical-basic
|
2015-03-11 18:20:16 +01:00 |
|
KoffeinFlummi
|
a641a5db8b
|
Make use of fnc_setUnconscious
|
2015-03-11 18:08:29 +01:00 |
|
KoffeinFlummi
|
8d22b61a2d
|
Assign structural damage to torso
|
2015-03-11 18:08:00 +01:00 |
|
Nicolás Badano
|
8c7a51eac7
|
Added addClassAction and removeClassAction functions
|
2015-03-11 01:43:37 -03:00 |
|
Nicolás Badano
|
3dfef439e5
|
Delay the interactMenuClosed event until after the statement is executed, just in case it's needed to clean up afterwards.
|
2015-03-11 00:49:46 -03:00 |
|
Nicolás Badano
|
28929df32d
|
Avoid submenus running statements when they open. Instead just check if the hovering action should runOnHover
|
2015-03-11 00:39:23 -03:00 |
|
Nicolás Badano
|
c573b1048d
|
Made medical diagnosis statements run on hover
|
2015-03-11 00:38:31 -03:00 |
|
Nicolás Badano
|
f12e4ab751
|
Add the runOnHover parameter
|
2015-03-11 00:37:59 -03:00 |
|
Nicolás Badano
|
7138fadd71
|
Support additional parameters for addAction API
|
2015-03-11 00:25:45 -03:00 |
|
Nicolás Badano
|
722f49acc4
|
Execute statement when hovering over actions that open submenus
|
2015-03-11 00:21:05 -03:00 |
|
Nicolás Badano
|
b33127d3b0
|
Renamed variable
|
2015-03-10 23:45:46 -03:00 |
|
Nicolás Badano
|
e97467b3e3
|
Throw an event when the interact menu is closed
|
2015-03-10 23:36:28 -03:00 |
|
Nicolás Badano
|
14b97de930
|
Cache the generation of active action trees for action points. This sensibly cuts down the execution of action conditions.
|
2015-03-10 23:23:13 -03:00 |
|
Nicolás Badano
|
fab81c8701
|
Added helper function to cache generic function calls for a given time
|
2015-03-10 23:20:05 -03:00 |
|
commy2
|
cad5456010
|
function to check if an object is alive
|
2015-03-10 23:35:05 +01:00 |
|
jaynus
|
59db61e192
|
Performance counter macros
|
2015-03-10 12:59:40 -07:00 |
|
Glowbal
|
45dbb0524c
|
Merge pull request #181 from KoffeinFlummi/Additional_UI_Client_settings
Additional ui client settings #177
|
2015-03-10 19:55:44 +01:00 |
|
Glowbal
|
a4d73e1b01
|
DEFUNC -> DFUNC
|
2015-03-10 19:51:51 +01:00 |
|
PabstMirror
|
1dd270812d
|
Finish keybind conversion for old interact
|
2015-03-10 12:47:58 -05:00 |
|
PabstMirror
|
7173037cb0
|
Fix 2 broken keybinds
|
2015-03-10 12:45:08 -05:00 |
|
commy2
|
b2e8ca5dbc
|
zipper sounds for opening backpacks
|
2015-03-10 17:48:24 +01:00 |
|
commy2
|
025c45dccc
|
remove lockbackpacks code, add sound and camshake, ref #178
|
2015-03-10 17:18:21 +01:00 |
|
commy2
|
eeb07f2bf6
|
rename lockbackpacks to backpacks
|
2015-03-10 15:58:29 +01:00 |
|
Glowbal
|
e741c8a12b
|
Config stuff
|
2015-03-09 22:36:25 +01:00 |
|
Glowbal
|
4b171f9507
|
Indentation
|
2015-03-09 22:27:01 +01:00 |
|
Glowbal
|
6b91cefb90
|
Minor fixes and added pain status
|
2015-03-09 22:23:37 +01:00 |
|