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
/
backends
/
platform
/
iphone
/
iphone_video.mm
Age
Commit message (
Expand
)
Author
2012-04-02
IPHONE: Use InternalEvent directly.
Johannes Schickel
2012-04-02
IPHONE: Move event fetching implementation to iPhoneView.
Johannes Schickel
2012-04-02
IPHONE: Protect access to the event list via a mutex.
Johannes Schickel
2012-04-02
IPHONE: Use Common::List to store the event queue.
Johannes Schickel
2012-03-05
IPHONE: Send dealloc message to iPhoneView's superclass at the end of dealloc.
Johannes Schickel
2012-03-05
IPOHNE: Move touch related global variables to iPhoneView.
Johannes Schickel
2012-03-05
IPHONE: Prefix all global variables with "g_".
Johannes Schickel
2012-02-26
IPHONE: Let hi-color games directly draw onto the screen texture buffer.
Johannes Schickel
2012-02-24
IPHONE: Move aspect ratio settings to VideoContext.
Johannes Schickel
2012-02-24
Merge pull request #197 from phoenixtail26/cleanedARCorrection.
Johannes Schickel
2012-02-24
IPHONE: Only update on screen mouse coordinates when it's needed.
Johannes Schickel
2012-02-24
IPHONE: Cleanup mouse cursor handling slightly.
Johannes Schickel
2012-02-24
IPHONE: Clean up mouse texture coordinate handling.
Johannes Schickel
2012-02-24
IPHONE: Move some global variables to iPhoneView.
Johannes Schickel
2012-02-24
IPHONE: Add a mouse texture buffer surface to VideoContext.
Johannes Schickel
2012-02-23
IPHONE: Fix mouse coordinates for hi res games.
Johannes Schickel
2012-02-23
IPHONE: Move screen and overlay texture buffer to VideoContext.
Johannes Schickel
2012-02-23
IPHONE: Add a constructor to VideoContext.
Johannes Schickel
2012-02-23
IPHONE: Add aspect ratio correction to iPhone
Gavin Hayler
2012-02-23
IPHONE: Let iPhoneView and OSystem_IPHONE share the same VideoContext.
Johannes Schickel
2012-02-23
IPHONE: Move overlay visibility status to VideoContext.
Johannes Schickel
2012-02-23
IPHONE: Move mouse coordinate conversion code to iPhoneView.
Johannes Schickel
2012-02-23
IPHONE: Move projection setup code to its own method.
Johannes Schickel
2012-02-23
IPHONE: Remove some more dead code.
Johannes Schickel
2012-02-23
IPHONE: Move setFilterModeForTexture to iPhoneView.
Johannes Schickel
2012-02-23
IPHONE: Slight formatting fix.
Johannes Schickel
2012-02-23
IPHONE: Fix scale offset addition in the mouse coordinate code.
Johannes Schickel
2012-02-23
IPHONE: Create a struct for shared video context variables.
Johannes Schickel
2012-02-22
IPHONE: Very minor cleanup.
Johannes Schickel
2012-02-22
IPHONE: Silence some warnings.
Johannes Schickel
2012-02-22
IPHONE: Move ObjC code files (.m) to ObjC++ files (.mm).
Johannes Schickel