Age | Commit message (Collapse) | Author |
|
svn-id: r19122
|
|
available on http://arisme.free.fr updated during this week) - Use the old mouse code to avoid scalers problems (to be fixed after 0.8.0 release) - Display/Hide the toolbar by double tapping quickly on the top of the screen to comply with the new GUI height
svn-id: r19121
|
|
available on http://arisme.free.fr updated during this week) - Use the old mouse code to avoid scalers problems (to be fixed after 0.8.0 release)
svn-id: r19120
|
|
svn-id: r19119
|
|
svn-id: r19118
|
|
options when debugging on a Pocket PC platform
svn-id: r19117
|
|
svn-id: r19116
|
|
line endings are correct since I have to use TortoiseCVS for this update :)
svn-id: r19115
|
|
later. Currently mapping is all wrong.
svn-id: r19114
|
|
as it is not possible to tell that by md5. Bumbed savegame version.
svn-id: r19113
|
|
to remove old leftover which plainly overewrote all those sophisticated
checks.
svn-id: r19112
|
|
svn-id: r19111
|
|
svn-id: r19110
|
|
last moment. Should fix bug #1327439.
svn-id: r19109
|
|
Without a proper bug report, it's hard to diagnose, but this change might
allow it to recover after such an error. Maybe.
svn-id: r19108
|
|
svn-id: r19107
|
|
svn-id: r19106
|
|
svn-id: r19105
|
|
svn-id: r19104
|
|
svn-id: r19103
|
|
svn-id: r19102
|
|
svn-id: r19101
|
|
svn-id: r19100
|
|
svn-id: r19099
|
|
svn-id: r19098
|
|
svn-id: r19097
|
|
svn-id: r19096
|
|
svn-id: r19095
|
|
svn-id: r19094
|
|
with GCC 4. (The string buffer for the file name was too short, which
caused a write to another variable's address to overwrite the terminating
zero at the end of the string.)
svn-id: r19093
|
|
Several early HE games check values, before they are set.
svn-id: r19092
|
|
svn-id: r19091
|
|
svn-id: r19090
|
|
Slight correction to copyArrayHelper.
svn-id: r19089
|
|
Now you may clearly see rotated numbers as well as hint when your code
is wrong.
svn-id: r19088
|
|
svn-id: r19087
|
|
svn-id: r19086
|
|
svn-id: r19085
|
|
equal to 0 there, so Serializer::saveLoadArrayOf() is called with len=0 which calls GzipSaveFile::write() with dataSize=0, which leads to GzipSaveFile::_ioError being set.
svn-id: r19084
|
|
it less of a CPU hog for 0.8.0, but I hope we'll be able to fix it properly
for later versions.
svn-id: r19083
|
|
Otherwise array aren't always nuked by scripts.
svn-id: r19082
|
|
Also gets rid of GF_KYRA* since GI_KYRA* should be used instead.
And last but not least fixes text drawing while Kallaks writing scene.
svn-id: r19081
|
|
svn-id: r19080
|
|
anyway); disabled some more V7/V8 code conditionally
svn-id: r19079
|
|
svn-id: r19078
|
|
can use inttypes.h on some systems?)
svn-id: r19077
|
|
loaded. Matches original games and prevent multiple load of same flObject in HE games.
svn-id: r19076
|
|
included in debian.
Beware, it's full of shit and dirty hacks as I was never even dreaming about making either the source or binary public.
But this has to be sufficient as I don't see the point in wasting my time rewriting a tool that noone needs in a clean way.
svn-id: r19075
|
|
ite and ihnm respectively. Sorry, but I had to do it before release, no
autoupgrade as games weren't supported only in developer's version.
Fix bug #1297365 "ITE: Game detection is broken".
Now it distinguishes between DOS CD and Win CD, though it uses platform and
language settings from .ini to do the choice. I.e current games need to be
redetected. Though only these 2 games are affected. I.e. they have exactly
same resource files, just Windows release adds up external patches. These
patches cannot be added to detection as they're stored in subdirectories.
Also I resolved problem between ite-demo-win and ite-demo-linux where latter
is a superset of former. I.e. it has all files which win demo has plus one
additional. And if you try to detect Linux demo it shows you both. Of course
this could be handled by upper solution, but to make sure I count number of
required files for matched versions and remove those which do not have max
number of files. I.e. if 2 games matched and one requires 4 and another one
requires 5 files, then we have 5 files matched which certainly points to
second game not the first.
svn-id: r19074
|
|
for proper game identification (21 subtle distinct versions of same game
which still require individual flags is not a joke)
cvs: ----------------------------------------------------------------------
svn-id: r19073
|