aboutsummaryrefslogtreecommitdiff
path: root/engines/touche/ui.cpp
AgeCommit message (Collapse)Author
2007-06-22Slightly updated key handling in BS2, Kyra, and ToucheMax Horn
svn-id: r27637
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2007-05-15Removed the case for the Italian version from displayQuitDialog(). According toTorbjörn Andersson
cyx, it uses the same keys as the English version. Odd. svn-id: r26846
2007-05-14Added cases for missing languages to displayQuitDialog(). Should fix featureTorbjörn Andersson
request #1718531. I hope I used the correct keys. svn-id: r26840
2007-04-01Replaced another use of getEventManager() by using Engine::_eventManMax Horn
svn-id: r26360
2007-04-01Call updateScreen() more often in options/save/load dialog to keep mouseTorbjörn Andersson
movement smoother. And since this is potentially wasteful, only redraw the entire dialog when it seems likely that it may have changed. svn-id: r26348
2007-04-01We still track the mouse position while waiting for an answer to the "Do youTorbjörn Andersson
want to quit?" question, so it makes sense to me to keep drawing the cursor. Even if the original didn't. svn-id: r26346
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class ↵Max Horn
OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again svn-id: r26180
2007-03-17Force all code to use EventManager::pollEvent instead of OSystem::pollEventMax Horn
svn-id: r26156
2007-01-21cleanupGregory Montoir
svn-id: r25157
2007-01-05Enabled exit from in-game optionsGregory Montoir
svn-id: r25017
2006-12-09cleanupGregory Montoir
svn-id: r24825
2006-11-24update the screen at the end of each engine cycle, it should make the mouse ↵Gregory Montoir
cursor more responsive svn-id: r24781
2006-11-12cleanupGregory Montoir
svn-id: r24683
2006-11-11various fixes, Touche should now be completable without any major glitchesGregory Montoir
svn-id: r24672
2006-11-10font char width is always equal 16 pixels, removed unneeded parameterGregory Montoir
svn-id: r24669
2006-11-10new menu codeGregory Montoir
workaround a possible scripting bug in introduction screen svn-id: r24668
2006-11-07cleanupGregory Montoir
svn-id: r24654
2006-11-06some fixes, some cleanupGregory Montoir
svn-id: r24644
2006-11-05enabled MIDI volume changesGregory Montoir
svn-id: r24627
2006-11-05cleanupGregory Montoir
svn-id: r24614
2006-11-04Fixed zero filled Rect with PalmOS compilerChris Apers
svn-id: r24606
2006-11-03added 'touche' engine for the game 'Touche: The Adventures of the 5th Musketeer'Gregory Montoir
svn-id: r24592