Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-04 | CONFIGURE: Add zlib and libpng to the library dependencies of wintermute | Filippos Karapetis | |
2012-09-04 | Revert "WINTERMUTE: Remove extra semicolon." | Johannes Schickel | |
This reverts commit 9989a4f3daba891326810d7ae620cd75d97521f1. Note: Don't blind fix warnings of broken builds. Conflicts: engines/wintermute/base/base_keyboard_state.cpp | |||
2012-09-04 | WINTERMUTE: Replace VKeyCodes constant names. | Johannes Schickel | |
This is a purely cosmetical change, which should help compilation on systems, which use VK_* for internal constants. This should help compilation for WinCE. | |||
2012-09-04 | WINTERMUTE: Remove extra semicolon. | Johannes Schickel | |
2012-09-04 | WINTERMUTE: Fix compilation when vorbis isn't available | Filippos Karapetis | |
2012-09-04 | WINTERMUTE: Fix a warning with MSVC | Filippos Karapetis | |
2012-09-04 | Merge pull request #267 from somaen/wintermute | Filippos Karapetis | |
GSoC 2012: Wintermute (Lite)-Engine | |||
2012-09-03 | WINTERMUTE: Disable Wintermute by default in configure | Einar Johan T. Sømåen | |
2012-09-03 | TSAGE: Apply naming conventions to some sound variables and functions | Strangerke | |
2012-09-03 | TINSEL: Fix bug #3541542 - "DW: PSX version dies when pressing ESC in intro" | Filippos Karapetis | |
DW1 PSX seems to have its own scene skipping code for scenes 2 and 3, thus injecting our own causes it to hang. Scenes 2 and 3 can be skipped separately. | |||
2012-09-02 | TONY: Move code from .h to .cpp files | Strangerke | |
2012-09-02 | TEENAGENT: Remove final usages of code segment blob. | D G Turner | |
The loading of cseg is now replaced by skipping, so that the external dat file remains the same, but RAM usage is reduced. The callbacks code will now error on unknown callback addresses, which should not happen as all cases should now be covered, though the callback tables need to be checked to ensure this is guaranteed. | |||
2012-09-01 | SCI: Limit the hack used for sound initialization to the Fun Seeker's demo only | Filippos Karapetis | |
2012-09-01 | SCI: Allow the Fun Seeker's Guide demo to run | Filippos Karapetis | |
This demo doesn't have any music, and the original doesn't work with any sound driver, so don't error out when the sound driver can't be initialized properly | |||
2012-09-01 | SCUMM: PCESetCostumeData should have static linking | Bertrand Augereau | |
2012-09-01 | WINTERMUTE: Fix various comments. | Einar Johan Trøan Sømåen | |
2012-08-31 | PEGASUS: Use setEndTime() | Matthew Hoops | |
2012-08-31 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
2012-09-01 | TONY: Remove adv.h | Strangerke | |
2012-09-01 | TONY: Move some more code from .h to .cpp files | Strangerke | |
2012-09-01 | TONY: Move some functions from .h to .cpp files | Strangerke | |
2012-09-01 | TONY: More renaming | Strangerke | |
2012-08-31 | SCUMM: Nicer constants in _ClassicProc3RendererShadowARM that allow ↵ | Bertrand Augereau | |
refactoring stack space more easily | |||
2012-08-31 | TONY: Rename some more variables and structures | Strangerke | |
2012-08-31 | CONFIGURE: Use new engine dependency mechanism for sword25/zlib | Willem Jan Palenstijn | |
2012-08-31 | CONFIGURE: Allow dependency checks for engines. | Johannes Schickel | |
Also adds PNG as a dependency for sword25 and removes the hardcoded check for it. | |||
2012-08-31 | WINTERMUTE: Fix a regression from the getSize()->size() change. | Einar Johan Trøan Sømåen | |
2012-08-31 | WINTERMUTE: Use tabs in enums | Einar Johan Trøan Sømåen | |
2012-08-31 | WINTERMUTE: Even more fixes to header-guards. | Einar Johan Trøan Sømåen | |
2012-08-31 | WINTERMUTE: Fix a type in the header-guard-fix for base_active_rect.h | Einar Johan Trøan Sømåen | |
2012-08-31 | WINTERMUTE: Fix a warning I missed in the last commit. | Einar Johan Trøan Sømåen | |
2012-08-31 | WINTERMUTE: Fix warnings | Einar Johan Trøan Sømåen | |
2012-08-31 | WINTERMUTE: Use ++it instead of it++ | Einar Johan Trøan Sømåen | |
2012-08-31 | WINTERMUTE: General cleanup | Einar Johan Trøan Sømåen | |
2012-08-31 | WINTERMUTE: Cleanup the header-guards. | Einar Johan Trøan Sømåen | |
2012-08-31 | WINTERMUTE: Replace col_templ's getSize with Common::Array::size() | Einar Johan Trøan Sømåen | |
2012-08-31 | SCUMM: Fix of spaces/tabs mismatch (Cosmetic) | Bertrand Augereau | |
2012-08-31 | WINTERMUTE: Take int32 as parameters in Rect32. | Einar Johan Trøan Sømåen | |
2012-08-31 | WINTERMUTE: Add namespacing to the UTF-conversion code | Einar Johan Trøan Sømåen | |
2012-08-31 | WINTERMUTE: Use <math.h> instead of <cmath> | Einar Johan Trøan Sømåen | |
2012-08-31 | WINTERMUTE: Correct some endif-comments. | Einar Johan Trøan Sømåen | |
2012-08-31 | WINTERMUTE: Use tabs instead of spaces in ad_types.h | Einar Johan Trøan Sømåen | |
2012-08-31 | WINTERMUTE: Use tabs instead of spaces for indenting dctypes.h | Einar Johan Trøan Sømåen | |
2012-08-31 | WINTERMUTE: Replace qsort with Common::sort | Einar Johan Trøan Sømåen | |
2012-08-31 | WINTERMUTE: Simplify getNodeForRelativePath | Einar Johan Trøan Sømåen | |
2012-08-31 | WINTERMUTE: Fix some of the clang++ warnings listed by LordHoto | Einar Johan Trøan Sømåen | |
2012-08-31 | WINTERMUTE: Fix g++ warnings listed by LordHoto | Einar Johan Trøan Sømåen | |
2012-08-31 | WINTERMUTE: Update to use new TGA-decoder and new Video-system | Einar Johan Trøan Sømåen | |
2012-08-31 | Merge remote-tracking branch 'origin/master' into wintermute | Einar Johan Trøan Sømåen | |
2012-08-30 | TONY: Translate some variables in findPath, reduce some variable scopes | Strangerke | |