Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-13 | COMMON: Introduce --debug-channels-only command line flag. | Eugene Sandulenko | |
Many of our systems currently generate significant amount of debug output on deeper levels. Now, when your engine is using Debug Channels, you might want to show that debug information only, which is currently not possible, as the generic output will be mixed in your output. Alternative solution would be to implement possibility to specify per-channel debug levels. | |||
2016-08-13 | Merge pull request #790 from salty-horse/clang_fixes | Willem Jan Palenstijn | |
ALL: Don't use 'defined' in macro definitions | |||
2016-08-12 | COMMON: Fix octal for GUIO_GAMEOPTIONS9 | Paul Gilbert | |
2016-08-04 | COMMON: Update GZipWriteStream::pos() | Alexander Tkachev | |
Though it seemed the _wrapped stream should return valid position, it was always 0. That's why I've added a _pos field, which is updated in write() and returned in pos(). | |||
2016-08-04 | COMMON: Add WriteStream::pos() | Alexander Tkachev | |
It returns int32, because some complex streams are derived from both WriteStream and ReadStream, and in ReadStream pos() returns int32, because -1 means an error. I had to change MemoryStream's uint32 to int32, which is probably not so good. | |||
2016-08-01 | Merge pull request #786 from dreammaster/titanic | Eugene Sandulenko | |
TITANIC: Starship Titanic engine | |||
2016-07-28 | Revert "BUILD: Fix test compilation with event recorder enabled" | Bastien Bouclet | |
This reverts commit 1f8667c5d949070035390531e4f10c0f945d7352. | |||
2016-07-28 | COMMON: Remove the EventRecorder dependency from OSystem | Bastien Bouclet | |
EventRecorder is in the gui lib which is not linked in the cxxtest suite. | |||
2016-07-23 | ALL: Don't use 'defined' in macro definitions | Ori Avtalion | |
This is undefined behavior and clang warns about it. See <http://lists.llvm.org/pipermail/cfe-commits/Week-of-Mon-20160118/147239.html>. | |||
2016-07-10 | TITANIC: Implement TTparser normalize | Paul Gilbert | |
2016-07-10 | SCI32: Add support for blacklined video | Colin Snover | |
Ow. My eyeballs. | |||
2016-07-02 | COMMON: Make MemoryWriteStreamDynamic private members protected | Willem Jan Palenstijn | |
2016-06-04 | COMMON: Fixed SortedArray implementation | Eugene Sandulenko | |
2016-05-28 | COMMON: Fix warning about shadowing class members | Eugene Sandulenko | |
2016-05-23 | COMMON: Fix another warning. | Eugene Sandulenko | |
We're shadowing the class variables with local ones. | |||
2016-05-23 | COMMON: Remove const qualifiers. | Eugene Sandulenko | |
We have to cast it back to void *, which loses const qualifier | |||
2016-05-23 | COMMON: Fix warning | Eugene Sandulenko | |
2016-05-23 | COMMON: Fix SortedArray implementation for empty array | Eugene Sandulenko | |
2016-05-23 | BUILD: Fix test compilation with event recorder enabled | Eugene Sandulenko | |
2016-05-22 | COMMON: Fix SortedArray implementation. | Eugene Sandulenko | |
Had to use a modified bsearch for finding the nearest element. | |||
2016-05-22 | COMMON: Implement SortedArray | Eugene Sandulenko | |
2016-05-19 | Merge pull request #688 from blorente/master | Eugene Sandulenko | |
COMMON:String::replace and Common::replace functionality added. | |||
2016-05-16 | COMMON: Add replace functions to Common and String. | Borja Lorente Escobar | |
COMMON: Add replacement to common/algorithm.h COMMON: Intermediate commit to show doubts. COMMON: Basic String::replace() methods implemented. COMMON: Fix typo in the algorithm.h documentation. COMMON: Fix documentation of String::replace() COMMON: Fix formatting issues in method signatures. COMMON: Add assert and reformat loops in str and algorithm. COMMON: Fix typo in comment. COMMON: Fix style in string test cases. COMMON: Add Doxygen documentation to algorithm and String. COMMON: Add Doxygen documentation to algorithm and String. COMMON: Add Doxygen documentation to algorithm. COMMON: Fix style in algorithm comments. COMMON: Add Doxygen comments to String. COMMON: Add Doxygen comments to algorithm test function. COMMON: Add String support for substring replace. COMMON: Fix string replace to comply with STL COMMON: Fix documentation on string replace COMMON: Fix style in string replace COMMON: Fix unwanted reference problem in String::replace(). COMMON: Fix indentation in comments for replace COMMON: Fix indentation in replace COMMON: Fix comments in String::replace to match implementation. COMMON: Remove assert to allow for not-null-terminated character arrays COMMON: Add new test for String::replace COMMON: Fix broken comments on String::replace COMMON: Fix sharing bug on ensureCapacity COMMON: Remove superfluous call to makeUnique() | |||
2016-05-16 | Merge pull request #745 from Cruel/3ds | Eugene Sandulenko | |
3DS: New Backend | |||
2016-04-09 | UPDATES: Fix interval normalization | Thierry Crozat | |
When given a valid value the normalization was returning the next valid value instead of returning the given one. This caused for example the interval to be changed each time we opened the options (and thus check to be automatically activated the first time the options were accessed). | |||
2016-04-09 | UPDATES: Implemented method getLastUpdateCheckTimeAndDate() | Eugene Sandulenko | |
Currently it uses methods and constants deprecated in 10.10. 10.10+ -specific code will follow | |||
2016-04-06 | 3DS: Initial commit | Thomas Edvalson | |
2016-04-03 | UPDATES: Fix endless loop | Eugene Sandulenko | |
2016-04-03 | Merge pull request #735 from sev-/updates-gui | Eugene Sandulenko | |
UPDATES: Add GUI. Opt-in dialog and Options | |||
2016-04-02 | Merge pull request #743 from fuzzie/apple2-platform | Eugene Sandulenko | |
COMMON: Add Apple II platform | |||
2016-04-02 | COMMON: Add Apple II platform | Alyssa Milburn | |
2016-04-01 | UPDATES: Implement and use method for normalizing interval value to accepted ↵ | Eugene Sandulenko | |
values | |||
2016-04-01 | UPDATES: Added documentation to new methods | Eugene Sandulenko | |
2016-03-31 | UPDATES: Got rid of hardcoded update intervals list | Eugene Sandulenko | |
2016-03-30 | UPDATES: Made interval set/get functions accept normal integers | Eugene Sandulenko | |
2016-03-28 | COMMON: Use better reallocation strategy in MemoryWriteStreamDynamic. | Eugene Sandulenko | |
Fixes bug #6983: "SWORD25: long saving time" | |||
2016-03-16 | Merge pull request #682 from lordhoto/savefilemanager-case-insensitive | Johannes Schickel | |
ALL: Make SaveFileManager case insensitive. | |||
2016-03-01 | COMMON: Cleanup: Use StringArray instead of custom type. | Johannes Schickel | |
2016-03-01 | COMMON: Add a method to list files to MacResManager. | Johannes Schickel | |
2016-03-01 | COMMON: Fix Rect::intersects doc | Willem Jan Palenstijn | |
2016-02-25 | COMMON: Add documentation about savefile names. | Johannes Schickel | |
2016-02-25 | COMMON: Beautify SaveFileManager documentation. | Johannes Schickel | |
2016-02-18 | COMMON: Add convenience method to Common::Rational for 1:1 ratios | Colin Snover | |
For SCI engine games, ratios may not be normalised and so to avoid extra scaling, there needs to be a way to simply check whether a ratio is 1:1. | |||
2016-02-18 | COMMON: Add methods for inserting and erasing with iterators | Colin Snover | |
This provides improved feature parity to Common::List and is used in SCI32 engine. | |||
2016-02-15 | JANITORIAL: Typos detected with lintian & grep | Alexandre Detiste | |
2016-02-09 | COMMON: Fix formatting issues in archive.cpp. | Johannes Schickel | |
2016-02-07 | COMMON: Fix memory leak in decompressDCL | Willem Jan Palenstijn | |
2016-02-05 | COMMON: Add render mode for Macintosh. | Johannes Schickel | |
On request of m_kiewitz who wants to use it for AGI. | |||
2016-01-26 | COMMON: Allow '#' to only match digits in matchString. | Johannes Schickel | |
2016-01-22 | COMMON: Add another GUIO game option flag. | Johannes Schickel | |
We still can only display 7 options in our GUI though. Blame m_kiewitz if anybody runs into that issue now. He wanted this. |