Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-28 | Bugfix to correctly display a message when a used item is no longer in the room | Paul Gilbert | |
svn-id: r30037 | |||
2007-12-28 | Bugfix for string decoding to use the article of the destination character ↵ | Paul Gilbert | |
rather than the talking character svn-id: r30036 | |||
2007-12-28 | Patch #1859448: Add OSystem::getTimeAndDate API | Eugene Sandulenko | |
svn-id: r30034 | |||
2007-12-28 | Patch #1857121: Refactoring of the getSavePath method | Eugene Sandulenko | |
svn-id: r30032 | |||
2007-12-28 | Bumping version to 0.12.0svn | Eugene Sandulenko | |
svn-id: r30030 | |||
2007-12-28 | Now --disable-he does not disable HE70 games. | Eugene Sandulenko | |
svn-id: r30027 | |||
2007-12-28 | Bugfix for action perform timeout to correctly show an question mark bubble. ↵ | Paul Gilbert | |
Also changed a writeSint16LE call to be more correctly writeUint16LE svn-id: r30026 | |||
2007-12-28 | Update to msvc71 project files from _Q. | Johannes Schickel | |
svn-id: r30025 | |||
2007-12-28 | Fixes compiling on msvc7.1, it seems like it has problems to decide when to ↵ | Johannes Schickel | |
use operator bool. svn-id: r30024 | |||
2007-12-28 | Move more HE code to HE71, to reduce code size, when using DISABLE_HE option. | Travis Howell | |
svn-id: r30023 | |||
2007-12-28 | Fix hashmap.h properly (this is not a bug in GCC 4.0 etc., rather it's a bug ↵ | Max Horn | |
in newer GCC versions that they *accepted* the old code...) svn-id: r30022 | |||
2007-12-28 | Move more HE code to HE71, to reduce code size, when using DISABLE_HE option. | Travis Howell | |
svn-id: r30021 | |||
2007-12-27 | Ensure files in the Mac OS X bundle get the right permissions set | Oystein Eftevaag | |
svn-id: r30020 | |||
2007-12-27 | Update msvc9 project files (too). | Johannes Schickel | |
svn-id: r30019 | |||
2007-12-27 | Update msvc8 project files. | Johannes Schickel | |
svn-id: r30018 | |||
2007-12-27 | Muting the compiler (Sorry again, yaz0r :P) | Sven Hesse | |
svn-id: r30016 | |||
2007-12-27 | Nearly working pathfinder | Vincent Hamm | |
svn-id: r30015 | |||
2007-12-27 | same bug on arm-wince-gcc 4.1.0 | Kostas Nakos | |
svn-id: r30014 | |||
2007-12-27 | Fix for bug #1858824 "AMIGAOS4: Build Process breaks due to regression". | Johannes Schickel | |
svn-id: r30013 | |||
2007-12-27 | Early pathfinding | Vincent Hamm | |
svn-id: r30012 | |||
2007-12-27 | Enable Windows version of early HE games by default, to match already ↵ | Travis Howell | |
enabled 3DO/DOS/Macintosh versions of early HE games. Adding only the minimum code required for HE70 games. svn-id: r30011 | |||
2007-12-27 | The HE70 version of Fatty Bear's Birthday Surprise will only work, if ↵ | Travis Howell | |
DISABLE_HE isn't defined. svn-id: r30009 | |||
2007-12-26 | don't clear owner of invalid global object 0 (fixes #1857697) | Willem Jan Palenstijn | |
svn-id: r30007 | |||
2007-12-26 | Do not use SDL_WM_ToggleFullScreen, it's buggy on too many systems. Should ↵ | Max Horn | |
fix bug #1705410. svn-id: r30006 | |||
2007-12-26 | cleanup | Max Horn | |
svn-id: r30005 | |||
2007-12-26 | Patch #1837119 (COMMON: Common::HashMap iterator rework) with workaroud for ↵ | Max Horn | |
Mac OS X compiler bug svn-id: r30004 | |||
2007-12-26 | iPhone credits | Oystein Eftevaag | |
svn-id: r30003 | |||
2007-12-26 | Added a couple of iPhone-notes to the README | Oystein Eftevaag | |
svn-id: r30002 | |||
2007-12-26 | Add alternative hack to main branch, to skip largest speech segment in Simon ↵ | Travis Howell | |
the Sorcerer 1, when using DS port. svn-id: r30001 | |||
2007-12-26 | Style :P | Sven Hesse | |
svn-id: r30000 | |||
2007-12-26 | Style :P | Sven Hesse | |
svn-id: r29999 | |||
2007-12-26 | Update comment. | Johannes Schickel | |
svn-id: r29998 | |||
2007-12-26 | Simplification of GM vs MT-32 detection. | Johannes Schickel | |
svn-id: r29997 | |||
2007-12-26 | Fix for bug #1858080: FOTAQ: game terminates badly | Max Horn | |
svn-id: r29996 | |||
2007-12-26 | remove & rename are not portable | Max Horn | |
svn-id: r29995 | |||
2007-12-25 | Do not use abort (for that matter, shouldn't used exit(), either, but we ↵ | Max Horn | |
(ab)use that in various places anyway...) svn-id: r29994 | |||
2007-12-25 | Added FIXME regarding fopen usage | Max Horn | |
svn-id: r29993 | |||
2007-12-25 | Removed obsolete comment | Max Horn | |
svn-id: r29992 | |||
2007-12-25 | Muting the compiler :P | Sven Hesse | |
svn-id: r29991 | |||
2007-12-25 | Fix input | Vincent Hamm | |
Fix timming svn-id: r29990 | |||
2007-12-25 | Fix palette issues | Vincent Hamm | |
svn-id: r29989 | |||
2007-12-25 | Fix title screen regression | Vincent Hamm | |
svn-id: r29988 | |||
2007-12-25 | Fix blinking character | Vincent Hamm | |
svn-id: r29987 | |||
2007-12-25 | Bunch of gfx fix | Vincent Hamm | |
svn-id: r29986 | |||
2007-12-25 | Fix cell sorting | Vincent Hamm | |
Fix palette loading svn-id: r29985 | |||
2007-12-25 | Show objects always using priority 15. Fixes bug #1858037 (AGI: show.obj ↵ | Kari Salminen | |
priority error). svn-id: r29984 | |||
2007-12-24 | Cleanup(/formatting). | Johannes Schickel | |
svn-id: r29983 | |||
2007-12-24 | _Properly_ fix lock-up introduced introduced in revision 29860. A typical | Eugene Sandulenko | |
c/p error. svn-id: r29982 | |||
2007-12-24 | Fix regressions (crashes) introduced in commit 29860 | Eugene Sandulenko | |
svn-id: r29981 | |||
2007-12-24 | ARM version of central ADPCM decoding block for NDS. Define ARM_ADPCM to | Robin Watts | |
enable. Apparently may not be required as this isn't speed critical - but I've written it now, so seems a shame to lose it. svn-id: r29980 |