Adrian Frühwirth
1a44eecafb
TUCKER: Remove trailing comma from enum list
2018-03-16 20:41:00 +01:00
Adrian Frühwirth
58bce94510
TUCKER: Added missing check for minimum supported savegame version
2018-03-16 20:37:22 +01:00
Adrian Frühwirth
ed44cbf287
TUCKER: Add savegame metadata and autosave support
2018-03-16 20:18:32 +01:00
Adrian Frühwirth
dce8a98a18
TUCKER: Add CursorStyle and CursorState enums
2018-03-02 17:26:12 +01:00
Adrian Frühwirth
43053644a8
TUCKER: Remove superfluous arguments in loadBudSpr et al
2018-02-11 11:50:52 +01:00
Adrian Frühwirth
90ce265ab8
TUCKER: Print infobar string if no savegame exists
...
Before, the ingame load dialog pretended to allow loading savegames from
all possible slots even if no savegames existed.
This introduces the original interpreter's behavior which instead loads
a resource string from infobar.txt informing the user that no savegames
are available.
2018-01-31 19:23:56 +01:00
Strangerke
0b9ba6ad29
TUCKER: Some more renaming
2014-03-09 00:00:27 +01:00
Johannes Schickel
9e90dcd346
TUCKER: Make GPL headers consistent in themselves.
2014-02-18 02:39:39 +01:00
Tarek Soliman
edc5249772
JANITORIAL: Fix template definition whitespace
2012-02-10 21:17:27 -06:00
D G Turner
5015d12142
TUCKER: Replace snprintf() usage with Common::String::format()
...
Safer and less portability issues.
2011-06-02 18:02:12 +01:00
Max Horn
477d6233c3
ENGINES: Change 2nd param of Engine::saveGameState to Common::String
2011-06-02 18:31:59 +02:00
strangerke
69b1485a22
GIT: Clean up: Suppress SVN tags, now useless
2011-05-12 01:16:22 +02:00
Ori Avtalion
9414d7a6e2
JANITORIAL: Reduce header dependencies in shared code
...
Some backends may break as I only compiled SDL
2011-04-28 15:08:58 +03:00
Max Horn
6b98c4c4e7
Got rid of some more ioFailed uses (also fixed a potential leak in graphics/font.cpp, and handle eos correctly in the FLAC code)
...
svn-id: r42488
2009-07-14 18:24:20 +00:00
Max Horn
fb79b18571
Changed SaveFileManager methods to take Common::String params (instead of char pointers)
...
svn-id: r41000
2009-05-29 14:38:22 +00:00
Max Horn
65b5d31814
COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecated; however, retained ioFailed in SeekableReadStream and File for now (so for now this mainly affects WriteStream subclasses)
...
svn-id: r40725
2009-05-19 11:42:14 +00:00
Gregory Montoir
2fd66d8eae
some cleanup :
...
- separated instruction table parsing from instruction execution
- added a few debug calls to monitor game flags changes
- some variables/functions renaming
svn-id: r40454
2009-05-11 14:04:44 +00:00
Gregory Montoir
c39b5f5c6f
force inventory redraw after a game state load (inventory should now be ok when exiting GMM, should fix #2603197 )
...
svn-id: r38682
2009-02-21 11:26:50 +00:00
Gregory Montoir
362bdf87d7
added support for kSupportsLoadingDuringRuntime & kSupportsSavingDuringRuntime, cleanup
...
svn-id: r35171
2008-11-28 23:56:25 +00:00
Gregory Montoir
4a5d4ba94d
add initial support for 'Bud Tucker in Double Trouble'
...
svn-id: r34990
2008-11-10 20:38:54 +00:00