Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-22 | MAEMO: Zoom- is now mode selector for clicking | Tarek Soliman | |
2011-09-22 | MAEMO: fix task switcher window title | Tarek Soliman | |
2011-09-22 | MAEMO: keymap zoom+ and zoom- keys to right and middle click | Tarek Soliman | |
2011-09-22 | MAEMO: keymap fullscreen button | Tarek Soliman | |
2011-09-22 | MAEMO: initial keymapper that keymaps menu button | Tarek Soliman | |
2011-09-22 | MAEMO: fix configure script parms in debian/rules | Tarek Soliman | |
Instead of explicitly passing everything, use the new host=maemo configure capabilities | |||
2011-09-22 | MAEMO: Add basic platform backend with stubbed keymapper | Tarek Soliman | |
2011-09-22 | CONFIGURE: MAEMO changes | Tarek Soliman | |
The giant configure line is now shortened to the following configure --host=maemo | |||
2011-09-22 | KYRA: workaround to get maemo to even compile | Tarek Soliman | |
kyra has a file that won't compile in -Os | |||
2011-09-22 | MAEMO: added comment to clarify debian/postinst | Tarek Soliman | |
2011-09-22 | MAEMO: mention the BSD and LGPL parts in debian/copyright | Tarek Soliman | |
2011-09-22 | MAEMO: Update maintainer history in debian/copyright | Tarek Soliman | |
2011-09-22 | MAEMO: add missing files to install to debian/rules | Tarek Soliman | |
2011-09-22 | MAEMO: cleanup debian directory | Tarek Soliman | |
2011-09-22 | MAEMO: bump debian version | Tarek Soliman | |
2011-09-22 | MAEMO: adding debian directory | Tarek Soliman | |
This is the original debian directory from the 1.2.0 maemo port | |||
2011-09-22 | MAEMO: removing obsolete patch | Tarek Soliman | |
2011-09-23 | TSAGE: Fix for changing partner's facing direction in Blue Force scene 350 | Paul Gilbert | |
2011-09-23 | TSAGE: Fix priority of woman in Blue Force scene 340 | Paul Gilbert | |
2011-09-23 | SCI: Fixed bug #3413020 - "SCI: Longbow: Robin is stuck in the final monk ↵ | Filippos Karapetis | |
chase scene" Special thanks to wjp for his work on bisecting to find the regression and for checking against the KQ5CD disasm | |||
2011-09-22 | CGE: Add credits | Strangerke | |
2011-09-22 | TSAGE: Bugfix for Exit cursor remaining active after leaving motorcycle | Paul Gilbert | |
2011-09-22 | SCI: Ignore invalid pointers if the kernel function signature specifies it | Filippos Karapetis | |
SCI scripts can send stale pointers to kernel functions (e.g. after loading a saved game). This is normal in some cases (such as kDisplay and kGraphRestoreBox), and their signatures are set to allow invalid pointers. Thus, in such cases, allow invalid pointers, as the kernel functions will handle them themselves. Fixes bug #3412002, and properly fixes bugs #3389579, #3292251, #3308087 and #3056811. Removed a relevant TODO. | |||
2011-09-22 | SCI: Fixed compilation with VM_DEBUG_SEND defined | Filippos Karapetis | |
2011-09-21 | TSAGE: Bugfixes to Blue Force map screen for leaving Marina | Paul Gilbert | |
2011-09-21 | TSAGE: Default to displaying walk cursor on Blue Force map screen | Paul Gilbert | |
2011-09-04 | DREAMWEB: 'examineobtext' ported to C++ | Bertrand Augereau | |
2011-09-20 | TSAGE: Implemented Blue Force scene 355 - Future Wave exterior | Paul Gilbert | |
2011-09-20 | CGE: Remove useless function declaration | Strangerke | |
Thanks LordHoto for pointing at it | |||
2011-09-19 | GUI: Silence GCC warning | Torbjörn Andersson | |
Rename local variable 'buffer' to keep it from clashing with the buffer() method. | |||
2011-09-19 | DISTS: Update MacOSX Info.plist to add most languages for localization. | D G Turner | |
This should fix bug #3394080 : "MACOSX: Language auto-detection does not work correctly", though this list should be expanded to include any languages in po directory which I have missed. Thanks to LordHoto for indicating the likely cause. | |||
2011-09-19 | GUI: Replace ConsoleDialog use of vsnprintf by Common::String::vformat() | Littleboy | |
2011-09-19 | LASTEXPRESS: Small cleanup in Entities::processEntity() and ↵ | Littleboy | |
Entities::processFrame() | |||
2011-09-18 | DREAMWEB: 'bresenhams' ported to C++ | Bertrand Augereau | |
2011-09-18 | GOB: At the decorative fishes in the Diving minigame | Sven Hesse | |
2011-09-18 | TSAGE: Bugfix for Blue Force death screen image moving when screen is clicked | Paul Gilbert | |
2011-09-18 | TSAGE: Implemented Blue Force scene 360 - Future Wave Interior | Paul Gilbert | |
2011-09-18 | CGE: Rename Snail into CommandHandler, plus some associated renamings | Strangerke | |
2011-09-18 | VIDEO: Fix Bink bundle count lenghts to be computed like ffmpeg does. | Bastien Bouclet | |
Fixes several movies in Myst 3. | |||
2011-09-18 | TSAGE: Fix for sequence manager when using a Blue Force specific opcode | Paul Gilbert | |
2011-09-18 | TSAGE: In Blue Force, cursor doesn't reset to Walk after doing actions | Paul Gilbert | |
2011-09-18 | TSAGE: Fixed ordering of scenes in Blue Force group 3 | Paul Gilbert | |
2011-09-18 | TSAGE: Implemented Blue Force scene 370 - Future Wave bedroom | Paul Gilbert | |
2011-09-18 | NEWS: Add recent fixes in AGOS game engine. | Travis Howell | |
2011-09-17 | CGE: Fix a potential bug in insertCommand(), some renaming | Strangerke | |
2011-09-17 | SCUMM FM-TOWNS: fix DS build | athrxx | |
2011-09-17 | SCUMM FM-TOWNS: fix another regression | athrxx | |
(pcm sound effects broken in 69adb13c2f3cadd4dac2bba8164aa0b8a9400abc) | |||
2011-09-17 | SCUMM FM-TOWNS: fix regression and cleanup | athrxx | |
(LOOM mouse cursor was broken in b1cb88ddc25da64772bbba253bd2210678189ace) | |||
2011-09-17 | SCUMM FM-TOWNS: fix invalid mem accesses | athrxx | |
- handle some invalid sound resources that come up when starting LOOM - fix typo in midi driver code (causing invalid mem reads) | |||
2011-09-17 | CGE: Remove useless function | Strangerke | |
Thanks fuzzie for noticing it |