Age | Commit message (Expand) | Author |
2007-12-31 | Added support for landscape mode in addition to the upside-down landscape mod... | Oystein Eftevaag |
2007-12-30 | implement new gettimeanddate method - fixes bug 1834822 WINCE: Save games hav... | Kostas Nakos |
2007-12-30 | The PS2, DS and PalmOS ports currently do not properly implement their SaveFi... | Max Horn |
2007-12-29 | Fixed warning when DISABLE_SCALERS is defined. | Torbjörn Andersson |
2007-12-29 | Added events for the middle mouse button - EVENT_MBUTTONDOWN and EVENT_MBUTTONUP | Paul Gilbert |
2007-12-28 | Get rid of PSP / PalmOS hacks in DefaultSaveFileManager::getSavePath | Max Horn |
2007-12-28 | Patch #1859448: Add OSystem::getTimeAndDate API | Eugene Sandulenko |
2007-12-28 | Patch #1857121: Refactoring of the getSavePath method | Eugene Sandulenko |
2007-12-26 | Do not use SDL_WM_ToggleFullScreen, it's buggy on too many systems. Should fi... | Max Horn |
2007-12-24 | ARM version of central ADPCM decoding block for NDS. Define ARM_ADPCM to | Robin Watts |
2007-12-24 | New version of palettised screen scaler for DS; uses LDMs and STMs to improve | Robin Watts |
2007-12-22 | Fixed mutex handling, and reverted sound callbacks to be from another thread ... | Oystein Eftevaag |
2007-12-21 | Scaler corruption fixes, scaler console fixes, adding Lure target (except it ... | Neil Millstone |
2007-12-20 | Do sound callbacks from the main thread instead of a separate one, to avoid s... | Oystein Eftevaag |
2007-12-20 | clear more executable bits | Eugene Sandulenko |
2007-12-20 | clear executable bit | Eugene Sandulenko |
2007-12-16 | Patch #1847599: Several enhancements for the build system | Max Horn |
2007-12-16 | default is not to build plugins yet, until the plugin system is reworked | Kostas Nakos |
2007-12-16 | reimplemented the freelook action to be more usable, ultimately targeted towa... | Kostas Nakos |
2007-12-16 | adding preliminary lure support | Kostas Nakos |
2007-12-15 | Remove bad workaround and change compiler options (no optimization, no inline) | Chris Apers |
2007-12-15 | Added missing symbol definition | Chris Apers |
2007-12-11 | Workaround for bug #1763018. Since Amiga key doesn't work as a modifier with ... | Nicola Mettifogo |
2007-12-10 | NDS: Put all blitters ASM functions in ITCM (can't hurt as long as there is s... | Bertrand Augereau |
2007-12-10 | NDS: Integrated Robin's LDRB * 2 -> LDRH + fixes(endianness & stack space) 14... | Bertrand Augereau |
2007-12-09 | Updated settings | Lars Persson |
2007-12-09 | NDS : Improved scaler profiling | Bertrand Augereau |
2007-12-09 | NDS : Unrolled the scaler inner loop twice to do 16bits loading | Bertrand Augereau |
2007-12-09 | NDS : Integrated write gathering by Robin (+ fix) | Bertrand Augereau |
2007-12-09 | Obsolete file | Chris Apers |
2007-12-09 | Send default themepath | Chris Apers |
2007-12-09 | Remove obsolete 68k version related code | Chris Apers |
2007-12-09 | Remove obsolete 68k version related code | Chris Apers |
2007-12-09 | Added support for Drascula and Igor | Chris Apers |
2007-12-09 | Added support for Drascula and Igor | Chris Apers |
2007-12-09 | Cleanup | Chris Apers |
2007-12-09 | Added functions required by T3 to prevent screen rotation | Chris Apers |
2007-12-09 | Prevent manual screen rotation after application launch | Chris Apers |
2007-12-09 | Fixed return key | Chris Apers |
2007-12-08 | Use "new" framework for compressed saves... | Marcus Comstedt |
2007-12-08 | Fixed bug in glob matching function. | Marcus Comstedt |
2007-12-07 | Enabled click-and-drag mouse mode for the right mouse button as well as the l... | Oystein Eftevaag |
2007-12-07 | Properly centered the image on screen after aspect ratio correction | Oystein Eftevaag |
2007-12-07 | NDS: A few cycles saved in the inner loop of the CPU scaler | Bertrand Augereau |
2007-12-06 | NDS : ASM cpu scalers fixed, USING_ARM_BLITTERS back | Bertrand Augereau |
2007-12-06 | Attempted fix for the DS blitters; looks like I was reading from dst and | Robin Watts |
2007-12-05 | NDS: Disabling the buggy ARM blitters so that the CPU scaler works | Bertrand Augereau |
2007-12-05 | NDS: Reporting hi-level opti from Robin in the c++ software scaler ( a1r5g5b5... | Bertrand Augereau |
2007-12-05 | NDS : params reordering to match C scaler and ARM one | Bertrand Augereau |
2007-12-05 | NDS : The CPU scaler checkbox is back (and can be removed with a #define) | Bertrand Augereau |