warzone2100/lib/ivis_common
Dennis Schridde 6d55622b75 Several changes to texture loading:
- Be safer with stringlengths
- Create "page-123" texpages in pie_Pagename(). This code is needed since WZ might have loaded a different variant of a texpage (-urban,-arizona,...) and thus can only find it by the common "page-123" part
- Output filename on errors in in PNG loading
- Be a little bit less forgiving for wrong case
- Convert all TEXTURE references in PIE files to lowercase and replace 'fx`s' with 'fx', also replace 'urban area' and 'bases urban' with just 'urban' to keep consistency


git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1505 4a71c877-e1ca-e34f-864e-861f7616d084
2007-04-19 18:04:41 +00:00
..
Makefile.am - Remove unneeded gettext files and instead create them via autopoint 2007-04-02 17:21:05 +00:00
Makefile.raw Fix Makefile.raw too 2007-02-16 22:33:46 +00:00
bitimage.c FREE->free, MALLOC->malloc (sed+review) 2007-04-15 10:43:05 +00:00
bitimage.h Code-Cleanup: remove a lot of type,function,variable 2007-04-10 17:01:53 +00:00
bspfunc.h Code-Cleanup: remove a lot of type,function,variable 2007-04-10 17:01:53 +00:00
bspimd.h Code-Cleanup: remove a lot of type,function,variable 2007-04-10 17:01:53 +00:00
imd.c FREE->free, MALLOC->malloc (sed+review) 2007-04-15 10:43:05 +00:00
imd.h Code-Cleanup: remove a lot of type,function,variable 2007-04-10 17:01:53 +00:00
imdload.c Several changes to texture loading: 2007-04-19 18:04:41 +00:00
ivi.h Code-Cleanup: remove a lot of type,function,variable 2007-04-10 17:01:53 +00:00
ivisdef.h Code-Cleanup: remove a lot of type,function,variable 2007-04-10 17:01:53 +00:00
ivispatch.h * remove macro PTRVALID 2007-04-03 13:20:41 +00:00
pcx.c Several changes to texture loading: 2007-04-19 18:04:41 +00:00
pieblitfunc.h * Remove support for decoding (and encoding in case of screenshot dump code) of JPEG pictures 2007-04-17 18:24:31 +00:00
pieclip.c - Replaced various vectors with Vector3i and Vector3f (idea by Watermelon) 2007-03-16 16:20:16 +00:00
pieclip.h Clean up pieclip.c, based on patch by Gerard Krol. 2007-02-17 23:03:48 +00:00
piedef.h * change pie_PNGLoadMem to pie_PNGLoadFile which (as the name suggests) now loads textures directly from PNG files (rather than memory buffers) 2007-04-16 22:29:44 +00:00
piefunc.h Code-Cleanup: remove a lot of type,function,variable 2007-04-10 17:01:53 +00:00
piemode.h A speed up for people who are fillrate limited: 1. The stencil buffer is no longer cleared each frame when shadows are disabled. 2. The color buffer 2007-03-30 17:38:35 +00:00
piepalette.h - Replaced various vectors with Vector3i and Vector3f (idea by Watermelon) 2007-03-16 16:20:16 +00:00
piestate.c Remove the "additive" option and related code, which did nothing. 2007-02-24 20:26:54 +00:00
piestate.h Fix some problems introduced in r1286: 1. flickering water edges 2. transparent water was not correctly drawn 2007-04-05 14:32:13 +00:00
pietypes.h - Replaced various vectors with Vector3i and Vector3f (idea by Watermelon) 2007-03-16 16:20:16 +00:00
rendfunc.h Code-Cleanup: remove a lot of type,function,variable 2007-04-10 17:01:53 +00:00
rendmode.h - Replaced various vectors with Vector3i and Vector3f (idea by Watermelon) 2007-03-16 16:20:16 +00:00
tex.h Several changes to texture loading: 2007-04-19 18:04:41 +00:00
textdraw.h Code-Cleanup: remove a lot of type,function,variable 2007-04-10 17:01:53 +00:00