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
Age
Commit message (
Expand
)
Author
2006-07-30
- fixes bug in fileData (introduced with last commit)
Johannes Schickel
2006-07-30
- fixes copyright of kyra3.h
Johannes Schickel
2006-07-29
Added _quitFlag test to Kyra 2 animation and to waitForEvent().
Torbjörn Andersson
2006-07-28
Little cleanup.
Johannes Schickel
2006-07-28
Moves the kyra2 code to kyra2.cpp and kyra2.h, renames WSAMovieV3 to WSAMovie...
Oystein Eftevaag
2006-07-27
Oops it should never be renamed to c1_* but to o1_* changing this now.
Johannes Schickel
2006-07-27
- renaming all opcodes from cmd_* to c1_*
Johannes Schickel
2006-07-27
- moving KyraEngine_v3 declaration to newly added kyra3.h
Johannes Schickel
2006-07-27
Workaround for bug #1498221 ("KYRA1: Glitches when meeting Zanthia").
Johannes Schickel
2006-07-26
Make the midi player threadsafe (this should fix bug #1506583 "KYRA1: Crash o...
Johannes Schickel
2006-07-26
Fade out the music when using the Kyra 3 menu to exit. (The original does, and
Torbjörn Andersson
2006-07-26
End the Kyra 3 menu screen if _quitFlag is set.
Torbjörn Andersson
2006-07-26
Removed unnecessary #include
Torbjörn Andersson
2006-07-26
Skips scroll down sequence then the user wishes to skip the intro.
Johannes Schickel
2006-07-26
Nicer quit handling in the intro sequences.
Johannes Schickel
2006-07-25
Add support for looping the kyra3 main menu.
Johannes Schickel
2006-07-23
String class usage cleanup
Max Horn
2006-07-23
Initialise the screen before creating the music driver. The MT-32 driver wants
Torbjörn Andersson
2006-07-22
- let md5_file accept a FilesystemNode too
Johannes Schickel
2006-07-22
Changes usage of FilesystemNode::name to FilesystemNode::displayName in the d...
Johannes Schickel
2006-07-22
Changing usage of FSNode::displayName to FSNode::path
Johannes Schickel
2006-07-20
Using path instead of displayName.
Johannes Schickel
2006-07-16
- don't error on CHAPTER1.VRM miss anymore
Johannes Schickel
2006-07-15
Should fix loading of pakfiles.
Johannes Schickel
2006-07-15
Adds filesize check for kyra.dat, this forces to upgrade always to the newest...
Johannes Schickel
2006-07-15
Get rid of some asserts and adds error messages instead.
Johannes Schickel
2006-07-15
Little cleanup.
Johannes Schickel
2006-07-15
Use the FS Api to load all .PAK and .APK files. (I just made a few quick test...
Johannes Schickel
2006-07-15
A little cleanup (merges kyra1_games, kyra2_games, kyra3_games into kyra_games)
Johannes Schickel
2006-07-15
Changes names of Kyra2 and Kyra3 detected games.
Johannes Schickel
2006-07-14
More whitespace changes.
Torbjörn Andersson
2006-07-08
Changes init error handling of kyra engine (engine fails at Engine_KYRA_creat...
Johannes Schickel
2006-07-08
- fixes some c/p errors from my last commit
Johannes Schickel
2006-07-08
Implements loading of 'westwood.001' for kyra3 (no need to run the installer ...
Johannes Schickel
2006-07-08
Adds a message dialog if kyra.dat is missing which tells the user to download...
Johannes Schickel
2006-06-24
Fixes save/load of kyra engine.
Johannes Schickel
2006-06-24
These FIXME comments can go, I think :)
Max Horn
2006-06-24
Fixing a leak in the Kyra engine (the savefile manager allocated by class Eng...
Max Horn
2006-06-24
* Renamed config.mak to config.mk
Max Horn
2006-06-24
Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cpp
Max Horn
2006-06-18
Makes sure updateScreen() is called once in a while in the menu polling loop,...
Oystein Eftevaag
2006-06-05
removes _selectedMenuItem again.
Johannes Schickel
2006-06-05
Fixed PalmOS ARM crashes
Chris Apers
2006-06-04
wrong palettes should be really fixed now.
Johannes Schickel
2006-06-04
Should fix strange palettes in some rooms.
Johannes Schickel
2006-06-03
This hack is no longer needed to make the mouse cursor visible on the Kyra 3
Torbjörn Andersson
2006-06-03
Don't allow creation of save file when the user quits the game while the intro.
Johannes Schickel
2006-06-03
Fixes visible mouse cursor in the intro with classic theme.
Johannes Schickel
2006-06-03
Changes some char* usage to Common::String.
Johannes Schickel
2006-06-03
- Replaces usage of PAKChunk* with PAKChunk for Common::List, should solve so...
Johannes Schickel
[next]