index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2009-06-25
Made the DraciEngine destructor free _font and _mouse.
Denis Kasak
2009-06-25
Renamed *cursorNum identifiers in Mouse to *cursorType for consistency.
Denis Kasak
2009-06-25
Added transformToRows() static method to Sprite. Modified Sprite constructors...
Denis Kasak
2009-06-25
Implemented some more methods in Mouse so all mouse-related events are handle...
Denis Kasak
2009-06-24
Started work on the Mouse class.
Denis Kasak
2009-06-22
Changed Font::fillScreen() to accept a uint8 instead of a uint16.
Denis Kasak
2009-06-22
* Expanded docs for the Sprite class
Denis Kasak
2009-06-22
Documentation fix for the Font class.
Denis Kasak
2009-06-22
Replaced return values with Common::k*Error constants.
Denis Kasak
2009-06-19
Updated the demo animation to use the new Surface features (transparency, dir...
Denis Kasak
2009-06-19
* Made the Screen class use the new Surface class.
Denis Kasak
2009-06-19
Added support for the new Surface class to Font (transparency, marking dirty ...
Denis Kasak
2009-06-19
Made the Surface class compile.
Denis Kasak
2009-06-19
Added Sprite::draw() method for drawing sprites to a Surface.
Denis Kasak
2009-06-18
Added Surface class.
Denis Kasak
2009-06-18
Turned constants into enum in order to remove need of prototypes.
Eugene Sandulenko
2009-06-18
Changed _screenWidth and _screenHeight from member variables to constants bec...
Denis Kasak
2009-06-17
Added kNumColours constant and replaced magic numbers with it.
Denis Kasak
2009-06-17
Added default parameter to Screen::setPaletteEmpty() so it clears all colours...
Denis Kasak
2009-06-17
Changed the _font DraciEngine member from a Font instance to a pointer to an ...
Denis Kasak
2009-06-17
Fixed typo.
Denis Kasak
2009-06-17
Added prefices to safeguard defines in order to minimize risk of name clash.
Eugene Sandulenko
2009-06-17
Began work on the Screen class. Modified the demo animation to use the it.
Denis Kasak
2009-06-17
Added include guards.
Denis Kasak
2009-06-15
Changing font colour constants to an enum.
Denis Kasak
2009-06-15
Submitting changes to DraciEngine::go() mentioned in the last commit but omit...
Denis Kasak
2009-06-15
Added BArchive::isOpen() method. Modified DraciEngine::go() to use it. Update...
Denis Kasak
2009-06-15
Fixed a memory leak in BArchive::openArchive(). A buffer wasn't being freed.
Denis Kasak
2009-06-15
Close a file after we're done using it.
Denis Kasak
2009-06-15
Added support for DFW format archives. Rewrote some BArchive methods to be ab...
Denis Kasak
2009-06-15
Added const to reference parameters of Font::drawString() and Font::getString...
Denis Kasak
2009-06-15
Converted default font colours from static members of Font to constants. Move...
Denis Kasak
2009-06-14
Removed superfluous return from the Sprite constructor.
Denis Kasak
2009-06-14
Added a Font _font variable to the engine instance. Fixed font colour handlin...
Denis Kasak
2009-06-14
Renamed DraciFont class to Font to be more consistent with the rest of the cl...
Denis Kasak
2009-06-14
Changed DraciFont API to accept const Strings when loading fonts and added co...
Denis Kasak
2009-06-14
Replaced a call to getEventManager() with Engine::_eventMan.
Denis Kasak
2009-06-14
Whitespce fixes
Eugene Sandulenko
2009-06-14
Replace hackish getch() with proper event loop at end of the demo.
Eugene Sandulenko
2009-06-14
Designate hack according to our conventions
Eugene Sandulenko
2009-06-14
Reworded DraciFont docs (with regards to mentioning ASCII).
Denis Kasak
2009-06-14
Removed superfluous checks for NULL in DraciFont::freeFont().
Denis Kasak
2009-06-14
Added a Sprite class for handling sprites in the Draci format transparently. ...
Denis Kasak
2009-06-12
Fixed evaluation of GPL mathematical expressions. The evaluator now checks th...
Denis Kasak
2009-06-12
Replaced a magic number with a proper constant.
Denis Kasak
2009-06-12
Made DraciFont::drawString() return early if the string is too long to fit on...
Denis Kasak
2009-06-12
Made DraciFont::drawString() take a String reference instead of a copy.
Denis Kasak
2009-06-12
Removed overflow/underflow checks from DraciFont::drawChar(). Instead, we now...
Denis Kasak
2009-06-12
Made the DraciFont::freeFont() method safe to call in any circumstance by mak...
Denis Kasak
2009-06-12
Properly documented everything (including the new DraciFont class). Reshuffle...
Denis Kasak
[prev]
[next]