ACE3/addons/main
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
..
$PBOPREFIX$ Initial commit. main, core (not complete) and to-merge. 2015-01-11 08:42:31 -08:00
CfgModuleCategories.hpp Added shared logistics categories 2015-08-19 16:54:44 +02:00
CfgSettings.hpp Cleaned up excessive whitespace 2016-05-03 02:32:44 +02:00
CfgVehicleClasses.hpp Added shared logistics categories 2015-08-19 16:54:44 +02:00
config.cpp Stringtable URL (#3855) 2016-06-01 23:45:51 +02:00
README.md Add remaining READMEs, add helper script 2015-01-26 14:34:48 +01:00
script_component.hpp Normalize to LF line endings 2016-05-30 18:37:03 +02:00
script_debug.hpp Normalize to LF line endings 2016-05-30 18:37:03 +02:00
script_macros.hpp Fix change in behaviour of QFUNC 2016-06-17 21:44:04 +02:00
script_mod.hpp Cleanup transistion to CBA's waitAndExec (#3858) 2016-06-02 09:22:40 -05:00
stringtable.xml Stringtable URL (#3855) 2016-06-01 23:45:51 +02:00

ace_main

Backbone of other components, defining most of the commonly used macros.

Maintainers

The people responsible for merging changes to this component or answering potential questions.