Commit Graph

1131 Commits

Author SHA1 Message Date
Eugene Sandulenko
281ee019e0 Oops. Revert accidental commit
svn-id: r25233
2007-01-27 22:41:18 +00:00
Eugene Sandulenko
6365546fc5 Fixes and gfx rendering works
svn-id: r25232
2007-01-27 22:38:27 +00:00
Nicola Mettifogo
c77ac3380a removed printf's spewing out tons of debug messages
svn-id: r25217
2007-01-27 00:20:41 +00:00
Nicola Mettifogo
3be5b0cca2 fixed out-of-bounds error causing random crashes in dialogues
svn-id: r25215
2007-01-26 23:26:28 +00:00
Nicola Mettifogo
da096e4b17 added more debug messages
svn-id: r25214
2007-01-26 23:24:12 +00:00
Nicola Mettifogo
b5a04fc2df added NULLity checks
svn-id: r25213
2007-01-26 23:21:04 +00:00
Nicola Mettifogo
221e9e77dd make sure current archive is closed before opening a new one
svn-id: r25212
2007-01-26 23:19:50 +00:00
Max Horn
d70c83bd4b Lots of cleanup in the AdvancedDetector
svn-id: r25194
2007-01-25 21:16:57 +00:00
Eugene Sandulenko
bb3cc79bc6 Reduce #include dependencies
svn-id: r25178
2007-01-25 01:05:25 +00:00
Eugene Sandulenko
318210ad96 Add optional size parameter to ADGameFileDescription. Not used now.
svn-id: r25164
2007-01-24 22:42:44 +00:00
Eugene Sandulenko
edd2422a55 Hide all AdvacedDetector parameters into a structure for easier maintenance
and extensibility

svn-id: r25163
2007-01-24 22:24:52 +00:00
Eugene Sandulenko
d3b0ff8ade Reduce dependency from common/advancedDetector.h
svn-id: r25156
2007-01-21 20:24:38 +00:00
Max Horn
fef501c205 openForSaving can fail, so it should be handled gracefully -- but better to assert out in a controlled manner than o invoke methods on a NULL pointer, right? :-)
svn-id: r25151
2007-01-21 15:19:30 +00:00
Nicola Mettifogo
0147a83180 fixed ordering of engine jobs: no more known graphics glitches
svn-id: r25146
2007-01-21 11:05:22 +00:00
Nicola Mettifogo
c12fe85922 fixed occasional border issues in inventory
svn-id: r25145
2007-01-21 11:00:07 +00:00
Nicola Mettifogo
d17f18223e fixed out-of-bounds error causing premature crashes on some systems
svn-id: r25140
2007-01-21 08:53:18 +00:00
Eugene Sandulenko
cd8a5f3a98 First phase of detection-related plugins interface improvements. Now plugins
return StringMap instead of fixed list of parameters. This adds great
flexibility.

Current patch should not alter any functionality, i.e. if there are regressions,
submit a report. Phase 2 will benefit from these changes and will come later.

svn-id: r25134
2007-01-20 21:27:57 +00:00
Nicola Mettifogo
7d8ddb9a5b fixed walk bug: characters now walk along complex paths
svn-id: r25117
2007-01-18 21:25:02 +00:00
Torbjörn Andersson
684a71cee0 Fixed a warning.
svn-id: r25112
2007-01-17 20:11:31 +00:00
Nicola Mettifogo
2541fcd82a fixed broken tab widths
svn-id: r25111
2007-01-17 11:12:02 +00:00
Nicola Mettifogo
0c9d01ad81 added first debug messages
svn-id: r25106
2007-01-16 21:30:18 +00:00
Nicola Mettifogo
a3df05727a removed definition of _glyphWidths
svn-id: r25097
2007-01-15 21:59:56 +00:00
Nicola Mettifogo
79d98bf52a made _glyphWidths only referenced into graphics.cpp
svn-id: r25096
2007-01-15 21:58:51 +00:00
Max Horn
abb7d49bca Fixing const related warnings in the parallaction engine
svn-id: r25095
2007-01-15 21:14:34 +00:00
Nicola Mettifogo
a90529c323 enforced MemoryReadStream usage instead of custom byte swapping in background loading
svn-id: r25094
2007-01-15 20:46:06 +00:00
Nicola Mettifogo
3545af0275 fixed pointer casting in InputData management
svn-id: r25093
2007-01-15 20:11:49 +00:00
Nicola Mettifogo
1bde157987 Made Nippon Safes start from the regular splash screen
svn-id: r25091
2007-01-15 12:59:40 +00:00
Paweł Kołodziejski
13129f6eba fix warning
svn-id: r25089
2007-01-15 08:24:45 +00:00
Max Horn
3c537cb3c9 Zone names get free'd, so don't assign a static string to it (it causes a const warning, too)
svn-id: r25087
2007-01-14 23:48:11 +00:00
Willem Jan Palenstijn
d38d85b8bc mark 64bit issues
svn-id: r25084
2007-01-14 21:58:18 +00:00
Eugene Sandulenko
e5c7ce83b8 Initial import of Parallaction engine
svn-id: r25083
2007-01-14 21:29:12 +00:00