Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-23 | NEWS: Add some missing dots + a missing new line. | Johannes Schickel | |
2011-09-23 | Merge pull request #87 from SimSaw/master | Eugene Sandulenko | |
DOCS: Added German translation of NEWS file | |||
2011-09-23 | OPENGLSDL: Make fullscreen mode switching work again. | Johannes Schickel | |
2011-09-23 | DOCS: Added German NEWS (Neues). | Simon Sawatzki | |
2011-09-23 | SCI21: Added some skeleton code for offsetting pictures vertically (not ↵ | Filippos Karapetis | |
working yet). Some cleanup | |||
2011-09-23 | SCI21: Marked kNewRoom as a debug function | Filippos Karapetis | |
2011-09-23 | Merge pull request #86 from tsoliman/maemo-master-rebased-2 | Eugene Sandulenko | |
MAEMO: New version of the port | |||
2011-09-23 | SCI: Fixed bug #3413301 - "SCI: KQ6CD: Game stops responding at the bookworm" | Filippos Karapetis | |
2011-09-23 | MOHAWK: Add missing Living Book detection entry from bug #3413119. | D G Turner | |
2011-09-23 | TSAGE: Bugfix for properly exiting scenes via hotspots | Paul Gilbert | |
2011-09-23 | TSAGE: Fixes for conversation in Blue Force scene 340 | Paul Gilbert | |
2011-09-23 | TSAGE: Added new code to scene handler to handle player sequence execution | Paul Gilbert | |
2011-09-23 | TSAGE: Fixed NPC variable naming in Blue Force scene 340 | Paul Gilbert | |
2011-09-22 | MAEMO: enable virtual keyboard and add keymapping | Tarek Soliman | |
2011-09-22 | MAEMO: Enable/Disable clicking now displays OSD message | Tarek Soliman | |
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 | |