One of the biggest things keeping -mem/-heapsize numbers up is the video

memory in software mode. This is now taken care of, the memory is now
grabbed using calloc.

On Unix systems and all systems using SDL, the default video memory is now
8MB. This should now be enough for almost everybody, unless you have some
truly huge maps and boatloads of sounds. The minimum memory allowable is
now down to 4MB, but complex maps and/or models can cause the game to quit
-- not like this wasn't a problem already with the old 5.3MB lower limit,
but there it is.
This commit is contained in:
Jeff Teunissen 2000-10-18 10:16:11 +00:00
parent 2682888425
commit 17ea696c0d
10 changed files with 258 additions and 168 deletions

View file

@ -205,7 +205,7 @@ void Sys_Init (void)
if ((vinfo.dwMajorVersion < 4) ||
(vinfo.dwPlatformId == VER_PLATFORM_WIN32s))
{
Sys_Error ("This version of " PROGRAM " requires at least Win95 or NT 4.0");
Sys_Error ("This version of " PROGRAM " requires a full Win32 implementation.");
}
if (vinfo.dwPlatformId == VER_PLATFORM_WIN32_NT)