1
0
Fork 0
Commit graph

7 commits

Author SHA1 Message Date
mfranz
7208f2d695 thanks to Erik's texture map I can now drop empty.rgb altogether and just
specify the same texture in the "foo.lighted" and "foo.unlighted" material
entry. This also allows to drop the state cloning and thereby solves the
most urgent apt_signs.cxx TODO. :-)
2006-04-22 13:40:58 +00:00
mfranz
6e36a0a8db now even smaller: 576 Bytes on disk, 64 bytes in memory 2006-04-22 09:45:50 +00:00
mfranz
5e192df677 now really empty. Kind of. 2006-04-21 15:00:09 +00:00
mfranz
4c3c3310c4 save some texture memory by setting a very small 8x8 texture. Otherwise
the matlib would use unknown.rgb, which is 256x256. And plib would AFAICS
load it 5 times, because it is too stupid to share the contents.
2006-04-20 20:00:29 +00:00
mfranz
1f466f51ef moved start/stop frame to end; fix divider 2006-04-11 16:01:09 +00:00
mfranz
ecbf793035 replace sign textures by (ugly ;-) lower-res versions. At this occasion also
change names to lower-case for consistency reasons.)
2006-04-10 15:34:41 +00:00
mfranz
f08eeef5af sign fonts:
Y ... black on yellow            -> direction, destination, boundary
R ... white on red               -> mandatory instruction
L ... yellow on black with frame -> runway/taxiway location
B ... white on black             -> runway distance remaining
2006-04-09 19:24:23 +00:00