VKing
cfea80bec8
Animate preplaced bottom attack SLAMs
2016-01-15 10:49:22 +01:00
VKing
248eb2143b
Fix inconsistent detonator pictures for some IEDs
2016-01-15 10:20:49 +01:00
VKing
0078ad862a
Remove redundant entries.
...
Not removing them as it can be useful to have a reminder that those classes exist.
2016-01-15 09:33:01 +01:00
VKing
4e8ea4f8e6
Fix detonate action pictures
2016-01-15 00:25:02 +01:00
VKing
05c80c2368
Gah stop that you jerk!
2016-01-15 00:04:12 +01:00
VKing
ed8b437a8f
Prep function
2016-01-14 23:58:31 +01:00
VKing
32b33d7792
How the feck did this happen
2016-01-14 23:58:07 +01:00
VKing
8bdb2cb7f7
GVAR it.
2016-01-14 23:05:56 +01:00
VKing
575f37c8fd
Add fnc_connectExplosive to add editor explosives to unit triggers
2016-01-14 23:05:26 +01:00
VKing
73e093ec07
Make stringtable a little more translatable
2016-01-13 22:39:37 +01:00
VKing
2c26d3836b
Some fixes for the zeus modules
2016-01-13 22:39:14 +01:00
VKing
1ae21ad354
Change SLAM bottom attack ammo to be more bottom attacky
2016-01-13 15:41:20 +01:00
VKing
b87a6327ee
Fix Zeus modules not showing up
2016-01-13 15:40:39 +01:00
VKing
058ea4e8f4
Actual editor mines
2016-01-13 01:03:50 +01:00
VKing
f90dd9fed8
Allow SLAMs to use long range transmitter
2016-01-13 00:14:17 +01:00
VKing
46643d44d0
Add editor/zeus modules for different trigger options
2016-01-13 00:13:56 +01:00
VKing
a07d456476
Change small IEDs to use smaller pressure plates
2016-01-12 23:17:10 +01:00
VKing
61f288c9cc
Rename custom classes with ACE_ prefix
2016-01-12 23:16:49 +01:00
Thomas Kooi
cd23228fbc
Merge pull request #3148 from acemod/nerfReflectedBackblast
...
Nerf the amount of backblast received by the firer via reflection
2016-01-12 18:03:39 +01:00
esteldunedain
455c53a084
Nerf the amount of backblast received by the firer via reflection. Fix #2890 .
2016-01-12 13:09:41 -03:00
PabstMirror
8cbf31a375
Fix undefined variable error in FUNC(debug)
...
possibly related to #2677 - threw error from switchToGroupSide
2016-01-11 23:37:44 -06:00
PabstMirror
0397b3f9f4
Merge branch 'release'
2016-01-09 15:25:09 -06:00
Thomas Kooi
1ee4c12a21
Merge pull request #3060 from acemod/abVerticleCentripetal
...
Ab - Fix Eotvos effect
2016-01-08 13:06:04 +01:00
Thomas Kooi
45986c0efa
Merge pull request #3128 from acemod/rhs-m69-UBCfix
...
Fix M69 Grenade UBC in RHS Compat
2016-01-07 10:04:15 +01:00
PabstMirror
b731232719
Fix M69 Grenade UBC in RHS Compat
2016-01-07 00:59:31 -06:00
PabstMirror
71d4afcace
Merge pull request #3127 from acemod/resetCacheOnNewVersion
...
Reset make.py Cache on new build version
2016-01-06 23:39:20 -06:00
commy2
39156e160c
Merge pull request #3125 from acemod/privatekeywordcleanup
...
Code cleanup 1.54, 2
2016-01-06 23:43:01 +01:00
commy2
de13518177
explode macro to params
2016-01-06 22:49:22 +01:00
commy2
e56e18bff3
Code cleanup 1.54
2016-01-06 22:42:02 +01:00
commy2
0bc540305d
Merge pull request #3020 from acemod/privatekeyword
...
Common code cleanup 1.54
2016-01-06 21:31:42 +01:00
commy2
abf516aeb1
manual merge
2016-01-06 15:57:09 +01:00
Glowbal
c042703786
Merge branch 'release'
2016-01-05 22:55:34 +01:00
Glowbal
509e142de8
bump version 3.4.2
2016-01-05 22:42:37 +01:00
commy2
7eaa55f9df
Merge pull request #3022 from acemod/bodybagevent
...
add event for placing units in body bags
2016-01-05 21:59:47 +01:00
commy2
74f78c2dd1
Merge pull request #3010 from acemod/cargoboxfilters
...
Add more filters to ammo boxes
2016-01-05 21:55:24 +01:00
commy2
279b48f112
Merge pull request #3110 from acemod/gogglesfiredBIS
...
fix usage of deprectated fired XEH, fix #3088
2016-01-05 21:52:53 +01:00
commy2
3854a5c989
Merge pull request #3109 from acemod/ThingX
...
fix ThingX capitalization, fix #3076
2016-01-05 21:52:42 +01:00
PabstMirror
a72e07fcaa
Goggles - change some events to be client only
...
all these events have `if (_unit != ACE_player) exitWith {true};`
2016-01-03 11:01:14 -06:00
commy2
3974c255a0
fix usage of deprectated fired XEH, fix #3088
2016-01-03 15:27:16 +01:00
commy2
427628045c
fix ThingX capitalization, fix #3076
2016-01-03 15:21:38 +01:00
commy2
ecad63e34d
integrate filters pbo into inventory pbo
2016-01-03 14:47:37 +01:00
SilentSpike
776f9352fe
Merge pull request #3099 from acemod/specFixScriptError
...
Kill Spectator PFEH when exiting spectator
2016-01-01 17:19:41 +00:00
PabstMirror
79a7bb54aa
Kill Spectator PFEH when exiting spectator
...
Should fix #2989
There is a race condition between these 4 PFEH and the "onUnload" event
in handleInterface.
If the PFEHs run first they will use nil variables and throw a script
error.
This sets them to nil immediately when exiting spectator
2016-01-01 00:14:48 -06:00
PabstMirror
5f74daec42
Fix dupe german stringtable entry
2015-12-31 22:28:35 -06:00
PabstMirror
fb0738bd30
Merge branch 'master' into release
2015-12-31 20:27:26 -06:00
PabstMirror
32b4416c29
Merge pull request #3064 from GitHawk/refuel
...
Adaptation of fnc_makeJerryCan to new interact_menu
2015-12-31 20:12:43 -06:00
PabstMirror
40e85f832b
Merge pull request #3097 from acemod/fixStringtablesMerge
...
Fix stringtables merge
2015-12-31 20:10:09 -06:00
PabstMirror
070ca489b4
Merge pull request #3098 from acemod/RHS_compat_fix3040
...
RHS Compat. Fix M113 inheritance
2015-12-31 17:50:37 -06:00
VKing
0fb2fa1b8f
Fix style
2015-12-31 23:39:09 +01:00
VKing
f28e0920c4
Fix inheritance from #3040
2015-12-31 23:38:49 +01:00