------------------------------------------------------------------------ r30077 | fingolfin | 2007-12-29 22:00:03 -0200 (Sat, 29 Dec 2007) | 1 line Clarify SaveFileManager::listSavefiles usage ------------------------------------------------------------------------ r30075 | sev | 2007-12-29 16:27:11 -0200 (Sat, 29 Dec 2007) | 2 lines Patch for MSVC71 projects. Thanks to Quietust ------------------------------------------------------------------------ r30074 | eriktorbjorn | 2007-12-29 12:11:12 -0200 (Sat, 29 Dec 2007) | 2 lines Fixed warning when DISABLE_SCALERS is defined. ------------------------------------------------------------------------ r30072 | thebluegr | 2007-12-29 10:03:30 -0200 (Sat, 29 Dec 2007) | 1 line Update MSVC8 and MSVC9 project files for patch #1858158 ------------------------------------------------------------------------ r30071 | dreammaster | 2007-12-29 08:38:30 -0200 (Sat, 29 Dec 2007) | 1 line Added ability for both middle and right mouse buttons to abort a conversation when waiting for user to select a conversation option from a list of topics ------------------------------------------------------------------------ r30070 | dreammaster | 2007-12-29 07:51:25 -0200 (Sat, 29 Dec 2007) | 1 line Added support for using scroll wheel for making selections in the Save/Restore dialog and action lists ------------------------------------------------------------------------ r30069 | dreammaster | 2007-12-29 07:50:20 -0200 (Sat, 29 Dec 2007) | 1 line Added access property for middle mouse button ------------------------------------------------------------------------ r30068 | dreammaster | 2007-12-29 07:48:49 -0200 (Sat, 29 Dec 2007) | 1 line Added events for the middle mouse button - EVENT_MBUTTONDOWN and EVENT_MBUTTONUP ------------------------------------------------------------------------ r30066 | dreammaster | 2007-12-29 02:25:26 -0200 (Sat, 29 Dec 2007) | 1 line Fix to ensure any active conversation data or selected hotspot is cleared when restoring or restarting a game ------------------------------------------------------------------------ r30065 | dreammaster | 2007-12-28 22:31:15 -0200 (Fri, 28 Dec 2007) | 1 line Added mouse scrolling support to action menus and the save/restore dialog ------------------------------------------------------------------------ r30063 | dreammaster | 2007-12-28 20:56:22 -0200 (Fri, 28 Dec 2007) | 1 line Fix for correct dialog sequence when giving an object to an arbitrary NPC ------------------------------------------------------------------------ r30061 | fingolfin | 2007-12-28 19:12:30 -0200 (Fri, 28 Dec 2007) | 1 line Modify DFSM::getSavePath to return a Common::String instead of a char* ------------------------------------------------------------------------ r30060 | david_corrales | 2007-12-28 14:47:28 -0200 (Fri, 28 Dec 2007) | 1 line Change the checkPath() method to receive a String& instead of a char*, to make code clearer. ------------------------------------------------------------------------ r30054 | Kirben | 2007-12-28 10:07:10 -0200 (Fri, 28 Dec 2007) | 1 line Add another German version of Freddi Fish 2 (Windows). ------------------------------------------------------------------------ r30052 | vinterstum | 2007-12-28 09:51:04 -0200 (Fri, 28 Dec 2007) | 1 line Updated the OS X bundle creation to point to the new location for the engine data files, and added lure.dat as well (forward-port) ------------------------------------------------------------------------ r30050 | eriktorbjorn | 2007-12-28 09:39:09 -0200 (Fri, 28 Dec 2007) | 2 lines Fixed compilation. ------------------------------------------------------------------------ r30048 | dreammaster | 2007-12-28 09:07:35 -0200 (Fri, 28 Dec 2007) | 1 line Fix to prevent the F5 key allowing the game to be saved during player conversations or viewing a remote room ------------------------------------------------------------------------ r30046 | fingolfin | 2007-12-28 08:00:54 -0200 (Fri, 28 Dec 2007) | 1 line Get rid of PSP / PalmOS hacks in DefaultSaveFileManager::getSavePath ------------------------------------------------------------------------ r30043 | eriktorbjorn | 2007-12-28 06:43:31 -0200 (Fri, 28 Dec 2007) | 2 lines Added missing files from patch #1858158. ------------------------------------------------------------------------ r30041 | sev | 2007-12-28 05:52:56 -0200 (Fri, 28 Dec 2007) | 2 lines Patch #1858158: BUILD: Plugin building cleanup ------------------------------------------------------------------------ r30037 | dreammaster | 2007-12-28 05:46:21 -0200 (Fri, 28 Dec 2007) | 1 line Bugfix to correctly display a message when a used item is no longer in the room ------------------------------------------------------------------------ r30036 | dreammaster | 2007-12-28 05:45:22 -0200 (Fri, 28 Dec 2007) | 1 line Bugfix for string decoding to use the article of the destination character rather than the talking character ------------------------------------------------------------------------ r30034 | sev | 2007-12-28 05:43:52 -0200 (Fri, 28 Dec 2007) | 2 lines Patch #1859448: Add OSystem::getTimeAndDate API ------------------------------------------------------------------------ r30032 | sev | 2007-12-28 05:37:04 -0200 (Fri, 28 Dec 2007) | 2 lines Patch #1857121: Refactoring of the getSavePath method ------------------------------------------------------------------------ r30030 | sev | 2007-12-28 05:28:16 -0200 (Fri, 28 Dec 2007) | 2 lines Bumping version to 0.12.0svn ------------------------------------------------------------------------ r30027 | sev | 2007-12-28 04:33:20 -0200 (Fri, 28 Dec 2007) | 2 lines Now --disable-he does not disable HE70 games. ------------------------------------------------------------------------ r30026 | dreammaster | 2007-12-28 02:00:15 -0200 (Fri, 28 Dec 2007) | 1 line Bugfix for action perform timeout to correctly show an question mark bubble. Also changed a writeSint16LE call to be more correctly writeUint16LE ------------------------------------------------------------------------ r30025 | lordhoto | 2007-12-27 23:02:52 -0200 (Thu, 27 Dec 2007) | 1 line Update to msvc71 project files from _Q. ------------------------------------------------------------------------ r30024 | lordhoto | 2007-12-27 22:20:56 -0200 (Thu, 27 Dec 2007) | 1 line Fixes compiling on msvc7.1, it seems like it has problems to decide when to use operator bool. ------------------------------------------------------------------------ r30023 | Kirben | 2007-12-27 22:18:06 -0200 (Thu, 27 Dec 2007) | 1 line Move more HE code to HE71, to reduce code size, when using DISABLE_HE option. ------------------------------------------------------------------------ r30022 | fingolfin | 2007-12-27 22:08:29 -0200 (Thu, 27 Dec 2007) | 1 line Fix hashmap.h properly (this is not a bug in GCC 4.0 etc., rather it's a bug in newer GCC versions that they *accepted* the old code...) ------------------------------------------------------------------------ r30021 | Kirben | 2007-12-27 22:08:23 -0200 (Thu, 27 Dec 2007) | 1 line Move more HE code to HE71, to reduce code size, when using DISABLE_HE option. ------------------------------------------------------------------------ r30020 | vinterstum | 2007-12-27 21:41:15 -0200 (Thu, 27 Dec 2007) | 1 line Ensure files in the Mac OS X bundle get the right permissions set ------------------------------------------------------------------------ r30019 | lordhoto | 2007-12-27 21:19:19 -0200 (Thu, 27 Dec 2007) | 1 line Update msvc9 project files (too). ------------------------------------------------------------------------ r30018 | lordhoto | 2007-12-27 21:15:10 -0200 (Thu, 27 Dec 2007) | 1 line Update msvc8 project files. ------------------------------------------------------------------------ r30016 | drmccoy | 2007-12-27 15:47:31 -0200 (Thu, 27 Dec 2007) | 2 lines Muting the compiler (Sorry again, yaz0r :P) ------------------------------------------------------------------------ r30015 | yazoo | 2007-12-27 15:37:38 -0200 (Thu, 27 Dec 2007) | 1 line Nearly working pathfinder ------------------------------------------------------------------------ r30014 | knakos | 2007-12-27 14:40:58 -0200 (Thu, 27 Dec 2007) | 1 line same bug on arm-wince-gcc 4.1.0 ------------------------------------------------------------------------ r30013 | lordhoto | 2007-12-27 14:01:59 -0200 (Thu, 27 Dec 2007) | 1 line Fix for bug #1858824 "AMIGAOS4: Build Process breaks due to regression". ------------------------------------------------------------------------ r30012 | yazoo | 2007-12-27 10:05:43 -0200 (Thu, 27 Dec 2007) | 1 line Early pathfinding ------------------------------------------------------------------------ r30011 | Kirben | 2007-12-27 09:40:29 -0200 (Thu, 27 Dec 2007) | 1 line Enable Windows version of early HE games by default, to match already enabled 3DO/DOS/Macintosh versions of early HE games. Adding only the minimum code required for HE70 games. ------------------------------------------------------------------------ r30009 | Kirben | 2007-12-27 01:32:15 -0200 (Thu, 27 Dec 2007) | 1 line The HE70 version of Fatty Bear's Birthday Surprise will only work, if DISABLE_HE isn't defined. ------------------------------------------------------------------------ r30007 | wjpalenstijn | 2007-12-26 21:06:22 -0200 (Wed, 26 Dec 2007) | 1 line don't clear owner of invalid global object 0 (fixes #1857697) ------------------------------------------------------------------------ r30006 | fingolfin | 2007-12-26 21:00:18 -0200 (Wed, 26 Dec 2007) | 1 line Do not use SDL_WM_ToggleFullScreen, it's buggy on too many systems. Should fix bug #1705410. ------------------------------------------------------------------------ r30005 | fingolfin | 2007-12-26 19:45:22 -0200 (Wed, 26 Dec 2007) | 1 line cleanup ------------------------------------------------------------------------ r30004 | fingolfin | 2007-12-26 19:40:32 -0200 (Wed, 26 Dec 2007) | 1 line Patch #1837119 (COMMON: Common::HashMap iterator rework) with workaroud for Mac OS X compiler bug ------------------------------------------------------------------------ r30003 | vinterstum | 2007-12-26 10:44:41 -0200 (Wed, 26 Dec 2007) | 1 line iPhone credits ------------------------------------------------------------------------ r30002 | vinterstum | 2007-12-26 10:24:27 -0200 (Wed, 26 Dec 2007) | 1 line Added a couple of iPhone-notes to the README ------------------------------------------------------------------------ r30001 | Kirben | 2007-12-25 23:28:03 -0200 (Tue, 25 Dec 2007) | 1 line Add alternative hack to main branch, to skip largest speech segment in Simon the Sorcerer 1, when using DS port. ------------------------------------------------------------------------ r30000 | drmccoy | 2007-12-25 23:19:16 -0200 (Tue, 25 Dec 2007) | 2 lines Style :P ------------------------------------------------------------------------