Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-15 | MAEMO: Fix uninitialized member | Tarek Soliman | |
2012-07-15 | MAEMO: Minor whitespace fix | Tarek Soliman | |
2012-07-15 | MAEMO: Set defaults for fullscreen and aspect ratio correction | Tarek Soliman | |
New installs now have fullscreen and aspect ratio correction on by default | |||
2012-07-14 | MAEMO: Fix compile without keymapper | Tarek Soliman | |
2012-07-14 | BACKENDS: Silence warning about ARRAYSIZE in windows-saves | Littleboy | |
2012-07-10 | MAEMO: Update debian/changelog | Tarek Soliman | |
2012-07-08 | RELEASE: This is 1.6.0git | Eugene Sandulenko | |
2012-07-06 | Merge pull request #235 from tobigun/android-theme | Johannes Schickel | |
ANDROID: disable compression for zip-file assets | |||
2012-07-03 | BACKENDS: Remove unused member in DefaultTimerManager. | Johannes Schickel | |
Thanks to salty-horse for pointing this out. | |||
2012-07-01 | Merge pull request #239 from bluegr/skipsavecompression | Filippos Karapetis | |
COMMON: Allow the savefile manager to create uncompressed saves | |||
2012-06-25 | COMMON: Also adapt openForSaving() in the DC and N64 backends | Filippos Karapetis | |
2012-06-25 | BADA: Implement weekday querying in getTimeAndDate. | Johannes Schickel | |
This furthermore makes the returned time be the wall time instead of UTC. Thanks to Chris Warren-Smith for testing and improving a patch based on pull request #248. | |||
2012-06-22 | DINGUX: Update the README file for Dingux | Fabio Battaglia | |
Added build instructions and a note on the obsolescence of fixes for the old Dingux toolchain | |||
2012-06-22 | DINGUX: Add png icon in the dingux dist package | Fabio Battaglia | |
2012-06-21 | COMMON: Allow the savefile manager to create uncompressed saves | Filippos Karapetis | |
These are useful in cases where the files can be used in the original interpreters (such as the exported characters from QFG), in order to avoid confusion in cases where the users are unaware that these saves are compressed and are trying to load them in the original interpreters. | |||
2012-06-20 | ANDROID: Fix compilation broken with changes to grabOverlay. | Johannes Schickel | |
2012-06-20 | N64: Fix check for whole width updates in copyRectToOverlay. | Johannes Schickel | |
2012-06-20 | N64: Replace OverlayColor with uint16. | Johannes Schickel | |
2012-06-20 | PSP: Replace OverlayColor with uint16. | Johannes Schickel | |
2012-06-20 | WII: Fix check for whole width updates in copyRectToOverlay. | Johannes Schickel | |
2012-06-20 | WII: Replace OverlayColor with uint16. | Johannes Schickel | |
2012-06-20 | IPHONE: Replace OverlayColor uses with uint16. | Johannes Schickel | |
2012-06-20 | Merge pull request #246 from lordhoto/osystem-void-buffers | Johannes Schickel | |
OSYSTEM: Use void buffers for screen/overlay/mouse buffers and proper pitch values for overlay code | |||
2012-06-19 | PS2: Small formatting fixes. | Johannes Schickel | |
2012-06-18 | PS2: Implement algorithm for day of week for use in tm_wday. | D G Turner | |
2012-06-16 | ALL: Let overlay related methods in OSystem take a void * and use a proper ↵ | Johannes Schickel | |
pitch values. This is a first step to get rid of OverlayColor, which is a requirement for proper 4Bpp overlay support. | |||
2012-06-16 | BACKENDS: Make OSystem::setMouseCursor take a "const void *" buffer. | Johannes Schickel | |
This is mainly for consistency with OSystem::copyRectToScreen. | |||
2012-06-16 | BACKENDS: Let copyRectToScreen take a "const void *" instead of "const byte ↵ | Johannes Schickel | |
*" as buffer. This removes the need to convert the parameter to copyRectToScreen to "const byte *", which is commonly used in games, which use Graphics::Surface to store their graphics data. | |||
2012-06-10 | BACKENDS: Add #error for platforms not setting tm_wday in release builds | Matthew Hoops | |
2012-06-09 | COMMON: Add tm_wday to our TimeDate struct | Matthew Hoops | |
Did not adapt bada or ps2 backends as I'm not sure how they should be handled | |||
2012-06-03 | ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" ↵ | Johannes Schickel | |
logic. All uses of the old target scale API actually wanted to disallow scaling of the mouse cursor. This commit adapts our API to this and thus simplifies backend implementations. Some backends, most notable the Wii and Android, did some implementation of the cursor target scale, which I didn't adapt yet. I added a TODO for the porters there. | |||
2012-05-31 | ALL: Correct spelling of "Mac OS X" in various places | Max Horn | |
2012-05-15 | MIDI: add sndio midi backend | Jonathan Gray | |
New sndio MIDI backend for OpenBSD written by Alexandre Ratchov. Tested with an external MT-32 and fluidsynth. | |||
2012-05-03 | Merge pull request #213 from fuzzie/leak-fixes | Johannes Schickel | |
The pull request in question is "Memory leak fixes". | |||
2012-04-29 | ANDROID: disable compression for zip-file assets and recompress uncompressed ↵ | Tobias Gunkel | |
zip-files before adding them as assets to the apk | |||
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-29 | IPHONE: Add some more debug printfs to graphics related OSystem functionality. | Johannes Schickel | |
2012-03-28 | OPENGL: Don't leak surfaces. | Alyssa Milburn | |
2012-03-20 | GRAPHICS: Rewrite ImageDecoder to have an improved API | Matthew Hoops | |
The new bitmap decoder class is based off the Mohawk one, and now has 8bpp decoding capability. | |||
2012-03-17 | JANITORIAL: Remove +x from files, which should not be executable. | Christoph Mallon | |
2012-03-17 | ALL: Make use of defined() for the preprocessor consistent. | Johannes Schickel | |
This does not change the use of defined for some NDS source files, since they seem to be (based on?) third party code. | |||
2012-03-17 | Merge pull request #202 from tsoliman/keymapper-nonkey-inputs | Eugene Sandulenko | |
KEYMAPPER: Add Gesture Support | |||
2012-03-13 | JANITORIAL: Remove unnecessary empty default constructors/destructors. | Christoph Mallon | |
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-03-02 | KEYMAPPER: Add delays for *UP events coming from non-keys | Tarek Soliman | |
Delayed entries are in a queue where each entry stores how many milliseconds should pass based on the last entry. |