Bill Currie
|
b5a960c57b
|
fix nq's gamedir handling for the -hipnotic etc shortcuts
|
2003-05-09 21:10:59 +00:00 |
|
Bill Currie
|
31db390df5
|
rename cl_overlay_gravity to cl_scoreboard_gravity, rename the hud/sbar,
stuff from cl_* to hud_*, add hud_scoreboard_gravity to nq.
|
2003-05-09 20:30:50 +00:00 |
|
Bill Currie
|
aaba7260e9
|
auto-arange the hud if the screen is too small for hipnotic or rogue
|
2003-05-09 19:24:48 +00:00 |
|
Bill Currie
|
63fda1c0d8
|
almost lost the rogue ammo icons :)
|
2003-05-09 17:24:11 +00:00 |
|
Bill Currie
|
ae9e666b34
|
rogue hud working now. not sure I'm happy with the way the ammo's drawn
though as rogue didn't (seem to) supply unhighlighted versions of their
alt weapon icons.
|
2003-05-09 16:52:41 +00:00 |
|
Bill Currie
|
806ba15f33
|
fix a couple warnings
|
2003-05-09 15:30:18 +00:00 |
|
Bill Currie
|
7f11d7c127
|
get hipnotic's sbar working properly, with a hud to boot!!! :)
|
2003-05-09 07:27:46 +00:00 |
|
Ragnvald Maartmann-Moe IV
|
6763d73f99
|
Make glError testing static, for now, to shut up compiler warnings.
|
2003-05-09 05:22:30 +00:00 |
|
Ragnvald Maartmann-Moe IV
|
f6b556a3a1
|
*beats CVS with the cluebat*
|
2003-05-09 01:41:56 +00:00 |
|
Ragnvald Maartmann-Moe IV
|
09fa88e637
|
Don't export R_TestErrors.
|
2003-05-09 01:30:22 +00:00 |
|
Bill Currie
|
5f3573143a
|
the beginnings of a jihad against buffer overflows
|
2003-05-08 23:24:02 +00:00 |
|
Bill Currie
|
be0b3867c7
|
add dstring_copy and dstring_copystr to make dstring init easier
|
2003-05-08 23:05:39 +00:00 |
|
Ragnvald Maartmann-Moe IV
|
d68b4b6121
|
\n is nice occasionally.
|
2003-05-08 22:32:02 +00:00 |
|
Ragnvald Maartmann-Moe IV
|
28dd1612c3
|
Clean up glError handling.
|
2003-05-08 22:16:30 +00:00 |
|
Bill Currie
|
4bb1095951
|
stock sbar and hud seem to be working in nq (fps back, too:)
|
2003-05-08 21:22:33 +00:00 |
|
Bill Currie
|
c81b1b549d
|
make the fps etc display move with changing viewsize
|
2003-05-08 15:12:46 +00:00 |
|
Bill Currie
|
6e103fe928
|
add cl_overlay_gravity cvar to control the placement of the scoreboard
overlay
|
2003-05-08 06:29:53 +00:00 |
|
Bill Currie
|
0a5f3c31eb
|
ping/pl/fps/time now stays put and is now in the client rather than the
renderer (so nq is currently missing it)
|
2003-05-08 05:49:57 +00:00 |
|
Bill Currie
|
878c1c59ba
|
hud works again
|
2003-05-08 04:13:42 +00:00 |
|
Bill Currie
|
5bd0280d1b
|
more inlining of varargs function avoidance
|
2003-05-07 21:20:00 +00:00 |
|
Bill Currie
|
5fb3b4e547
|
fix a warning and correct some vid.height usages
|
2003-05-07 21:10:37 +00:00 |
|
Bill Currie
|
e03ad81425
|
reduce the code duplication in the deathmatch overlay code
|
2003-05-07 21:03:58 +00:00 |
|
Bill Currie
|
52f96e2e3b
|
whitespace
|
2003-05-07 19:53:08 +00:00 |
|
Bill Currie
|
5e56e01790
|
qw now has centered scoreboard :)
|
2003-05-07 17:23:18 +00:00 |
|
Bill Currie
|
1fcf04b0ae
|
get the score overlays working again (not `viewed' yet)
|
2003-05-07 16:35:54 +00:00 |
|
Bill Currie
|
c939351276
|
non-hud status bar now using the view api. hud version currently not
working but that should be fixed soon :)
|
2003-05-07 15:58:15 +00:00 |
|
Bill Currie
|
0ebf9d6afc
|
more inline avoidance
|
2003-05-07 15:00:17 +00:00 |
|
Bill Currie
|
9cab099383
|
more inline stuff
|
2003-05-07 07:18:36 +00:00 |
|
Bill Currie
|
dc9d2c89da
|
fix various sizing issues
|
2003-05-07 07:10:15 +00:00 |
|
Bill Currie
|
c903cfdb78
|
still more inline guff
|
2003-05-07 05:41:46 +00:00 |
|
Bill Currie
|
63c804310c
|
more inline avoidance
|
2003-05-07 04:24:50 +00:00 |
|
Bill Currie
|
0fec378e31
|
view.c needs to be in the main console lib rather than the client plugin
and make view_draw the default draw function for new views
|
2003-05-07 04:24:20 +00:00 |
|
Bill Currie
|
6fb5acc868
|
more auto-inline avoidance
|
2003-05-07 02:45:17 +00:00 |
|
Bill Currie
|
fa670c30da
|
make sure Net_LogPrintf can't get inlined, tell gcc it's a printf style
function and clean up the resulting warnings
|
2003-05-07 01:49:31 +00:00 |
|
Bill Currie
|
4dcc29a136
|
bloody gcc deciding #import isn't good enough :P
|
2003-05-06 21:52:58 +00:00 |
|
Bill Currie
|
a4abf526e8
|
there's no need to call Con_CheckResize every frame and it's now
detrimental anyway
|
2003-05-06 18:00:03 +00:00 |
|
Bill Currie
|
c397504b74
|
fix menu centering for 320xY
|
2003-05-06 03:19:29 +00:00 |
|
Bill Currie
|
f12f4a8898
|
add view_insert to provide greater control over view order
|
2003-05-06 02:41:37 +00:00 |
|
Bill Currie
|
b2bbcb30c6
|
fix the missing chat input line
|
2003-05-06 02:30:38 +00:00 |
|
Bill Currie
|
56bfc6dc45
|
fix the input line location bug and change enabled to visible due to
enabled meaning something else in UIs
|
2003-05-06 02:25:46 +00:00 |
|
Bill Currie
|
508fb4fb5c
|
new view stuff mostly working. just a few visual bugs to iron out
|
2003-05-06 02:19:13 +00:00 |
|
Bill Currie
|
1bdcd879be
|
initial work on dynamic view support for the console. I'm aware that
QF/view.h vs view.h may cause some confusion, but I'm hoping to eleminate
view.h.
Also put the sample hud.txt into docs so it doesn't get lost.
|
2003-05-05 18:50:14 +00:00 |
|
Bill Currie
|
789c7f47d6
|
update the copyright year
|
2003-05-05 18:35:28 +00:00 |
|
Bill Currie
|
06608fbf37
|
round the mmap length up to the nearest page size
|
2003-04-30 14:55:58 +00:00 |
|
Bill Currie
|
95ae17acc1
|
I don't know why MAP_SHARED is needed, but it's not compatable with
write-only mode, so make it part of snd_oss_rw
|
2003-04-30 02:52:41 +00:00 |
|
Bill Currie
|
09f3f1ea26
|
mindHog's plugin global symbol handling patch so his python plugin can work
(reloads the plugin with RTLD_GLOBAL if the plugin requests it).
|
2003-04-30 02:14:44 +00:00 |
|
Bill Currie
|
ff299c347b
|
add map to admin commands for DrSpliff
|
2003-04-29 21:45:57 +00:00 |
|
Bill Currie
|
30b25af44b
|
bring back the rw/wo code
|
2003-04-29 03:14:37 +00:00 |
|
Bill Currie
|
18ae5b7513
|
compile fixes for the alpha
|
2003-04-28 21:02:03 +00:00 |
|
Bill Currie
|
c6094b9cea
|
mindHog's patch for making Hash_DelElement work the way he wanted it to
|
2003-04-28 19:55:03 +00:00 |
|