Bill Currie
|
99c0954b47
|
the big dso visibility patch :). Sure, we have to have unique names for static builds, but with controlled visibitly we should get faster program loads (although this isn't C++, so it's not as bad) and complex plugins are cleaner.
|
2007-03-10 12:00:59 +00:00 |
|
Bill Currie
|
3fb03fc2be
|
hah, should have been using __attribute__((used)) all that time (rather
than __attribute__((unused))). fixes the missing console in -x11
|
2005-08-04 15:27:09 +00:00 |
|
Bill Currie
|
3a709cac0f
|
revamp the server curses code to use views (planning on "watch windows" for
debugging things)
|
2005-06-14 11:30:33 +00:00 |
|
Bill Currie
|
28e2679f0b
|
while downward overlapped memcpys are safe, shut up valgrind
|
2003-08-13 17:07:42 +00:00 |
|
Bill Currie
|
7e657c49f1
|
fix a buffer overflow (order of ops)
|
2003-05-16 19:36:03 +00:00 |
|
Bill Currie
|
dc9d2c89da
|
fix various sizing issues
|
2003-05-07 07:10:15 +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
|
f12f4a8898
|
add view_insert to provide greater control over view order
|
2003-05-06 02:41:37 +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 |
|