Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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. | |||
2016-01-21 | COMMON: Use spaces for beautifying formatting. | Johannes Schickel | |
2016-01-21 | COMMON: Allow translation of PC-98 render modes. | Johannes Schickel | |
2016-01-21 | COMMON: Use our standard FM-TOWNS spelling for render modes. | Johannes Schickel | |
2016-01-21 | COMMON: Add render modes for Apple IIgs and Atari ST. | Johannes Schickel | |
On request of m_kiewitz who wants to use it for AGI. | |||
2016-01-07 | COMMON: Make FSNode(AbstractFSNode *) private again. | Johannes Schickel | |
This also fixes a memory leak in OSystem_iOS7::addSysArchivesToSearchSet. | |||
2016-01-06 | IOS: Adds a warning | Vincent Bénony | |
2016-01-06 | IOS: Formatting | Vincent Bénony | |
2016-01-06 | IOS: Moves the helper function were it is used. | Vincent Bénony | |
2016-01-06 | IOS: Merge master | Vincent Bénony | |
2016-01-06 | IOS: Adds two helper functions on strings | Vincent Bénony | |
2016-01-06 | IOS: Added a chroot like filesystem | Vincent Bénony | |
This is needed because it is not possible to keep absolute paths to the iOS document directory, because a part of its name change between each installation / update. | |||
2015-12-12 | COMMON: A few formatting fixes. | Johannes Schickel | |
2015-11-19 | COMMON: Throw a warning on inconsistent DCL fixed size buffers | Filippos Karapetis | |
This is useful for debugging, and needed for fixes in Russian fan made translations of The Neverhood Chronicles | |||
2015-11-19 | COMMON: The DCL decompressor is also used in neverhood | Filippos Karapetis | |
2015-11-10 | COMMON: Avoid useless (and dangerous when cctor/operator= don't support it) ↵ | Bertrand Augereau | |
SWAP(x, x) in sorting | |||
2015-11-09 | COMMON: Some ill-formed xml files triggered a seek(CUR, -2) in the parser | Bertrand Augereau | |
2015-09-28 | CREATE_PROJECT: Add support for Visual Studio 2015 | Paul Gilbert | |
2015-07-13 | COMMON: Plug a memory leak in the FFT class | Bastien Bouclet | |
2015-07-04 | COMMON: PKWARE data comp. remove temp. targetPtr | Martin Kiewitz | |
which was used for the temporary workaround in commit 4fb3264 | |||
2015-07-04 | COMMON: PKWARE data comp. lib. mask dictionary xs | Martin Kiewitz | |
added masking of dictionary offsets when copying from dictionary issues should now all be fixed | |||
2015-07-04 | COMMON: PKWARE data comp. library fix | Martin Kiewitz | |
add old length+offset code for now, so that the graphical issues in SCI don't occur anymore. Will investigate more tomorrow. | |||
2015-07-04 | COMMON: PKWARE data comp. library fix | Martin Kiewitz | |
fixes dictionary issues with some compressed data | |||
2015-07-04 | COMMON: PKWARE data comp. lib. cleanup + enhanced | Martin Kiewitz | |
- uses streams now - additional method for decompressing, when the target size is not known - improved comments - added AGOS for using it | |||
2015-02-01 | COMMON: Add getRevTab to FFT | Bastien Bouclet | |
2015-01-18 | COMMON: Fix strict-alignment READ_BE_UINT64 on LE and READ_LE_UINT64 on BE | clone2727 | |