Bill Currie
|
38254186da
|
other than floats, progs should now be int size safe
|
2007-04-04 12:30:49 +00:00 |
|
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
|
761a7546dd
|
re-arrange things so __attribute__ and __builtin_expect are properly
autoconfiscated so rcsid will continue to work with gcc 3.3
|
2003-01-15 15:31:36 +00:00 |
|
Bill Currie
|
a7b5b56a2c
|
implement Z_Realloc, PR_Zone_Realloc and pr_obj_realloc
|
2002-05-29 20:58:53 +00:00 |
|
Bill Currie
|
c76f7d88ce
|
fix an API snafu (oops:)
|
2002-01-30 08:09:53 +00:00 |
|
Bill Currie
|
0ea713eda4
|
redo the progs loader to allocate all the memory needed for progs in one
shot, allowing for caller specified alloc and edicts and zone memory sizes.
(progs + edicts + zone).
|
2002-01-29 20:53:44 +00:00 |
|
Bill Currie
|
68637eea9e
|
start implementing dynamic memory for progs
|
2002-01-23 22:35:48 +00:00 |
|