Thread: 3 Bugs
View Single Post
  #7  
Old 07-15-2001, 09:25 PM
FxChiP FxChiP is offline
Registered User
Join Date: Mar 2001
Location: Pittsburgh, PA
Posts: 451
FxChiP is on a distinguished road
Send a message via ICQ to FxChiP Send a message via AIM to FxChiP
Quote:
Originally posted by Stefan
24 bit is 3 times 8 bit...

The memory taken by graal is mainly
the video memory, which depends on
the video resolution (16bit takes less).
In true color only the tiles take 4MB,
then there are the state.png, sprites.png,
bodies, heads, swords.
If you see that programs like
Internet Explorer take 10MB minimum
it is not really much, but I am working
on making it even better optimized.
The main problem is that Graal needs
to use the windows functions for images,
but those are very buggy and eat
resources and have leaks
If video memory is what the PNGs are taking up, then there's your light problem with Voodoo3 (my card at least) when Graal's in fullscreen. It depends on how much the other files take up, and the more the other PNGs take away (my card has 16 MB of video memory maximum), the less memory there is left for the surface below the alpha blending.

I've been hearing that you're going to add OpenGL on Graal. That will probably fix all of your problems with light effects and Voodoo3, since it happily supports OpenGL. Just have OpenGL as the only thing that will work when Graal is in OpenGL mode.

But if you're not working on that, well, I think it would be a good idea to start on...
__________________


"The administrators of Graal Online will not be responsible for corrupting of young minds. " -User Agreement.. heh-heh-heh

"4. Racial intolerance is not allowed. [NEW!]" -User License Agreement (I love the "[NEW!]" part)

"No more drugs for THAT man!" -TrueHeaT

"... or does
it stand for something like
'[B]hala is the [M]an who decides so lets [X]ross the fingers'?)" -Stefan, in response to a guild dispute over the guild name "BMX"

[img src=http://www.lucitanica.f2s.com/shaun-revolutionsig.gif]
Time to piss Lycia off!
Reply With Quote