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
/
touche
/
touche.cpp
Age
Commit message (
Expand
)
Author
2007-04-01
Replaced another use of getEventManager() by using Engine::_eventMan
Max Horn
2007-04-01
added the instance of EventManager returned by OSystem::getEventManager as a ...
Gregory Montoir
2007-04-01
Slight simplification of last change. Make sure we don't "oversleep" in fast
Torbjörn Andersson
2007-04-01
Make the mouse cursor move more smoothly. (Most of this improvement actually
Torbjörn Andersson
2007-04-01
Call updateScreen() more often when drawing right-click menus, to make mouse
Torbjörn Andersson
2007-04-01
Use the event manager to track the mouse position.
Torbjörn Andersson
2007-04-01
Use the cursor manager instead of calling the backend functions directly.
Torbjörn Andersson
2007-03-17
Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...
Max Horn
2007-03-17
Force all code to use EventManager::pollEvent instead of OSystem::pollEvent
Max Horn
2007-01-30
added checks to prevent crash if no datafiles can be found, also fixed a typo
Gregory Montoir
2007-01-30
Moved Touche engine to AdvancedDetector.
Eugene Sandulenko
2007-01-21
cleanup
Gregory Montoir
2006-12-29
workaround a scripting bug (see tracker item #1622114)
Gregory Montoir
2006-12-19
fixed bug #1618695
Gregory Montoir
2006-12-10
cleanup (added a few more constants, renamed some opcodes) and reverted my pr...
Gregory Montoir
2006-12-09
force mouse cursor display if first script is different from 90 (startup scri...
Gregory Montoir
2006-12-09
cleanup
Gregory Montoir
2006-11-24
update the screen at the end of each engine cycle, it should make the mouse c...
Gregory Montoir
2006-11-18
added font data for french version (and probably all other localized versions)
Gregory Montoir
2006-11-18
fixed palette glitches during introduction/on restart, cleanup
Gregory Montoir
2006-11-15
added dirty rects handling
Gregory Montoir
2006-11-15
added handler for flag 618 (cursor display on/off) and workaround a palette g...
Gregory Montoir
2006-11-12
fixed valgrind warnings (unitialized data)
Gregory Montoir
2006-11-12
cleanup
Gregory Montoir
2006-11-11
various fixes, Touche should now be completable without any major glitches
Gregory Montoir
2006-11-10
font char width is always equal 16 pixels, removed unneeded parameter
Gregory Montoir
2006-11-10
new menu code
Gregory Montoir
2006-11-07
cleanup
Gregory Montoir
2006-11-06
some fixes, some cleanup
Gregory Montoir
2006-11-05
various fixes
Gregory Montoir
2006-11-05
enabled MIDI volume changes
Gregory Montoir
2006-11-05
removed unneeded opcodes
Gregory Montoir
2006-11-05
added basic MIDI playback
Gregory Montoir
2006-11-05
cleanup
Gregory Montoir
2006-11-04
Fixed zero filled Rect with PalmOS compiler
Chris Apers
2006-11-04
Fixed zero filled _opcodeTable[] with PalmOS ARM compiler
Chris Apers
2006-11-03
Fix compilation in Linux (itoa() isn't available here, it's non-standard)
Sven Hesse
2006-11-03
added 'touche' engine for the game 'Touche: The Adventures of the 5th Musketeer'
Gregory Montoir