Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-27 | correct indention | Max Horn | |
svn-id: r48822 | |||
2010-04-27 | COMMON: Move DebugChannel stuff into a new DebugMan singleton | Max Horn | |
svn-id: r48821 | |||
2010-04-27 | cleanup | Max Horn | |
svn-id: r48820 | |||
2010-04-20 | Document setPalette() and grabPalette() changes, fix some incorrect 8bit ↵ | Andre Heider | |
statements. svn-id: r48758 | |||
2010-04-19 | Fix regression introduced with r46130, which caused debugN strings to be ↵ | Johannes Schickel | |
post processed via debugOutputFormatter. Formerly all debugN strings were not post processed via "errorString" (or the "debugOutputFormatter" as it is called nowadays). This revision did change how debug strings are post processed and removed the special case for debugN by accident. svn-id: r48716 | |||
2010-04-13 | Whitespace fix. | Johannes Schickel | |
svn-id: r48654 | |||
2010-04-13 | Print message when creating new INI; don't rewrite it directly after reading. | Max Horn | |
Together with the r48651, this addresses bug #2983718: "Incomprehensible message for missing scummvm.ini" svn-id: r48653 | |||
2010-04-13 | Patch #2985205: "GSoC: Improve FSNode warning messages" | Max Horn | |
svn-id: r48651 | |||
2010-04-12 | Apply patch #2982163 - CONFIG: Use HE keyword instead of HB for the Hebrew ↵ | Ori Avtalion | |
language svn-id: r48645 | |||
2010-04-11 | Rest of patch #2982224: GSoC: Added unit test and unified error message display | Max Horn | |
svn-id: r48627 | |||
2010-04-06 | COMMON: Add Common::parseBool | Max Horn | |
svn-id: r48566 | |||
2010-03-29 | COMMON: Cleanup ConfigManager code | Max Horn | |
* get rid of ConfigManager::_emptyString * get rid of ConfigManager::Domain::get (use getVal instead) * remove some dead code svn-id: r48417 | |||
2010-03-22 | Patch #2973290: Semicolon cleanup | Max Horn | |
svn-id: r48359 | |||
2010-03-20 | - Renamed SharedPtr<T>::Pointer to SharedPtr<T>::PointerType | Johannes Schickel | |
- Introduced ReferenceType to SharedPtr and ScopedPtr svn-id: r48337 | |||
2010-03-20 | Style fixes / cleanup. | Johannes Schickel | |
svn-id: r48336 | |||
2010-03-20 | added ScopedPtr template | Vladimir Menshakov | |
svn-id: r48334 | |||
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 | 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-18 | COMMON: Get rid of Common::StringList | Max Horn | |
svn-id: r48287 | |||
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-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-02-28 | Add a comment to document my removal of stream delete in previous commit | Fabio Battaglia | |
svn-id: r48155 | |||
2010-02-28 | do not delete the stream twice in makeZipArchive as it's already deleted by ↵ | Fabio Battaglia | |
unzOpen if a problem is encountered svn-id: r48154 | |||
2010-02-23 | Update Common::KeyState comments | Max Horn | |
svn-id: r48120 | |||
2010-02-21 | Patch for bug 2943361 by littleboy, adding full kb modifier support to all ↵ | Yotam Barnoy | |
engines + GUI and proper keypad handling svn-id: r48101 | |||
2010-02-13 | cleanup | Max Horn | |
svn-id: r48041 | |||
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 |