Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | QUEEN: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-05-02 | COMMON: Change kPlatformPC to kPlatformDOS | Matthew Hoops | |
"PC" was very ambiguous and now it matches what we show in the GUI. This also corrects sword2's platform to Windows. | |||
2011-09-08 | QUEEN: Made some static data const. | Johannes Schickel | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-04-12 | COMMON: Replace MKID_BE by MKTAG | Max Horn | |
MKID_BE relied on unspecified behavior of the C++ compiler, and as such was always a bit unsafe. The new MKTAG macro is slightly less elegant, but does no longer depend on the behavior of the compiler. Inspired by FFmpeg, which has an almost identical macro. | |||
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn | |
svn-id: r54385 | |||
2010-07-17 | Remove PalmOS port | Max Horn | |
svn-id: r50964 | |||
2010-04-12 | Apply patch #2982163 - CONFIG: Use HE keyword instead of HB for the Hebrew ↵ | Ori Avtalion | |
language svn-id: r48645 | |||
2010-03-18 | COMMON: Get rid of Common::StringList | Max Horn | |
svn-id: r48287 | |||
2009-01-30 | do not include common/debug.h from common/util.h | Max Horn | |
svn-id: r36143 | |||
2008-12-01 | Got rid of Stream::readLine_OLD calls in two places (mostly untested, please ↵ | Max Horn | |
check/test for regressions) svn-id: r35198 | |||
2008-09-03 | Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; ↵ | Max Horn | |
added a new alternate SeekableReadStream::readLine() instead svn-id: r34315 | |||
2008-06-26 | fix possible oob access | Gregory Montoir | |
svn-id: r32799 | |||
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat | |
svn-id: r30667 | |||
2008-01-05 | Fix to remove a tab character from the GPL header | Paul Gilbert | |
svn-id: r30238 | |||
2007-11-05 | Sort the language ID bytes of the JAS Version String alphabetically, like ↵ | Filippos Karapetis | |
they are in the queen page of the ScummVM wiki svn-id: r29421 | |||
2007-11-05 | Updated the check for the language byte of the JAS Version String to be 'g' ↵ | Filippos Karapetis | |
for the Greek fan translation and 'R' for the Russian fan translation (according to the Queen engine page in the ScummVM wiki) svn-id: r29419 | |||
2007-11-01 | Some changes to FOTAQ for the work in progress Greek translation in FR ↵ | Filippos Karapetis | |
#1723255 - "FOTAQ code modifications (mostly for greek translation)": - Added Greek font to FOTAQ - When the verb is "Go to" in the Greek version, there won't be a space after the verb and the item (as per the translator's request) - The strings in the journal are not cut off in the Greek version svn-id: r29360 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-09-01 | Cleanup: remove obsolete code (PalmOS 68K version not supported anymore) | Chris Apers | |
svn-id: r28803 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-03-02 | only request the user to update the queen.tbl if the game she/he's trying to ↵ | Gregory Montoir | |
play really *requires* it. svn-id: r25944 | |||
2007-03-02 | added other code differences for Amiga FOTAQ versions, full game is now ↵ | Gregory Montoir | |
completable under ScummVM svn-id: r25941 | |||
2007-02-25 | reduced code dup, Queen::LineReader -> SeekableReadStream::readLine | Gregory Montoir | |
svn-id: r25871 | |||
2007-02-25 | added AmigaSound::playRandomPatternJungle, minor cleanup | Gregory Montoir | |
svn-id: r25860 | |||
2007-02-24 | some fixes and additions for FOTAQ amiga versions | Gregory Montoir | |
svn-id: r25825 | |||
2007-02-22 | some fixes with resource files handling for Amiga versions | Gregory Montoir | |
svn-id: r25785 | |||
2007-02-21 | added initial support for FOTAQ amiga versions | Gregory Montoir | |
svn-id: r25769 | |||
2007-02-20 | cleanup | Max Horn | |
svn-id: r25753 | |||
2006-11-24 | loadFile isn't called with useMalloc=true anymore, got rid of it | Gregory Montoir | |
svn-id: r24782 | |||
2006-11-23 | Fix for bug #1599393 - FOTAQ: clicks at the beginning of speech. English ↵ | Gregory Montoir | |
talkie version (and probably others) has 2 different .SB file formats, with a different size for the header data. Added code to detect that. svn-id: r24775 | |||
2006-11-04 | rewrote FOTAQ game version detection code in a - if I didn't break anything ↵ | Gregory Montoir | |
- better way (no more duplicated code, more accurate game description in the launcher...) svn-id: r24598 | |||
2006-11-03 | cleanup (got rid of the custom Language enum, re-used the one in the Common ↵ | Gregory Montoir | |
namespace) svn-id: r24595 | |||
2006-03-22 | Support for Russian FOTAQ | Eugene Sandulenko | |
svn-id: r21398 | |||
2006-02-11 | Moved engines to the new engines/ directory | Max Horn | |
svn-id: r20582 |