Tarek Soliman
ac20718363
MAEMO: Enable/Disable clicking now displays OSD message
2011-09-22 22:07:45 -05:00
Tarek Soliman
912a040534
MAEMO: Zoom- is now mode selector for clicking
2011-09-22 22:07:45 -05:00
Tarek Soliman
e04a8fdc3a
MAEMO: fix task switcher window title
2011-09-22 22:07:45 -05:00
Tarek Soliman
5bb506fcff
MAEMO: keymap zoom+ and zoom- keys to right and middle click
2011-09-22 22:07:45 -05:00
Tarek Soliman
e50b2477d2
MAEMO: keymap fullscreen button
2011-09-22 22:07:44 -05:00
Tarek Soliman
bafaeef24a
MAEMO: initial keymapper that keymaps menu button
2011-09-22 22:07:44 -05:00
Tarek Soliman
df649e08f8
MAEMO: fix configure script parms in debian/rules
...
Instead of explicitly passing everything, use the
new host=maemo configure capabilities
2011-09-22 22:07:44 -05:00
Tarek Soliman
09b9fbfba9
MAEMO: Add basic platform backend with stubbed keymapper
2011-09-22 22:07:44 -05:00
Tarek Soliman
1439014a26
CONFIGURE: MAEMO changes
...
The giant configure line is now shortened to the following
configure --host=maemo
2011-09-22 22:07:44 -05:00
Tarek Soliman
4cd9c16867
KYRA: workaround to get maemo to even compile
...
kyra has a file that won't compile in -Os
2011-09-22 22:07:44 -05:00
Tarek Soliman
b044ae6b98
MAEMO: added comment to clarify debian/postinst
2011-09-22 22:07:44 -05:00
Tarek Soliman
07569e93c5
MAEMO: mention the BSD and LGPL parts in debian/copyright
2011-09-22 22:07:43 -05:00
Tarek Soliman
5e42715f05
MAEMO: Update maintainer history in debian/copyright
2011-09-22 22:07:43 -05:00
Tarek Soliman
ac9cfacb98
MAEMO: add missing files to install to debian/rules
2011-09-22 22:07:43 -05:00
Tarek Soliman
c001b537f5
MAEMO: cleanup debian directory
2011-09-22 22:07:43 -05:00
Tarek Soliman
30afd3caf8
MAEMO: bump debian version
2011-09-22 22:07:43 -05:00
Tarek Soliman
9633515e23
MAEMO: adding debian directory
...
This is the original debian directory from the 1.2.0 maemo port
2011-09-22 22:07:43 -05:00
Tarek Soliman
775f265554
MAEMO: removing obsolete patch
2011-09-22 22:07:43 -05:00
Filippos Karapetis
0b4802c24b
SCI: Fixed bug #3413020 - "SCI: Longbow: Robin is stuck in the final monk chase scene"
...
Special thanks to wjp for his work on bisecting to find the regression and
for checking against the KQ5CD disasm
2011-09-23 00:22:44 +03:00
Strangerke
3542dc2c44
CGE: Add credits
2011-09-22 18:55:06 +02:00
Paul Gilbert
36ab10f291
TSAGE: Bugfix for Exit cursor remaining active after leaving motorcycle
2011-09-22 20:50:37 +10:00
Filippos Karapetis
b807041ad2
SCI: Ignore invalid pointers if the kernel function signature specifies it
...
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 04:18:13 +03:00
Filippos Karapetis
7f675de855
SCI: Fixed compilation with VM_DEBUG_SEND defined
2011-09-22 04:18:11 +03:00
Paul Gilbert
953c36675b
TSAGE: Bugfixes to Blue Force map screen for leaving Marina
2011-09-21 21:56:57 +10:00
Paul Gilbert
e91e1e1cbe
TSAGE: Default to displaying walk cursor on Blue Force map screen
2011-09-21 19:52:05 +10:00
Bertrand Augereau
28720da12b
DREAMWEB: 'examineobtext' ported to C++
2011-09-04 08:54:01 +02:00
Paul Gilbert
12b553c084
TSAGE: Implemented Blue Force scene 355 - Future Wave exterior
2011-09-20 22:06:58 +10:00
Strangerke
e663e7874e
CGE: Remove useless function declaration
...
Thanks LordHoto for pointing at it
2011-09-20 07:10:29 +02:00
Torbjörn Andersson
642e0baacb
GUI: Silence GCC warning
...
Rename local variable 'buffer' to keep it from clashing with the
buffer() method.
2011-09-19 20:10:46 +02:00
D G Turner
6b8fb196cb
DISTS: Update MacOSX Info.plist to add most languages for localization.
...
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 16:44:38 +01:00
Littleboy
9796890cce
GUI: Replace ConsoleDialog use of vsnprintf by Common::String::vformat()
2011-09-19 09:23:00 -04:00
Littleboy
ce4c98d757
LASTEXPRESS: Small cleanup in Entities::processEntity() and Entities::processFrame()
2011-09-19 09:22:59 -04:00
Bertrand Augereau
b76b038ffc
DREAMWEB: 'bresenhams' ported to C++
2011-09-18 19:30:45 +02:00
Sven Hesse
a1825e4d02
GOB: At the decorative fishes in the Diving minigame
2011-09-18 17:02:45 +02:00
Paul Gilbert
e360d35567
TSAGE: Bugfix for Blue Force death screen image moving when screen is clicked
2011-09-18 20:38:12 +10:00
Paul Gilbert
5f0b906576
TSAGE: Implemented Blue Force scene 360 - Future Wave Interior
2011-09-18 20:36:57 +10:00
Strangerke
2d882fdf18
CGE: Rename Snail into CommandHandler, plus some associated renamings
2011-09-18 11:25:34 +02:00
Bastien Bouclet
cf54fc98d5
VIDEO: Fix Bink bundle count lenghts to be computed like ffmpeg does.
...
Fixes several movies in Myst 3.
2011-09-18 09:38:30 +02:00
Paul Gilbert
13d0275d7e
TSAGE: Fix for sequence manager when using a Blue Force specific opcode
2011-09-18 16:58:33 +10:00
Paul Gilbert
45ee4f4845
TSAGE: In Blue Force, cursor doesn't reset to Walk after doing actions
2011-09-18 16:33:09 +10:00
Paul Gilbert
83a03d883d
TSAGE: Fixed ordering of scenes in Blue Force group 3
2011-09-18 15:58:24 +10:00
Paul Gilbert
95467a379c
TSAGE: Implemented Blue Force scene 370 - Future Wave bedroom
2011-09-18 15:56:07 +10:00
Travis Howell
c5615d7f58
NEWS: Add recent fixes in AGOS game engine.
2011-09-18 13:28:22 +10:00
Strangerke
17802f8903
CGE: Fix a potential bug in insertCommand(), some renaming
2011-09-17 23:04:12 +02:00
athrxx
f8ee4f385f
SCUMM FM-TOWNS: fix DS build
2011-09-17 22:16:41 +02:00
athrxx
149fdbfb60
SCUMM FM-TOWNS: fix another regression
...
(pcm sound effects broken in 69adb13c2f3cadd4dac2bba8164aa0b8a9400abc)
2011-09-17 21:15:46 +02:00
athrxx
0d1d974e14
SCUMM FM-TOWNS: fix regression and cleanup
...
(LOOM mouse cursor was broken in b1cb88ddc25da64772bbba253bd2210678189ace)
2011-09-17 21:15:44 +02:00
athrxx
867f2887e8
SCUMM FM-TOWNS: fix invalid mem accesses
...
- handle some invalid sound resources that come up when starting LOOM
- fix typo in midi driver code (causing invalid mem reads)
2011-09-17 21:15:41 +02:00
Strangerke
9c5415b6ae
CGE: Remove useless function
...
Thanks fuzzie for noticing it
2011-09-17 19:11:40 +02:00
Strangerke
ff0185d038
CGE: Remove a use reference to g_engine
...
Thanks fuzzie for mentioning it
2011-09-17 18:22:35 +02:00