aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-24TSAGE: Further bugfixes for item actions in Blue Force scene 900Paul Gilbert
2011-09-24TSAGE: Bugfixes and cleanup for Blue Force scene 900Paul Gilbert
2011-09-24SCI: Fixed timer bug #3127824 - "SCI: speed problem - Castle of Dr Brain"Filippos Karapetis
2011-09-23TSAGE: Fix setAction call.Alyssa Milburn
2011-09-23TSAGE: Implement Blue Force Scene 900Strangerke
2011-09-23AUDIO: Sync DOSBox OPL code a bit.Johannes Schickel
This only touches a line which is not used in the current setup.
2011-09-23NEWS: Add some missing dots + a missing new line.Johannes Schickel
2011-09-23Merge pull request #87 from SimSaw/masterEugene Sandulenko
DOCS: Added German translation of NEWS file
2011-09-23OPENGLSDL: Make fullscreen mode switching work again.Johannes Schickel
2011-09-23DOCS: Added German NEWS (Neues).Simon Sawatzki
2011-09-23SCI21: Added some skeleton code for offsetting pictures vertically (not ↵Filippos Karapetis
working yet). Some cleanup
2011-09-23SCI21: Marked kNewRoom as a debug functionFilippos Karapetis
2011-09-23Merge pull request #86 from tsoliman/maemo-master-rebased-2Eugene Sandulenko
MAEMO: New version of the port
2011-09-23SCI: Fixed bug #3413301 - "SCI: KQ6CD: Game stops responding at the bookworm"Filippos Karapetis
2011-09-23MOHAWK: Add missing Living Book detection entry from bug #3413119.D G Turner
2011-09-23TSAGE: Bugfix for properly exiting scenes via hotspotsPaul Gilbert
2011-09-23TSAGE: Fixes for conversation in Blue Force scene 340Paul Gilbert
2011-09-23TSAGE: Added new code to scene handler to handle player sequence executionPaul Gilbert
2011-09-23TSAGE: Fixed NPC variable naming in Blue Force scene 340Paul Gilbert
2011-09-22MAEMO: enable virtual keyboard and add keymappingTarek Soliman
2011-09-22MAEMO: Enable/Disable clicking now displays OSD messageTarek Soliman
2011-09-22MAEMO: Zoom- is now mode selector for clickingTarek Soliman
2011-09-22MAEMO: fix task switcher window titleTarek Soliman
2011-09-22MAEMO: keymap zoom+ and zoom- keys to right and middle clickTarek Soliman
2011-09-22MAEMO: keymap fullscreen buttonTarek Soliman
2011-09-22MAEMO: initial keymapper that keymaps menu buttonTarek Soliman
2011-09-22MAEMO: fix configure script parms in debian/rulesTarek Soliman
Instead of explicitly passing everything, use the new host=maemo configure capabilities
2011-09-22MAEMO: Add basic platform backend with stubbed keymapperTarek Soliman
2011-09-22CONFIGURE: MAEMO changesTarek Soliman
The giant configure line is now shortened to the following configure --host=maemo
2011-09-22KYRA: workaround to get maemo to even compileTarek Soliman
kyra has a file that won't compile in -Os
2011-09-22MAEMO: added comment to clarify debian/postinstTarek Soliman
2011-09-22MAEMO: mention the BSD and LGPL parts in debian/copyrightTarek Soliman
2011-09-22MAEMO: Update maintainer history in debian/copyrightTarek Soliman
2011-09-22MAEMO: add missing files to install to debian/rulesTarek Soliman
2011-09-22MAEMO: cleanup debian directoryTarek Soliman
2011-09-22MAEMO: bump debian versionTarek Soliman
2011-09-22MAEMO: adding debian directoryTarek Soliman
This is the original debian directory from the 1.2.0 maemo port
2011-09-22MAEMO: removing obsolete patchTarek Soliman
2011-09-23TSAGE: Fix for changing partner's facing direction in Blue Force scene 350Paul Gilbert
2011-09-23TSAGE: Fix priority of woman in Blue Force scene 340Paul Gilbert
2011-09-23SCI: 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-22CGE: Add creditsStrangerke
2011-09-22TSAGE: Bugfix for Exit cursor remaining active after leaving motorcyclePaul Gilbert
2011-09-22SCI: Ignore invalid pointers if the kernel function signature specifies itFilippos 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-22SCI: Fixed compilation with VM_DEBUG_SEND definedFilippos Karapetis
2011-09-21TSAGE: Bugfixes to Blue Force map screen for leaving MarinaPaul Gilbert
2011-09-21TSAGE: Default to displaying walk cursor on Blue Force map screenPaul Gilbert
2011-09-04DREAMWEB: 'examineobtext' ported to C++Bertrand Augereau
2011-09-20TSAGE: Implemented Blue Force scene 355 - Future Wave exteriorPaul Gilbert
2011-09-20CGE: Remove useless function declarationStrangerke
Thanks LordHoto for pointing at it