aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/n64/osys_n64.h
AgeCommit message (Expand)Author
2019-11-19GRAPHICS: Add interface for horizontal shakesluicebox
2019-11-18BACKENDS: Remove unnecessary implementations of setGraphicsMode(const char *)Cameron Cawley
2017-10-15BACKENDS: Constify PaletteManager::grabPalette implementationsColin Snover
2014-02-18N64: Make GPL headers consistent in themselves.Johannes Schickel
2013-05-17RECORDER: Implement Events RecorderEugene Sandulenko
2012-11-18N64: Fix compiler warnings associated with cursor size variables.D G Turner
2012-06-20N64: Replace OverlayColor with uint16.Johannes Schickel
2012-06-16ALL: Let overlay related methods in OSystem take a void * and use a proper pi...Johannes Schickel
2012-06-16BACKENDS: Make OSystem::setMouseCursor take a "const void *" buffer.Johannes Schickel
2012-06-16BACKENDS: Let copyRectToScreen take a "const void *" instead of "const byte *...Johannes Schickel
2012-06-03ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" lo...Johannes Schickel
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-17N64: Add logMessage() implementationMax Horn
2011-06-08BACKENDS: Shuffle backends class hierarchy and module initializationMax Horn
2011-06-07N64: Use OSystem's _fsFactory slotMax Horn
2011-06-07N64: Use OSystem's 'slots' for timer/savefile managerMax Horn
2011-06-04BACKENDS: Replace OSystem::disableCursorPalette by setFeatureState callsMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-04N64: avoid bogus events if no controller pluggedFabio Battaglia
2011-04-28BACKENDS: Fix compilation for various backendsOri Avtalion
2011-02-19Merge branch 'osystem-palette' of https://github.com/lordhoto/scummvm into ma...Johannes Schickel
2011-02-16N64: revert fix in svn r55745 and added a FIXMEFabio Battaglia
2011-02-16N64: Adapt to setPalette/grabPalette RGBA->RGB change.Johannes Schickel
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2011-02-02N64: Fix Signed to Unsigned Comparison GCC Warning.David Turner
2010-12-20N64: save and return exact palette for grabPaletteFabio Battaglia
2010-08-22N64: add some comments to codeFabio Battaglia
2010-08-22N64: fix some signed/unsigned int comparison warningsFabio Battaglia
2010-02-21N64: force screen update after hiding overlayFabio Battaglia
2010-01-30N64: Better analog nub acceleration, and added -mhard-float in CXXFLAGS when ...Fabio Battaglia
2010-01-23Some more header modifications ("Graphic Adventure Engine" and the legal prop...Arnaud Boutonné
2010-01-21N64: change input related code to better fit mouse supportFabio Battaglia
2010-01-20N64: Initial support for n64 mouse, tweaking neededFabio Battaglia
2010-01-15N64: Use first controller found as input, easier to add support for different...Fabio Battaglia
2010-01-13N64: if user has inserted a rumble-pak, rumble with shaking screenFabio Battaglia
2010-01-12N64: Icrease analog sensibility a littleFabio Battaglia
2010-01-11N64: optimizations in cursor drawing codeFabio Battaglia
2009-12-31N64: some cleanup in osystemFabio Battaglia
2009-12-30Add Nintendo 64 port to trunk.Fabio Battaglia