Age | Commit message (Expand) | Author |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel |
2012-08-16 | VIDEO: Merge AdvancedVideoDecoder into VideoDecoder | Matthew Hoops |
2012-08-16 | VIDEO: Remove setSystemPalette() | Matthew Hoops |
2012-07-24 | VIDEO: Convert DXADecoder to the AdvancedVideoDecoder API | Matthew Hoops |
2012-07-23 | VIDEO: Rewrite SmackerDecoder to use the new API | Matthew Hoops |
2012-07-21 | VIDEO: Move PSXStreamDecoder to the new VideoDecoder API | Matthew Hoops |
2012-06-16 | SWORD2: Get rid of casts on OSystem::copyRectToScreen calls. | Johannes Schickel |
2012-05-12 | VIDEO: Change getElapsedTime() into getTime() | Matthew Hoops |
2012-03-25 | SWORD2: Add a custom game option to toggle object labels | Filippos Karapetis |
2012-03-11 | COMMON: Rename SafeSubReadStream to SafeSeekableSubReadStream. | Johannes Schickel |
2012-02-26 | COMMON: Move RenderMode and GUIOptions functionality into separate files | Max Horn |
2012-02-23 | Merge pull request #171 from clone2727/psx-stream-2 | Willem Jan Palenstijn |
2012-02-23 | SWORD2: Add support for PSX stream playback | Matthew Hoops |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman |
2012-01-09 | SWORD2: Force fake transparency for PSX sprites | Fabio Battaglia |
2012-01-08 | SWORD2: Fix problem with the height of PSX sprites | Fabio Battaglia |
2011-11-26 | ALL: unrecognised -> unrecognized. | Johannes Schickel |
2011-10-24 | LAUNCHER: Add GUIO_NOASPECT to sword2 | Strangerke |
2011-10-23 | AD: Switched rest of the engines to new GUIO | Eugene Sandulenko |
2011-08-24 | AUDIO: Remove default rate parameter from xa | Matthew Hoops |
2011-08-24 | AUDIO: Rename Vag to XA | Matthew Hoops |
2011-07-03 | SWORD2: Silence "variable set but not used" GCC warnings | eriktorbjorn |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-06-13 | I18N: Make many more GUI MessageDialog strings translatable | Thierry Crozat |
2011-06-02 | ENGINES: Change 2nd param of Engine::saveGameState to Common::String | Max Horn |
2011-06-02 | SWORD2: Replace snprintf() usage with Common::String::format() | D G Turner |
2011-05-25 | ALL: initialise -> initialize | Matthew Hoops |
2011-05-25 | ALL: analyse -> analyze | Matthew Hoops |
2011-05-25 | ALL: behaviour -> behavior | Matthew Hoops |
2011-05-25 | ALL: neighbour -> neighbor | Matthew Hoops |
2011-05-22 | ENGINES: Further unify engine names | Thierry Crozat |
2011-05-17 | COMMON: Registers RandomSources in constructor with the event recorder | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-05-06 | SWORD2: Replace SafeSubReadStream with the same-name class in Common | Sven Hesse |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-04-28 | JANITORIAL: Format forward declarations to follow convention | Ori Avtalion |
2011-04-14 | ALL: centre -> center | Max Horn |
2011-04-14 | ALL: colour -> color | Max Horn |
2011-03-19 | SWORD2: Cleanup syncSoundSettings() | dhewg |
2011-02-28 | SWORD2: Silence an MSVC warning (false positive) | md5 |
2011-02-28 | SWORD2: fix leak of previous commit properly | Fabio Battaglia |
2011-02-28 | SWORD2: Plug a memory leak in psx version | Fabio Battaglia |
2011-02-27 | SWORD2: Reduce overhead | dhewg |
2011-02-27 | SWORD2: Respect screen pitch while postprocessing | dhewg |
2011-02-15 | SWORD2: Adapt to setPalette/grabPalette RGBA->RGB change. | Johannes Schickel |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn |
2011-02-09 | VIDEO: In overloaded methods, invoke correct parent implementation | Max Horn |
2011-02-07 | ALL: Fix whitespaces / indention | Max Horn |
2011-02-07 | COMMON: OSystem now has a PaletteManager | Max Horn |
2011-01-23 | VIDEO: Move video classes to Video:: namespace | Eugene Sandulenko |