aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2010-04-12remove useless getObjectName() methodJoost Peters
svn-id: r48640
2010-04-12add const keyword to some methodsJoost Peters
svn-id: r48639
2010-04-12formattingMax Horn
svn-id: r48638
2010-04-12PSP: Fix code formatting using astyleMax Horn
svn-id: r48634
2010-04-12PSP: refactoring/redesign of the backendYotam Barnoy
svn-id: r48632
2010-04-04Commit of patch #2980597 "GSoC: GUI: Text input + Right Alt (bug #2978736)".Johannes Schickel
svn-id: r48524
2010-04-03Updated README-WinCE.txt with release details.Robin Watts
svn-id: r48484
2010-04-03Updated XCode projectOystein Eftevaag
svn-id: r48479
2010-04-01Updated readme with history of releasesLars Persson
svn-id: r48456
2010-03-31Tweak WinCE port readme file to correct version numbers.Robin Watts
svn-id: r48451
2010-03-22Patch #2938173: LinuxMoto update 23012010Max Horn
svn-id: r48362
2010-03-22Patch #2973290: Semicolon cleanupMax Horn
svn-id: r48359
2010-03-21Ack, typo!Marcus Comstedt
svn-id: r48352
2010-03-21Autodetect long V numbers and shorten them.Marcus Comstedt
svn-id: r48351
2010-03-20Add missing tokenizer.h include.Johannes Schickel
svn-id: r48326
2010-03-20DS: Changing version number on title screenNeil Millstone
svn-id: r48322
2010-03-19Also remove Win32PluginProvider::addCustomDirectories, as it obviously isn't ↵Max Horn
being used svn-id: r48304
2010-03-19DC: Removing unneeded DCPluginProvider::addCustomDirectoriesMax Horn
svn-id: r48301
2010-03-19PSP: removed unneeded overload of addCustomDirectories()Yotam Barnoy
svn-id: r48299
2010-03-18One more try to make DC & PSP compile againMax Horn
svn-id: r48290
2010-03-18Trying to fix compilation (porters should review these changes, seems I ↵Max Horn
uncovered some lurking old breakage) svn-id: r48289
2010-03-18Convert some occurences of StringList to StringArray;Max Horn
try to fix compile error in GP2x code svn-id: r48286
2010-03-18COMMON: Move typedef StringList from str.h to new header str-array.hMax 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-18Make keymapper compilable againMax Horn
svn-id: r48278
2010-03-18Fix warningsMax Horn
svn-id: r48277
2010-03-13Fix 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-12GP2x: Oops, forgot to checkin this fileMax Horn
svn-id: r48244
2010-03-12GP2X: Try to fix compile errorMax Horn
svn-id: r48243
2010-03-11Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ↵Max Horn
MixerImpl constructor svn-id: r48238
2010-03-10Remove last traces of OSystem::getOutputSampleRate()Max Horn
svn-id: r48229
2010-03-10N64: code formattingMax Horn
svn-id: r48228
2010-03-08Add missing include that caused build failures with Normal1xAspect andRobin Watts
Normal2xAspect being undefined. svn-id: r48206
2010-03-08Move gBitFormat definition so it works in both sizes of an ifdef.Robin Watts
svn-id: r48205
2010-03-08Re-enable the arm asm costume drawerLars Persson
svn-id: r48201
2010-03-08WINCE: Rewrote SmartphoneLandscape scaler C version to match what the ARM ↵Max Horn
assembler version does (untested) svn-id: r48198
2010-03-08Rename PocketPCLandscapeAspect to Normal1xAspect and move it toMax Horn
graphics/scaler/aspect.cpp svn-id: r48192
2010-03-08Rename PocketPCPortrait scaler to DownscaleHorizByThreeQuarters,Max Horn
and move it to graphics/scaler. svn-id: r48191
2010-03-08SCALERS: Get rid of MAKE_WRAPPER; make RGBtoYUV internalMax Horn
svn-id: r48189
2010-03-08SCALERS: Change 'bitformat' template params to 'colormasks';Max Horn
get rid of some #defines svn-id: r48187
2010-03-08Move some aspect ratio related stuff to graphics/scaler/aspect.hMax Horn
svn-id: r48186
2010-03-08Remove unnecessary #includesMax Horn
svn-id: r48185
2010-03-06N64: Use mips timer to partially simulate an RTC for the n64 portFabio Battaglia
svn-id: r48170
2010-03-06N64: Reduce N64 mouse sensibility a bitFabio Battaglia
svn-id: r48169
2010-02-28N64: change how asserts are printedFabio Battaglia
svn-id: r48153
2010-02-27Added the svn:keywords property to some files missing it.Jordi Vilalta Prat
svn-id: r48148
2010-02-27N64: added list of required devices to use the portFabio Battaglia
svn-id: r48146
2010-02-27N64: correct control buttons namingFabio Battaglia
svn-id: r48145
2010-02-27N64: Add a preliminary port specific readmeFabio Battaglia
svn-id: r48144
2010-02-26DS: Attempting to rename Makefile to makefile. Not sure why it hasn't been ↵Neil Millstone
a problem in the past. svn-id: r48138
2010-02-26DS: Merging accross changes from branch1-0-0 into trunk.Neil Millstone
svn-id: r48136