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
path:
root
/
engines
/
draci
/
game.h
Age
Commit message (
Expand
)
Author
2018-08-17
JANITORIAL: Removing trailing spaces after int casts
Paul Gilbert
2018-05-07
DRACI: Enforce code formatting guidelines
Adrian Frühwirth
2014-04-28
DRACI: Opening inventory during movements and actions.
lukaslw
2014-03-08
DRACI: Fading out improvements.
lukaslw
2014-03-08
DRACI: Saving improvements (item in hand and hero position).
lukaslw
2014-02-18
DRACI: Make GPL headers consistent in themselves.
Johannes Schickel
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Format forward declarations to follow convention
Ori Avtalion
2011-04-14
ALL: colour -> color
Max Horn
2010-06-30
Generalize the sound archive framework to be able to open new formats
Robert Špalek
2010-06-28
Fade palette in/out when entering/leaving a location
Robert Špalek
2010-06-28
Implement shortcuts for switching items in the inventory
Robert Špalek
2010-04-01
Dragon History: fixing properly bug 2976774
Robert Špalek
2010-01-10
Handle properly shouldQuit()
Robert Špalek
2009-12-09
DRACI: Reduce header interdependencies; some cleanup
Max Horn
2009-11-28
Hopefully fix switching to the map right after switching the location
Robert Špalek
2009-11-22
Remove obsolete and unneeded logic bypassing reloading a location.
Robert Špalek
2009-11-22
Further cleaned up the hack with removing old animations.
Robert Špalek
2009-11-22
Only enable changing rooms by left/right arrows when debugging
Robert Špalek
2009-11-12
Display/remove the inventory based on mouse "gestures"
Robert Špalek
2009-11-12
Added runWrapper() calling run() and some actions around it.
Robert Špalek
2009-11-11
Cleaned up searching the closest point.
Robert Špalek
2009-11-10
Huge refactoring of data structures.
Robert Špalek
2009-11-08
Removed almost all TODOs from the header files
Robert Špalek
2009-11-07
Debugged updating the position of the hero during walking.
Robert Špalek
2009-11-07
Add helper functions to retrieve dragon position from the animation.
Robert Špalek
2009-11-05
Implemented proper walking.
Robert Špalek
2009-11-04
Implemented and debugged the walking framework.
Robert Špalek
2009-11-03
Implement properly stayOn instead of using walkOn
Robert Špalek
2009-11-03
Greatly improved the quality of obliqueing the shortest path.
Robert Špalek
2009-11-02
Little clean-up after the refactoring.
Robert Špalek
2009-11-02
Split loop() into several cleaned helper methods
Robert Špalek
2009-11-02
Refactored running loop().
Robert Špalek
2009-11-01
Commented the rest of the loop() logic
Robert Špalek
2009-11-01
Debugged computation and displaying of optimal walking paths
Robert Špalek
2009-10-30
Moved all one-line getters/setters to the header files
Robert Špalek
2009-10-30
Move WalkingMap instance to Game, and clean up parameters
Robert Špalek
2009-10-30
Remove most of default parameter values.
Robert Špalek
2009-10-30
Move WalkingMap into new module.
Robert Špalek
2009-10-29
Implement flipping the QuickHero and SpeedText flags in GPL2.
Robert Špalek
2009-10-29
Fix several palette fading bugs.
Robert Špalek
2009-10-28
Implement palette fading
Robert Špalek
2009-10-22
Implemented GPL2 commands for music.
Robert Špalek
2009-10-13
Set all sound/subtitle-related parameters from ConfMan.
Robert Špalek
2009-10-13
Dubbing is played.
Robert Špalek
2009-10-12
Dragon looks into the requested direction.
Robert Špalek
2009-10-12
Implemented GPL commands JustTalk and JustStay.
Robert Špalek
2009-10-12
Reduced huge code duplication by introducing Game::stopObjectAnimations()
Robert Špalek
2009-10-12
Disambiguated _anims.
Robert Špalek
2009-10-11
Reduced code duplication and fixed one deletion bug.
Robert Špalek
[next]