Age | Commit message (Expand) | Author |
2013-08-14 | ZVISION: Set the initial game location (The opening video and menu) | richiesams |
2013-08-14 | ZVISION: Fix header #defines to match their file names | richiesams |
2013-08-14 | ZVISION: Implement ZVISION::getCursorManager() | richiesams |
2013-08-14 | ZVISION: Create the concept of a working window | richiesams |
2013-08-14 | ZVISION: Create methods for setting left, right, up, down cursors | richiesams |
2013-08-14 | ZVISION: Allow CursorManager::revertToIdle to take _cursorIsPushed into account | richiesams |
2013-08-14 | ZVISION: Add check to CursorMan::changeCursor to prevent extraneous cursor ch... | richiesams |
2013-08-14 | ZVISION: Fix alignment formatting | richiesams |
2013-08-14 | MORTEVIELLE: Some renaming | Strangerke |
2013-08-14 | MORTEVIELLE: Fix shadowed variable. Thanks LordHoto for pointing out | Strangerke |
2013-08-13 | WINTERMUTE: Be explicit when storing Floats in savegames. | Einar Johan Trøan Sømåen |
2013-08-13 | WINTERMUTE: Add atleast some comments to the renderTicket-system. | Einar Johan Trøan Sømåen |
2013-08-13 | MORTEVIELLE: Introduce original language in detection | Strangerke |
2013-08-13 | MORTEVIELLE: Remove the detection of a broken menu.mor file. Bug reported by ... | Strangerke |
2013-08-13 | MORTEVIELLE: Wait for the end of sound in some more places | Strangerke |
2013-08-13 | MORTEVIELLE: Fix door animation display when opening the doors | Strangerke |
2013-08-12 | MORTEVIELLE: Improve sound support | Strangerke |
2013-08-12 | KYRA: Fix palette glitch when quitting while viewing the family album in Kyra3. | Johannes Schickel |
2013-08-12 | KYRA: Fix palette glitch in Kyra3 when loading from main menu. | Johannes Schickel |
2013-08-11 | TSAGE: Fixes for R2R bridge console scanner | Paul Gilbert |
2013-08-11 | TAGE: Bugfixes for R2R bridge console | Paul Gilbert |
2013-08-12 | WINTERMUTE: Add detection for Blue Madonna-demo. | Einar Johan Trøan Sømåen |
2013-08-11 | ZVISION: Dispose of .zfs file streams after processing them | richiesams |
2013-08-11 | ZVISION: Fix frame scaling for 2bpp | richiesams |
2013-08-11 | ZVISION: Only allocate memory for the scaled buffer if we're actually going t... | richiesams |
2013-08-11 | ZVISION: Delete the scaledVideoFrameBuffer after we're done with it | richiesams |
2013-08-11 | ZVISION: Restart the Clock after the video finishes | richiesams |
2013-08-11 | ZVISION: Fix unsigned/signed mismatch | richiesams |
2013-08-11 | ZVISION: Fix memory leak | richiesams |
2013-08-11 | TSAGE: Minor comments and constant fix for text display in R2R scene 300 | Paul Gilbert |
2013-08-11 | TSAGE: Workaround to allow debugging animation scenes easier | Paul Gilbert |
2013-08-11 | ZVISION: Implement push_toggle control handling | richiesams |
2013-08-11 | ZVISION: Implement mouse event handling | richiesams |
2013-08-11 | ZVISION: Create MousEvent class to handle mouse hovers/clicks | richiesams |
2013-08-11 | ZVISION: Move SearchMan directory registration outside ZVision constructor | richiesams |
2013-08-11 | ZVISION: Fix accidental redeclaration of the scale variable | richiesams |
2013-08-11 | ZVISION: Remove a verbose debug message | richiesams |
2013-08-11 | ZVISION: Fix enum qualifiers | richiesams |
2013-08-11 | ZVISION: Change the initializer list formatting to conform to how everything ... | richiesams |
2013-08-11 | ZVISION: Ignore .scr file lines that are empty | richiesams |
2013-08-11 | ZVISION: Throw a warning when a .scr file isn't opened | richiesams |
2013-08-11 | ZVISION: Convert hardcoded constants to anonymous enum variables | richiesams |
2013-08-11 | ZVISION: Create methods for converting screen coords to image coords | richiesams |
2013-08-11 | ZVISION: Remove extraneous _needsScreenUpdate bool | richiesams |
2013-08-11 | ZVISION: Change CursorManager to go through CursorMan instead going directly ... | richiesams |
2013-08-11 | ZVISION: Remove Graphics::Cursor inheritance and remove extraneous methods | richiesams |
2013-08-11 | ZVISION: Fix parsed arguments in ActionStreamVideo | richiesams |
2013-08-11 | TSAGE: Added missing logic for copying foreground to background in R2R scene ... | Paul Gilbert |
2013-08-11 | MORTEVIELLE: Remove useless code | Strangerke |
2013-08-11 | MORTEVIELLE: Merge SpeechManager and SoundManager | Strangerke |