index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
gob
/
inter_v2.cpp
Age
Commit message (
Expand
)
Author
2018-08-17
JANITORIAL: Removing trailing spaces after int casts
Paul Gilbert
2017-10-07
ENGINES: Remove default1x scaler flag
Colin Snover
2016-11-29
ALL: game state => saved game
Ben Castricum
2016-04-14
JANITORIAL: Reduce audio header dependencies
Ori Avtalion
2014-02-18
GOB: Make GPL headers consistent in themselves.
Johannes Schickel
2014-01-31
GOB: Move getTotTextItemPart() from Inter_v3 to Inter_v2
Sven Hesse
2013-05-02
COMMON: Change kPlatformPC to kPlatformDOS
Matthew Hoops
2012-06-15
GOB: Add class Inter_LittleRed
Sven Hesse
2012-06-07
GOB: Add a way to reopen currently opened IMD/VMD videos
Sven Hesse
2011-11-03
GOB: Fix analyser warnings regarding sprintf() parameter signness
Sven Hesse
2011-06-13
I18N: Make many more GUI MessageDialog strings translatable
Thierry Crozat
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-03-29
JANITORIAL: Remove/comment unused vars
dhewg
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn
2011-02-04
GOB: Add oPlaytoons_loadMultObject
Sven Hesse
2011-02-03
GOB: Fix a regression that broke Lost in Time
Sven Hesse
2011-01-29
GOB: Add Script::evalInt() and Script::evalString()
Sven Hesse
2011-01-29
GOB: Rename "skipPlay" to "function" in playTot
Sven Hesse
2011-01-29
GOB: Move OpcodeFunc's return flag into its parameter
Sven Hesse
2011-01-27
GOB: Only draw text when coordinates are within the surface
Sven Hesse
2011-01-27
GOB: Some Addy gameflow stubs
Sven Hesse
2011-01-25
GOB: Add a sanity check assert()
Sven Hesse
2011-01-20
GOB: Also ignore writing to kSaveModeIgnore files
Sven Hesse
2011-01-18
GOB: Give Inca2 its own Inter class
Sven Hesse
2011-01-18
GOB: Fix a stupid typo in o2_readData()
Sven Hesse
2011-01-17
GOB: Make the variable stack endianness-independent
Sven Hesse
2011-01-17
GOB: Fix o2_pushVars()
Sven Hesse
2010-10-31
GOB: Clean up class DataIO
Sven Hesse
2010-10-30
GOB: Make some more map properties protected
Sven Hesse
2010-10-15
GOB: Remove the now useless helper.h
Sven Hesse
2010-10-15
GOB: Remove strncpy0()
Sven Hesse
2010-08-08
GOB: Adapt the remaining bits to the new VideoPlayer interface
Sven Hesse
2010-08-08
GOB: Fix video continuing
Sven Hesse
2010-08-08
GOB: Make o2_playImd use the new VideoPlayer interface
Sven Hesse
2010-08-08
GOB: Add constants for different surfaces/sprites
Sven Hesse
2010-05-17
Enforce conversion formatting on pointer casts in the DEV code.
Johannes Schickel
2009-08-24
Playtoons uses a variable space that exceeds 32767 bytes. Changing a few vari...
Sven Hesse
2009-08-13
Suppress no longer needed Playtoons workaround
Arnaud Boutonné
2009-08-10
gob - Add a workaround for files (at least in Playtoons) that are tested on C...
Arnaud Boutonné
2009-08-08
Changed the scroll-handling to be more like the original. This fixes bug #283...
Sven Hesse
2009-08-02
Show a message if saving or loading a game fails.
Sven Hesse
2009-07-18
Adding a workaround for the guard house card game "game over" screen in Woodruff
Sven Hesse
2009-07-05
Added an enum for the hotspot states
Sven Hesse
2009-07-05
Renaming the last occurences of "Collision" to "Hotspot"
Sven Hesse
2009-07-05
More state-related encapsulation
Sven Hesse
2009-07-05
Moving the "Collision" stuff to Hotspots in hotspots.cpp/.h
Sven Hesse
2009-06-24
Wrapping resources (out of TOT, EXT, IM? and EX? files) loading into its own ...
Sven Hesse
2009-06-23
Added a method to query the number of variables needed by a Script
Sven Hesse
2009-06-22
Renaming parse.h and parse.cpp to expression.h and expression.cpp
Sven Hesse
2009-06-22
Putting evalBoolResult() and evalExpr() into Script
Sven Hesse
[next]