Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-14 | SHERLOCK: Changed engine to use Graphics::ManagedSurface | Paul Gilbert | |
2016-03-09 | SHERLOCK: Add format to fix compile error | Christoph Korn | |
This patch fixes the compile error: format not a string literal and no format arguments [-Werror=format-security] Just suply "%s" as the standard format. This way the string is not interpreted as format which may lead to security issues. | |||
2016-02-15 | SHERLOCK: RT: Make darts game properly multilingual | Martin Kiewitz | |
Hopefully all issues were caught Also added a "wait for keypress" right after result of latest dart throw is shown like in the original, so that dart results are not immediately cleared. Also added support for "1 point" instead of writing "1 points" | |||
2016-02-14 | SHERLOCK: RT: Fix starting different darts game modes | Paul Gilbert | |
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 | |