Commit Graph

51 Commits (8fd7e7ba107c17e30d368001d0a4ab99ad4cfd6a)

Author SHA1 Message Date
an 8fd7e7ba10 use platform specific endian swap functions (in our case SDL's) 2019-12-03 13:13:00 -05:00
an a8422bd857 use type and context safe generic macros for CLAMP/q_min/q_max 2019-12-03 13:12:02 -05:00
an ee5d47e1c5 move SDL sources to their own folder 2019-12-03 13:09:40 -05:00
an e7847be538 make pr_strings const 2019-12-03 09:24:37 -05:00
an 98eec98361 move Read* functions to common.h 2019-12-03 09:24:06 -05:00
an 654fe5af8a sunder pr_edict/pr_load/pr_string 2019-12-03 08:59:16 -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 da538dc69f remove IS_NAN (isnan exists) 2019-12-03 01:51:23 -05:00
an 7b2975f5ba remove E_ functions 2019-12-02 10:37:05 -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 6909073d3d make messages consistent 2019-12-02 10:01:47 -05:00
an 2473e7d835 fix header defines 2019-12-02 10:00:56 -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 7396d8e285 butts 2019-11-28 19:24:30 -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 796107d4cc dynamically allocate static entities 2019-11-25 22:48:40 -05:00
an 276eae53c6 dynamically allocate visedicts 2019-11-25 22:38:21 -05:00
an dce72d376b dynamically allocate beams 2019-11-25 22:29:45 -05:00
an 97ef220fb9 dynamically allocate tempents 2019-11-25 22:23:25 -05:00
an a1bd4a0862 dynamically allocate dynamic lights 2019-11-25 22:00:40 -05:00
an ef6a1262c5 astyle 2019-11-25 20:40:18 -05:00
an 00a944ce24 use more PRIxXX 2019-11-25 20:29:41 -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 33ea8d7496 stop that 2019-11-25 19:47:53 -05:00
an 0f96a959d3 assorted fixes 2019-11-25 19:43:50 -05:00
an 16e7b4373d remove more unused crap 2019-11-25 18:37: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 d77b584f45 remove unnecessary code 2019-11-25 17:18:13 -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 a24e23f6d7 fix misc errata 2019-11-25 16:33:54 -05:00
an 2ebc7fb7dd fix errata 2019-11-25 16:20:03 -05:00
an d03dd0c701 replace COMPILE_TIME_ASSERT with _Static_assert 2019-11-25 15:09:21 -05:00
an 3bbba8adce replace version numbers with strings 2019-11-25 01:55:47 -05:00
an 8452118b9c soft merge bgm and cdaudio functions 2019-11-25 01:55:37 -05:00
an 98b8e36bdc remove useless code 2019-11-25 01:41:23 -05:00
an b5dcbff08d remove wave and xmp codecs, fix platform stuff 2019-11-25 01:40:43 -05:00
an 408f1ea5fe make umx codec vital, make other codecs non-vital 2019-11-25 01:05:46 -05:00
an 40264fdea9 make userdir handling vital, use XDG standard directories 2019-11-25 01:00:00 -05:00