Module twilight: Change committed

warp at icculus.org warp at icculus.org
Sun Jul 6 04:02:07 EDT 2003


Commiter   : warp
CVSROOT    : /cvs/cvsroot/twilight
Module     : twilight
Commit time: 2003-07-06 08:02:07 UTC

Log message:

Textures from bsp files now appear as
'<path to bsp>/<map name>/<texture>.lmp'

We now load textures via the file system and, oh dear, this means that
other textures with the right name might get used instead, ah well, the
price of progress.

The search path is something like:
maps/<map>/<texture>
override/<map>/<texture>
textures/<map>/<texture>
override/<texture>
textures/<texture>

FS_FindFiles_Complex no longer takes a list of extensions for each
different file name.

GLT_Load_image now again takes a palette argument.

Actually call VID_Init under QW, oops.

Probably a few other things that I'm forgetting.

Modified files:
     src/fs/Makefile.am src/fs/fs.c src/fs/fs.h src/image/image.c
     src/qw/cl_main.c src/renderer/gl_light.c src/renderer/gl_main.c
     src/renderer/gl_textures.c src/renderer/gl_textures.h
     src/renderer/mod_brush.c src/renderer/sky.c src/renderer/sky.h

Added files:
     src/fs/bsp.c src/fs/bsp.h
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: twilight.20030706.080207.warp.diff
URL: <http://icculus.org/pipermail/twilight-commits/attachments/20030706/2cccd2fb/attachment.diff>


More information about the twilight-commits mailing list