Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-31 | Added support for landscape mode in addition to the upside-down landscape ↵ | Oystein Eftevaag | |
mode we already had, and a few minor optimizations svn-id: r30090 | |||
2007-12-30 | Draw subtitles over the verb coin in CoMI, not under. This is noticeable early | Torbjörn Andersson | |
in the game, when Murray is talking to himself. I've verified this against the behaviour of the original interpreter. (Should this go into 0.11 as well?) svn-id: r30088 | |||
2007-12-30 | Ooops, this was not supposed to be commited | Max Horn | |
svn-id: r30087 | |||
2007-12-30 | atrib -> attrib; added some FIXME comments | Max Horn | |
svn-id: r30086 | |||
2007-12-30 | Patch #1689516: BASS: Update the cursor when right-clicking in inventory | Max Horn | |
svn-id: r30085 | |||
2007-12-30 | implement new gettimeanddate method - fixes bug 1834822 WINCE: Save games ↵ | Kostas Nakos | |
have incorrect time & date svn-id: r30083 | |||
2007-12-30 | Fix for bug #1635361: COMI: Music fade-out broken for compressed audio | Max Horn | |
svn-id: r30081 | |||
2007-12-30 | The PS2, DS and PalmOS ports currently do not properly implement their ↵ | Max Horn | |
SaveFileManagers -- flagging the incorrect & invalid code by making it not compile. Note: Portser should probably also fix their code in the 0.11 branch svn-id: r30079 | |||
2007-12-30 | Updated all MSVC project files to use the standard windows-1252 codepage, ↵ | Filippos Karapetis | |
instead of windows-1250 and windows-1251 svn-id: r30078 | |||
2007-12-30 | Clarify SaveFileManager::listSavefiles usage | Max Horn | |
svn-id: r30077 | |||
2007-12-29 | Patch for MSVC71 projects. Thanks to Quietust | Eugene Sandulenko | |
svn-id: r30075 | |||
2007-12-29 | Fixed warning when DISABLE_SCALERS is defined. | Torbjörn Andersson | |
svn-id: r30074 | |||
2007-12-29 | Update MSVC8 and MSVC9 project files for patch #1858158 | Filippos Karapetis | |
svn-id: r30072 | |||
2007-12-29 | Added ability for both middle and right mouse buttons to abort a ↵ | Paul Gilbert | |
conversation when waiting for user to select a conversation option from a list of topics svn-id: r30071 | |||
2007-12-29 | Added support for using scroll wheel for making selections in the ↵ | Paul Gilbert | |
Save/Restore dialog and action lists svn-id: r30070 | |||
2007-12-29 | Added access property for middle mouse button | Paul Gilbert | |
svn-id: r30069 | |||
2007-12-29 | Added events for the middle mouse button - EVENT_MBUTTONDOWN and EVENT_MBUTTONUP | Paul Gilbert | |
svn-id: r30068 | |||
2007-12-29 | Fix to ensure any active conversation data or selected hotspot is cleared ↵ | Paul Gilbert | |
when restoring or restarting a game svn-id: r30066 | |||
2007-12-29 | Added mouse scrolling support to action menus and the save/restore dialog | Paul Gilbert | |
svn-id: r30065 | |||
2007-12-28 | Fix for correct dialog sequence when giving an object to an arbitrary NPC | Paul Gilbert | |
svn-id: r30063 | |||
2007-12-28 | Modify DFSM::getSavePath to return a Common::String instead of a char* | Max Horn | |
svn-id: r30061 | |||
2007-12-28 | Change the checkPath() method to receive a String& instead of a char*, to ↵ | David Corrales | |
make code clearer. svn-id: r30060 | |||
2007-12-28 | Add another German version of Freddi Fish 2 (Windows). | Travis Howell | |
svn-id: r30054 | |||
2007-12-28 | Updated the OS X bundle creation to point to the new location for the engine ↵ | Oystein Eftevaag | |
data files, and added lure.dat as well (forward-port) svn-id: r30052 | |||
2007-12-28 | Fixed compilation. | Torbjörn Andersson | |
svn-id: r30050 | |||
2007-12-28 | Fix to prevent the F5 key allowing the game to be saved during player ↵ | Paul Gilbert | |
conversations or viewing a remote room svn-id: r30048 | |||
2007-12-28 | Get rid of PSP / PalmOS hacks in DefaultSaveFileManager::getSavePath | Max Horn | |
svn-id: r30046 | |||
2007-12-28 | Added missing files from patch #1858158. | Torbjörn Andersson | |
svn-id: r30043 | |||
2007-12-28 | Patch #1858158: BUILD: Plugin building cleanup | Eugene Sandulenko | |
svn-id: r30041 | |||
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 |