Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-06 | QUEEN: Silence GCC 7 warnings about potential buffer overflow | Torbjörn Andersson | |
Use snprintf() instead of sprintf() to limit how much is written to the buffer. Note that there are other places where it looks like it could overflow, but they did not trigger warnings and I'm guessing that it doesn't overflow in reality. | |||
2017-08-06 | JANITORIAL: Silence more GCC 7 warnings | Torbjörn Andersson | |
All these fall through were marked as deliberate, so again I've only changed the comment to silence GCC. | |||
2014-02-18 | QUEEN: Make GPL headers consistent in themselves. | Johannes Schickel | |
2011-05-25 | ALL: neighbour -> neighbor | Matthew Hoops | |
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-02-19 | QUEEN: fix #1858081 - Jetty: "sign" at wrong position | Gregory Montoir | |
Off by one error in original object trigger ; since this is minor glitch, this patch only fixes new game state (ie. existing savegames are still affected). | |||
2010-04-25 | get rid of global Box objects and remove obsoleted PALMOS_ARM defines. | Gregory Montoir | |
svn-id: r48800 | |||
2010-04-12 | Apply patch #2982163 - CONFIG: Use HE keyword instead of HB for the Hebrew ↵ | Ori Avtalion | |
language svn-id: r48645 | |||
2009-07-01 | Fixed some more warnings observed on buildbot | Max Horn | |
svn-id: r42010 | |||
2008-01-05 | Fix to remove a tab character from the GPL header | Paul Gilbert | |
svn-id: r30238 | |||
2007-11-05 | made CmdText a virtual class, so that language tweaks can be handled in ↵ | Gregory Montoir | |
subclasses. svn-id: r29424 | |||
2007-11-05 | Don't show a space after the "give" command in the Greek fan translated ↵ | Filippos Karapetis | |
version of FOTAQ svn-id: r29420 | |||
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-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-04-02 | Re-introduced Input::getMousePos and removed g_system- | Gregory Montoir | |
svn-id: r26372 | |||
2007-03-18 | QUEEN: Make use of EventManager::getMousePos | Max Horn | |
svn-id: r26224 | |||
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 | changed all hard-coded filenames to uppercase, for consistency | Gregory Montoir | |
svn-id: r25862 | |||
2007-02-24 | some fixes and additions for FOTAQ amiga versions | Gregory Montoir | |
svn-id: r25825 | |||
2006-11-12 | cleanup | Gregory Montoir | |
svn-id: r24693 | |||
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-05-30 | Workaround bug #1497280. | Gregory Montoir | |
svn-id: r22785 | |||
2006-02-11 | Moved engines to the new engines/ directory | Max Horn | |
svn-id: r20582 |