PabstMirror
cd30b09b4f
Convert ACE_settings to CBA_settings ( #4895 )
...
* Convert ACE_settings to CBA_settings
* Run Modules Globaly, BWC for SetSetting
* Add support for string settings
* ACE_ServerSettings warning
* Add handler for global setting being changed
* Add deprecated and replaced not to Settings Framework doc
* Remove options menu UI, Move Debug and HeadBug Fix to Options in Pause Menu
* Change modules scope to 1
* Disable debug
2017-11-11 20:21:55 +01:00
ulteq
dcc934202b
Weather - Major Cleanup ( #5710 )
...
* Single global on/off switch (that really turns everything off properly)
* Less coupling between code that runs on the client / server
* Simpler update routines
* More cohesive code
* Less module options
* Less network traffic
2017-11-10 15:44:15 +01:00
Dedmen Miller
81e02a7336
Refactor private ARRAY to private keyword ( #5598 )
...
* Everything
* Fixed missing ;
* Fix missing ; and double private
* Fixed cannot isNull on number
* Turn _temparture back to isNil
* Fix error from merge
2017-10-10 09:39:59 -05:00
jonpas
eb6e8c0b56
Cleanup optional argument headers ( #5543 )
2017-09-22 17:33:08 +02:00
Phyma
ffaa195fe5
Conform function headers to coding guidelines ( #5255 )
...
* Fixed headers to work with silentspike python script
* Fixed rest of the files
* Fixed ace-team
2017-06-08 15:31:51 +02:00
PabstMirror
6fce923783
Fix mortar changes for laser shootRay changes
...
Ref #4478
2016-10-15 11:42:09 +02:00
PabstMirror
ef9fd92898
Show correct elev for mortar with no ammo ( #4478 )
...
Fix #3757
2016-10-07 17:06:04 -05:00
Glowbal
b489750d5b
Minor optimizations using private, params, and isEqualType ( #4323 )
...
* Optimizations with private, params, and isEqualType
* Fixed tab being used instead of space
* Fixed tabs inserted by notepad++
* More usage of new private syntax and params
- changed a few checks for an array being empty to `_arr isEqualTo []`
rather than `count _arr == 0`
- added more uses of `private` on the same line as the variable is
declared
- added more uses of params to assign variables passed as parameters
- removed unnecessary parentheses
- removed several unnecessary variable declarations with private array
syntax
* clean up and formatting
2016-09-04 16:44:22 +02:00
jonpas
26fbc36cab
Merge branch 'master' into cbaEventSystem
2016-05-31 22:36:08 +02:00
commy2
fd26e2e44e
Merge pull request #3516 from acemod/cbamissiontime
...
replace timePFH with CBA_missionTime
2016-05-30 21:23:57 +02:00
commy2
7512c4e52e
manual merge
2016-05-30 21:14:34 +02:00
jonpas
7a307393a4
Merge branch 'master' into useQuotedPathMacros
2016-05-30 21:14:17 +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
e7dbcd7b58
Replace delayed execution functions with new CBA counterparts
2016-05-22 15:29:01 +02:00
commy2
da70854568
manual merge
2016-05-18 11:48:27 +02:00
jonpas
85b4366368
Use new QPATHTOF and QPATHTOEF macros
2016-04-08 20:34:50 +02:00
SzwedzikPL
8555f00889
remove needless tolower from mortarinit
2016-03-18 17:26:37 +01:00
SzwedzikPL
32846014a1
fix ammo handling init on dedicated
2016-03-14 14:21:02 +01:00
commy2
467075ad67
replace timePFH with CBA_missionTime
2016-03-02 11:01:39 +01:00
PabstMirror
f59e8920f9
Fix Mortar Display
2016-02-25 13:59:00 -06:00
VKing
74d410688f
Add check so vanilla magazines can't be unloaded
2016-02-14 14:10:28 +01:00
VKing
560c509a3a
Changed to using playerVehicleChanged.
2016-02-14 13:51:44 +01:00
VKing
38fb97aeac
Fixed init problem; added mortar ammo boxes
2015-12-20 20:51:44 +01:00
VKing
b4cb5c2ba7
Changed mortar initialization to getIn; Zeus-controlled AI will not trigger the init.
2015-12-19 19:54:45 +01:00
VKing
85270e4521
Fix init issue
2015-12-19 18:22:54 +01:00
VKing
a336707623
Fixed initialization, added exclude variable to prevent initialization of individual guns (for e.g. AI mortars)
2015-12-19 16:30:01 +01:00
VKing
dfe7c07936
Fix fnc_mortarInit, fnc_loadMagazine, some other stuff
2015-12-19 12:10:12 +01:00
VKing
2c4a25a6c0
Mortar init functions
2015-12-19 02:18:35 +01:00
VKing
579f861b8f
Unload to player inventory
2015-12-17 19:25:22 +01:00
VKing
27890a8dab
First try at some module control
2015-12-17 11:00:46 +01:00
VKing
a0fdc58ed7
Remove unused variables, spaces
2015-12-17 09:13:23 +01:00
VKing
e0a21ce144
Completed code porting and interaction
2015-12-16 23:47:14 +01:00
VKing
3e6fc52733
First working iteration.
...
Todo:
Implement in module (Choose new or old/don't break old missions)
Magazine UI+model
Add preparing delay
Fix function readmes
Cleanup in functions?
Credits
MP Testing
2015-12-16 20:22:18 +01:00
commy2
34d351c652
fix exitWith capitalization
2015-11-30 17:14:05 +01:00
commy2
ca9b909e75
fix CBA_fnc capitalization
2015-11-30 16:45:20 +01:00
VKing
069169cc72
Changed ACE_time back to time in comments where appropriate
2015-10-21 22:52:21 +02:00
PabstMirror
c62ea5e406
Fix some nil functions
2015-09-18 13:47:19 -05:00
PabstMirror
f419762653
Fix time of flight display
2015-09-14 23:33:32 -05:00
PabstMirror
4f9dba61ee
Mk6 - Misc cleanup
2015-07-26 16:45:34 -05:00
PabstMirror
14eae93f4b
#1814 - Save and restore last mortar charge setting
2015-07-13 19:09:55 -05:00
PabstMirror
78d0767051
#1838 - Remove base airFriction test (broke smokes)
2015-07-13 18:42:59 -05:00
PabstMirror
061ddbd8de
Remove debug testing code
2015-07-12 14:09:27 -05:00
PabstMirror
ba8c9186bb
Show leveled azimuth/elevation
2015-07-08 01:00:43 -05:00
PabstMirror
bb414dd10f
Redo Some UI - Try to fix vectorUp problems
2015-06-14 00:52:30 -05:00
ulteq
cfc23fe3e7
Removed some dead code
2015-06-06 10:01:30 +02:00
jonpas
763cb07629
Macro STRING to LSTRING
2015-05-28 21:59:04 +02:00
jonpas
6072e14077
Changed all strings to macros (except external)
2015-05-27 19:04:25 +02:00
jaynus
c924baefd7
All instances of time and diagTicktime changed to ACE_time / ACE_diagTime.
2015-05-21 09:42:44 -07:00
ulteq
cf487b544e
Moved all temperature calculations into the weather module.
2015-05-14 16:07:41 +02:00