Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-05 | MAEMO: Change maintainer in debian/control and revise debian/changelog | Tarek Soliman | |
2011-10-03 | MACOSX: Detect system preferred language when starting bundle | Thierry Crozat | |
This reimplement getSystemLanguage() for MacOS X because setlocale() only works if the application is started from the terminal. Instead we use CFBundleCopyPreferredLocalizationsFromArray() which requires the translations to be listed in the bundle plist file (this had already been committed). This fixes bug #3394080. | |||
2011-10-03 | GPH: Cleanup the format of code to match our Code Formatting Conventions. | David-John Willis | |
* No functional changes. | |||
2011-10-03 | GPH: Minor cleanup (and rename header from gph-sdl.h to gph.h). | David-John Willis | |
2011-09-25 | WebOS: Reset package version to 0. | TomFrost | |
The package version must be incremented for each new WebOS release, due to the device needing a new version to install. Whenever the ScummVM version is raised, this can be reset to 0. Changing to 0 in anticipation of ScummVM 1.4.0. | |||
2011-09-24 | WebOS: Enable scalers and Darwin compatibility. | TomFrost | |
On Mac OS X (Darwin), there are minor differences in the 'sed' and 'install' tools that require slightly different usage. This distinction has been made in webos.mk, made possible by an additional flag in ./configure. | |||
2011-09-22 | MAEMO: enable virtual keyboard and add keymapping | Tarek Soliman | |
2011-09-22 | MAEMO: fix task switcher window title | Tarek Soliman | |
2011-09-22 | MAEMO: fix configure script parms in debian/rules | Tarek Soliman | |
Instead of explicitly passing everything, use the new host=maemo configure capabilities | |||
2011-09-22 | MAEMO: Add basic platform backend with stubbed keymapper | Tarek Soliman | |
2011-09-22 | MAEMO: added comment to clarify debian/postinst | Tarek Soliman | |
2011-09-22 | MAEMO: mention the BSD and LGPL parts in debian/copyright | Tarek Soliman | |
2011-09-22 | MAEMO: Update maintainer history in debian/copyright | Tarek Soliman | |
2011-09-22 | MAEMO: add missing files to install to debian/rules | Tarek Soliman | |
2011-09-22 | MAEMO: cleanup debian directory | Tarek Soliman | |
2011-09-22 | MAEMO: bump debian version | Tarek Soliman | |
2011-09-22 | MAEMO: adding debian directory | Tarek Soliman | |
This is the original debian directory from the 1.2.0 maemo port | |||
2011-09-22 | MAEMO: removing obsolete patch | Tarek Soliman | |
2011-08-22 | BADA: Strip trailing whitespace | Sven Hesse | |
2011-08-22 | BADA: Strip off windows-style line endings | Sven Hesse | |
2011-08-22 | BADA: Remove executable flag from files | Sven Hesse | |
2011-08-21 | BADA: Fix to restore audio upon mobile call completion | Chris Warren-Smith | |
2011-08-21 | BADA: Cleanup unused screen interface implementation | Chris Warren-Smith | |
2011-08-21 | BADA: Moved timer manager to backends/timer/bada | Chris Warren-Smith | |
2011-08-21 | BADA: Fix to return correct integer values | Chris Warren-Smith | |
2011-08-21 | BADA: Fix for menu based quit handling | Chris Warren-Smith | |
2011-08-21 | BADA: Hardcoded file system paths now defined as macros | Chris Warren-Smith | |
2011-08-21 | BADA: Cleanup unused namespace declarations | Chris Warren-Smith | |
2011-08-21 | BADA: Code formatting and style changes following review | Chris Warren-Smith | |
2011-08-21 | BADA: Review style changes. Fix for image skew in some games | Chris Warren-Smith | |
2011-08-21 | BADA: Review style changes. Cursor can now be positioned on top screen row | Chris Warren-Smith | |
2011-08-21 | BADA: Increased audio thread priority to avoid sound skipping in some games | Chris Warren-Smith | |
2011-08-21 | BADA: Code formatting; replace tab before else with space | Chris Warren-Smith | |
2011-08-21 | BADA: Fix for lockup when game thread fails to respond to quit event | Chris Warren-Smith | |
2011-08-21 | BADA: Prevent end-of-file state causing err() returning true | Chris Warren-Smith | |
2011-08-21 | BADA: Allow clean shutdown when encountering an error | Chris Warren-Smith | |
2011-08-21 | BADA: Increased cache size for slightly improved startup times | Chris Warren-Smith | |
2011-08-21 | BADA: Further control UI enhancements | Chris Warren-Smith | |
2011-08-21 | BADA: Camera button can now set shortcuts | Chris Warren-Smith | |
2011-08-21 | BADA: Renamed the customised vkeybd layout to vkeybd_bada | Chris Warren-Smith | |
2011-08-21 | BADA: Initial BADA port implementation | Chris Warren-Smith | |
2011-08-11 | SDL: Previous commit broke compilation on MSVC | Paul Gilbert | |
Including cursorman.cpp rather than cursorman.h resulted in the CursorManager class being present in multiple .obj files, resulting in linking errors. | |||
2011-08-11 | SDL: Implement a hellish workaround to fix bug #3368143. | Johannes Schickel | |
The bug in question is "SDL/OpenGL: Crash when switching renderer backend". To fix it I added a stupid graphics state copying to the SDL backend, in case the graphics manager is switched. The implementation of this is considered a pure workaround, no one should ever do it like this in reality... I just want to die when looking at this... Not sure why I actually committed it. Anyway it at least makes the OpenGL backend testable for those who do not want to fiddle with the config file directly. | |||
2011-08-09 | SDL: Take advantage of SdlGraphicsManager. | Johannes Schickel | |
This gets rid of the hacks, where SdlEventSource added events with custom type numbers to pass SDL_VIDEOEXPOSE and SDL_VIDEORESIZE to the graphics manager. Furthermore it get rids of the uninituitive and hard to trace way of assigning the proper mouse coordinates to mouse related events. Formerly it passed the real screen coordinates through the even dispatching api to the graphics manager (at least hopefully ;-) and let that handle creating a new event with the proper coordinates. Now instead SdlEventSource handles the proper coordinate setup itself. Since this is a behavior change and I can not test all the SDL based small devices ports this commit might break compilation for them and more serve it might also break mouse position behavior. If any of that occurs I am sorry about it. | |||
2011-08-09 | SDL: Let SDL based graphics managers inherit from SdlGraphicsManager. | Johannes Schickel | |
This also adapts port I can not test (not even the compilation). So if this breaks anything I am sorry about it. | |||
2011-08-07 | COMMON: Add DisposablePtr<T>, which replaces many repeated implementations ↵ | Christoph Mallon | |
of a dispose flag. | |||
2011-08-07 | PSP: Pass the stream as reference to PngLoader. | Christoph Mallon | |
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon | |
2011-08-07 | JANITORIAL: Add missing NL at EOF. | Christoph Mallon | |
2011-08-06 | RECORDER: Added stub for delayMillis() processing | Eugene Sandulenko | |