Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-20 | fixed stream leaks | Vladimir Menshakov | |
svn-id: r48321 | |||
2010-03-20 | restored subtitle feature | Vladimir Menshakov | |
svn-id: r48320 | |||
2010-03-20 | fixed file leak, cleanups | Vladimir Menshakov | |
svn-id: r48319 | |||
2010-03-20 | fixed compilation error | Vladimir Menshakov | |
svn-id: r48318 | |||
2010-03-20 | use TransientFilePack on psp | Vladimir Menshakov | |
svn-id: r48317 | |||
2010-03-20 | removed 'subtitle' option, added missing finalize | Vladimir Menshakov | |
svn-id: r48316 | |||
2010-03-20 | added close() | Vladimir Menshakov | |
svn-id: r48315 | |||
2010-03-20 | added TransientFilePack | Vladimir Menshakov | |
svn-id: r48314 | |||
2010-03-20 | Some style fixes. | Johannes Schickel | |
svn-id: r48313 | |||
2010-03-20 | Remove unused stdarg.h include. | Johannes Schickel | |
svn-id: r48312 | |||
2010-03-20 | Sort object files. | Johannes Schickel | |
svn-id: r48311 | |||
2010-03-20 | Move StringTokenizer to its own files (tokenizer.h/tokenizer.cpp). | Johannes Schickel | |
svn-id: r48310 | |||
2010-03-20 | marked all methods with virtual | Vladimir Menshakov | |
svn-id: r48309 | |||
2010-03-20 | do not read last dummy entry in pack | Vladimir Menshakov | |
svn-id: r48308 | |||
2010-03-20 | Add common/util.h include to common/algorithm.h for SWAP. | Johannes Schickel | |
This should fix the compilation with clang++, see bug report #2971226 "COMMON: Compile error - SWAP undeclared in algorithm.h". svn-id: r48307 | |||
2010-03-19 | Also remove Win32PluginProvider::addCustomDirectories, as it obviously isn't ↵ | Max Horn | |
being used svn-id: r48304 | |||
2010-03-19 | DC: Removing unneeded DCPluginProvider::addCustomDirectories | Max Horn | |
svn-id: r48301 | |||
2010-03-19 | PSP: removed unneeded overload of addCustomDirectories() | Yotam Barnoy | |
svn-id: r48299 | |||
2010-03-19 | Beginnings of hooking up the new logic for current action display | Paul Gilbert | |
svn-id: r48298 | |||
2010-03-18 | code convention fixes mentioned by Max Horn | Vladimir Menshakov | |
svn-id: r48296 | |||
2010-03-18 | removed 'varia.res' from the resident pack files | Vladimir Menshakov | |
svn-id: r48295 | |||
2010-03-18 | do not seek for the empty assets | Vladimir Menshakov | |
svn-id: r48293 | |||
2010-03-18 | added abstract Pack class, moved code into FilePack and MemoryPack | Vladimir Menshakov | |
svn-id: r48292 | |||
2010-03-18 | Commit salty-horse's patch for VectorRendererSpec.cpp, which fixes the use ↵ | Johannes Schickel | |
of invalid C++. svn-id: r48291 | |||
2010-03-18 | One more try to make DC & PSP compile again | Max Horn | |
svn-id: r48290 | |||
2010-03-18 | Trying to fix compilation (porters should review these changes, seems I ↵ | Max Horn | |
uncovered some lurking old breakage) svn-id: r48289 | |||
2010-03-18 | COMMON: Get rid of Common::StringList | Max Horn | |
svn-id: r48287 | |||
2010-03-18 | Convert some occurences of StringList to StringArray; | Max Horn | |
try to fix compile error in GP2x code svn-id: r48286 | |||
2010-03-18 | TINSEL: Change SaveSceneSsData from char* to SAVED_DATA* | Max Horn | |
svn-id: r48285 | |||
2010-03-18 | SCUMM: Add WORKAROUND comment | Max Horn | |
svn-id: r48284 | |||
2010-03-18 | ENGINES: Move SaveStateDescriptor etc. to engine/savestate.* | Max Horn | |
svn-id: r48283 | |||
2010-03-18 | COMMON: Move typedef StringList from str.h to new header str-array.h | Max Horn | |
This removes the dependency on array.h from str.h. Also, begun migration from the confusing type name "StringList" to the more appropriate StringArray. svn-id: r48282 | |||
2010-03-18 | COMMON: Move tag2str from util.h to str.h | Max Horn | |
svn-id: r48281 | |||
2010-03-18 | COMMON: Move port specific '#define fputs' from util.cpp to textconsole.cpp | Max Horn | |
svn-id: r48280 | |||
2010-03-18 | COMMON: Move Common::RandomSource to common/random.* | Max Horn | |
svn-id: r48279 | |||
2010-03-18 | Make keymapper compilable again | Max Horn | |
svn-id: r48278 | |||
2010-03-18 | Fix warnings | Max Horn | |
svn-id: r48277 | |||
2010-03-18 | Switch from Common::tag2string(foo).c_str() to tag2str(foo) | Max Horn | |
svn-id: r48276 | |||
2010-03-18 | GUI: Make GuiObject::_name const, init all members in constructor | Max Horn | |
svn-id: r48275 | |||
2010-03-17 | Use resSize instead of computing its value again. | Arnaud Boutonné | |
svn-id: r48274 | |||
2010-03-16 | Add detection for Adiboo 2.14. Specify the exact version of a Adi 4.0 | Arnaud Boutonné | |
svn-id: r48273 | |||
2010-03-16 | Some style fixes. | Johannes Schickel | |
svn-id: r48272 | |||
2010-03-16 | SCI: fix assert in sound code when fadeout is done (lsl1 bug #2970301) | Martin Kiewitz | |
svn-id: r48271 | |||
2010-03-16 | Add patch #2970176 - V0: MM Verb + Anim Fix. | Travis Howell | |
svn-id: r48269 | |||
2010-03-16 | Add patch #2971126 - MM V0: Ed(na) walk fix. | Travis Howell | |
svn-id: r48268 | |||
2010-03-16 | Add patch #2970899 - MM V0: flipped limbs drawing fix. | Travis Howell | |
svn-id: r48267 | |||
2010-03-16 | Further code implemented for the current action display | Paul Gilbert | |
svn-id: r48266 | |||
2010-03-15 | Changing Imd::renderFrame() and Vmd::renderFrame() to properly clip the ↵ | Sven Hesse | |
drawing area to prevent overdrawing without producing garbage output svn-id: r48264 | |||
2010-03-15 | The frame coordinate cropping for IMDs is wrong, and should be unnecessary ↵ | Sven Hesse | |
anyway, since Imd::renderFrame() should already check for overblitting. This fixes bug #2969904 ("GOB3: Graphical Glitch in finished cutscene") svn-id: r48262 | |||
2010-03-14 | fixed terminate line | Paweł Kołodziejski | |
svn-id: r48260 |