Age | Commit message (Expand) | Author |
2014-04-13 | AVALANCHE: Add HighScore. | uruk |
2014-03-07 | AVALANCHE: Implement Parser::bossKey(). | uruk |
2014-02-18 | AVALANCHE: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-11-23 | AVALANCHE: Implement Nim::playNim(). | urukgit |
2013-11-22 | AVALANCHE: Janitorial - Align some comments in Parser | Strangerke |
2013-11-22 | AVALANCHE: Janitorial - Remove extra blank lines | Strangerke |
2013-10-24 | AVALANCHE: Fix a couple of (theoretical) out of bounds accesses (CID 1109650) | Strangerke |
2013-10-12 | AVALANCHE: Move some parser functions to Dialogs. Improve some comments | Strangerke |
2013-10-12 | AVALANCHE: Move some variables around | Strangerke |
2013-10-05 | AVALANCHE: Replace static strings by static char* | Strangerke |
2013-10-04 | AVALANCHE: Start cleaning includes - remove useless include in header files | Strangerke |
2013-10-01 | AVALANCHE: more work on variables | Strangerke |
2013-10-01 | AVALANCHE: More work on variables | Strangerke |
2013-10-01 | AVALANCHE: More refactoring | Strangerke |
2013-09-29 | AVALANCHE: move some more functions to Graphics | Strangerke |
2013-09-27 | AVALANCHE: Misc minor polishing | Strangerke |
2013-09-25 | AVALANCHE: Reduce verbosity in Background, remove a useless variable | Strangerke |
2013-09-24 | AVALANCHE: Use enum for verbs | Strangerke |
2013-09-24 | AVALANCHE: Use People enum as a type for several variables, modify functions ... | Strangerke |
2013-09-24 | AVALANCHE: Move 2 enums out of Avalot classes, set private some parser variables | Strangerke |
2013-09-23 | AVALANCHE: Refactor some variables. This breaks savegame compatibility | Strangerke |
2013-09-22 | AVALANCHE: Move some variables | Strangerke |
2013-09-21 | AVALANCHE: Move some variables, fix savegame counter increment when saving | Strangerke |
2013-09-21 | AVALANCHE: Merge Acci and Parser | Strangerke |
2013-09-07 | AVALANCHE: Do renaming/refactoring in Parser. | uruk |
2013-09-07 | AVALANCHE: Janitorial - Remove trailing spaces, fix define names | Strangerke |
2013-09-03 | AVALANCHE: Get rid of Basher. Move everything needed from it to Parser::init(). | uruk |
2013-08-23 | AVALANCHE: Upgrade Trip::infield(), update the rest of the code accordingly. ... | uruk |
2013-08-17 | AVALANCHE: Repair Avalot::handleKeyDown(), add comments to parser.h. | uruk |
2013-08-01 | AVALANCHE: Move pos() from Acci to Parser, update other code accordingly. | uruk |
2013-07-29 | AVALANCHE: Move wipeText() from Basher to Parser, implement it. Fix parts of ... | uruk |
2013-07-28 | AVALANCHE: Add tryDropdown() and _inputTextBackup to Parser, implement handle... | uruk |
2013-07-28 | AVALANCHE: Implement handling of the cursor in Parser. | uruk |
2013-07-27 | AVALANCHE: Add Parser::handleBackspace(). Update Avalot::handleKeyDown() acco... | uruk |
2013-07-27 | AVALANCHE: Rename variables in Parser. Add _leftMargin to Parser. Fix _leftMa... | uruk |
2013-07-27 | AVALANCHE: Introduce new class: Parser. Update rest of the code accordingly. | uruk |