Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-21 | Fix warnings. | Travis Howell | |
svn-id: r35463 | |||
2008-12-21 | Fix warnings. | Travis Howell | |
svn-id: r35462 | |||
2008-12-21 | Fixed compilation | Filippos Karapetis | |
svn-id: r35461 | |||
2008-12-21 | fix wrong format string (bug tracker #2455138) | Gregory Montoir | |
svn-id: r35459 | |||
2008-12-21 | Return exact frame rate in Smacker player, and minor cleanup. | Travis Howell | |
svn-id: r35458 | |||
2008-12-21 | Add initial Smacker support for The Feeble Files. | Travis Howell | |
svn-id: r35457 | |||
2008-12-21 | Disable loading from command line again, it seems it only worked for saves, ↵ | Johannes Schickel | |
which did a cd change in DW2 and I only tested those by chance. svn-id: r35456 | |||
2008-12-20 | - Added comment about error check when loading save on startup | Johannes Schickel | |
- Updated code to properly test the last three digits of save filenames instead of only the last two svn-id: r35455 | |||
2008-12-20 | Implemented support for loading saves from launcher / via command line. | Johannes Schickel | |
svn-id: r35454 | |||
2008-12-20 | Fixed loading Discworld 2 savegames from GMM. | Johannes Schickel | |
svn-id: r35453 | |||
2008-12-20 | Added the demo version of The Last Dynasty (thanks to fac) | Sven Hesse | |
svn-id: r35452 | |||
2008-12-20 | Cleanup. | Johannes Schickel | |
svn-id: r35451 | |||
2008-12-20 | Committed slightly modified version of my patch at bug tracker item #2309974 ↵ | Johannes Schickel | |
"ALL: */? match path separator in FSDir::listMatchingMembers". svn-id: r35450 | |||
2008-12-20 | Partial fix for bug #2453189 - "ITE: mass adding results in incorrect ↵ | Filippos Karapetis | |
targets" (the Italian multiplatform fan translated version is still missing) svn-id: r35449 | |||
2008-12-20 | Fixed bug #2453183 - "IHNM: mass adding results in incorrect targets" | Filippos Karapetis | |
svn-id: r35448 | |||
2008-12-20 | Moved mask creation/handling to Gfx. | Nicola Mettifogo | |
svn-id: r35447 | |||
2008-12-19 | Hopefully fixed invalid buffer reads | Filippos Karapetis | |
svn-id: r35446 | |||
2008-12-19 | Allow quitting / returning to launcher while showing "selection boxes", e.g. the | Torbjörn Andersson | |
pause game dialog. svn-id: r35445 | |||
2008-12-19 | Removed defaults which are set in base/commandLine.cpp | Filippos Karapetis | |
svn-id: r35444 | |||
2008-12-19 | Allow changing the scaler using hotkeys again. I hope this is the correct way | Torbjörn Andersson | |
of fixing it. (I've added a final case to endGFXTransaction for when the screen just needs to be updated, without any changes in mode or size.) svn-id: r35443 | |||
2008-12-19 | Allow quitting/returning to launcher while in the save/load dialog. I don't | Torbjörn Andersson | |
know if there are other such spots that need to be fixed as well. svn-id: r35442 | |||
2008-12-19 | Clicking in the scrollbar always caused the save/load list to scroll down a ↵ | Torbjörn Andersson | |
page. Now it can scroll up a page again. svn-id: r35441 | |||
2008-12-19 | T7G: Add support for custom AdLib instruments | Jordi Vilalta Prat | |
svn-id: r35440 | |||
2008-12-19 | Custom percussion instruments for the AdLib MIDI driver (Slightly modified ↵ | Jordi Vilalta Prat | |
patch #2357165) svn-id: r35439 | |||
2008-12-19 | memset()ing the output image with 0 at the start | Sven Hesse | |
svn-id: r35438 | |||
2008-12-19 | Removed the hasKey() hackery of my previous commit and used ↵ | Filippos Karapetis | |
ConfMan.registerDefault() instead. Changed sound_volume back to sfx_volume, which got changed with the GSoC merge and was the actual cause that the sound effects were off by default svn-id: r35437 | |||
2008-12-19 | Fixed bug #2424530 - "IHNM: SFX are no longer played", by assigning correct ↵ | Filippos Karapetis | |
default values for missing config manager settings svn-id: r35436 | |||
2008-12-19 | Some slight cleanup | Filippos Karapetis | |
svn-id: r35435 | |||
2008-12-19 | KYRA: fix mt-32 sysex loading for LOL floppy | Florian Kagerer | |
svn-id: r35434 | |||
2008-12-19 | Making curPos an uint32, so that it won't overflow anymore | Sven Hesse | |
svn-id: r35433 | |||
2008-12-19 | Fixing 16bit audio | Sven Hesse | |
svn-id: r35432 | |||
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 |