aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel/scalpel_user_interface.h
AgeCommit message (Collapse)Author
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-06-15SHERLOCK: Fix compilation error with some gcc versionsThierry Crozat
Without this change the Apple gcc 4.0 compiler (the last version to support the MacOS X 10.4 SDK) generate a lot of errors regarding trying to initialise references to Sherlock::Scalpel::Talk with the address to a Sherlock::Talk object, or about forward declarations of Sherlock::Scalpel::Talk.
2016-01-31SHERLOCK: SS: fix warningsMartin Kiewitz
thanks to eriktorbjorn for pointing those out
2016-01-30SHERLOCK: SS: make main buttons multilingualMartin Kiewitz
Also fix graphical issue with "press any key to continue" text
2016-01-30SHERLOCK: SS: make inventory hotkeys multilingualMartin Kiewitz
2015-10-07SHERLOCK: SS: remove PRESS_KEY_xx from header fileMartin Kiewitz
was changed to fixed text class today
2015-09-06SHERLOCK: 3DO: Fix Settings buttonPaul Gilbert
2015-08-29SHERLOCK: Fix comment typosTorbjörn Andersson
2015-06-17SHERLOCK: RT: Fix crash in second intro scenePaul Gilbert
2015-06-16SHERLOCK: SS: Fix the position of the user interface in the 3DO versionFilippos Karapetis
2015-06-14SHERLOCK: action processing uses fixed text classMartin Kiewitz
action error messages are now localized too
2015-06-13SHERLOCK: RT: Implemented doStandardControlPaul Gilbert
2015-06-03SHERLOCK: Fix gcc warningsPaul Gilbert
2015-05-30SHERLOCK: Further compilation fixesPaul Gilbert
2015-05-30SHERLOCK: Make some of the scalpel user interface fields publicPaul Gilbert
2015-05-30SHERLOCK: Fix compilation with GCCTorbjörn Andersson
2015-05-28SHERLOCK: Moving split up classes into their own filesPaul Gilbert