Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
This only touches a line which is not used in the current setup.
|
|
|
|
DOCS: Added German translation of NEWS file
|
|
|
|
|
|
working yet). Some cleanup
|
|
|
|
MAEMO: New version of the port
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Instead of explicitly passing everything, use the
new host=maemo configure capabilities
|
|
|
|
The giant configure line is now shortened to the following
configure --host=maemo
|
|
kyra has a file that won't compile in -Os
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is the original debian directory from the 1.2.0 maemo port
|
|
|
|
|
|
|
|
chase scene"
Special thanks to wjp for his work on bisecting to find the regression and
for checking against the KQ5CD disasm
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
Thanks LordHoto for pointing at it
|
|
Rename local variable 'buffer' to keep it from clashing with the
buffer() method.
|