index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
tinsel
/
dialogs.cpp
Age
Commit message (
Expand
)
Author
2016-05-18
TINSEL: Fix out-of-bounds array access
Eugene Sandulenko
2016-05-11
TINSEL: Safer string manipulation
Eugene Sandulenko
2016-05-09
TINSEL: Fix number of buffer overruns
Eugene Sandulenko
2014-02-18
TINSEL: Make GPL headers consistent in themselves.
Johannes Schickel
2013-04-26
TINSEL: Reorder loop condition to fix out-of-bounds access
Torbjörn Andersson
2012-12-11
TINSEL: Add resource handling of the BE resources in DW1 Mac
Filippos Karapetis
2012-12-10
TINSEL: Add a WIP BE To LE SCN file conversion code (unfinished)
Filippos Karapetis
2012-12-03
TINSEL: Fix misleading comment
Torbjörn Andersson
2012-11-24
TINSEL: Add scrollwheel support to save/load and inventory
Torbjörn Andersson
2012-11-22
TINSEL: Fix inventory scrollbar handle position
Torbjörn Andersson
2012-11-22
TINSEL: Fix inventory scrolling
Torbjörn Andersson
2012-08-06
TINSEL: Fixed portability issue with earlier savegames
Paul Gilbert
2012-07-15
TINSEL: Fix bug #3541745 - "DW: PSX version has a too small Re-Start window"
Filippos Karapetis
2012-07-15
TINSEL: Fix bug #3459999 - "TINSEL: DW Crash in Subtitle Menu"
Filippos Karapetis
2012-05-17
TINSEL: Refactored Tinsel engine to use the Common coroutine scheduler
Paul Gilbert
2012-02-22
TINSEL: Rename globals to add g_ prefix.
Alyssa Milburn
2011-05-25
ALL: initialise -> initialize
Matthew Hoops
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-04-14
ALL: centre -> center
Max Horn
2011-04-14
ALL: colour -> color
Max Horn
2010-11-20
TINSEL: Preliminary functionality for reading BE data files
Paul Gilbert
2010-11-16
TINSEL: Mark all (?) global vars with a FIXME comment
Max Horn
2010-10-30
TINSEL: Remove unnecessary CORO_PARAM from ObjectTextOut
Max Horn
2009-11-09
TINSEL: cleanup
Max Horn
2009-11-09
TINSEL: Mark all functions in dialogs.cpp explicitly as public (=extern) or p...
Max Horn
2009-11-09
TINSEL: Add EnablePointing() & DisablePointing() to pdisplay.h; turn DisableP...
Max Horn
2009-11-02
TINSEL: Small correction to the previous hotfix for _vm->_config crash
Max Horn
2009-11-02
TINSEL: Fix regression caused by the introduction of _vm->_config; proper fix...
Max Horn
2009-11-02
TINSEL: Turn config code into a simple C++ class
Max Horn
2009-11-02
Changed foo(void) to foo() in almost all non-backend source files
Max Horn
2009-10-27
TINSEL: Change MemoryAllocFixed to return a (kind of fake) MEM_NODE pointer; ...
Max Horn
2009-10-26
TINSEL: Remove DWM_FIXED and add new MemoryAllocFixed() function
Max Horn
2009-10-26
TINSEL: cleanup
Max Horn
2009-10-26
TINSEL: Cleanup
Max Horn
2009-10-20
TINSEL: Fix apparent bug (?) in the support for the 5 flags version(s)
Max Horn
2009-10-20
TINSEL: Make lots of stuff in dialogs.cpp static
Max Horn
2009-10-08
Change doxygen inline comments from "//!" to "///" as proposed on -devel
Max Horn
2009-10-04
Change a couple places from 'end of namespace' to 'End of namespace', for con...
Max Horn
2009-09-24
TINSEL: Fixed some warnings about unreachable code
Filippos Karapetis
2009-05-31
The error() and warning() functions add ! and newline automatically. (I didn't
Torbjörn Andersson
2009-04-27
Fixed a method name clash, and changed the Restart dialog to properly use the...
Paul Gilbert
2009-03-21
Converted some leftover tinselV1 code, so that the engine builds when DEBUG i...
Filippos Karapetis
2009-03-15
Moved Tinsel::Serializer to Common::Serializer, so that I can use it in the S...
Max Horn
2009-03-07
Whitespace cleanup: Convert space followed by tab to just tab
Max Horn
2009-03-01
add virtual keyboard backend hints for savegame name
Kostas Nakos
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-12-11
Cleanup. (Removed define and checks for USE_3FLAGS/USE_4FLAGS/USE_5FLAGS)
Johannes Schickel
2008-12-11
Fix for bug #2412503 "DW1: Subtitle menu not working (Multi-language version)".
Johannes Schickel
2008-12-07
Added code differences for DW1 demo to allow the first game screen to start
Paul Gilbert
[next]