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
/
tucker
/
locations.cpp
Age
Commit message (
Expand
)
Author
2014-03-15
TUCKER: Use boolean instead of integer in several places
Strangerke
2014-03-09
TUCKER: Fix some values assigned to _csDataLoaded
Strangerke
2014-03-09
TUCKER: make _panelLockedFlag a boolean instead of an integer
Strangerke
2014-03-09
TUCKER: Some more renaming
Strangerke
2014-03-08
TUCKER: Some more renaming
Strangerke
2014-03-08
TUCKER: Change the type of some variables to boolean
Strangerke
2014-03-07
TUCKER: Some more renaming
Strangerke
2014-03-07
TUCKER: Use boolean in place of integer for some members of the Sprite structure
Strangerke
2014-03-07
TUCKER: Start renaming struct members to follow coding/naming conventions
Strangerke
2014-03-07
TUCKER: Remove some useless modification of sprite state
Strangerke
2014-03-07
TUCKER: Reduce the scope of some variables
Strangerke
2014-02-18
TUCKER: Make GPL headers consistent in themselves.
Johannes Schickel
2011-12-02
TUCKER: remove duplicated logic branches in locations 48 and 66 (checked agai...
Gregory Montoir
2011-11-03
TUCKER: Added FIXMEs for seemingly superfluous logic branches
Filippos Karapetis
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-02-19
Merge branch 'osystem-palette' of https://github.com/lordhoto/scummvm into ma...
Johannes Schickel
2011-02-19
TUCKER: fix #2872348 - walk bug by switching places in museum
Gregory Montoir
2011-02-18
TUCKER: fix #3106766 - Bubbles in Plugs Shop too heavy
Gregory Montoir
2011-02-18
TUCKER: fix #3106536 - Punk stuck (moving in background)
Gregory Montoir
2011-02-18
TUCKER: fix #3106520 - Prison water drop leaves a line
Gregory Montoir
2011-02-14
TUCKER: Adapt to setPalette RGBA->RGB change.
Johannes Schickel
2011-02-07
COMMON: OSystem now has a PaletteManager
Max Horn
2009-10-17
TUCKER: fix several issues in ending sequences (tracker item #2872355 - Minor...
Gregory Montoir
2009-09-27
TUCKER: add clipping for text drawing
Gregory Montoir
2009-07-19
fix bug #2597980 - TUCKER: Sprite glitch
Gregory Montoir
2009-07-13
tucker: fixed issues with dirty rects handling (tracker item #2597763)
Gregory Montoir
2009-06-14
simplified .raw/.wav data files handling in introduction sequences
Gregory Montoir
2009-05-11
some cleanup :
Gregory Montoir
2009-02-21
cleanup
Gregory Montoir
2009-02-15
correct sprite state for location 43 (fixes #2600759)
Gregory Montoir
2009-01-16
Some cleanup (one could replace some of those switch/case by jump tables...)
Max Horn
2009-01-16
TUCKER: Got rid of _fileToLoad
Max Horn
2009-01-16
TUCKER: Simplify TuckerEngine::copyLocBitmap
Max Horn
2008-12-25
Pushing down some header deps (on common/system.h, mostly)
Max Horn
2008-12-07
added dirty screen rects redraw
Gregory Montoir
2008-11-23
various fixes, Bud Tucker should now be completable (tested with french version)
Gregory Montoir
2008-11-16
some fixes to input handling, cleanup
Gregory Montoir
2008-11-10
fixed charset issues & wrong state for locations 13,16,23
Gregory Montoir
2008-11-10
Silenced MSVC warnings about uninitialized variables
Filippos Karapetis
2008-11-10
add initial support for 'Bud Tucker in Double Trouble'
Gregory Montoir