Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-20 | abort() when calling setPalette() or grabPalette() in non CLUT8 modes. | Andre Heider | |
svn-id: r48757 | |||
2010-04-20 | Round up the game texture dimensions if the requested size is incompatible ↵ | Andre Heider | |
to the hardware. svn-id: r48751 | |||
2010-04-19 | Add note about fix for 1.1.1 to README-WinCE.txt | Robin Watts | |
svn-id: r48739 | |||
2010-04-19 | Fix lockScreen() for 16bit modes. | Andre Heider | |
svn-id: r48728 | |||
2010-04-19 | Reinit the video mode when showing the console on an abnormal exit. This was ↵ | Andre Heider | |
not sccessful under some circumstances. svn-id: r48727 | |||
2010-04-16 | DS: Merge changes from 1.1.0 branch into trunk | Max Horn | |
svn-id: r48677 | |||
2010-04-15 | Replace ancient maemo patch with the one from 1.1.0 branch | Max Horn | |
svn-id: r48660 | |||
2010-04-12 | remove useless getObjectName() method | Joost Peters | |
svn-id: r48640 | |||
2010-04-12 | add const keyword to some methods | Joost Peters | |
svn-id: r48639 | |||
2010-04-12 | formatting | Max Horn | |
svn-id: r48638 | |||
2010-04-12 | PSP: Fix code formatting using astyle | Max Horn | |
svn-id: r48634 | |||
2010-04-12 | PSP: refactoring/redesign of the backend | Yotam Barnoy | |
svn-id: r48632 | |||
2010-04-04 | Commit of patch #2980597 "GSoC: GUI: Text input + Right Alt (bug #2978736)". | Johannes Schickel | |
svn-id: r48524 | |||
2010-04-03 | Updated README-WinCE.txt with release details. | Robin Watts | |
svn-id: r48484 | |||
2010-04-03 | Updated XCode project | Oystein Eftevaag | |
svn-id: r48479 | |||
2010-04-01 | Updated readme with history of releases | Lars Persson | |
svn-id: r48456 | |||
2010-03-31 | Tweak WinCE port readme file to correct version numbers. | Robin Watts | |
svn-id: r48451 | |||
2010-03-22 | Patch #2938173: LinuxMoto update 23012010 | Max Horn | |
svn-id: r48362 | |||
2010-03-22 | Patch #2973290: Semicolon cleanup | Max Horn | |
svn-id: r48359 | |||
2010-03-21 | Ack, typo! | Marcus Comstedt | |
svn-id: r48352 | |||
2010-03-21 | Autodetect long V numbers and shorten them. | Marcus Comstedt | |
svn-id: r48351 | |||
2010-03-20 | Add missing tokenizer.h include. | Johannes Schickel | |
svn-id: r48326 | |||
2010-03-20 | DS: Changing version number on title screen | Neil Millstone | |
svn-id: r48322 | |||
2010-03-19 | Also remove Win32PluginProvider::addCustomDirectories, as it obviously isn't ↵ | Max Horn | |
being used svn-id: r48304 | |||
2010-03-19 | DC: Removing unneeded DCPluginProvider::addCustomDirectories | Max Horn | |
svn-id: r48301 | |||
2010-03-19 | PSP: removed unneeded overload of addCustomDirectories() | Yotam Barnoy | |
svn-id: r48299 | |||
2010-03-18 | One more try to make DC & PSP compile again | Max Horn | |
svn-id: r48290 | |||
2010-03-18 | Trying to fix compilation (porters should review these changes, seems I ↵ | Max Horn | |
uncovered some lurking old breakage) svn-id: r48289 | |||
2010-03-18 | Convert some occurences of StringList to StringArray; | Max Horn | |
try to fix compile error in GP2x code svn-id: r48286 | |||
2010-03-18 | COMMON: Move typedef StringList from str.h to new header str-array.h | Max Horn | |
This removes the dependency on array.h from str.h. Also, begun migration from the confusing type name "StringList" to the more appropriate StringArray. svn-id: r48282 | |||
2010-03-18 | Make keymapper compilable again | Max Horn | |
svn-id: r48278 | |||
2010-03-18 | Fix warnings | Max Horn | |
svn-id: r48277 | |||
2010-03-13 | Fix our DECLARE_SINGLETON macro to conform to the C++ specs. | Johannes Schickel | |
We need to use a namespace Common { } there to make strict C++ compilers like clang++ and comeau happy. I also added a slight comment about why that is needed to the macro definition and a note that you need to use it from the global namespace. svn-id: r48254 | |||
2010-03-12 | GP2x: Oops, forgot to checkin this file | Max Horn | |
svn-id: r48244 | |||
2010-03-12 | GP2X: Try to fix compile error | Max Horn | |
svn-id: r48243 | |||
2010-03-11 | Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ↵ | Max Horn | |
MixerImpl constructor svn-id: r48238 | |||
2010-03-10 | Remove last traces of OSystem::getOutputSampleRate() | Max Horn | |
svn-id: r48229 | |||
2010-03-10 | N64: code formatting | Max Horn | |
svn-id: r48228 | |||
2010-03-08 | Add missing include that caused build failures with Normal1xAspect and | Robin Watts | |
Normal2xAspect being undefined. svn-id: r48206 | |||
2010-03-08 | Move gBitFormat definition so it works in both sizes of an ifdef. | Robin Watts | |
svn-id: r48205 | |||
2010-03-08 | Re-enable the arm asm costume drawer | Lars Persson | |
svn-id: r48201 | |||
2010-03-08 | WINCE: Rewrote SmartphoneLandscape scaler C version to match what the ARM ↵ | Max Horn | |
assembler version does (untested) svn-id: r48198 | |||
2010-03-08 | Rename PocketPCLandscapeAspect to Normal1xAspect and move it to | Max Horn | |
graphics/scaler/aspect.cpp svn-id: r48192 | |||
2010-03-08 | Rename PocketPCPortrait scaler to DownscaleHorizByThreeQuarters, | Max Horn | |
and move it to graphics/scaler. svn-id: r48191 | |||
2010-03-08 | SCALERS: Get rid of MAKE_WRAPPER; make RGBtoYUV internal | Max Horn | |
svn-id: r48189 | |||
2010-03-08 | SCALERS: Change 'bitformat' template params to 'colormasks'; | Max Horn | |
get rid of some #defines svn-id: r48187 | |||
2010-03-08 | Move some aspect ratio related stuff to graphics/scaler/aspect.h | Max Horn | |
svn-id: r48186 | |||
2010-03-08 | Remove unnecessary #includes | Max Horn | |
svn-id: r48185 | |||
2010-03-06 | N64: Use mips timer to partially simulate an RTC for the n64 port | Fabio Battaglia | |
svn-id: r48170 | |||
2010-03-06 | N64: Reduce N64 mouse sensibility a bit | Fabio Battaglia | |
svn-id: r48169 |