Glowbal
050384e960
Merge branch 'release'
...
Conflicts:
docs/_config.yml
docs/_config_dev.yml
2016-11-25 00:08:32 +01:00
PabstMirror
a3c50a6c76
Add dev macro to quickly recompile functions ( #4699 )
2016-11-23 13:35:25 -06:00
Glowbal
9d08ad8238
Prep 3.8.2 release
2016-11-22 18:38:58 +01:00
Glowbal
0394ea56b4
Increment build
2016-11-09 22:07:07 +01:00
Glowbal
3417c433fd
Prep v3.8.2
2016-11-09 22:06:48 +01:00
Glowbal
e1aa5b4292
Increment build
2016-10-25 20:27:34 +02:00
Glowbal
27eb30bdd8
Prep 3.8.1
2016-10-25 20:16:16 +02:00
Glowbal
d2f485329f
Update make.py to 0.8 ( #4579 )
2016-10-25 20:11:57 +02:00
Glowbal
1390b845d4
Prep 3.8.1 patch
2016-10-20 19:45:40 +02:00
Glowbal
b150f440e6
Prep 3.8.0 Release
2016-10-18 21:57:40 +02:00
Glowbal
d867805406
Prepare v3.8.0 RC3
2016-10-18 20:25:45 +02:00
Glowbal
d9a199b942
Increment build number
2016-10-15 11:44:43 +02:00
Glowbal
8afb3c7279
Update CBA required version
2016-10-15 11:44:26 +02:00
Glowbal
a98013c36e
Merge branch 'master' into release
2016-10-11 18:51:05 +02:00
PabstMirror
cd79ebe3ce
Bump REQUIRED_VERSION to 1.64
2016-10-11 18:49:31 +02:00
Glowbal
8e72d89ef6
Prepare 3.80 RC1
2016-10-08 13:10:34 +02:00
commy2
05d30c5573
convert log macros to cba versions ( #4282 )
...
* convert log macros to cba versions
* Add changes to AB
* remove obsolete macro
2016-10-02 12:55:31 +02:00
jonpas
8458cb2339
Replace ace_common_fnc_stringRemoveWhiteSpace with CBA_fnc_removeWhitespace ( #4222 )
...
* Replace FUNC(stringRemoveWhiteSpace) with CBA_fnc_removeWhitespace, Depreacte ACE's
* Use QFUNC
* Bump required CBA version
* Change remove version to 3.110.0
2016-09-30 15:51:03 +02:00
classicarma
a6ae9047f6
translate main
2016-09-28 01:14:28 +09:00
Glowbal
4ae4fca852
Prep 3.7.0 release
2016-09-12 19:47:31 +02:00
Glowbal
04dd0412ff
Prepare 3.7.0 RC6
2016-09-09 11:43:40 +02:00
Glowbal
ebdc883855
Prepare 3.7.0 RC5
2016-09-07 21:35:58 +02:00
jonpas
13df3efce2
Prepare 3.7.0 RC4
2016-09-06 22:56:22 +02:00
Glowbal
f3dc1afdbf
Prepare 3.7.0 RC3
2016-09-05 22:27:30 +02:00
Glowbal
be8b4468af
Increment build number
2016-09-05 08:27:58 +02:00
Glowbal
849a2cd475
Prepare 3.7.0
2016-09-04 21:51:36 +02:00
PabstMirror
7f9a697dca
Update CBA_DEBUG_SYNCHRONOUS macro for new CBA ( #4271 )
2016-08-19 16:33:27 -05:00
commy2
c9a8e0a892
deprecate ACE hash functions in favor of CBA versions
2016-07-30 10:54:01 +02:00
commy2
0c073448dc
log file and line numbers for warnings/errors/debug msgs
2016-07-25 20:39:30 +02:00
Glowbal
2f2c4b91a1
3.6.2
2016-07-14 14:51:46 +02:00
Glowbal
de612d9613
Merge branch 'apex' into release
2016-07-11 20:59:34 +02:00
Glowbal
0869cf96bd
required arma3 version 1.62. closes #4081
2016-07-11 19:27:40 +02:00
commy2
25a3405d1f
required addons apex, close #4020
2016-07-11 12:01:47 +02:00
Glowbal
9b85bc3e29
v3.6.1
2016-07-11 11:15:36 +02:00
jonpas
1185375c90
Add Korean and Japanese strings to tracker
2016-07-08 20:00:12 +02:00
PabstMirror
e40415b628
Add #undef for PREP w/ DISABLE_COMPILE_CACHE
2016-07-04 01:17:30 -05:00
Glowbal
7f7671d5ca
Update required arma3 version
2016-06-24 20:58:45 +02:00
Glowbal
37c4351340
Increase required CBA version
2016-06-24 20:56:57 +02:00
Glowbal
284231fe21
3.6.0
2016-06-21 18:07:27 +02:00
Glowbal
ee58df9c34
bump minor version
2016-06-21 17:57:50 +02:00
BaerMitUmlaut
88b58216ee
Added beautified component names
2016-06-20 11:44:36 +02:00
Glowbal
e540134de1
Change component name to ACE3
2016-06-20 09:57:27 +02:00
commy2
c481ddedaf
add 'name' to components
2016-06-19 09:38:39 +02:00
Glowbal
4c2c647842
Fix change in behaviour of QFUNC
...
When using QFUNC, the intend most often is to have the name of the variable referencing the function as a string. This behaviour works when compiling without debug enabled. However if debug is enabled, QFUNC compiles in with the debug wrapper, becoming a code string instead of a string representation of a variable reference.
A good example where this change of behaviour can be a problem is config attributes that refer to a call back (used a lot within ACE). In normal build, you will use a getvar to get the relevant code, as it is expected to point to the function. When using debug, you will need to do a compile instead, as it's a string representing a code block.
2016-06-17 21:44:04 +02:00
ViperMaul
99d08d988a
Merge branch 'master' of https://github.com/acemod/ACE3 into use-proper-undefs
2016-06-14 08:27:47 -07:00
ViperMaul
d5750a6c40
Remove Tab
2016-06-14 08:12:29 -07:00
ViperMaul
b79a00d8d1
These 2 can be removed, since they are in CBA since 2.4.0 as Note from jonpas
2016-06-14 08:11:28 -07:00
ViperMaul
2242f7c622
Fix for MikeRo Tools strict requirement for #undef usage
2016-06-13 09:20:09 -07:00
jonpas
b0352fdeb9
Merge branch 'master' into eol-lf
2016-06-02 17:02:09 +02:00
PabstMirror
68d6c1969b
Cleanup transistion to CBA's waitAndExec ( #3858 )
2016-06-02 09:22:40 -05:00