Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon | |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn | |
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//' | |||
2011-05-25 | HUGO: Add boundaries() to the console. God mode no longer shows boundaries, ↵ | strangerke | |
as in the original | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-04-25 | HUGO: Add a black background behind the score line. This should fix bug ↵ | strangerke | |
#3291959. | |||
2011-03-21 | HUGO: Replace Utils::Box by Utils::notifyBox + Common::String::format | Max Horn | |
2011-02-27 | HUGO: Set all the palette instead of only one color in remapPal. | strangerke | |
This fixes the palette issue after the cave in H3 | |||
2011-02-27 | HUGO: Better fix for graphics glitches in DOS versions, fix H3 ending animation | strangerke | |
2011-02-26 | HUGO: Fix graphic glitches in DOS versions | strangerke | |
2011-02-24 | HUGO: | strangerke | |
- Increase savegame version, as it has changed due to RGBa->RGB modification - Fix regression in restorePal() - Implement load from GMM | |||
2011-02-20 | HUGO/TOOLS: reorder things in HUGO.DAT, move from RGBA to RGB | strangerke | |
2011-02-20 | HUGO: Fix a bug in setCursorPal() introduced by recent palette modifications | strangerke | |
2011-02-19 | Merge branch 'osystem-palette' of https://github.com/lordhoto/scummvm into ↵ | Johannes Schickel | |
master Conflicts: backends/platform/android/android.cpp engines/sci/graphics/screen.cpp engines/sci/graphics/transitions.cpp | |||
2011-02-18 | HUGO: Remove extra spaces at end of lines | strangerke | |
2011-02-18 | HUGO: Move several short function bodies from headers to cpp files | strangerke | |
2011-02-18 | HUGO: Avoid duplicated code in functions related to HUGO.DAT | strangerke | |
2011-02-15 | Merge branch 'master' into osystem-palette | Johannes Schickel | |
Conflicts: backends/platform/wii/osystem_gfx.cpp | |||
2011-02-15 | HUGO: Replace cypher by a global variable, clean engine destructor | strangerke | |
2011-02-15 | HUGO: more refactoring and encapsulation | strangerke | |
2011-02-14 | HUGO: Adapt to the setPalette RGBA->RGB change. | Johannes Schickel | |
This is currently done by converting the internal palette from RGBA(?) to RGB when setPalette / replaceCursorPalette is called. This change is not tested, since I do not have any Hugo game. | |||
2011-02-14 | HUGO: Some more refactoring | strangerke | |
Move _hotspots to mouse class and encapsulate it, rename some variables in route class | |||
2011-02-12 | HUGO: Replace Common::File by Common::ReadStream in several functions | Arnaud Boutonné | |
svn-id: r55897 | |||
2011-02-11 | HUGO: Cleanup: fix style issue in Doxygen comments | Arnaud Boutonné | |
svn-id: r55884 | |||
2011-02-11 | HUGO: refactoring: move boundaries to object class | Arnaud Boutonné | |
svn-id: r55879 | |||
2011-02-08 | HUGO: Cleanup : some refactoring and encapsulation (thanks fuzzie for the help) | Arnaud Boutonné | |
svn-id: r55831 | |||
2011-02-07 | COMMON: OSystem now has a PaletteManager | Max Horn | |
svn-id: r55806 | |||
2011-02-07 | HUGO: Spelling fix. | Alyssa Milburn | |
svn-id: r55804 | |||
2011-02-05 | HUGO: Fix 2 uninitialized variables | Arnaud Boutonné | |
svn-id: r55788 | |||
2011-02-03 | HUGO: Suppress static variables (except one) | Arnaud Boutonné | |
This also fixes the multiple-RTL related music bug reported by D. Gray svn-id: r55758 | |||
2011-02-02 | HUGO: 'Constify' engine as much as possible | Arnaud Boutonné | |
svn-id: r55741 | |||
2011-01-29 | HUGO: Cleanup drawRectangle() and keyHandler() | Arnaud Boutonné | |
svn-id: r55642 | |||
2011-01-29 | HUGO: Display all (clipped) object zones in God Mode | Arnaud Boutonné | |
svn-id: r55614 | |||
2011-01-28 | HUGO: Add a function to display exit hotspots in God Mode | Arnaud Boutonné | |
svn-id: r55599 | |||
2011-01-26 | HUGO: Cleanup: Suppress an obsolete warning and a comment | Arnaud Boutonné | |
svn-id: r55556 | |||
2011-01-23 | HUGO: Get rid of (almost) all the remaining defines | Arnaud Boutonné | |
svn-id: r55485 | |||
2011-01-23 | HUGO: Cleanup | Arnaud Boutonné | |
Suppress almost all defines, rename constants svn-id: r55451 | |||
2011-01-20 | HUGO: Merge misc versions of display, intro and scheduler classes | Arnaud Boutonné | |
svn-id: r55365 | |||
2011-01-08 | HUGO: Fix an assert when mouse hit the top of the screen | Arnaud Boutonné | |
svn-id: r55168 | |||
2011-01-08 | HUGO: Merge inventory object and mouse cursor when selected | Arnaud Boutonné | |
- Merge inventory object and mouse cursor into a new mouse cursor (looks better) - Use 16 color mouse pointer - Clean-up svn-id: r55167 | |||
2011-01-01 | HUGO: Some space/tab cleanups | Arnaud Boutonné | |
svn-id: r55088 | |||
2010-12-19 | HUGO: Implement setBackgroundColor() | Arnaud Boutonné | |
svn-id: r54963 | |||
2010-11-30 | HUGO: Fix palette issue after restoring a game in H3 | Arnaud Boutonné | |
svn-id: r54685 | |||
2010-11-29 | HUGO: Fix assert in H3 Win when displaying the elephant and the plane | Arnaud Boutonné | |
svn-id: r54653 | |||
2010-11-19 | HUGO: Start using endianness-safe read/write functions | Arnaud Boutonné | |
svn-id: r54389 | |||
2010-11-07 | HUGO: Move fonts to display.cpp | Arnaud Boutonné | |
Some cleanup svn-id: r54103 | |||
2010-11-06 | HUGO: Move _palette to display.cpp | Arnaud Boutonné | |
svn-id: r54102 | |||
2010-11-06 | HUGO: Implement REMAPPAL. | Arnaud Boutonné | |
Palettes in H3 Win intro are now correct svn-id: r54100 | |||
2010-11-01 | HUGO: Replace Utils::Warn() by warning() | Max Horn | |
svn-id: r54021 | |||
2010-11-01 | HUGO: Convert class member comments to Doxygen format | Arnaud Boutonné | |
svn-id: r54018 |