Age | Commit message (Expand) | Author |
2009-05-21 | Proper fix for bug #2537054: "AGI: Using GMM to load causes graphics glitches". | Eugene Sandulenko |
2009-05-21 | SCI: Removed the 'save_dir' gui hack | Max Horn |
2009-05-21 | SCI: got rid of vocabulary_lookup_sname | Max Horn |
2009-05-21 | Changed code to closer match original input handling. | Johannes Schickel |
2009-05-21 | Updated the MSVC project files of the gob engine (added helper.h) | Filippos Karapetis |
2009-05-21 | Fix some Kyra1 movies. | Johannes Schickel |
2009-05-21 | Removed the PREG, PSTK, IS_NULL_REG and REG_EQ defines | Filippos Karapetis |
2009-05-21 | Only process key/mouse press/release events in GUI. | Johannes Schickel |
2009-05-21 | Splitting a few helper functions out of gob.h | Sven Hesse |
2009-05-21 | Ooops: Forgot to check in my changes in the detection array for the demo chan... | Sven Hesse |
2009-05-21 | LOL: - implemented freeze spell | Florian Kagerer |
2009-05-21 | Move Indeo3 static data from indeo3data.h to indeo3.cpp. | Johannes Schickel |
2009-05-21 | I'm no longer sure I've really seen case 12 happen, so don't mention it. | Torbjörn Andersson |
2009-05-21 | Remove trailing tabs/whitespaces. | Johannes Schickel |
2009-05-21 | Renamed the DXA, SMK and FLIC video decoders to reflect the fact that they're... | Filippos Karapetis |
2009-05-21 | Workaround for shells that treat an empty list in for as a syntax error... | Marcus Comstedt |
2009-05-21 | Micro-optimization: Don't re-strip plugins which are not modified. | Marcus Comstedt |
2009-05-21 | Updated the MSVC project files with the latest changes to file structure | Filippos Karapetis |
2009-05-21 | Moved the Coktel video player into its own subdirectory | Filippos Karapetis |
2009-05-21 | Slight cleanup to kGetTime() | Filippos Karapetis |
2009-05-21 | Ack, can't use something set with := in the dependency section. *sigh* New ... | Marcus Comstedt |
2009-05-21 | Added comment and warning message about possibly missing cases. | Torbjörn Andersson |
2009-05-21 | Added proper dependencies for the "plugin_dist" target. | Marcus Comstedt |
2009-05-21 | Made BRA demos start again by partially reverting commit 39773. Multiple inve... | Nicola Mettifogo |
2009-05-21 | Fixed indentation. (Don't worry, it's just a small change, and it matches the | Torbjörn Andersson |
2009-05-21 | simplified sound handling in animation sequences | Gregory Montoir |
2009-05-20 | - Changed the demo player to allow playing directly inlined scripts using a n... | Sven Hesse |
2009-05-20 | Fix bug #1544799: "ALL: Engine creates launcher entry when failing to launch" | Eugene Sandulenko |
2009-05-20 | Moving CoktelVideo (IMD/VMD) and the Indeo3 code (needed for Urban Runner's V... | Sven Hesse |
2009-05-20 | Remove superfluous indeo3-includes | Sven Hesse |
2009-05-20 | removed trailing whitespaces | Max Horn |
2009-05-20 | SCI: Moved code related to loading/setting up kernel function names from voca... | Max Horn |
2009-05-20 | SCI: Changed EngineState::opcodes to a Common::Array (maybe we shold just rem... | Max Horn |
2009-05-20 | SCI: Moved some private decls from kernel.h to kernel.cpp; removed pointless ... | Max Horn |
2009-05-20 | SCI: Moved the few kernel functions that were in kernel.cpp to a new file kmi... | Max Horn |
2009-05-20 | fix warning | Max Horn |
2009-05-20 | - Reverted commit #40730, as it introduced rounding errors | Filippos Karapetis |
2009-05-20 | Removed the rest of the hard-coded cutscene information. It was only needed to | Torbjörn Andersson |
2009-05-20 | Removed the "seamless" flag. It was something I added to cope with the fade | Torbjörn Andersson |
2009-05-19 | Start of fixing bug #2537054: "AGI: Using GMM to load causes graphics glitches" | Eugene Sandulenko |
2009-05-19 | SCI: Some debugger fixes and cleanup. | Walter van Niftrik |
2009-05-19 | Fix regression introduced in r40438. Saves were badly broken. | Eugene Sandulenko |
2009-05-19 | Changed calculations based on frame delay to be based on the scale of 1ms, no... | Filippos Karapetis |
2009-05-19 | Some fixes to the video decoders, thanks to salty-horse's comments | Filippos Karapetis |
2009-05-19 | Removed some redundant variables, and renamed some variables with strange nam... | Filippos Karapetis |
2009-05-19 | - Formatting | Johannes Schickel |
2009-05-19 | COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate... | Max Horn |
2009-05-19 | SCI: Changed K_FILEIO_FILE_EXISTS to check regular files too. | Walter van Niftrik |
2009-05-19 | Improved Common::Serializer in several ways: | Max Horn |
2009-05-19 | Converted unit tests to use TS_ASSERT_EQUALS / TS_ASSERT_DIFFERS where possib... | Max Horn |