aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/dialogs.cpp
AgeCommit message (Expand)Author
2018-04-20TINSEL: Fix held items not in either inventory being lostPaul Gilbert
2016-05-18TINSEL: Fix out-of-bounds array accessEugene Sandulenko
2016-05-11TINSEL: Safer string manipulationEugene Sandulenko
2016-05-09TINSEL: Fix number of buffer overrunsEugene Sandulenko
2014-02-18TINSEL: Make GPL headers consistent in themselves.Johannes Schickel
2013-04-26TINSEL: Reorder loop condition to fix out-of-bounds accessTorbjörn Andersson
2012-12-11TINSEL: Add resource handling of the BE resources in DW1 MacFilippos Karapetis
2012-12-10TINSEL: Add a WIP BE To LE SCN file conversion code (unfinished)Filippos Karapetis
2012-12-03TINSEL: Fix misleading commentTorbjörn Andersson
2012-11-24TINSEL: Add scrollwheel support to save/load and inventoryTorbjörn Andersson
2012-11-22TINSEL: Fix inventory scrollbar handle positionTorbjörn Andersson
2012-11-22TINSEL: Fix inventory scrollingTorbjörn Andersson
2012-08-06TINSEL: Fixed portability issue with earlier savegamesPaul Gilbert
2012-07-15TINSEL: Fix bug #3541745 - "DW: PSX version has a too small Re-Start window"Filippos Karapetis
2012-07-15TINSEL: Fix bug #3459999 - "TINSEL: DW Crash in Subtitle Menu"Filippos Karapetis
2012-05-17TINSEL: Refactored Tinsel engine to use the Common coroutine schedulerPaul Gilbert
2012-02-22TINSEL: Rename globals to add g_ prefix.Alyssa Milburn
2011-05-25ALL: initialise -> initializeMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-14ALL: centre -> centerMax Horn
2011-04-14ALL: colour -> colorMax Horn
2010-11-20TINSEL: Preliminary functionality for reading BE data filesPaul Gilbert
2010-11-16TINSEL: Mark all (?) global vars with a FIXME commentMax Horn
2010-10-30TINSEL: Remove unnecessary CORO_PARAM from ObjectTextOutMax Horn
2009-11-09TINSEL: cleanupMax Horn
2009-11-09TINSEL: Mark all functions in dialogs.cpp explicitly as public (=extern) or p...Max Horn
2009-11-09TINSEL: Add EnablePointing() & DisablePointing() to pdisplay.h; turn DisableP...Max Horn
2009-11-02TINSEL: Small correction to the previous hotfix for _vm->_config crashMax Horn
2009-11-02TINSEL: Fix regression caused by the introduction of _vm->_config; proper fix...Max Horn
2009-11-02TINSEL: Turn config code into a simple C++ classMax Horn
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-10-27TINSEL: Change MemoryAllocFixed to return a (kind of fake) MEM_NODE pointer; ...Max Horn
2009-10-26TINSEL: Remove DWM_FIXED and add new MemoryAllocFixed() functionMax Horn
2009-10-26TINSEL: cleanupMax Horn
2009-10-26TINSEL: CleanupMax Horn
2009-10-20TINSEL: Fix apparent bug (?) in the support for the 5 flags version(s)Max Horn
2009-10-20TINSEL: Make lots of stuff in dialogs.cpp staticMax Horn
2009-10-08Change doxygen inline comments from "//!" to "///" as proposed on -develMax Horn
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-09-24TINSEL: Fixed some warnings about unreachable codeFilippos Karapetis
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-04-27Fixed a method name clash, and changed the Restart dialog to properly use the...Paul Gilbert
2009-03-21Converted some leftover tinselV1 code, so that the engine builds when DEBUG i...Filippos Karapetis
2009-03-15Moved Tinsel::Serializer to Common::Serializer, so that I can use it in the S...Max Horn
2009-03-07Whitespace cleanup: Convert space followed by tab to just tabMax Horn
2009-03-01add virtual keyboard backend hints for savegame nameKostas Nakos
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-11Cleanup. (Removed define and checks for USE_3FLAGS/USE_4FLAGS/USE_5FLAGS)Johannes Schickel
2008-12-11Fix for bug #2412503 "DW1: Subtitle menu not working (Multi-language version)".Johannes Schickel