Jeff Teunissen
01e74328c2
Fix qwaq build.
2002-08-17 23:03:26 +00:00
Jeff Teunissen
8cee7b7e4a
Whoops! Need to add the header changes.
2002-08-17 07:17:53 +00:00
Jeff Teunissen
51ce063486
Implement Size and Rect.
2002-08-17 06:47:03 +00:00
Jeff Teunissen
5e1ce57322
Okay, this might or might not work (but it should). It's the beginning of the
...
Ruamoko standard library overhaul.
2002-08-17 05:27:34 +00:00
Ragnvald Maartmann-Moe IV
52588e0698
Not a basic instruction. ;)
2002-08-17 03:25:54 +00:00
Bill Currie
300f638647
finalize the move of the menu code
2002-08-16 22:58:44 +00:00
Bill Currie
c1c6c05cf5
pr_obj.c:
...
delay class fixups so order doesn't matter
class.c:
write out the class and category diffs properly
2002-08-16 22:53:37 +00:00
Bill Currie
e1f6830067
missed this too, bah!
2002-08-16 22:00:54 +00:00
Bill Currie
f8e365553f
should have committed this with the previous commit
2002-08-16 21:58:48 +00:00
Bill Currie
a27041c3ef
prepare to move the client menu code. not used yet due to some ObjQC bugs
...
and I don't think people would appreciate losing their menus :)
2002-08-16 21:54:21 +00:00
Bill Currie
c1f5659977
bi_inputline.c:
...
add InputLine_SetUserData
pr_resolve.c:
report the correct missing symbol (self instead of time)
2002-08-16 21:52:37 +00:00
Bill Currie
932ac624bd
more error checking fixes
2002-08-16 20:49:32 +00:00
Bill Currie
a12fa85506
bring in most of the remaining api bits from cs-code (except string and
...
stringh: I'm not really that keen on those interfaces and I'ld like to
see them go away) and create libcsqc for most of it (key goes into gui)
2002-08-16 20:15:10 +00:00
Bill Currie
5a9e5277c9
add the draw api interface with a QPic class
2002-08-16 19:57:26 +00:00
Bill Currie
8a431570b8
generate the selector name in the correct order for selector expressions
2002-08-16 19:50:16 +00:00
Bill Currie
e2adc436db
make it clearer just what the inputline params are
2002-08-16 18:42:09 +00:00
Bill Currie
4b1ceb9795
hopefully take care of glGetProcAddress type once and for all :)
2002-08-16 18:29:21 +00:00
Bill Currie
a4fa9da4f1
ingore some autotools files
2002-08-16 17:54:12 +00:00
Bill Currie
dc10116fc3
clean up some bitrot
2002-08-16 17:52:17 +00:00
Bill Currie
6c5cad0806
make dist fixes
2002-08-16 17:20:40 +00:00
Bill Currie
cab813c559
check the scope when checking for duplicate vector sub-defs
2002-08-16 16:51:00 +00:00
Ragnvald Maartmann-Moe IV
3b65cbc35d
Raorn's SDL_GL_GetProc support. Makes -sgl targets work again, hopefully on windows as well as linux.
...
Now just need to get key repeat, focus handling and sound blocking on focus loss working like x11 input system does, and sdl support will be in pretty good shape. And clean out all the stupid #ifdefs...
2002-08-16 07:53:11 +00:00
Bill Currie
f068b47c0c
complain when MAX_PACKET_ENTITIES gets hit to see if this is our problem
2002-08-15 21:11:57 +00:00
Bill Currie
045e52cf14
start working on gui stuff for the new client menus and make the header file
...
protection macros consistent
2002-08-15 21:00:51 +00:00
Bill Currie
45a1ef2140
allow assignment of any pointer type to void pointers
2002-08-15 20:13:18 +00:00
Bill Currie
20394c3a4d
add Makefile and Makefile.in
2002-08-15 19:09:48 +00:00
Bill Currie
75ec07705c
bugger the dependencies, I want to be able to use this stuff for the menus!
2002-08-15 19:08:44 +00:00
Bill Currie
f753dd82ae
put \n on some error messages
2002-08-15 19:06:21 +00:00
Bill Currie
36ca7b55bd
fix several problems caused by insufficient error checking and some double
...
Qclose calls
2002-08-15 18:53:03 +00:00
Bill Currie
00c6d011e7
forgot qwaq relied on cs-code's object.r
2002-08-15 18:51:58 +00:00
Bill Currie
dce4bacf41
remove the redundant object.* files now that ruamoko exists (they're not used
...
here anyway)
2002-08-15 17:34:55 +00:00
Ragnvald Maartmann-Moe IV
c86565307b
Use function pointers for DeathmatchOverlay, instead of a ridiculous if/else tangle. Bulkier, but considerably faster.
2002-08-15 09:38:23 +00:00
Bill Currie
8842d12f5f
prototypes seem ok now and fix dependecy tracking for newer cpp
2002-08-15 07:24:56 +00:00
Bill Currie
d97a584c4f
get everything compiling again. there are likely still incorrect prototypes
2002-08-15 07:05:17 +00:00
Bill Currie
118fc4b3ef
create prototypes and linkages for all the server builtins, both nq and qw
2002-08-15 06:56:37 +00:00
Bill Currie
0ebaa9834b
fix a vim snafu
2002-08-15 03:22:58 +00:00
Bill Currie
01c375c7db
update test verbosity checks for the new default verbosity
2002-08-14 22:38:24 +00:00
Bill Currie
bfd02b6412
mess around with the builtin comments
2002-08-14 22:33:10 +00:00
Bill Currie
d34c7259dd
make it possible to get to the console via the menu for when ` doesn't work
2002-08-14 22:03:44 +00:00
Bill Currie
141df55965
zap some FIXMEs
2002-08-14 20:01:23 +00:00
Bill Currie
9c79651d43
scan for saved files when menu_load or menu_save is used
2002-08-14 19:38:23 +00:00
Bill Currie
8adad57941
Make the cbuf api use a supplied cbuf rather than allocating its own. Kills
...
a FIXME and (Closes : #32 )
2002-08-14 18:45:09 +00:00
Bill Currie
8f9d7079e4
forgot to remove the .deps dir on clean
2002-08-14 16:24:29 +00:00
Bill Currie
a88b8e07b5
hide the .d files
2002-08-14 16:15:20 +00:00
Bill Currie
f39c65e236
make building the whole lot easier
2002-08-14 15:59:27 +00:00
Bill Currie
bbaaaae81c
add the beginnings of a library for mods and a mod using the new features
...
of qfcc. doesn't do much yet.
2002-08-14 15:40:30 +00:00
Ragnvald Maartmann-Moe IV
520a3c0a90
Tiny speedup, cleanup.
2002-08-14 10:49:38 +00:00
Bill Currie
1a0cf8d1f4
remove some redundant/incorrect code
2002-08-14 06:28:38 +00:00
Bill Currie
7ed7938b1c
get colored lighting working reasonably well
2002-08-14 05:45:50 +00:00
Brian Koropoff
513b5737f9
Got indexing into variables working and cleaned up variables a bit.
...
Partially translated zoom.gib into the new language, but it isn't done yet.
2002-08-14 05:28:07 +00:00