PabstMirror
91ace4fc9b
Fix whitelist string -> array error in checkPbo
...
Fix #2913
Use splitString instead of call compile to convert string into an array
2015-12-02 23:58:41 -06:00
SilentSpike
c731d83642
Merge pull request #2848 from acemod/fixForEachDeleteAt
...
fix Issue with forEach Loops and deleteAt Index
2015-11-25 14:00:37 +00:00
PabstMirror
36bf2d9cb5
Merge pull request #2803 from BaerMitUmlaut/remove-team-synching
...
Remove manual team synching
2015-11-24 21:37:50 -06:00
SilentSpike
d1dff4a24a
Merge branch 'master' into fixForEachDeleteAt
...
# Conflicts:
# addons/common/XEH_postInit.sqf
2015-11-18 13:27:04 +00:00
SilentSpike
49d4f233d9
Revert commit a718c82780
2015-11-18 13:19:12 +00:00
PabstMirror
896615beb1
Merge pull request #2826 from acemod/settingsParamsArray
...
Read settings from paramsArray (params in description.ext)
2015-11-17 14:01:16 -06:00
PabstMirror
5823749f0c
Merge branch 'master' into settingsErrorChecking
2015-11-17 14:00:22 -06:00
commy2
a57d1bca75
replace local keyword with private
2015-11-17 17:43:07 +01:00
SilentSpike
a718c82780
Implement nice index deletion iteration solution
...
Previously when iterating over an array and modifying the same array via deletion of the current index, incorrect means was used to account for the change in index resulting in any further deletions being applied to the wrong elements.
This solution does not require duplication of the array or the use of external variables to track the number of deleted elements. We simply lower the `_forEachIndex` by 1 whenever an element is removed.
2015-11-17 16:02:56 +00:00
jokoho48
561f6126dc
fix missing bracket
2015-11-17 13:34:34 +01:00
jokoho48
f3c5c64390
fix Issue with forEach Loops and deleteAt Index
2015-11-17 04:31:17 +01:00
PabstMirror
e0506f29bc
Read settings from paramsArray (params in description.ext)
...
for now just limited to SCALAR/BOOL
2015-11-06 20:46:06 -06:00
BaerMitUmlaut
8f473b4a27
Removed all assignTeam occurrences
2015-10-30 16:50:13 +01:00
PabstMirror
16180686d2
PV GVAR(settings) after modules, add error debug
2015-10-18 18:49:03 -05:00
PabstMirror
616bc9f8a0
local-private waitAndXX PFEH
2015-10-04 11:38:31 -05:00
commy2
040a63bd8f
Merge pull request #2254 from acemod/waitUntilAndExecute
...
Add WaitUntilAndExecute Function
2015-10-04 11:45:54 +02:00
commy2
a2b6166aa0
optimization waitUntilAndExecute, add comments
2015-10-04 11:43:13 +02:00
commy2
1fdedb5785
delay scroll wheel init
2015-09-30 19:29:17 +02:00
PabstMirror
6e24d2868c
Fix playerChanged event
2015-09-28 22:41:45 -05:00
commy2
bc8cefa5e7
manual merge
2015-09-28 21:06:40 +02:00
commy2
34793ce044
Merge pull request #2635 from acemod/340interactcleanup
...
Code Cleanup Interaction
2015-09-28 21:04:28 +02:00
commy2
9189148b3f
more interaction cleanup
2015-09-28 15:37:18 +02:00
commy2
4b536425b1
Code Cleanup Interaction
2015-09-28 14:36:51 +02:00
commy2
a078d73230
Code Cleanup WeaponSelect
2015-09-27 08:51:42 +02:00
commy2
2fe142032e
rework modifier key, cleanup sandbags, tripod, ladder, fix #2590
2015-09-26 03:16:55 +02:00
jokoho48
998fbcc403
Merge remote-tracking branch 'remotes/acemod/master' into waitUntilAndExecute
...
Conflicts:
addons/common/XEH_postInit.sqf
2015-09-25 13:19:19 +02:00
commy2
8503d15c9b
more common code cleanup
2015-09-21 18:37:19 +02:00
commy2
1a4ebdac51
more common code cleanup
2015-09-21 17:32:21 +02:00
commy2
13b487e13b
fix missing ;
2015-09-21 17:13:28 +02:00
commy2
b5b5c761c4
fix missing '' in info log macro
2015-09-21 17:09:10 +02:00
commy2
3037181fc2
more common code cleanup
2015-09-21 17:00:53 +02:00
Michael Braun
a5fb09a7e1
Merge branch 'master' of https://github.com/acemod/ACE3 into feature/switchToLogMacros
...
Conflicts:
addons/repair/functions/fnc_moduleRepairSettings.sqf
2015-09-09 02:55:12 +02:00
PabstMirror
024dc3effe
Cleanup
2015-09-03 00:16:48 -05:00
PabstMirror
789de9d111
runAfterSettingsInit helper func
2015-09-03 00:11:49 -05:00
PabstMirror
cbccd898ea
Run functions after setting init
2015-09-02 23:58:24 -05:00
Michael Braun
035b3432c5
Merge branch 'master' of https://github.com/acemod/ACE3 into feature/switchToLogMacros
...
Conflicts:
addons/common/XEH_postInit.sqf
2015-09-01 08:45:59 +02:00
commy2
80a0c93bdc
Merge pull request #2316 from acemod/322customcamera
...
fix custom cameras (for intros) being broken with ACE, fix #2248
2015-08-31 21:32:02 +02:00
PabstMirror
4be7411a05
Use "visibleMapChanged" event
2015-08-30 15:26:43 -05:00
commy2
74dfd73167
fix issues with pip optics camera in virtual arsenal
2015-08-30 19:05:35 +02:00
PabstMirror
f67809b18c
Merge branch 'master' into mapOpenCloseEvents
2015-08-29 16:43:24 -05:00
Michael Braun
657157d767
Merge branch 'master' of https://github.com/acemod/ACE3 into feature/switchToLogMacros
...
Conflicts:
addons/hearing/functions/fnc_moduleHearing.sqf
2015-08-29 22:38:26 +02:00
jokoho48
588f5adce8
fix math issue
2015-08-29 14:54:42 +02:00
PabstMirror
bc016eac4c
1.50 - use new didJip command (Ref #2241 )
2015-08-26 22:39:27 -05:00
Michael Braun
5047d4de1c
Switched to ACE_LOG<LEVEL>_# variation
2015-08-26 17:39:44 +02:00
Michael Braun
097506076f
Fixed format usage in macros requiring ARR_# for it to work
2015-08-26 16:48:55 +02:00
Michael Braun
9e10aa86d7
Standardize logging format through ACE_LOG macros
2015-08-26 15:32:54 +02:00
Glowbal
13740c06e4
Merge pull request #1816 from voiperr/ace_map_dev
...
Flashlight simulation on map
2015-08-26 09:01:30 +02:00
PabstMirror
275f04d876
preInit defines and fix func name
2015-08-25 13:18:59 -05:00
voiper
9de7953345
More cba capitalisation.
2015-08-24 14:12:04 -07:00
voiper
79e6ce3803
Fixed CBA capitalisation.
2015-08-24 14:02:55 -07:00
jokoho48
203c4d8a6c
add WaitUntilAndExecute
2015-08-24 17:10:54 +02:00
PabstMirror
4a245bd935
Remove Spawn for CBA_fnc_addPerFrameHandler
2015-08-17 22:21:18 -05:00
PabstMirror
980fc7a235
Merge branch 'master' into mapOpenCloseEvents
2015-08-17 21:08:07 -05:00
PabstMirror
a7ad6dafc9
Remove PFEH hack
2015-08-13 14:09:25 -05:00
voiper
f676f605f3
Fix 00000101.
2015-08-11 11:18:54 -07:00
voiper
4aa28368ad
Git fix numero 5.
2015-08-11 11:10:42 -07:00
Michael Braun
d9eb7a3d2c
Added localizations for keybinding categories
2015-08-07 05:48:51 +02:00
PabstMirror
e45bd43e5e
CreateLitter / syncEvents performance fixes
2015-08-06 00:28:43 -05:00
Glowbal
275b0c4300
Merge branch 'release'
...
Conflicts:
README.md
addons/finger/stringtable.xml
2015-08-04 22:29:05 +02:00
PabstMirror
b3741f4036
Capitalization for macro CBA_fnc_addPerFrameHandler
2015-08-04 02:34:38 -05:00
ViperMaul
876a039e36
Disable headbugfix for Handcuffed/Surrender,unconscious,water surface and log the situation locally and on server.
2015-08-01 18:01:35 -07:00
PabstMirror
b47a17230b
Merge branch 'master' into 10digitGrids2
2015-07-16 17:26:19 -05:00
SilentSpike
d036639b46
Adding hideUnit functions to ace_common
2015-07-03 02:14:58 +01:00
PabstMirror
c1dd2df57a
Move grid funcs and map long,lat,altitude to common
2015-06-30 12:26:51 -05:00
PabstMirror
fde8f7383f
Map Opened/Closed Events + use in maptools
2015-06-28 13:08:47 -05:00
jonpas
f61066f11a
Fixed checkPBO function not executing on server
2015-06-15 19:55:30 +02:00
ViperMaul
1322da5537
Merge pull request #1587 from acemod/fixVehicleUnconcious
...
fix animation and consistently unload units from vehicle
2015-06-13 12:44:34 -07:00
PabstMirror
6ab8b129fa
Merge branch 'master' into multipleDevices
...
Conflicts:
addons/common/XEH_postInit.sqf
2015-06-13 12:30:35 -05:00
PabstMirror
177f590dda
Make "InitSettingsFromModules" pfeh run on dedicated
2015-06-12 22:57:01 -05:00
PabstMirror
1804c6ceab
Merge branch 'master' into serverModulesFirst
2015-06-12 22:40:04 -05:00
ViperMaul
072f2cc3a7
fix animation and consistently unload units from vehicle
...
#1575 and #1577
2015-06-11 15:56:11 -07:00
PabstMirror
3e396b416a
One PFEH for execNextFrame and waitAndExec
2015-06-11 02:45:42 -05:00
PabstMirror
8abd488a43
Read server modules before "SettingsInitialized" on clients
2015-06-09 01:27:59 -05:00
PabstMirror
470492759c
Merge branch 'master' into multipleDevices
...
Conflicts:
addons/atragmx/initKeybinds.sqf
addons/common/XEH_postInit.sqf
addons/kestrel4500/CfgVehicles.hpp
addons/kestrel4500/initKeybinds.sqf
addons/microdagr/CfgVehicles.hpp
addons/microdagr/XEH_clientInit.sqf
2015-06-05 17:50:04 -05:00
Glowbal
7f2ada38a2
Merge branch 'checkpboSettings' of github.com:usecforce/ACE3
...
Conflicts:
addons/common/CfgVehicles.hpp
addons/common/config.cpp
2015-06-04 21:51:54 +02:00
Glowbal
1c0c73be54
Merge pull request #1433 from acemod/fixSettingsFromModules
...
Delay initialization of modules until settings are properly setup
2015-06-01 19:18:11 +02:00
PabstMirror
d7d225cebc
Send waiting debug msg only once
2015-05-30 01:28:15 -05:00
esteldunedain
333cb80171
Delay initialization of ACE_Modules until settings are properly setup
2015-05-30 01:18:23 -03:00
esteldunedain
afa6a2fad9
Remove the "ServerSettingsReceived" event, which is not longer needed. As per @pabstmirror solution, the GVAR(Settings) variable is monitored to determine when the server info has arrived. Fix #1273
2015-05-30 00:43:51 -03:00
PabstMirror
5efde25585
Fix ace_settings
2015-05-29 21:03:47 -05:00
jonpas
baca5a25d5
Merge branch 'master' into checkpboSettings
...
Conflicts:
addons/common/XEH_postInit.sqf
2015-05-28 20:52:35 +02:00
jonpas
86264a7b7d
Reworked ACE_Settings/Module functions to support both dynamically, Added SettingsInitialized
2015-05-28 20:49:30 +02:00
esteldunedain
39fec12528
Merge branch 'master' into reliableSettings
2015-05-27 12:09:06 -03:00
jaynus
c924baefd7
All instances of time and diagTicktime changed to ACE_time / ACE_diagTime.
2015-05-21 09:42:44 -07:00
esteldunedain
0b1beed219
Merge branch 'master' of github.com:KoffeinFlummi/ACE3 into reliableSettings
...
Conflicts:
addons/common/XEH_postInit.sqf
2015-05-15 18:18:13 -03:00
esteldunedain
ca94fd4c78
Remove the pfh
2015-05-14 20:58:45 -03:00
esteldunedain
5e3b6f389a
Reliable settings framework
2015-05-14 20:45:53 -03:00
PabstMirror
c27d84e382
Common Privates Redo
2015-05-14 17:12:40 -05:00
PabstMirror
043fee03bd
Return Valid bool for keybind
2015-05-11 22:48:03 -05:00
PabstMirror
05f1b884fa
Localization/ headers
2015-05-10 15:17:50 -05:00
PabstMirror
f7ff4a2f36
Base Device Handler Framework
...
Multiple devices share Home/Ctrl-home keys
2015-05-10 14:59:53 -05:00
commy2
f0cca5b33e
ignore ace in checkPBO module, also fix #1020
2015-05-09 16:01:53 +02:00
commy2
57131496f2
check for outdated pbo files
2015-05-09 13:25:19 +02:00
Glowbal
67370f3340
Handles waking up
2015-04-30 20:49:38 +02:00
Nou
7c857a5a7e
Make sure load spawns the function, not calls it.
2015-04-25 00:52:51 -07:00
Nou
c8e6e7018c
Moved infinite spawned loop to Loaded event for handing save game loads. Events for the win! diag_activeSQFScripts as of this build returns empty on a bare mission.
2015-04-25 00:49:47 -07:00
commy2
ea368511b7
ace extensions class for modularity
2015-04-20 18:48:58 +02:00
commy2
14214090dc
manual merge
2015-04-20 18:22:17 +02:00
commy2
c9a2505031
Merge pull request #755 from acemod/fixoptics2
...
Fix for PIP scopes, fix #547
2015-04-19 07:46:41 +02:00
jaynus
dccc869a6a
Merge pull request #753 from acemod/fixSettingsLocalization
...
Fix settings localization is done by the server instead of client
2015-04-18 20:09:56 -07:00
commy2
7ac7bc3f29
eventhandler for creating and deleting cameras
2015-04-18 22:06:42 +02:00
jaynus
f5705a91e6
oops.
2015-04-18 12:04:48 -07:00
Glowbal
54a70f26b1
Moved to own function.
2015-04-18 20:06:01 +02:00
jaynus
93d03b404f
JIP Sync events complete.
2015-04-17 19:26:27 -07:00
jaynus
da09b74fe4
Don't JIP check server side, but still have it fire for HC.
2015-04-17 18:27:35 -07:00
jaynus
8fa0c91632
Added PlayerJIP event, handled full requests on JIP.
2015-04-17 18:23:26 -07:00
commy2
708a2aa374
check if ddls are present on mission start
2015-04-18 01:44:53 +02:00
jaynus
2be38c493c
ACE JIP synchronized event infastructure.
2015-04-17 10:21:41 -07:00
commy2
54f29d75f5
functions to mute unit
2015-04-12 10:05:49 +02:00
commy2
e27c91710c
Revert "Fixed: numerous player-based events were repeat invalid firing for null player object. This is now limited to only appropriate null-friendly events."
...
This reverts commit 6864529d9c
.
2015-04-04 16:26:32 +02:00
jaynus
6864529d9c
Fixed: numerous player-based events were repeat invalid firing for null player object. This is now limited to only appropriate null-friendly events.
2015-04-02 16:20:22 -07:00
PabstMirror
ec59397e4f
Fix playerTurretChanged event
2015-04-02 11:15:31 -05:00
Nicolás Badano
1def2bd2b4
Fix bugs with interaction with vehicles and passengers
2015-03-31 18:09:29 -03:00
commy2
66c026d4a0
refueling the uav didn't work on UAVs local to server or HC
2015-03-28 00:30:51 +01:00
commy2
53a61eb001
Merge branch 'master' of https://github.com/KoffeinFlummi/ACE3 into mediccarry
2015-03-24 20:10:11 +01:00
commy2
749352f0a8
animations, onUnconscious events
2015-03-24 19:07:39 +01:00
commy2
941d98a88d
disable all self actions inside vehicles on default
2015-03-24 16:45:10 +01:00
commy2
bdc60c074a
cleaning up in common
2015-03-24 16:01:53 +01:00
commy2
4ea6b91e47
use eventhandlers instead of PFH
2015-03-18 15:42:33 +01:00
commy2
ac8ff45d44
lock / unlock events
2015-03-18 11:29:58 +01:00
commy2
ab39608e4d
change height when carrying, fix most cases of floating objects
2015-03-18 01:36:56 +01:00
commy2
6d868d1bd1
fix collisions when releasing, fix crate fliping in buildings
2015-03-17 11:44:41 +01:00
commy2
27404fed1b
function to drop object, fix position event
2015-03-16 19:25:29 +01:00
commy2
2744f46bd2
spelling
2015-03-15 16:12:37 +01:00
commy2
b5f307919e
replace canInteract with canInteractWith
2015-03-15 13:00:10 +01:00
commy2
4dab0b73d5
add conditions on post init
2015-03-15 09:26:16 +01:00
Glowbal
37031b5002
Replaced execRemoteFnc by ACE event system
2015-02-24 18:10:40 +01:00
Nicolás Badano
ff5c5a5bac
scopes: Code cleaned up, removed spawns, added standard headers.
2015-02-10 01:22:10 -03:00
Nicolás Badano
1b9d0aa635
ACE_Settings: do not load client settings on dedi servers or HC
2015-02-08 18:29:49 -03:00
Nicolás Badano
658f30b9a2
ACE_Settings: various fixes
2015-02-03 02:37:13 -03:00
Nicolás Badano
2c0d2013d4
ACE_Settings: Added a function to change settings on runtime (e.g. for modules)
2015-02-03 01:45:04 -03:00
Nicolás Badano
99cf0a75ee
Merge branch 'master' of git@github.com:KoffeinFlummi/ACE3.git into aceSettings
2015-02-03 00:45:29 -03:00
Nicolás Badano
37199f2ba2
Load client setable settings from profile
2015-02-02 21:14:16 -03:00
PabstMirror
9a616a85fc
VehicleSetFuel event
...
setFuel says it needs to be local, so switching to event.
Put event in common
2015-01-28 14:38:04 -06:00
Glowbal
c57cf88965
Merge pull request #85 from KoffeinFlummi/cse_medical_port
...
PORT: CSE Medical
2015-01-27 17:06:22 +01:00
Nicolás Badano
33485f6d3f
common: remove AGM key handling routines and remaining stuff from AGM options menu
2015-01-24 15:32:06 -03:00
Thomas Kooi
8d34f98909
Moved relevant functions from common to medical.
...
Removed unnecessary event function.
2015-01-24 17:18:38 +01:00
Thomas Kooi
bbf9ce61f0
Changed QGVAR(isDead) to ACE_isDead
...
Minor improvements to debug function
2015-01-21 15:52:11 +01:00
commy2
97ee63a349
getting PFH to work on briefing screen, review
2015-01-19 17:47:52 +01:00
Glowbal
b80cec4c18
Merge pull request #45 from KoffeinFlummi/csePort_fixed
...
Port from CSE Common.
2015-01-18 20:12:18 +01:00
commy2
e67602d76e
port movement
2015-01-18 06:45:28 +01:00
Thomas Kooi
781ebaca95
Changed StateUnconscious to "ACE_isUnconscious"
2015-01-17 14:13:37 +01:00
Thomas Kooi
a8e257f7ab
Changed setDead to no longer use spawn.
2015-01-17 13:35:15 +01:00
Thomas Kooi
83128ad3d2
Fixed minor issues with unconscious & blackout effect.
...
Fixed error in XEH_postInit
2015-01-17 12:35:59 +01:00
Nou
82d7f4bd5c
Typo! Closes #46
2015-01-16 17:12:37 -08:00
Thomas Kooi
afc103a946
Added CSE common port.
2015-01-17 00:21:47 +01:00
Nicolás Badano
5f1a6c40e3
common: raise more local ACE events
2015-01-16 17:16:42 -03:00
Nicolás Badano
9654d3b36d
ACE events fixes
2015-01-16 16:30:48 -03:00
Nicolás Badano
26325bb943
Throw the zeusDisplayChanged ACE event
2015-01-16 15:39:38 -03:00
Nicolás Badano
223600e689
Throw the playerVisionModeChanged ACE event
2015-01-16 15:39:19 -03:00
Nicolás Badano
8b3c70a16d
Add PFH to throw the playerInventoryChanged ACE event
2015-01-16 15:28:37 -03:00
Nicolás Badano
34135ffdd4
common: ACE local event for playerChanged
2015-01-16 12:14:18 -03:00
Nou
f90b23b4f6
Added network event handlers, ref ticket #12 .
2015-01-13 15:27:42 -08:00
commy2
e071b2f684
fix macros in common' config
2015-01-13 20:56:02 +01:00
commy2
cf8259882e
formating
2015-01-12 22:34:01 +01:00
commy2
7954988130
rename core to common
2015-01-12 19:22:58 +01:00