Commit Graph

238 Commits

Author SHA1 Message Date
bux578
cd74a5bb6a change sqf include to hpp
https://github.com/KoffeinFlummi/ACE3/pull/10#issuecomment-69745232
2015-01-13 15:17:12 +01:00
bux578
38ed800389 move ui folder, cleanup 2015-01-13 12:30:20 +01:00
bux578
069eb7860a cba'fied nametags 2015-01-13 12:29:13 +01:00
bux578
621625b48d init 2015-01-13 11:59:28 +01:00
Garth L-H de Wet
6d8708618a Wrapped BIS and CBA function calls in CALLSTACK.
Converted startTimer to CBA's perFrameEventHandler.
2015-01-13 12:13:43 +02:00
Garth L-H de Wet
43bac209d9 Changed EGVAR to not have spaces in macro call. 2015-01-13 12:12:59 +02:00
bux578
49f01a0fac fix switchUntis
forgot that little bugger
2015-01-13 10:53:04 +01:00
PabstMirror
073805148b Replace Spawn/Sleep in attach 2015-01-13 03:06:24 -06:00
ViperMaul
252b9f6790 Merge branch 'master' of https://github.com/KoffeinFlummi/ACE3 2015-01-12 23:20:26 -08:00
jaynus
6fbb6672b4 Compile Errors. 2015-01-12 21:16:03 -08:00
jaynus
3fb2a8e245 big code clean up 2015-01-12 21:14:27 -08:00
ViperMaul
16a3e1d489 Build Script coded in Python. Requires mikero tools: pboProject and its requirements plus BIS Tools 2015-01-12 20:50:45 -08:00
Nicolás Badano
bf88af1579 hearing: replace some remaining tags 2015-01-13 01:21:49 -03:00
Nicolás Badano
90dc92fb52 Rename earplugs model file 2015-01-13 01:19:41 -03:00
Nicolás Badano
3b34ad06a2 hearing: Rename function files 2015-01-13 01:18:27 -03:00
Nicolás Badano
5d6fd9ab3e CBAfy AGM_Hearing 2015-01-13 01:17:52 -03:00
Nicolás Badano
db7322e50a AGM_Hearing pre CBA 2015-01-13 00:51:09 -03:00
Nicolás Badano
2a2eb38de7 overheating: hard code path to parent script_components 2015-01-13 00:37:53 -03:00
Nicolás Badano
a53a265117 overheating: Replace calls to core for calls to common 2015-01-13 00:30:39 -03:00
Nicolás Badano
1db298722b CBAfy AGM_Overheating 2015-01-13 00:23:14 -03:00
Nicolás Badano
c0df8b7f54 Pre CBA AGM_Overheating 2015-01-12 23:43:38 -03:00
Nou
20cfb69fcf Added DEFUNC, QFUNC, QEFUNC macros. 2015-01-12 18:08:45 -08:00
Thomas Kooi
e2b75e3d12 Merge branch 'master' of github.com:KoffeinFlummi/ACE3 2015-01-12 23:36:41 +01:00
Thomas Kooi
be42cd0368 Added basic ballistics (former cse_sys_winddeflection) 2015-01-12 23:36:04 +01:00
Thomas Kooi
29af88b71b Added cse_main source 2015-01-12 23:35:40 +01:00
Thomas Kooi
c8f832bdca Added cse_sys_weaponheat source. 2015-01-12 23:31:53 +01:00
Thomas Kooi
592e40ff0c Added cse_sys_vehicles source. 2015-01-12 23:31:15 +01:00
Thomas Kooi
d529ead2d4 Changed nametags to sys_nametags for consistency in CSE to merge folder 2015-01-12 23:30:58 +01:00
Thomas Kooi
a4383c70f1 Added misc modules from CSE 2015-01-12 23:30:33 +01:00
Thomas Kooi
7e4d7c1083 Added cse_sys_medical source
Note:
Item Models might need to be replaced.
Item Textures might need to be replaced.
Icons might need to be replaced.
2015-01-12 23:30:19 +01:00
Thomas Kooi
aa9320c157 Added cse_sys_logistics source 2015-01-12 23:29:12 +01:00
Thomas Kooi
f100d563e0 Added cse_sys_launchers source - backblast module 2015-01-12 23:28:45 +01:00
Thomas Kooi
91c77cdb7b Added cse_sys_ieds source 2015-01-12 23:28:31 +01:00
Thomas Kooi
a0f98b2e11 Added cse_sys_groups source 2015-01-12 23:27:57 +01:00
Thomas Kooi
1a9b572850 Added cse_sys_gestures source 2015-01-12 23:26:46 +01:00
Thomas Kooi
70c0e3c5e6 Added cse_sys_field_rations source 2015-01-12 23:26:09 +01:00
Thomas Kooi
d8ebf8bef1 Added cse_sys_equipment source 2015-01-12 23:25:47 +01:00
Thomas Kooi
abf2e534c8 Added cse_sys_combatdeaf source 2015-01-12 23:24:51 +01:00
Thomas Kooi
2c276ecf50 Added cse_sys_cc source 2015-01-12 23:24:37 +01:00
Thomas Kooi
ff88c74537 Added cse_sys_advanced_interaction source 2015-01-12 23:24:21 +01:00
Thomas Kooi
db6f30fcc9 Added cse_gui source
Does not include the Icon pack. When using the UI it may throw up some missing .paa file errors. Replacements will need to be found if we want to use those.
2015-01-12 23:23:51 +01:00
Thomas Kooi
fb4fcd62a4 Added cse_f_modules source 2015-01-12 23:23:02 +01:00
Thomas Kooi
770230a64f Added cse_f_modules source 2015-01-12 23:22:54 +01:00
Thomas Kooi
efbe49d904 added cse_f_eh source 2015-01-12 23:20:16 +01:00
Thomas Kooi
dc3610adb8 Added cse_f_configurations source 2015-01-12 23:19:55 +01:00
commy2
cf8259882e formating 2015-01-12 22:34:01 +01:00
Garth L-H de Wet
fe056f10e1 Fixed errors in order to get explosives to load correctly without writing anything to config.
Will still need further testing once interaction is fully integrated.
2015-01-12 23:06:32 +02:00
commy2
bdf2351f14 done with ai 2015-01-12 21:56:33 +01:00
commy2
d8aa735c5a fix missileguidance base class issue 2015-01-12 21:45:49 +01:00
Garth L-H de Wet
4926694bda Changed all core external to common as the rename was done. 2015-01-12 22:39:37 +02:00