Commit Graph

27 Commits (master)

Author SHA1 Message Date
an 49b23bd290 fix various standards violations 2019-12-07 12:28:58 -05:00
an 96b1ebca95 fix naming inconsistency with gotos 2019-12-07 11:26:29 -05:00
an 0c63cad638 make COM_LoadCacheFile not useless 2019-12-04 05:53:54 -05:00
an c9eb79e2c6 add BytesX functions 2019-12-03 14:44:52 -05:00
an 8fd7e7ba10 use platform specific endian swap functions (in our case SDL's) 2019-12-03 13:13:00 -05:00
an 98eec98361 move Read* functions to common.h 2019-12-03 09:24:06 -05:00
an 61fa56b316 fix random crap 2019-12-03 08:23:56 -05:00
an 7fcd77c295 remove obsolete code 2019-12-03 07:48:19 -05:00
an 0870dfba2e make progs not a pointer 2019-12-03 02:31:56 -05:00
an c47de412bd fix standards violations 2019-12-03 02:02:24 -05:00
an 39ceff0005 remove redundant code and a fair amount of references to quake 2019-12-02 10:20:59 -05:00
an 8df34b4c3f move quakedefs to q_defs 2019-12-02 10:07:37 -05:00
an 55aef43175 fix fungusy architecture crap 2019-12-02 07:24:20 -05:00
an 1e5b30ba49 remove the rest of the antipiracy 2019-11-28 21:19:42 -05:00
an 9b0adc84c5 remove quakespasm extensions to fitzquake 2019-11-26 21:07:09 -05:00
an dd68032f7d use arraysizeof/strsizeof macros for array/string sizes 2019-11-26 21:06:48 -05:00
an a3995e795d remove antipiracy 2019-11-26 20:39:34 -05:00
an ef6a1262c5 astyle 2019-11-25 20:40:18 -05:00
an 5368518173 PRIiXX 2019-11-25 19:56:15 -05:00
an 866148d531 dumb test 2019-11-25 19:49:58 -05:00
an 3a9d2a8db0 replace qboolean with stdbool 2019-11-25 18:28:38 -05:00
an 5d5dc61d1b signed char -> int8_t (ISO/IEC 2382-1:1993) 2019-11-25 17:38:05 -05:00
an f86e0719bb unsigned char -> uint8_t (ISO/IEC 2382-1:1993) 2019-11-25 17:23:46 -05:00
an b4c25eb4d9 short -> int16_t 2019-11-25 17:15:33 -05:00
an ab64303a7f unsigned short -> uint16_t 2019-11-25 17:09:48 -05:00
an 34c4b96309 unsigned int -> uint32_t 2019-11-25 17:05:12 -05:00
an 242a51027b initial commit 2019-11-24 23:45:15 -05:00