gtkradiant/tools/quake3/common
Thomas Köppe f061ce9990 Change winding_t, winding_accu_t and brush_t to use flexible array members rather than fixed-sized arrays.
The arrays were always meant to be variably sized, and objects are only ever allocated dynamically. Object size computations are simplified with this change.

Flexible arrays were introduced in C99, so this change means that we will require a C99-conforming compiler henceforth.
2018-01-22 02:23:23 +00:00
..
aselib.c preproc: add a FreeBSD condition everytime there is Linux or MacOS 2017-08-30 14:20:01 +00:00
aselib.h uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00
bspfile.c uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00
bspfile.h uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00
cmdlib.c preproc: add a FreeBSD condition everytime there is Linux or MacOS 2017-08-30 14:20:01 +00:00
cmdlib.h unused 2012-04-15 11:24:38 -05:00
imagelib.c Fix warning variable bcHeight is used uninitialized 2017-08-18 02:18:31 +02:00
imagelib.h uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00
inout.c Fix xml passing to parameter warnings 2017-07-10 01:04:28 +02:00
inout.h fix crashes: libxml2 static linking, turn off libintl stuff 2013-06-03 03:23:11 +01:00
jpeg.c uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00
l3dslib.c uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00
l3dslib.h uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00
mutex.c uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00
mutex.h uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00
polylib.c Change winding_t, winding_accu_t and brush_t to use flexible array members rather than fixed-sized arrays. 2018-01-22 02:23:23 +00:00
polylib.h Change winding_t, winding_accu_t and brush_t to use flexible array members rather than fixed-sized arrays. 2018-01-22 02:23:23 +00:00
polyset.h uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00
qfiles.h uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00
qthreads.h uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00
quake3-common.vcxproj Disable the deprecated functions warning 2018-01-21 14:59:29 -06:00
quake3-common.vcxproj.filters convert projects to msvc 2012 2013-05-23 20:44:41 -05:00
scriplib.c [q3map2] Unwind script stack in case of script loading error. 2018-01-08 15:18:40 +00:00
scriplib.h uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00
surfaceflags.h uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00
threads.c preproc: FreeBSD also provides pthread 2017-08-31 00:45:24 +02:00
trilib.c preproc: add a FreeBSD condition everytime there is Linux or MacOS 2017-08-30 14:20:01 +00:00
trilib.h uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00
unzip.c [quake3/common/unzip.c] Add braces to make nested if/else less brittle; attempt to make whitespace a bit more uniform 2016-08-14 01:01:05 +01:00
unzip.h uncrustify! now the code is only ugly on the *inside* 2012-03-17 15:01:54 -05:00
vfs.c [q3map2] import pk3dir/dpk/dpkdir support from netradiant 2018-01-07 21:09:52 +01:00
vfs.h [q3map2] import pk3dir/dpk/dpkdir support from netradiant 2018-01-07 21:09:52 +01:00