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_playtoons.cpp
Age
Commit message (
Expand
)
Author
2016-04-14
GOB: Reduce audio header dependencies
Ori Avtalion
2014-02-18
GOB: Make GPL headers consistent in themselves.
Johannes Schickel
2013-05-02
COMMON: Change kPlatformPC to kPlatformDOS
Matthew Hoops
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-02-04
GOB: Silence a compiler warning
Sven Hesse
2011-02-04
GOB: Add oPlaytoons_loadMultObject
Sven Hesse
2011-02-04
GOB: Implement case -2 for oPlaytoons_getObjAnimSize
Sven Hesse
2011-02-02
GOB: Rename Draw::kSpritesCount to Draw::kSpriteCount
Sven Hesse
2011-01-30
GOB: Work around the unimplemented copyFile :P
Sven Hesse
2011-01-30
GOB: Add a sanity check to the copyFile stub
Sven Hesse
2011-01-30
GOB: Add Inter_Playtoons::readSprite()
Sven Hesse
2011-01-29
GOB: Add Inter_Playtoons::getFile()
Sven Hesse
2011-01-29
GOB: Add Script::evalInt() and Script::evalString()
Sven Hesse
2011-01-29
GOB: Move OpcodeFunc's return flag into its parameter
Sven Hesse
2011-01-26
GOB: Another fake file path
Sven Hesse
2011-01-25
GOB: Some more Addy stubs
Sven Hesse
2011-01-25
GOB: Adding stubs for Addy
Sven Hesse
2011-01-18
GOB: Add a sanity check in oPlaytoons_readData
Sven Hesse
2010-10-31
GOB: Clean up class DataIO
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: Add constants for different surfaces/sprites
Sven Hesse
2010-07-16
Removed unused variables.
Torbjörn Andersson
2010-04-27
Fix warning using GCC 4.5
Arnaud Boutonné
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2009-09-29
Playtoons - implement some functions related to hotspot texts
Arnaud Boutonné
2009-09-15
- Implement _pattern variable
Arnaud Boutonné
2009-09-09
Playtoons - Fix searchHotspot and suppress a forgotten debug warning
Arnaud Boutonné
2009-09-09
Playtoons - Add oPlaytoons_printText
Arnaud Boutonné
2009-09-04
Playtoons - Add workaround in order to ignore hardcoded paths in oPlaytoons_c...
Arnaud Boutonné
2009-09-04
Add oPlaytoons_getObjAnimSize. It's uncomplete, but it allows to use some fun...
Arnaud Boutonné
2009-08-30
Modify warning message for o5_deleteFile as it's not only used by Dynasty, an...
Arnaud Boutonné
2009-08-28
Playtoons - Add new freeSprite function for Playtoons & Bambou. This fixes th...
Arnaud Boutonné
2009-08-27
fix compilation
Joost Peters
2009-08-27
Playtoons - Modify oPlaytoons_F_1B so that it only warns when the functions i...
Arnaud Boutonné
2009-08-24
Playtoons uses a variable space that exceeds 32767 bytes. Changing a few vari...
Sven Hesse
2009-08-20
Add oPlaytoons_F_1B skeletton, and oPlaytoons_readData to avoid adding a play...
Arnaud Boutonné
2009-08-17
Add back parenthesis (I wasn't aware of this convention, sorry) in saveload, ...
Arnaud Boutonné
2009-08-17
Formatting.
Johannes Schickel
2009-08-17
Added OPCODEDRAW 0x85, with a specific workaround for Bambou hardcoded paths ...
Arnaud Boutonné
2009-08-13
- Add a specific OPCODEFUNC checkData to avoid having a Playtoons workaround ...
Arnaud Boutonné