fteqw/engine/qclib
Spoike 7e7582b734 I feel that '#pragma warning disable Q302' will shortly be overused...
Added -Kno-ifstring parameter to break correction of if(string) to testing for null instead of empty string.
Added a couple of fixes for stacked function calls.
The reference and dereference (& and *) operators are now working with -Tfte! Woot.
Function calls to functions taking integer arguments with a floating point parameter have been tweeked to supply an implicit conversion rather than erroring all of a sudden.


git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@407 fc73d0e0-1445-4013-8a0c-d673dee63da5
2004-11-13 17:18:34 +00:00
..
.cvsignore Updated by TortoiseCVS 2004-08-25 03:45:51 +00:00
cmdlib.h Initial Checkin 2004-08-23 01:38:21 +00:00
comprout.c Should now be able to cope with malloc errors better by disabling the compiler entirly if the problem occurs. 2004-10-03 10:15:15 +00:00
execloop.h assignment to world now names a function. 2004-11-08 11:46:34 +00:00
execloop16.h Initial Checkin 2004-08-23 01:38:21 +00:00
execloop16d.h Well, that'll make debugging less crashy... 2004-10-01 22:20:50 +00:00
execloop32.h Well, that'll make debugging less crashy... 2004-10-01 22:20:50 +00:00
execloop32d.h Well, that'll make debugging less crashy... 2004-10-01 22:20:50 +00:00
gui.h extra files needed for windows gui compiler. 2004-08-25 03:42:49 +00:00
hash.c lots of changes. 2004-09-20 23:25:38 +00:00
hash.h Initial Checkin 2004-08-23 01:38:21 +00:00
initlib.c lots of changes. 2004-09-20 23:25:38 +00:00
Makefile Few bug fixes and some q3 compatable shaders. 2004-10-19 16:10:14 +00:00
pr_comp.h Revised array usage, partly added pointers, added a couple of warnings (preventing crashes...) and fixed two array bugs that appear with non-vector arrays with > 15 elements. 2004-11-04 04:19:10 +00:00
pr_edict.c freeing free ents is now more user friendly. 2004-11-08 11:45:14 +00:00
pr_exec.c run errors are better now. 2004-11-08 11:45:45 +00:00
pr_multi.c Initial Checkin 2004-08-23 01:38:21 +00:00
progsint.h lots of changes. 2004-09-20 23:25:38 +00:00
progslib.h lots of changes. 2004-09-20 23:25:38 +00:00
progtype.h Initial Checkin 2004-08-23 01:38:21 +00:00
qcc.dsp fixed compilation problems with the release target. 2004-11-03 04:20:11 +00:00
qcc.h I feel that '#pragma warning disable Q302' will shortly be overused... 2004-11-13 17:18:34 +00:00
qcc_cmdlib.c I feel that '#pragma warning disable Q302' will shortly be overused... 2004-11-13 17:18:34 +00:00
qcc_pr_comp.c I feel that '#pragma warning disable Q302' will shortly be overused... 2004-11-13 17:18:34 +00:00
qcc_pr_lex.c I feel that '#pragma warning disable Q302' will shortly be overused... 2004-11-13 17:18:34 +00:00
qccgui.c I feel that '#pragma warning disable Q302' will shortly be overused... 2004-11-13 17:18:34 +00:00
qccguistuff.c Revised array usage, partly added pointers, added a couple of warnings (preventing crashes...) and fixed two array bugs that appear with non-vector arrays with > 15 elements. 2004-11-04 04:19:10 +00:00
qccmain.c I feel that '#pragma warning disable Q302' will shortly be overused... 2004-11-13 17:18:34 +00:00
qcd.h Initial Checkin 2004-08-23 01:38:21 +00:00
qcd_main.c Initial Checkin 2004-08-23 01:38:21 +00:00
qcdecomp.c lots of changes. 2004-09-20 23:25:38 +00:00