]> git.xonotic.org Git - xonotic/darkplaces.git/history - qtypes.h
keysym2ucs: Delete. Was only used for the GLX client which no longer exists
[xonotic/darkplaces.git] / qtypes.h
2021-07-22 CloudwalkMerge branch 'Mario/dpk_support' of gitlab.com:xonotic...
2021-07-18 Cloudwalkqtypes: Define shorthand typenames for stdint types...
2020-09-17 cloudwalkRename qboolean to qbool
2020-07-11 cloudwalkImprove clang support. Add tcc support. Clang builds...
2020-06-30 cloudwalkDisable PRVM_64 until it can be developed further....
2020-06-15 cloudwalkUse stdint.h types instead of self-defined dp[u]int
2020-06-15 cloudwalkClean up qtypes.h a bit by including stdbool.h no matte...
2020-05-28 cloudwalkImplement experimental hook-like system, with working...
2020-05-26 cloudwalkClean up qtypes.h. Use stdbool.h on non-MSVC. Replace...
2020-01-09 havocCorrected names in credits to be more accurate and...
2018-04-14 havocEnable PRVM_64 - the QuakeC VM will run as 64bit (using...
2018-03-25 havocChange shader permutation flags to 64bit.
2013-04-17 havocadd prvm_uint_t type
2012-04-15 havocdisable PRVM_64 until the bugs are worked out
2012-04-04 havocenable PRVM_64 define
2012-04-04 havocadded PRVM_64 define which upgrades the QC VM to double...
2010-02-18 havocmove RESTRICT keyword define to qtypes.h and add it...
2009-12-24 havocdon't use ssize_t
2009-12-24 havocchange a few WIN64 checks to _WIN64 (which actually...
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-10-21 havocgave names to nearly all structs and enums which should...
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-07-05 havocmore fixes
2005-07-05 havocadded a 64bif fs_offset_t type to clean up most of...
2004-11-22 molivierSeveral changes to the SFX lock code in the sound engin...
2002-07-07 havocadded a qtypes.h for little things like qbyte and such