Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
stream.readLine()
SeekableReadStream::readLine() wasn't finding the CRLF's properly
|
|
|
|
|
|
|
|
|
|
So extends dont extend from 0,0
|
|
So entries can be easily identified and removed if necessary
|
|
beginning of each frame
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
properly for longbow intro
|
|
|
|
This parses the XXXXX.STR files into styled fonts and phrases. The styles
and the phrases are used in the game for messages to the user and for
general purpose fonts.
|
|
|
|
|
|
Remove caching. We don't render font enough to warrant it. Use
Graphics::TextAlign instead of rolling our own. Remove methods
we don't use.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
They were already implemented, they just weren't being used
|
|
Instead of blitting directly to the working window, we cache the alpha pixels,
then blit directly to the backbuffer instead of to the working window. This
ensures that if the alpha'd content changes, the old changes won't appear
in any new frames
|
|
Source control mishap
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|