aboutsummaryrefslogtreecommitdiff
path: root/engines/chewy/events.cpp
AgeCommit message (Collapse)Author
2017-03-15CHEWY: Initial work on speech for hotspot actionsFilippos Karapetis
2017-01-14CHEWY: Fix Various Unused Variable Warnings.D G Turner
Various engine variables are passed down to sub-objects, but never used currently causing compiler warnings. It is unclear if these are intended to be used in future, but have removed for now, rather than commenting out as that would be messier. Can be restored easily if necessary in future.
2017-01-08CHEWY: Initial implementation of scene sprites, props and hotspotsFilippos Karapetis
2016-10-10CHEWY: Move cursor related functions into a separate fileFilippos Karapetis
2016-10-03CHEWY: Add an event manager, and get rid of g_engineFilippos Karapetis