Age | Commit message (Expand) | Author |
2013-09-18 | AVALANCHE: Add sound class, blip(), playNote() and click() | Strangerke |
2013-09-18 | AVALANCHE: Rename DropDown into Menu, add some access functions | Strangerke |
2013-09-18 | AVALANCHE: Janitorial - Clean up misc style glitches | Strangerke |
2013-09-16 | AVALANCHE: Review all for statements | Strangerke |
2013-09-16 | AVALANCHE: fix index in loadMouse, misc cleanup | Strangerke |
2013-09-09 | AVALANCHE: harmonize the use of constants for kDir, kDirection, kVerbs | Strangerke |
2013-09-08 | AVALANCHE: Some renaming in Animation. | uruk |
2013-09-07 | AVALANCHE: Rename trip into animation, some more renaming | 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-06 | AVALANCHE: More renaming in gyro2.h. | uruk |
2013-09-06 | AVALANCHE: Some renaming in lucerna2 | Strangerke |
2013-09-05 | AVALANCHE: Rename/refactor Colors. | uruk |
2013-09-05 | AVALANCHE: Do renaming/refactoring in Graphics. | uruk |
2013-09-05 | AVALANCHE: Finish replacing C-style comments by C++-style | Strangerke |
2013-09-04 | AVALANCHE: Get rid of Enhanced. Further renamings and refactoring in Avalanch... | uruk |
2013-09-04 | Merge branch 'avalanche' of https://github.com/urukgit/scummvm into avalanche | uruk |
2013-09-04 | AVALANCHE: Partially do the renaming in Dropdown. | uruk |
2013-09-04 | AVALANCHE: Fix GCC warnings reported by GCC | Strangerke |
2013-09-04 | AVALANCHE: Fix coding style: ++ and -- | Strangerke |
2013-09-04 | AVALANCHE: Remove logger | Strangerke |
2013-09-03 | AVALANCHE: Get rid of Basher. Move everything needed from it to Parser::init(). | uruk |
2013-09-03 | AVALANCHE: Rename/refactor Acci. Implement Acci::peopleInRoom(). | uruk |
2013-08-23 | AVALANCHE: Upgrade Trip::infield(), update the rest of the code accordingly. ... | uruk |
2013-08-16 | AVALANCHE: Remove Gyro::on_virtual(), Gyro::off_virtual(), Gyro::super_off(),... | uruk |
2013-08-11 | AVALANCHE: Introduce Graphics::drawText(). Rename raw to fontType, move it fr... | 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: Repair parser, implement Acci::replace(), further implement Acci:p... | 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 |