Bill Currie
|
896791b209
|
Correct the spelling of "int" and clean up the mess.
|
2011-03-25 16:53:04 +09:00 |
|
Bill Currie
|
d6b10c99aa
|
Most, if not all, of the fixes needed to get qwaq building.
This is pretty much just changing [] to * and moving [N] to the other side
of the variable name.
|
2011-02-07 22:16:16 +09:00 |
|
Jeff Teunissen
|
4bd37e7b64
|
Switch to C-style function declarations.
Doxygen hates the QuakeC-style function prototypes we use, so switch to the
C-style prototypes.
|
2010-12-11 20:31:59 -05:00 |
|
Bill Currie
|
8abb9a69aa
|
remove support for an optional = in struct/union declarations
|
2010-01-13 06:34:32 +00:00 |
|
Bill Currie
|
d996c364b8
|
massively speedup savegame scanning (and bump the menu progs memory size again :/)
|
2007-05-13 03:56:08 +00:00 |
|
Bill Currie
|
6ecb707257
|
revamp the struct system so "struct foo;" does the right thing (ala C)
|
2003-07-30 04:11:45 +00:00 |
|
Bill Currie
|
fd7636137d
|
implement a proper (and optionally secure) QFile interace for ruamoko.
|
2003-02-14 18:17:17 +00:00 |
|