Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-21 | Implement FR #2988017: exit status with --list-saves always 0 | Eugene Sandulenko | |
svn-id: r49132 | |||
2010-05-20 | Make the MacResManager opening more robust to failed tries and plug its ↵ | Jordi Vilalta Prat | |
memory leaks svn-id: r49116 | |||
2010-05-18 | Added getBaseFileName() method and enhanced open() with trying macbinary ↵ | Eugene Sandulenko | |
format in plain files svn-id: r49074 | |||
2010-05-17 | Minor formatting. | Johannes Schickel | |
svn-id: r49067 | |||
2010-05-17 | Get rid of Common::Rational::normalize and other redundant code | Max Horn | |
svn-id: r49066 | |||
2010-05-17 | Some tweaks and fixes for Common::Rational | Max Horn | |
* Fix Common::gcd to work with negative input * This fixes a bug in Common::Rational's multiplication code * Add some more basic unit tests (including one which checks for the now fixed multiplication bug) * cleanup svn-id: r49064 | |||
2010-05-17 | Add the Common::Rational class from patch #2963496 (VideoDecoder Rewrite) | Matthew Hoops | |
svn-id: r49061 | |||
2010-05-17 | Restrict MIPSpro workaround to non-gcc compilers -- fixes compilation with ↵ | Joost Peters | |
gcc on irix. svn-id: r49060 | |||
2010-05-12 | Fix mismatched new[]/delete[] | Matthew Hoops | |
svn-id: r49018 | |||
2010-05-11 | Pass by reference instead of value to getResource(String) | Matthew Hoops | |
svn-id: r49008 | |||
2010-05-11 | Add support for getting a resource from the resource fork by name. | Matthew Hoops | |
svn-id: r49004 | |||
2010-05-10 | Add support to the MacResManager and AdvancedDetector to take the md5 of a ↵ | Matthew Hoops | |
resource fork. This introduces a new flag, ADGF_MACRESFORK, which when set will take the md5 and size from the resource fork instead of the data fork. svn-id: r48997 | |||
2010-05-10 | Minor fix for using the MacResManager with a regular file; switch ↵ | Matthew Hoops | |
MacBinary's data fork to using a SeekableSubReadStream instead of a MemoryReadStream. svn-id: r48995 | |||
2010-05-09 | Patch #2901515: HE: Resource Forks on Mac OS X | Eugene Sandulenko | |
svn-id: r48984 | |||
2010-05-05 | Replace various strncpy usages by strlcpy. | Johannes Schickel | |
svn-id: r48955 | |||
2010-05-05 | Add a custom implementation of OpenBSD's strlcat and strlcpy. | Johannes Schickel | |
This includes both an implementation and some basic unit tests for the above mentioned functions. svn-id: r48953 | |||
2010-05-04 | Reduce indirect header dependencies further | Max Horn | |
svn-id: r48936 | |||
2010-05-04 | Move DebugChannel related code to new header | Max Horn | |
svn-id: r48935 | |||
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 |