Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-02 | WINTERMUTE: Fix regression in ticketing | Willem Jan Palenstijn | |
This caused a crash when pressing 'New Game' in the Black Circle demo. Regression from 544e4a2f49630cecbf06fe5b1e11bdbab1bdb281. | |||
2013-10-02 | GUI: Do not return current input on cancel in PredictiveDialog. | Johannes Schickel | |
Returning the currently displayed input when you click cancel is confusing behavior in my eyes. | |||
2013-10-02 | GUI: Initialize PredictiveDialog::_predictiveResult. | Johannes Schickel | |
This fixes garbage output when canceling the predictive dialog in AGI when nothing was entered. | |||
2013-10-02 | GUI: Clean up calloc use in PredictiveDialog. | Johannes Schickel | |
Instead of manually multiplying the entry count with the entry size we simply use both parameters of calloc as intended now. | |||
2013-10-02 | GUI: Fix compilation with clang and C++11. | Johannes Schickel | |
newDictLine is allocated with calloc in line 856 thus there is no need to initialize any entry. | |||
2013-10-02 | WINTERMUTE: Handle invalid file access in Carol Reed 6: Black Circle | Filippos Karapetis | |
2013-10-01 | AVALANCHE: some more work on variables | Strangerke | |
2013-10-01 | AVALANCHE: more work on variables | Strangerke | |
2013-10-01 | WINTERMUTE: Clean up byte/char casts in loading/parsing | Willem Jan Palenstijn | |
2013-10-01 | WINTERMUTE: Fix broken uint32/ulong cast | Willem Jan Palenstijn | |
2013-10-01 | AVALANCHE: Remove verbosity related to the use of Magics enum | Strangerke | |
2013-10-01 | AVALANCHE: More work on variables | Strangerke | |
2013-10-01 | AVALANCHE: Remove useless variable, move variables to dialogs | Strangerke | |
2013-10-01 | FULLPIPE: Implement MovGraph::addObject() | Eugene Sandulenko | |
2013-10-01 | FULLPIPE: Unk2 -> MGM | Eugene Sandulenko | |
2013-10-01 | AVALANCHE: Set private some more variables | Strangerke | |
2013-10-01 | AGI: Skip words starting with digits that are filed under 'a' in the dictionary. | Willem Jan Palenstijn | |
The fan game SQ0 does this (for '7up', among others), and this caused us to skip all words starting with an 'a'. Bug #3615061. | |||
2013-10-01 | Merge pull request #402 from wjp/wme_rendering | Willem Jan Palenstijn | |
WINTERMUTE: Speed up rendering | |||
2013-10-01 | AVALANCHE: Rename getIcon() to drawIcon(), move it to Graphics from Dialogs, ↵ | uruk | |
implement it. Repair Dialogs::scrollModeDialogue(). | |||
2013-10-01 | AVALANCHE: Implement Dialogs::displayQuestion(), repair setSeed() and ↵ | uruk | |
getRandomNumber() calls. | |||
2013-10-01 | AVALANCHE: Move drawSign() from Dialogs to Graphics. Implement it. | uruk | |
2013-10-01 | WINTERMUTE: Fix up doxygen comment | Willem Jan Palenstijn | |
2013-10-01 | AVALANCHE: Move some more variables out of Avalanche | Strangerke | |
2013-10-01 | AVALANCHE: Rename _scrollNum to improve readibility | Strangerke | |
2013-10-01 | AVALANCHE: _scrollNum is now a C index | Strangerke | |
2013-10-01 | AVALANCHE: Move _scroll and _scrollNum to Dialogs. Remove a useless variable | Strangerke | |
2013-10-01 | AVALANCHE: More refactoring | Strangerke | |
2013-09-30 | TSAGE: R2R startup palette cleanup and fix for using sciene lab terminal | Paul Gilbert | |
2013-10-01 | NEVERHOOD: Split some more sprites from their respective scenes | Filippos Karapetis | |
This splits modules 2400, 2500 and 2600 | |||
2013-10-01 | AVALANCHE: Move several variables to make them private | Strangerke | |
2013-10-01 | FULLPIPE: Fix compilation with MSVC | Filippos Karapetis | |
Return a fake value for functions that are supposed to return a boolean value | |||
2013-10-01 | NEVERHOOD: Split some more sprites from their respective scenes | Filippos Karapetis | |
This splits modules 2700, 2900 and 3000 | |||
2013-10-01 | FULLPIPE: Fix compiler warnings (for good) | Eugene Sandulenko | |
2013-09-30 | Merge branch 'master' into wme_rendering | Willem Jan Palenstijn | |
2013-09-30 | WINTERMUTE: Add displayTiled function to replace repeatLastDraw | Willem Jan Palenstijn | |
This avoids queueing many tickets for a UITiledImage, replacing them by a single tiled ticket. | |||
2013-09-30 | AVALANCHE: Remove various dead variables and associated code | Strangerke | |
2013-09-30 | AVALANCHE: Little refactoring in background | Strangerke | |
2013-09-30 | MORTEVIELLE: Remove unused variable | Eugene Sandulenko | |
2013-09-30 | WINTERMUTE: Fix compiler warnings | Eugene Sandulenko | |
2013-09-30 | GUI: Fix compiler warning | Eugene Sandulenko | |
2013-09-30 | MOHAWK: Fix compiler warning | Eugene Sandulenko | |
2013-09-30 | AVALANCHE: Implement keyboard control in Dialogs::scrollModeDialogue(). | uruk | |
2013-09-30 | Merge branch 'refac' | Einar Johan Trøan Sømåen | |
Conflicts: engines/wintermute/graphics/transparent_surface.cpp engines/wintermute/graphics/transparent_surface.h | |||
2013-09-30 | WINTERMUTE: Use ; and not , to separate delete and new. | Einar Johan Trøan Sømåen | |
2013-09-30 | WINTERMUTE: Formatting with Astyle (UIButton, UIEdit, UIObject, UIWindow, ↵ | Einar Johan Trøan Sømåen | |
TransparentSurface) | |||
2013-09-30 | WINTERMUTE: Formatting (Clean up extra whitespace in UIObject). | Einar Johan Trøan Sømåen | |
2013-09-30 | WINTERMUTE: Constify some getters in TransparentSurface, UIObject and UIWindow | Einar Johan Trøan Sømåen | |
2013-09-30 | WINTERMUTE: Remove almost unused _colorMod field | Willem Jan Palenstijn | |
The one actual use of this left-over variable was a bug breaking at least menu text color in Chivalry when dirty rects were disabled. | |||
2013-09-30 | AVALANCHE: Remove bytefields, which are set but never used | Strangerke | |
2013-09-30 | AVALANCHE: Rename getFlag(), change _roomTime to uint32 | Strangerke | |