Age | Commit message (Expand) | Author |
2006-09-10 | Simplifies PAK file loading a bit. | Johannes Schickel |
2006-09-09 | Renamed Resource::fileHandle() to Resource::getFileHandle() | Max Horn |
2006-09-09 | Get rid of fsnode hack | Max Horn |
2006-09-09 | Ignore mouselock count when switching the cursor graphics, fixing a bug salty... | Oystein Eftevaag |
2006-09-09 | Fix memory leak | Max Horn |
2006-09-09 | Fixed warning. | Torbjörn Andersson |
2006-09-09 | Fixed a bug in loadPakFile(), and changed PAKFile constructor so that it does... | Neil Millstone |
2006-09-09 | Fixed bug #1554904 ("KYRA1: No mouse cursor in latest SVN build"). GI_KYRA1 is | Torbjörn Andersson |
2006-09-04 | More kyra2 intro WIP stuff (WSA playback control sequences implemented, used ... | Oystein Eftevaag |
2006-08-31 | Applied my own patch #1549054, after discussing it with LordHoto. This makes | Torbjörn Andersson |
2006-08-29 | Init unitialised var. | Johannes Schickel |
2006-08-28 | Makes sure FilesystemNode::name isn't used to open a file, use a regular file... | Oystein Eftevaag |
2006-08-28 | Removing an extra '!' in a warning message. | Johannes Schickel |
2006-08-27 | Adds voice/chats to the intro, and adds debug strings to the function calls. | Oystein Eftevaag |
2006-08-26 | Adds some framework for the Kyra2 intro, expands it a little bit and adds som... | Oystein Eftevaag |
2006-08-26 | Stop doing a screen rewrite on each mouse movement event, just schedule a red... | Oystein Eftevaag |
2006-08-26 | Catalog the PAK files by base name instead of full path name so we can proper... | Oystein Eftevaag |
2006-08-15 | - adding LPGL headers to adlib sound specific files | Johannes Schickel |
2006-08-08 | Little Common::String usage 'fix'. | Johannes Schickel |
2006-08-03 | Committed my own patch #1533833 (minus one line that was left over from an | Torbjörn Andersson |
2006-08-03 | Since the XMIDI music no longer automatically loops, there's no need to fade it | Torbjörn Andersson |
2006-08-03 | This is a grossly over-simplified, yet hopefully sufficient for Kyrandia, way | Torbjörn Andersson |
2006-08-01 | Kyra 2 has two types of XMIDI files: XMI and C55. It seems C55 are for the | Torbjörn Andersson |
2006-08-01 | Don't start the Kyra 2 menu music until the first frame has faded up, to better | Torbjörn Andersson |
2006-08-01 | Until the native Kyra 2 Adlib music is supported, enable the automagic MIDI-to- | Torbjörn Andersson |
2006-08-01 | Don't set the MIDI volume to 255 at the end of a fade-out. At least on my | Torbjörn Andersson |
2006-07-31 | Committing patch '[ 1531177 ] Kyra2 mock-up' by eriktorbjorn, with the additi... | Oystein Eftevaag |
2006-07-31 | Yet more kyra3 init code. | Johannes Schickel |
2006-07-31 | * Added copyright string to all engine plugins | Max Horn |
2006-07-31 | Const correctness | Max Horn |
2006-07-30 | removing never used buffer. | Johannes Schickel |
2006-07-30 | Implements item shape loading for kyra3. | Johannes Schickel |
2006-07-30 | It's play(), not open(), that encounters the CMDS tag. At least in the intro | Torbjörn Andersson |
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 |