Age | Commit message (Expand) | Author |
2016-05-26 | ACCESS: Refactor ASurface and Screen to not use virtual inheritance | Paul Gilbert |
2016-05-18 | ACCESS: Plug memory leak | Eugene Sandulenko |
2016-05-15 | ACCESS: Fix memory leak | Eugene Sandulenko |
2016-05-15 | JANITORIAL: Remove trailing spaces | Eugene Sandulenko |
2016-01-29 | ACCESS: Fix some uninitialized variables | Strangerke |
2015-12-10 | ACCESS: Fix crash when talking to Librarian | Paul Gilbert |
2015-07-27 | ACCESS: Some variable renaming | Filippos Karapetis |
2015-07-24 | ACCESS: Use our formatting conventions for variable and function names | Filippos Karapetis |
2015-02-14 | ACCESS: MM - use PRINTSTR in several places, remove related TODOs | Strangerke |
2015-02-13 | ACCESS: MM - Fix a bug in doBox_v1, implement some TYPE_3 code | Strangerke |
2015-01-30 | ACCESS: MM - Remove a couple of useless variables | Strangerke |
2015-01-26 | ACCESS: MM - Some work on bubble_box | Strangerke |
2015-01-21 | ACCESS: MM - Fix the travel box | Strangerke |
2015-01-19 | ACCESS: MM - Implement printBubble_v1 | Strangerke |
2015-01-18 | ACCESS: MM - Implement displayInv | Strangerke |
2015-01-17 | ACCESS: MM - Fix a bug related to the down arrow, some refactoring and renaming | Strangerke |
2015-01-17 | ACCESS: MM - Fix crash in cmdDoTravel, some renaming | Strangerke |
2015-01-16 | ACCESS: MM - Finish the implementation of doBox_v1 | Strangerke |
2015-01-16 | ACCESS: MM - Implement drawSelectBox | Strangerke |
2015-01-16 | ACCESS: MM - Initial string display in doBox_v1 | Strangerke |
2015-01-15 | ACCESS: MM - Implement up and down arrows in BubbleBox | Strangerke |
2015-01-15 | ACCESS: MM - Implement getList | Strangerke |
2015-01-14 | ACCESS: MM - Implement displayBoxData | Strangerke |
2015-01-13 | ACCESS: MM - Some more work on BubbleBox class | Strangerke |
2015-01-13 | ACCESS: MM - Work some more on doBox_v1 | Strangerke |
2015-01-12 | ACCESS: MM - Start implementing MM dialog box, split cmdConverse in two (WIP) | Strangerke |
2015-01-09 | ACCESS: MM - Make Bubble Box variable, add MM bubble boxes | Strangerke |
2014-12-18 | ACCESS: Use Common::String to display bubble box text | Strangerke |
2014-12-17 | ACCESS: Some more polishing in the file headers | Strangerke |
2014-12-12 | ACCESS: Janitorial | Strangerke |
2014-12-12 | ACCESS: Fix incorrect screen draw during setup of bubble boxes | Paul Gilbert |
2014-12-12 | ACCESS: Fix buffer source when clearing speech bubbles | Paul Gilbert |
2014-12-12 | ACCESS: Fix restoring talk bubbles where right edge is a bit over screen edge | Paul Gilbert |
2014-12-12 | ACCESS: Fixed clearing talk bubbles during conversations | Paul Gilbert |
2014-08-27 | ACCESS: Refactor the file manager to return resource structures | Paul Gilbert |
2014-08-25 | ACCESS: Move _maxChars to asurface | Strangerke |
2014-08-25 | ACCESS: Stub for printText method | Paul Gilbert |
2014-08-23 | ACCESS: Fix cursor positioning in scrolled screens, and background restores | Paul Gilbert |
2014-08-17 | ACCESS: Correct drawing the vertical edges of bubble boxes | Paul Gilbert |
2014-08-17 | ACCESS: Add updateTimers so bubble boxes can be removed | Paul Gilbert |
2014-08-17 | ACCESS: Fix showing bubble box text correctly | Paul Gilbert |
2014-08-17 | ACCESS: Fix positioning of bubble boxes | Paul Gilbert |
2014-08-17 | ACCESS: Fixes for drawing bubble box backgrounds | Paul Gilbert |
2014-08-17 | ACCESS: Implemented bubble box drawing code | Paul Gilbert |
2014-08-17 | ACCESS: Add missing string parameters to bubble box methods | Paul Gilbert |
2014-08-17 | ACCESS: Split the bubble box code from Room into it's own file | Paul Gilbert |