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-07-07
Made GPL interpreter exit on both gplend and exit instructions.
Denis Kasak
2009-07-07
Removed testing hack from Game::init() that displayed the dragon in the upper...
Denis Kasak
2009-07-07
Added enum constant for the dragon object (kDragonObject) and made Script::st...
Denis Kasak
2009-07-07
Made AnimationManager::getAnimation() return NULL when an animation is not fo...
Denis Kasak
2009-07-07
Added const keyword to "transparent" local variable in Sprite::draw() and rem...
Denis Kasak
2009-07-07
Shortened AnimationManager::{play,stop}(). Removed some excessive newlines.
Denis Kasak
2009-07-07
Stopped running the room init scripts twice.
Denis Kasak
2009-07-07
mplemented changing rooms properly (overlays and objects' animations are dele...
Denis Kasak
2009-07-07
* Added AnimationManager::deleteOverlays().
Denis Kasak
2009-07-06
* Fixed extracting visibility and location of object from its status byte
Denis Kasak
2009-07-06
Removed two variables that were committed by mistake.
Denis Kasak
2009-07-06
Cache the transparent colour instead of calling a function for every pixel.
Denis Kasak
2009-07-06
Implemented Script::funcRandom (GPL function).
Denis Kasak
2009-07-06
Made _rnd member of DraciEngine public.
Denis Kasak
2009-07-06
Set up GPL functions properly (the math evaluator now calls the handler if it...
Denis Kasak
2009-07-06
Fixed bug where the GPL interpreter left parameters from previous commands on...
Denis Kasak
2009-07-06
Implemented Script::play() GPL opcode.
Denis Kasak
2009-07-06
Implemented GPL operators.
Denis Kasak
2009-07-05
Renaming Animation -> AnimationManager and AnimObj -> Animation in light of t...
Denis Kasak
2009-07-05
* API change for Animation and AnimObj; AnimObj is now a proper class and eac...
Denis Kasak
2009-07-04
Rewrote Sprite::draw() to draw overflowing sprites correctly. Stopped playing...
Denis Kasak
2009-07-04
Implemented handler for the Load instruction. Removed Script::dummy().
Denis Kasak
2009-07-04
* Added Game::init() and moved some functionality from Game::Game to it (load...
Denis Kasak
2009-07-04
* Removed tracking of Z coordinates in Drawable since it's not used
Denis Kasak
2009-07-04
* Split code from Game::changeRoom() into Game::loadRoom() and game::loadOver...
Denis Kasak
2009-07-04
Added _animationsArchive member to DraciEngine.
Denis Kasak
2009-07-04
Restructured Script so I can start adding callbacks to GPL commands (added Dr...
Denis Kasak
2009-07-03
Added support for playing and stopping animations.
Denis Kasak
2009-07-03
Added Sprite::getRect() and Text::getRect().
Denis Kasak
2009-07-03
Added deconstructor for Animation. Made Animation objects delete their frames...
Denis Kasak
2009-07-03
Made Game::changeRoom() clear the overlaysArchive cache when it's done loadin...
Denis Kasak
2009-07-03
Enabled loading room number 1 as a test.
Denis Kasak
2009-07-03
Added support for loading room overlays to Game::changeRoom().
Denis Kasak
2009-07-03
Made the animation engine compile.
Denis Kasak
2009-07-03
Implemented beginning of the animation engine.
Denis Kasak
2009-07-03
Added support for mirrored sprites.
Denis Kasak
2009-07-03
Added bool parameter markDirty to Sprite::draw() and Text::draw() to specify ...
Denis Kasak
2009-07-03
Added two more debug levels (logic and animation).
Denis Kasak
2009-07-03
Removed demo code so I can start working on the real intro.
Denis Kasak
2009-07-02
Added Game::changeRoom() method and Game::_currentRoom.
Denis Kasak
2009-07-02
Added rooms and overlays archives.
Denis Kasak
2009-07-02
Fixed typo.
Denis Kasak
2009-07-02
Added struct Room.
Denis Kasak
2009-07-02
DraciEngine now opens and stores pointers to essential archives. Changed code...
Denis Kasak
2009-07-02
Merged the info available from _objectStatus with the GameObject struct. Made...
Denis Kasak
2009-07-02
Added BArchive::clearCache() method for clearing the data cache of opened files.
Denis Kasak
2009-07-02
Make the meta engine pass the pointer to the detected version and not the who...
Denis Kasak
2009-07-01
Added empty animation.cpp and animation.h files.
Denis Kasak
2009-07-01
Added Text::setSpacing() method.
Denis Kasak
2009-07-01
Made Text objects calculate their widths and heights properly.
Denis Kasak
[prev]
[next]