Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-13 | Hide ZipArchive implementation, only expose it via factory functions: ↵ | Max Horn | |
makeZipArchive() svn-id: r48040 | |||
2010-02-09 | Remove last traces of File::addDefaultDirectory | Max Horn | |
svn-id: r48027 | |||
2010-02-09 | Merged _headers and _filemap. | Nicola Mettifogo | |
svn-id: r48012 | |||
2010-02-08 | Reduce header interdependencies | Max Horn | |
svn-id: r48010 | |||
2010-02-08 | Introduce factory function makeArjArchive, hide ArjArchive class implementation | Max Horn | |
svn-id: r48009 | |||
2010-02-08 | Renamed ArjFile to ArchiveMan, and _arj to _archives. | Nicola Mettifogo | |
svn-id: r48000 | |||
2010-02-08 | Moved ArjFile to drascula. | Nicola Mettifogo | |
svn-id: r47999 | |||
2010-02-08 | Fix trunk after fscking up. | Nicola Mettifogo | |
svn-id: r47998 | |||
2010-02-08 | Made ArjFile use a new ArjArchive class. | Nicola Mettifogo | |
svn-id: r47997 | |||
2010-02-08 | Objectified CRC32 calculator. | Nicola Mettifogo | |
svn-id: r47996 | |||
2010-02-08 | Shuffled code around a bit. | Nicola Mettifogo | |
svn-id: r47995 | |||
2010-02-08 | Let ArjFile return a SeekableReadStream instead of implementing | Nicola Mettifogo | |
the same interface itself. The caller is now responsible for deleting the returned streams. svn-id: r47994 | |||
2010-01-31 | Slight formatting fixes to comply to our coding guidelines. | Johannes Schickel | |
svn-id: r47744 | |||
2010-01-30 | - Call the special debug channels "channels" consistently. (Formerly ↵ | Johannes Schickel | |
sometimes they were refered to as "levels"). - Along with it add some more descriptive commentary about what is the intention behind debug channels. svn-id: r47727 | |||
2010-01-25 | Fix virtual-keyboard not changing size, when the user changes the scaler ↵ | Johannes Schickel | |
while it is not visible. svn-id: r47544 | |||
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2010-01-24 | Fix indentation | Jordi Vilalta Prat | |
svn-id: r47499 | |||
2010-01-11 | Move Mac Binary resource loader to common class. Plug tons of memory leaks ↵ | Eugene Sandulenko | |
along the way. svn-id: r47258 | |||
2010-01-08 | Move DisposeAfterUse::Flag from Common to global namespace, and into a new ↵ | Max Horn | |
header common/types.h svn-id: r47180 | |||
2010-01-08 | Fix documentation for setMouseCursor's format paramenter. | Johannes Schickel | |
svn-id: r47173 | |||
2010-01-07 | - Adapt documentation, that keycolor in setMouseCursor may not exceed the ↵ | Johannes Schickel | |
maximum color value of the specified format. - Change SDL backend to assert out on invalid keycolor values In case we really need a way to specify "no keycolor" we need to discuss on how to do it *properly*. svn-id: r47123 | |||
2010-01-07 | The default keycolor for mouse pointers used to be 255. | Marcus Comstedt | |
This makes sense as a default for CLUT8 modes, but not really for anything else. As part of the gsoc2009-16bit merge, the default was changed to "all ones", with extra code in the SDL backend to truncate this to the depth of the mode. However, "all ones" (white) still isn't a very useful default for RGB modes. So rather than jumping through hoops to provide a bad default, it's better to remove the default altogether. Engines which relied on the old default of 255 have been updated to specify it explicitly. svn-id: r47118 | |||
2010-01-04 | Implemented the same fix for tag2string() as in commit #44920, thereby ↵ | Filippos Karapetis | |
fixing an assert in MSVC with the QT player when playing Myst. The parameter passed to isprint() should always be unsigned svn-id: r46989 | |||
2010-01-03 | Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null | Torbjörn Andersson | |
before freeing it, which isn't necessary. svn-id: r46941 | |||
2010-01-03 | Sort language list (and showing that Lure is really broken). | Eugene Sandulenko | |
svn-id: r46932 | |||
2009-12-31 | Add support for Chinese translated games. | Eugene Sandulenko | |
svn-id: r46805 | |||
2009-12-31 | Remove the getBeginOffset() hack from Common::SeekableReadStream and ↵ | Matthew Hoops | |
introduce QTPlayer::setChunkBeginOffset() to allow specifying what offset to use. svn-id: r46786 | |||
2009-12-30 | Get rid of Common::String::emptyString, and also of some port specific ↵ | Max Horn | |
hackery (getting rid of certain global C++ objs) svn-id: r46781 | |||
2009-12-30 | Rename Common::Stream::readLine_NEW to readLine | Max Horn | |
svn-id: r46779 | |||
2009-12-30 | spelling | Max Horn | |
svn-id: r46778 | |||
2009-12-30 | remove bad hackery caused by n64 port and avoid polluting StdioStream using ↵ | Fabio Battaglia | |
a custom Stream subclass svn-id: r46777 | |||
2009-12-30 | Add Nintendo 64 port to trunk. | Fabio Battaglia | |
svn-id: r46773 | |||
2009-12-30 | Update comments to reflect the changes used for Mohawk. | Matthew Hoops | |
svn-id: r46746 | |||
2009-12-29 | Add Mohawk engine code. Part 2/3: common code changes. | Eugene Sandulenko | |
svn-id: r46728 | |||
2009-12-29 | Typo. | Johannes Schickel | |
svn-id: r46717 | |||
2009-12-28 | Spelling: Par*r*tition | Max Horn | |
svn-id: r46688 | |||
2009-12-27 | allowed list to be sorted with default comparator | Vladimir Menshakov | |
svn-id: r46644 | |||
2009-12-27 | Some more code format fixes. | Johannes Schickel | |
svn-id: r46641 | |||
2009-12-27 | more code convention fixes | Vladimir Menshakov | |
svn-id: r46640 | |||
2009-12-27 | added whitespace to conform code convention | Vladimir Menshakov | |
svn-id: r46639 | |||
2009-12-27 | replaced bubble sort with quick sort | Vladimir Menshakov | |
added distance(a, b) functions svn-id: r46638 | |||
2009-12-15 | Got rid of ReadStream::ioFailed() | Max Horn | |
svn-id: r46379 | |||
2009-12-09 | Slightly modified commit of patch #2911414 "MSVC: conversions warnings in ↵ | Johannes Schickel | |
common code". svn-id: r46308 | |||
2009-12-07 | COMMON: Document class MemoryPool; make MemoryPool::_chunkSize const | Max Horn | |
svn-id: r46282 | |||
2009-12-07 | Applied patch from patch item #2909854 in order to fix compilation when ↵ | Filippos Karapetis | |
language extensions are disabled in MSVC svn-id: r46273 | |||
2009-11-29 | COMMON: Replace NORETURN by NORETURN_PRE & NORETURN_POST | Max Horn | |
svn-id: r46205 | |||
2009-11-26 | Renamed common/console.* to common/textconsole.* to fix compilation under ↵ | Filippos Karapetis | |
MSVC again (broken with commit #46130). MSVC places all object files for each engine in the same folder (even if they're in subfolders), which resulted in clashing between gui/console.* and common/console.*. There's no easy way around this, other than turning the resulting MSVC files into a big mess, so a simple file rename is more feasible svn-id: r46151 | |||
2009-11-24 | COMMON: Remove dependency on engines code (by using the inversion principle). | Max Horn | |
svn-id: r46130 | |||
2009-11-24 | typo | Max Horn | |
svn-id: r46129 | |||
2009-11-24 | Fix incorrectly placed doxygen comments; replace Common::ID2string by ↵ | Max Horn | |
Common::tag2string svn-id: r46127 |