From: Mario Date: Sun, 10 May 2015 03:15:51 +0000 (+0000) Subject: Merge branch 'TimePath/qc_updates' into 'master' X-Git-Tag: xonotic-v0.8.1~61 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=263c592e468eeeffb2755d204b21eb13e398adac Merge branch 'TimePath/qc_updates' into 'master' Merge branch TimePath/qc_updates (XXL merge request, but no functional changes or file relocations) Major: * Stops relying on the progs.src order by fixing all the `#include` lists, prerequisite for removing `-Wno-field-redeclared`. Test script included at `test/compilationunit.sh` Minor: * `float` -> `int` * `var .float fld; ent.fld` -> `var .float fld; ent.(fld)`, less magic * menu `spawnXXX()` -> `NEW(XXX)`, allows for overloaded constructors to replace `makeXXX(..)` * some entity class annotations to serve as documentation, and later type checking See merge request !124 --- 263c592e468eeeffb2755d204b21eb13e398adac