Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-19 | Adding convenience functions to get the time to wait for the next frame, ↵ | Sven Hesse | |
while keeping A/V sync svn-id: r35431 | |||
2008-12-18 | Fixing 8bit audio | Sven Hesse | |
svn-id: r35430 | |||
2008-12-18 | KYRA1: fixed Serpent Cave/Malcolm scene (where Brandon would instantly get ↵ | Florian Kagerer | |
killed without having a chance to grab the dagger) svn-id: r35429 | |||
2008-12-18 | Fixed cursor palette when returning from GMM/Debugger. (Thanks to jvprat for ↵ | Johannes Schickel | |
testing) svn-id: r35428 | |||
2008-12-18 | Clean up cursor stack on engine quit properly. | Johannes Schickel | |
svn-id: r35427 | |||
2008-12-18 | Oops, base values are read in the correct order now | Filippos Karapetis | |
svn-id: r35426 | |||
2008-12-18 | Audio support for Smacker videos. Audio doesn't sound right yet, though | Filippos Karapetis | |
svn-id: r35425 | |||
2008-12-18 | Cleanup. | Johannes Schickel | |
svn-id: r35424 | |||
2008-12-18 | Note to self: Don't sleep-deprive and code, for it makes you daft as a broom ;) | Sven Hesse | |
(Thanks to md5 for pointing this out to me) svn-id: r35423 | |||
2008-12-18 | Fixed some warnings | Filippos Karapetis | |
svn-id: r35422 | |||
2008-12-18 | fix opening of config file + some cleanup | Kostas Nakos | |
svn-id: r35421 | |||
2008-12-18 | Fixed warnings. Hopefully without breaking anything. | Torbjörn Andersson | |
svn-id: r35420 | |||
2008-12-18 | Preliminary save/load support for Urban Runner | Sven Hesse | |
svn-id: r35418 | |||
2008-12-17 | moved game version flags to detection entries ; unset kGameFlagEncodedData ↵ | Gregory Montoir | |
for polish version (tracker item #2436225) svn-id: r35417 | |||
2008-12-17 | Added KeyConfiguration dialog to classic theme(320 and normal). Updated ↵ | Lars Persson | |
KeysDialog to follow xml syntax properly. svn-id: r35416 | |||
2008-12-17 | Some more Smacker audio code (still non-functional) | Filippos Karapetis | |
svn-id: r35415 | |||
2008-12-17 | move necessary code outside of assert | Willem Jan Palenstijn | |
svn-id: r35414 | |||
2008-12-17 | Fixed bug: not all control paths return a value in savePalLUT() | Filippos Karapetis | |
svn-id: r35413 | |||
2008-12-17 | Added support for caching the palette LUT to a file | Sven Hesse | |
svn-id: r35412 | |||
2008-12-17 | - Added some disabled code for Smacker audio support (still incomplete, not ↵ | Filippos Karapetis | |
working yet) - Made the _image buffer protected instead of private (in case it's coped directly to the screen and not an intermediate buffer) svn-id: r35411 | |||
2008-12-17 | Only do the no-cd-workaround if all resource files can be found | Sven Hesse | |
svn-id: r35409 | |||
2008-12-17 | Reduced code duplication when manipulating Animations, and cleanup. | Nicola Mettifogo | |
svn-id: r35408 | |||
2008-12-17 | Workaround for Urban Runner's CD number detection daftness. | Sven Hesse | |
Basically, now we claim to run in no-CD-mode (by pretending "NO_CD.TXT" exists) and open CD2.ITK, CD3.ITK and CD4.ITK manually svn-id: r35407 | |||
2008-12-16 | Experimental semi-transparency for fillRect, used in the green/red menu ↵ | Sven Hesse | |
areas of Urban Runner svn-id: r35406 | |||
2008-12-16 | Add target for CD demo of Discworld 1. | Travis Howell | |
svn-id: r35405 | |||
2008-12-16 | Set SMALL SCREEN DEVICE settings in ::open function with new UI framework | Lars Persson | |
svn-id: r35404 | |||
2008-12-16 | Enable the Groovie engine by default since it's now supported | Jordi Vilalta Prat | |
svn-id: r35403 | |||
2008-12-16 | added Czech version detection entry, tracker item #2435411 | Gregory Montoir | |
svn-id: r35402 | |||
2008-12-16 | added polish version as reported on tracker item #2433494, removed english ↵ | Gregory Montoir | |
charset as default svn-id: r35401 | |||
2008-12-16 | changed game version flags handling, should fix #2434208 | Gregory Montoir | |
svn-id: r35398 | |||
2008-12-16 | If the music file to play has no extension, add one. Fixes the music when ↵ | Sven Hesse | |
you die svn-id: r35397 | |||
2008-12-16 | Rotating the object backwards in the magnifing view works now | Sven Hesse | |
svn-id: r35396 | |||
2008-12-16 | Fixing the update coordinates for videos with _bytesPerPixel > 1 | Sven Hesse | |
svn-id: r35395 | |||
2008-12-16 | More video fixes for the magnifier/memory view | Sven Hesse | |
svn-id: r35394 | |||
2008-12-16 | Switched kyra1 to use the same input functionality as kyra2 and kyra3. | Johannes Schickel | |
svn-id: r35393 | |||
2008-12-16 | - Some more comments | Filippos Karapetis | |
- The audio header is now decoded properly (still no audio support) svn-id: r35392 | |||
2008-12-16 | - Added some comments | Filippos Karapetis | |
- Removed _paletteDidChange, as the virtual setPalette() function is called back on every palette change - Some cleanup - Removed unused/unneeded functions and variables - Changed _frameTypes to hold bytes instead of 32-bit integers (since frame types are held within a byte) svn-id: r35391 | |||
2008-12-16 | Synced Smacker player with ffmpeg revision #16143 | Filippos Karapetis | |
svn-id: r35390 | |||
2008-12-16 | First step at getting the magnifier and memory view corrected | Sven Hesse | |
svn-id: r35389 | |||
2008-12-15 | Initialize palette when loading a new Smacker file - all palette colors ↵ | Filippos Karapetis | |
should show correctly now svn-id: r35387 | |||
2008-12-15 | - Removed the blockRuns array | Filippos Karapetis | |
- Added some comments svn-id: r35386 | |||
2008-12-15 | Script fix. Magnifier, Memory and Save/Load, while still not working ↵ | Sven Hesse | |
correctly, don't crash the game anymore svn-id: r35385 | |||
2008-12-15 | More video changes/fixes/stubs | Sven Hesse | |
svn-id: r35384 | |||
2008-12-15 | Mirror last Smacker changes. | Travis Howell | |
svn-id: r35383 | |||
2008-12-15 | SMK player: do not include headers that are not needed, do not expose ↵ | Max Horn | |
internal _fileStream for no apparent reason svn-id: r35382 | |||
2008-12-15 | cleanup | Max Horn | |
svn-id: r35381 | |||
2008-12-15 | Add Moonbase Commander target again, for testing only. | Travis Howell | |
svn-id: r35379 | |||
2008-12-15 | - Implemented cmd_restart (for the restart functionality in Return to Zork) | Benjamin Haisch | |
svn-id: r35378 | |||
2008-12-15 | Weeded out some more unused code, and some restructuring. | Nicola Mettifogo | |
svn-id: r35377 | |||
2008-12-15 | Support for Urban Runner's new cursors (frames out of 16bit color VMDs) | Sven Hesse | |
svn-id: r35376 |