Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-21 | BACKENDS: Fix unitialized variables in event manager. CID 1002944 | Eugene Sandulenko | |
2013-04-04 | Symbian:Support for new engines | anotherguest | |
2013-02-01 | MACOSX: Fix compilation with the 10.2.8 SDK | Matthew Hoops | |
This is a pretty bad hack of not using the kMusicDeviceProperty_SoundBankFSRef symbol and using its value instead. It felt wrong breaking 10.2.8 support just because of Soundfonts. | |||
2013-02-01 | MACOSX: Load soundfonts using FSRef instead of FSSpec on 10.5 | Matthew Hoops | |
Fixes bug #3602452 | |||
2013-01-26 | JANITORIAL: Enforce "} // End of namespace" with a single space after }. | Johannes Schickel | |
2013-01-26 | Merge pull request #301 from lordhoto/c++11-playground | Johannes Schickel | |
RFC: Allow use of override and nullptr. Also allow C++11 compilation. | |||
2013-01-24 | Merge pull request #302 from clone2727/gl-linear-fix | Johannes Schickel | |
OPENGL: Fix linear filtering when the texture size doesn't match the real size | |||
2013-01-24 | JANITORIAL: Fix ){ -> ) { | Einar Johan Trøan Sømåen | |
2013-01-24 | OPENGL: Fix linear filtering when the texture size doesn't match the real size | Matthew Hoops | |
2013-01-14 | IPHONE: Initialize the palettes on startup. | Johannes Schickel | |
This hopefully fixes the occasional odd color flashes on startup. | |||
2013-01-14 | IPHONE: Recreate mouse texture on palette changes when needed. | Johannes Schickel | |
This fixes the color of the cursor in the Eye of the Beholder menu. | |||
2013-01-09 | SDL: Silence C++ narrowing warnings. | Johannes Schickel | |
2013-01-09 | OPENGL: Silence C++11 narrowing warning. | Johannes Schickel | |
2013-01-02 | JANITORIAL: Update copyright year | Strangerke | |
2012-12-28 | ANDROID: Minor fixes to build-specific makefile. | D G Turner | |
This fixes two minor issues when trying to cross-compile to Android on Win32 using the Win32 Android SDK/NDK and MinGW shell. However, this is still no working as DX and APKBUILDER are batch files in the Win32 SDK (which then call the real Java tools) and these fail to run in shell. However, using "cmd /C" also fails as the paths in the parameters have unix, rather than native separators. Unsure how to fix. | |||
2012-12-24 | ANDROID: Remove parameter forcing use of Modern theme. | D G Turner | |
This parameter overrides any user choice in the GUI or config file, which is not good UX design (and is making it hard to debug loading issues associated with theme files). If we want to set this to default to Modern, we should do this in a different way i.e. do this by ConfMan.loadDefaultConfigFile() This is probably related to the Android issue with the backend init running before main() is called, rather than after... | |||
2012-12-16 | WINCE: Fix shadow variable warnings associated with GUIElement classes. | D G Turner | |
2012-12-10 | Revert "OPENGLSDL: Remove HACK in fullscreen toggle mode." | Johannes Schickel | |
This reverts commit b6f7d697090ca6f90d20f0f2d5661cc4c8b71bf2. This actually breaks fullscreen mode cycling. | |||
2012-11-27 | PS2: Fix three compiler warnings and minor code formatting fixes. | D G Turner | |
2012-11-24 | BACKENDS: Remove excess space from warnings | Matthew Hoops | |
2012-11-23 | WII: Remove remaining signed-unsigned compiler warning. | D G Turner | |
2012-11-23 | N64: Remove remaining signed-unsigned compiler warning. | D G Turner | |
2012-11-19 | N64: Fix remaining warnings associated with mouse cursor drawing. | D G Turner | |
2012-11-18 | N64: Fix compiler warnings associated with cursor size variables. | D G Turner | |
2012-11-18 | OSX: Remove use of deprecated methods | Thierry Crozat | |
FSRef and FSPathMakeRef have been deprecated in OS X 10.8. So we use CFURLRef instead. | |||
2012-11-18 | OSX: Fix Sparkle compilation on older systems | Thierry Crozat | |
This patch was provided by fingolfin (see patch #3582260). It replaces use of methods introduced in MacOS X 10.4 with methods that exists since MacOS X 10.0. | |||
2012-11-18 | OSX: Improve native OS X browser dialog | Max Horn | |
Signed-off-by: Thierry Crozat <criezy@scummvm.org> | |||
2012-10-21 | ANDROID: Fixed tapping touchpad not sending left clicks | Lauri Härsilä | |
2012-10-19 | ANDROID: Mouse and stylus support | Lauri Härsilä | |
From pull request #285. | |||
2012-10-12 | IPHONE: Add support for "retina" displays. | Johannes Schickel | |
Thanks to peres for testing this. | |||
2012-10-10 | IPHONE: Fix cursor artifacts when linear filterting is used. | Johannes Schickel | |
We need to set a proper texture coordinate wrap parameter for this. | |||
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel | |
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//' | |||
2012-09-24 | SDL: Remove main.cpp. | Alyssa Milburn | |
Backends have to provide their own main, instantiating OSystem_SDL directly is unsupported. | |||
2012-09-20 | Merge pull request #275 from clone2727/pegasus | clone2727 | |
Pegasus engine (The Journeyman Project: Pegasus Prime) | |||
2012-09-17 | MACOSX: Make failing to load a soundfont in CoreAudio fatal | Matthew Hoops | |
If we don't bail out, CoreAudio will explode. | |||
2012-09-14 | MACOSX: Fix soundfont loading with CoreAudio on newer versions of Mac OS X | Matthew Hoops | |
2012-09-12 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
Conflicts: AUTHORS | |||
2012-09-05 | MAEMO: Package tony.dat | Tarek Soliman | |
2012-09-05 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
2012-09-04 | BADA: Convert CRLF to LF | Willem Jan Palenstijn | |
2012-09-01 | OPENPANDORA: The buildbot toolchain doesn't like the ending comma | Bertrand Augereau | |
2012-08-31 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
2012-08-31 | OPENPANDORA: New touchscreen mode where the stylus hovers and the DPad ↵ | Bertrand Augereau | |
left/right/up trigger left/right/middle clicks | |||
2012-08-26 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
Conflicts: AUTHORS devtools/credits.pl gui/credits.h | |||
2012-08-15 | ANDROID: Remove unused GL_OES_draw_texture code. | Alyssa Milburn | |
2012-08-09 | DINGUX: Fix "if" formatting. | Johannes Schickel | |
2012-08-09 | OPENGL: Fix RGBA8888 mode setup. | Johannes Schickel | |
2012-08-08 | OPENGL: GL_BGRA does not exist in every GLES implementation. | David-John Willis | |
* It definately does not exist in the GLES implementations I can test with. * Don't configure if USE_GLES is set. | |||
2012-07-31 | GPH: Add extra call to SDL_ShowCursor(SDL_DISABLE). | David-John Willis | |
* This is needed on the hacked SDL on the GP2X after any call to SDL_SetVideoMode. It does not impact other GPH devices. | |||
2012-07-31 | GPH: Move the legecy GP2X joystick code into the switch case to make it ↵ | David-John Willis | |
easier to follow. |