Willem Jan Palenstijn
34169a817c
SWORD25: Revert "Fix compilation on some 32-bit systems"
...
This reverts commit 6dc3768faa .
This commit was the wrong fix to the compilation problem later
fixed by 8e9aefbf6e .
2013-11-04 21:25:00 +01:00
Eugene Sandulenko
6dc3768faa
SWORD25: Fix compilation on some 32-bit systems
2013-07-15 19:19:45 +03:00
Eugene Sandulenko
b7e3d52abc
SWORD25: Replace Pluto with Tamed Pluto for increased compatibility
...
Still saves are incompatible but at least this now has enhanced
debugging capabilities.
2013-07-15 19:02:34 +03:00
upthorn
f34924bc39
SWORD25: Fix loading savegames on 64-bit archs.
2012-08-20 21:15:46 +02:00
Tarek Soliman
a4798602d7
JANITORIAL: Fix missing whitespace in pointer cast
...
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g'
This seems to have caught some params as well which is not undesirable IMO.
It also caught some strings containing this which is undesirable so I
excluded them manually. (engines/sci/engine/kernel_tables.h)
2012-02-15 10:07:10 -06:00
Johannes Schickel
70566beb78
SWORD25: Since ssize_t might not be available on all platforms use size_t for the pointer cast now.
...
svn-id: r53594
2010-10-18 22:30:44 +00:00
Johannes Schickel
a821d65efe
SWORD25: Fix compilation on 64bit arches by casting a pointer to ssize_t instead of int.
...
This should be no permanent solution. I added a small fixme comment near the
cast so it won't be forgotten.
svn-id: r53593
2010-10-18 22:17:41 +00:00
Eugene Sandulenko
c360aa9d14
SWORD25: Fix warning
...
svn-id: r53569
2010-10-18 17:13:03 +00:00
Eugene Sandulenko
3feac393b0
SWORD25: Renamed Lua .c files to .cpp and make it compilable
...
svn-id: r53568
2010-10-18 17:12:00 +00:00