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
/
kyra
/
timer.cpp
Age
Commit message (
Expand
)
Author
2008-05-11
- Renamed KyraEngine to KyraEngine_v1
Johannes Schickel
2008-05-10
Fixed warning.
Torbjörn Andersson
2008-05-10
Implemented pausing of timers, this should fix some minor glitches.
Johannes Schickel
2008-04-28
Fixed bug in TimerManager::update, this should fix tic-tac-toe game in kyra3.
Johannes Schickel
2008-03-27
Removed much code duplication in Hand of Fate savefile loading with SeekableS...
Johannes Schickel
2008-03-26
Fixed typo.
Johannes Schickel
2008-03-26
Added support for HoF savefile from the original interpreter.
Johannes Schickel
2008-03-21
Oops removing debug output.
Johannes Schickel
2008-03-21
- improved timer information output in debugger
Johannes Schickel
2008-03-17
Let Kyra1 and Kyra2 use a common savegame version number. (cleanup)
Johannes Schickel
2008-03-17
Implemented quick (via hotkeys) save/load suppot for HoF.
Johannes Schickel
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2007-12-28
Fixes compiling on msvc7.1, it seems like it has problems to decide when to u...
Johannes Schickel
2007-10-21
Fixes timers in Kyra1. (Initialized them twice oops...)
Johannes Schickel
2007-07-29
- Kyrandia 1 works again
Johannes Schickel
2007-07-29
- Restructure Kyrandia sourcecode (part 1, breaks compiling)
Johannes Schickel
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-04-27
Cleanup.
Johannes Schickel
2006-03-08
Implemented the last menu (the settings screen). Walking speed, text speed,
Oystein Eftevaag
2006-02-14
Made the kyra debug extensions more generic, i.e. scumm engine could replace
Johannes Schickel
2006-02-14
Reworked kyra debug output system. Now he have special kyra intern debug leve...
Johannes Schickel
2006-02-11
Moved engines to the new engines/ directory
Max Horn