Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-20 | removed local scopedptr | Vladimir Menshakov | |
svn-id: r48335 | |||
2010-03-20 | textual cleanups | Vladimir Menshakov | |
svn-id: r48333 | |||
2010-03-20 | cleaned up inventory activation, enter toggles the inventory. | Vladimir Menshakov | |
svn-id: r48332 | |||
2010-03-20 | fixed endianess issue | Vladimir Menshakov | |
svn-id: r48331 | |||
2010-03-20 | removed auto_ptr semantics in a favor of boost's scoped_ptr | Vladimir Menshakov | |
svn-id: r48329 | |||
2010-03-20 | fixed another stream leak | Vladimir Menshakov | |
svn-id: r48327 | |||
2010-03-20 | flush inventory items on savegame load, fixing invalid item tiles after ↵ | Vladimir Menshakov | |
multiple loads. svn-id: r48325 | |||
2010-03-20 | documented pack classes, restored old substream creation for FilePack | Vladimir Menshakov | |
svn-id: r48324 | |||
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 | 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-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 | COMMON: Get rid of Common::StringList | Max Horn | |
svn-id: r48287 | |||
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 Common::RandomSource to common/random.* | Max Horn | |
svn-id: r48279 | |||
2010-03-18 | Switch from Common::tag2string(foo).c_str() to tag2str(foo) | Max Horn | |
svn-id: r48276 | |||
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-14 | Further separation of MADS and M4 scene logic | Paul Gilbert | |
svn-id: r48257 | |||
2010-03-14 | Further work on separating M4 specific scene code into the m4_scene.cpp file | Paul Gilbert | |
svn-id: r48256 | |||
2010-03-14 | Increased the default Discworld 2 double-click time from 0.33 seconds to ↵ | Paul Gilbert | |
0.55 seconds (from 6 to 10 frames) svn-id: r48255 | |||
2010-03-13 | Fix our DECLARE_SINGLETON macro to conform to the C++ specs. | Johannes Schickel | |
We need to use a namespace Common { } there to make strict C++ compilers like clang++ and comeau happy. I also added a slight comment about why that is needed to the macro definition and a note that you need to use it from the global namespace. svn-id: r48254 | |||
2010-03-11 | GUI: Remove GuiObject::getMillis() | Max Horn | |
svn-id: r48241 | |||
2010-03-11 | Loading the intro videos tira.imd and tirb.imd as early PreIMD | Sven Hesse | |
svn-id: r48235 | |||
2010-03-11 | Adding support for the early Fascination IMD format | Sven Hesse | |
svn-id: r48234 | |||
2010-03-10 | Fix bug #2963556: SAGA: Memory leaks #2 | Andrew Kurushin | |
isomap-malloc to Common::Array conversation svn-id: r48232 | |||
2010-03-10 | Replace mutex_up/mutex_down methods by Common::StackLock | Max Horn | |
svn-id: r48231 | |||
2010-03-10 | cleanup | Max Horn | |
svn-id: r48230 | |||
2010-03-10 | AGOS: cleanup | Max Horn | |
svn-id: r48227 |