Age | Commit message (Expand) | Author |
2010-01-07 | The default keycolor for mouse pointers used to be 255. | Marcus Comstedt |
2010-01-03 | Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null | Torbjörn Andersson |
2009-12-01 | Fill out doxygen comment about supported games | Eugene Sandulenko |
2009-11-24 | Added Doxygen comments for the various engine namespaces (currently mostly wi... | Max Horn |
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn |
2009-10-24 | Change "=" to ":=" in some module.mk files for consistency. | Johannes Schickel |
2009-10-09 | Fix warnings about non-static const member in class without a constructor | Max Horn |
2009-10-08 | Change doxygen inline comments from "//!" to "///" as proposed on -devel | Max Horn |
2009-09-22 | Clear menu stack in FWRenderer deconstructor. | Johannes Schickel |
2009-09-22 | Implement menu stack to support all menu color effects, specific to the Amiga... | Johannes Schickel |
2009-09-21 | Changed AMIGA menu code to closer match the original. (The menu item highligh... | Johannes Schickel |
2009-09-21 | Add more shouldQuit checks in event loops. | Johannes Schickel |
2009-09-21 | Fix box outline color for FW Amiga. | Johannes Schickel |
2009-09-20 | Add some shouldQuit() checks in event loops. This makes it possible to easily... | Johannes Schickel |
2009-09-20 | Changed some type names to match our coding guidelines. | Johannes Schickel |
2009-09-20 | Implement support for transparent dialgue boxes in the Amiga version of Futur... | Johannes Schickel |
2009-09-20 | Implement more precise palette conversion in Palette::save. This makes the ou... | Johannes Schickel |
2009-09-15 | Add link to gcc bug report, in the comment for the gcc aimed workaround for A... | Johannes Schickel |
2009-09-15 | CINE: Turn some methods into const methods | Max Horn |
2009-09-15 | Fix valgrind warning inside "saturatedAddColor", when using the same palette ... | Johannes Schickel |
2009-09-14 | FW Amiga distributed via Interplay should be a US version according to mobyga... | Johannes Schickel |
2009-09-14 | Add md5 sum of FW Amiga distributed by "Interplay". | Johannes Schickel |
2009-09-03 | Workaround for bug #2848940 (ScummVM crashes with Future wars): getZoneFromPo... | Kari Salminen |
2009-08-25 | Fix for bugs #2843081 "FW: Assert starting demo (regression)" and #2843080 "O... | Johannes Schickel |
2009-08-25 | Fix Cine's predefined palette formats (They were all broken by the gsoc2009-1... | Kari Salminen |
2009-08-05 | Merged revisions 42578,42587-42593,42596-42599,42606,42608-42611,42614-42615,... | Travis Howell |
2009-08-03 | Fix for #2824798 (FW: crash when clicking "load" in the GUI): | Kari Salminen |
2009-08-01 | Remove obsolete comment from Cine::Palette::saturatedAddColor. | Kari Salminen |
2009-07-25 | Move the event recorder to its own class (EventRecoder inside common/EventRec... | Johannes Schickel |
2009-07-18 | Merged revisions 42463,42468-42484,42486-42488,42490-42495,42498-42507,42510-... | Travis Howell |
2009-07-15 | Remove ioFailed() usage from Cine engine. | Kari Salminen |
2009-07-13 | Merged revisions 42433-42434,42436,42439-42441,42443-42446,42455-42456,42458-... | Travis Howell |
2009-07-13 | Fix for bug #2669415 (FW: half walking speed in a screen). | Kari Salminen |
2009-07-04 | Merged revisions 41219-41297,41299-41318,41322-41328,41331-41334,41336-41346,... | Travis Howell |
2009-07-01 | - Added GCC_PRINTF attribute to several funcs where it makes sense | Max Horn |
2009-06-27 | Name Operation Stealth's global variables 251 and 252 and init them in main l... | Kari Salminen |
2009-06-20 | fixed OPL 0xB0 register write. the return value of findNote() already include... | Gregory Montoir |
2009-06-15 | Fix compilation | Eugene Sandulenko |
2009-06-11 | Fix Operation Stealth's 2nd arcade sequence's revolving doors. | Kari Salminen |
2009-06-08 | Convert FWRenderer and OSRenderer to use Cine::Palette. | Kari Salminen |
2009-06-06 | Added game GUI options to advancedDetector and updated all engines | Eugene Sandulenko |
2009-05-29 | Changed SaveFileManager methods to take Common::String params (instead of cha... | Max Horn |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |
2009-05-24 | Add color and color component getters to Cine::Palette. | Kari Salminen |
2009-05-19 | COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate... | Max Horn |
2009-05-11 | Fix bug #2055836: "FW: Music is not restarted when loading a saved game" | Eugene Sandulenko |
2009-04-04 | Add saturatedAddColor-function in which you can specify the added color's for... | Kari Salminen |
2009-04-01 | Cine::Palette: Add saturatedAddNormalizedColor-function (Going to be used to ... | Kari Salminen |
2009-04-01 | Add default constructor for Cine::Palette (Creates an invalid, empty palette). | Kari Salminen |
2009-03-28 | Cine::Palette: Revamp palette constants so they can be used for e.g. allocati... | Kari Salminen |