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
/
sherlock
/
tattoo
/
tattoo_darts.cpp
Age
Commit message (
Collapse
)
Author
2015-11-16
SHERLOCK: Fix Coverity warnings about uninitialized fields
Paul Gilbert
2015-10-18
SHERLOCK: RT: Fix color of darts game power bar
Paul Gilbert
2015-10-17
SHERLOCK: RT: Increase darts hand/power speed, computer text fix
Paul Gilbert
2015-10-16
SHERLOCK: RT: Fix drawing of darts game dart throws
Paul Gilbert
2015-10-16
SHERLOCK: RT: Fix darts info display and hide cursor
Paul Gilbert
2015-09-14
SHERLOCK: Reduce the scope of several variables.
Strangerke
2015-08-04
SHERLOCK: RT: Properly wait for press when dart game ends
Paul Gilbert
2015-08-04
SHERLOCK: RT: Set up Escape key to automatically win darts game
Paul Gilbert
Unlike in Serrated Scalpel, the darts game can't be skipped, so there really needs to be a way to skip having to play it
2015-08-04
SHERLOCK: RT: Fix using Escape in darts minigame
Paul Gilbert
2015-08-03
SHERLOCK: RT: Further fixes for darts minigame
Paul Gilbert
2015-08-03
SHERLOCK: RT: Fix throwing darts in darts minigame
Paul Gilbert
2015-08-03
SHERLOCK: RT: Fix initial display of dartboard minigame
Paul Gilbert
2015-07-12
SHERLOCK: Fix compiler warnings
Paul Gilbert
2015-07-12
SHERLOCK: Remove extra parameter to print()
Torbjörn Andersson
Otherwise the format string would be 0, and that can't be right.
2015-07-11
SHERLOCK: RT: Implement main playDarts method
Paul Gilbert
2015-07-11
SHERLOCK: RT: Further support methods for darts game
Paul Gilbert
2015-07-10
SHERLOCK: RT: Fix compiler warnings
Paul Gilbert
2015-07-10
SHERLOCK: RT: Implementing support methods for Darts game
Paul Gilbert
2015-07-10
SHERLOCK: RT: Beginnings of darts minigame
Paul Gilbert