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-08-14
Fixed bug which made the dragon's spoken line in a dialogue end too quickly.
Denis Kasak
2009-08-12
Stopped returning from Animation::nextFrame() early even if the animation has...
Denis Kasak
2009-08-12
Fixed dialogues logic (some indexes were calculated erroneously +/- 1).
Denis Kasak
2009-08-12
Moved setting inactive dialogue option colour to an else branch.
Denis Kasak
2009-08-12
Removed unnecessary else branch in the part of the loop handling substatus Talk.
Denis Kasak
2009-08-12
Fixed erroneous comment mentioning gates in Game::runDialogueProg().
Denis Kasak
2009-08-12
* When setting the first two game variables (room and gate), first convert th...
Denis Kasak
2009-08-12
Whenever we enter the top-level loop, disable exiting by default (fixes the h...
Denis Kasak
2009-08-12
* Split loop status and substatus into two different enums since they are two...
Denis Kasak
2009-08-12
Fixed Script::walkOnPlay() (was setting loop status whereas it was substatus ...
Denis Kasak
2009-08-12
Added some debug info for loop statuses and dialogues.
Denis Kasak
2009-08-11
Added dialogue selection colouring.
Denis Kasak
2009-08-11
Implemented GPL command WalkOnPlay.
Denis Kasak
2009-08-11
Fix intro crash because of bug in the data files.
Denis Kasak
2009-08-11
Added dialogue support.
Denis Kasak
2009-08-09
Multiply itemID by two before using it as an index into the item image archiv...
Denis Kasak
2009-08-09
Implemented GPL function Script::funcObjStat().
Denis Kasak
2009-08-09
Moved cursor state setting (when entering a new room) from Game::loadRoom() t...
Denis Kasak
2009-08-09
* Implemented GPL functions Script::funcActIco() and Script::funcIsIcoAct().
Denis Kasak
2009-08-09
* Implemented Game::loadWalkingMap().
Denis Kasak
2009-08-09
Added Text::setFont().
Denis Kasak
2009-08-09
Added Mouse::loadItemCursor(). Removed hotspot FIXME as all cursors seem to u...
Denis Kasak
2009-08-08
* Test whether an object can be used by evaluating its canUse script (warning...
Denis Kasak
2009-08-08
Implemented Script::testExpression().
Denis Kasak
2009-08-08
Removed TODO concerning the nearest walkable point feature and reworded some ...
Denis Kasak
2009-08-08
* Implemented WalkingMap::findNearestWalkable() which mimics a heuristic from...
Denis Kasak
2009-08-08
Implemented Surface::getRect().
Denis Kasak
2009-08-06
Fixed the 'ESC room' feature to work as intended.
Denis Kasak
2009-08-06
Added ability to end the currently executing GPL program before it finishes v...
Denis Kasak
2009-08-06
Enabled skipping the current line of text if a mouse click occurs.
Denis Kasak
2009-08-06
Moved walkHero() (in the main loop) to the appropriate place (in anticipation...
Denis Kasak
2009-08-06
Turn off mouse cursor and disable titles when running look / use scripts.
Denis Kasak
2009-08-06
Added method Mouse::isCursorOn().
Denis Kasak
2009-08-06
Made the game behave properly and safe when clicking on objects multiple time...
Denis Kasak
2009-08-05
* Made some type changes to struct/class members in game.cpp (uint -> int and...
Denis Kasak
2009-08-05
* Implemented the "escape room" feature of the original engine which lets a u...
Denis Kasak
2009-08-05
* Added kTitleColour = 255 enum constant used in the following item.
Denis Kasak
2009-08-05
* Changed title text to use the small instead of the big font
Denis Kasak
2009-08-05
Fixed second call to Surface::centerOnX() (should have been centerOnY()).
Denis Kasak
2009-08-04
* Added Font::getLineWidth()
Denis Kasak
2009-08-04
Refactored Script::talk() to use the new centering methods.
Denis Kasak
2009-08-04
Added Surface methods centerOnX() and centerOnY().
Denis Kasak
2009-08-04
* Reverted change that subtracts 1 from font colour indexes for various speak...
Denis Kasak
2009-08-03
* Fixed bug which made characters talk with the wrong colour; the colour inde...
Denis Kasak
2009-08-03
Fixed bug in the math expression evaluator; when evaluating operators, operan...
Denis Kasak
2009-08-02
* Fixed bug when reading in persons data. I was reading in coordinates as byt...
Denis Kasak
2009-08-02
* Fixed bug in Font::getStringWidth() which made it miscalculate string width...
Denis Kasak
2009-08-02
Implemented the Talk GPL command.
Denis Kasak
2009-08-02
Changed some uint16s to uints (to blend more naturally with the rest of the e...
Denis Kasak
2009-08-02
Calculate the character length of Text objects (without the '|' separators) w...
Denis Kasak
[next]