3417 Commits

Author SHA1 Message Date
Max Horn
156a106ebc Trying to fix compilation (porters should review these changes, seems I uncovered some lurking old breakage)
svn-id: r48289
2010-03-18 16:53:20 +00:00
Max Horn
81a698d0a0 Convert some occurences of StringList to StringArray;
try to fix compile error in GP2x code

svn-id: r48286
2010-03-18 15:44:59 +00:00
Max Horn
c934642bdb COMMON: Move typedef StringList from str.h to new header str-array.h
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 15:09:24 +00:00
Max Horn
ef93d6921e Make keymapper compilable again
svn-id: r48278
2010-03-18 15:05:14 +00:00
Max Horn
0e0e11e641 Fix warnings
svn-id: r48277
2010-03-18 15:04:57 +00:00
Johannes Schickel
40562798d6 Fix our DECLARE_SINGLETON macro to conform to the C++ specs.
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-13 21:55:49 +00:00
Max Horn
314a119b9d GP2x: Oops, forgot to checkin this file
svn-id: r48244
2010-03-12 10:31:58 +00:00
Max Horn
d3c29a62ae GP2X: Try to fix compile error
svn-id: r48243
2010-03-12 00:46:54 +00:00
Max Horn
9b837d66d4 Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the MixerImpl constructor
svn-id: r48238
2010-03-11 23:39:51 +00:00
Max Horn
c97ee14a65 Remove last traces of OSystem::getOutputSampleRate()
svn-id: r48229
2010-03-10 21:01:44 +00:00
Max Horn
5af51ba9a1 N64: code formatting
svn-id: r48228
2010-03-10 20:58:09 +00:00
Robin Watts
575ddc434c Add missing include that caused build failures with Normal1xAspect and
Normal2xAspect being undefined.

svn-id: r48206
2010-03-08 22:25:38 +00:00
Robin Watts
9bf5bbf9bf Move gBitFormat definition so it works in both sizes of an ifdef.
svn-id: r48205
2010-03-08 22:14:57 +00:00
Lars Persson
688288ec7d Re-enable the arm asm costume drawer
svn-id: r48201
2010-03-08 21:33:23 +00:00
Max Horn
c554c8541e WINCE: Rewrote SmartphoneLandscape scaler C version to match what the ARM assembler version does (untested)
svn-id: r48198
2010-03-08 20:11:44 +00:00
Max Horn
2cdf8996f3 Rename PocketPCLandscapeAspect to Normal1xAspect and move it to
graphics/scaler/aspect.cpp

svn-id: r48192
2010-03-08 10:31:42 +00:00
Max Horn
0fc137cdf2 Rename PocketPCPortrait scaler to DownscaleHorizByThreeQuarters,
and move it to graphics/scaler.

svn-id: r48191
2010-03-08 10:31:09 +00:00
Max Horn
a558e60fec SCALERS: Get rid of MAKE_WRAPPER; make RGBtoYUV internal
svn-id: r48189
2010-03-08 10:30:23 +00:00
Max Horn
d239d5c2f8 SCALERS: Change 'bitformat' template params to 'colormasks';
get rid of some #defines

svn-id: r48187
2010-03-08 10:29:35 +00:00
Max Horn
28c6c600d4 Move some aspect ratio related stuff to graphics/scaler/aspect.h
svn-id: r48186
2010-03-08 10:29:00 +00:00
Max Horn
9fb27a26f8 Remove unnecessary #includes
svn-id: r48185
2010-03-08 10:28:14 +00:00
Fabio Battaglia
5f6e0c3e94 N64: Use mips timer to partially simulate an RTC for the n64 port
svn-id: r48170
2010-03-06 13:49:20 +00:00
Fabio Battaglia
4f74853f93 N64: Reduce N64 mouse sensibility a bit
svn-id: r48169
2010-03-06 12:59:19 +00:00
Fabio Battaglia
2741705758 N64: change how asserts are printed
svn-id: r48153
2010-02-28 13:09:09 +00:00
Jordi Vilalta Prat
22e5a557b7 Added the svn:keywords property to some files missing it.
svn-id: r48148
2010-02-27 17:02:58 +00:00
Fabio Battaglia
9fcbfc180e N64: added list of required devices to use the port
svn-id: r48146
2010-02-27 11:44:35 +00:00
Fabio Battaglia
8658040553 N64: correct control buttons naming
svn-id: r48145
2010-02-27 11:08:42 +00:00
Fabio Battaglia
deab6f83cd N64: Add a preliminary port specific readme
svn-id: r48144
2010-02-27 10:34:33 +00:00
Neil Millstone
bd2e65a02f DS: Attempting to rename Makefile to makefile. Not sure why it hasn't been a problem in the past.
svn-id: r48138
2010-02-26 17:55:27 +00:00
Neil Millstone
4a8ab4b075 DS: Merging accross changes from branch1-0-0 into trunk.
svn-id: r48136
2010-02-26 17:29:18 +00:00
Fabio Battaglia
6876e1f9de N64: some input related cleanup
svn-id: r48129
2010-02-25 20:58:52 +00:00
Fabio Battaglia
2ca06e3e0a N64: force screen update after hiding overlay
svn-id: r48108
2010-02-21 19:02:45 +00:00
Fabio Battaglia
4577a9038a N64: some input related cleanup
svn-id: r48106
2010-02-21 15:01:06 +00:00
Fabio Battaglia
52f66d54cc N64: send ascii code for numpad keys
svn-id: r48105
2010-02-21 14:34:22 +00:00
Fabio Battaglia
6af6d66e2b N64: Simulate numpad using C-Buttons on the gamepad
svn-id: r48104
2010-02-21 13:54:58 +00:00
Yotam Barnoy
ef330ed9b4 Patch for bug 2943361 by littleboy, adding full kb modifier support to all engines + GUI and proper keypad handling
svn-id: r48101
2010-02-21 04:04:13 +00:00
Max Horn
8ac5d00d57 Hide ZipArchive implementation, only expose it via factory functions: makeZipArchive()
svn-id: r48040
2010-02-13 11:56:30 +00:00
Fabio Battaglia
6938ca072a Add N64 backend to credits
svn-id: r47988
2010-02-08 11:44:29 +00:00
Fabio Battaglia
822e59288f N64: remove some unused code
svn-id: r47886
2010-02-04 20:17:03 +00:00
Chris Apers
a13af0270b Updated so that code compiles again
svn-id: r47769
2010-01-31 18:14:20 +00:00
Fabio Battaglia
bff00f002b N64: added comments and slight cleanup
svn-id: r47709
2010-01-30 12:57:57 +00:00
Fabio Battaglia
c02b14d311 N64: Better analog nub acceleration, and added -mhard-float in CXXFLAGS when building
svn-id: r47708
2010-01-30 12:53:08 +00:00
Torbjörn Andersson
9a85b1284b Silenced some more cppcheck style warnings.
svn-id: r47628
2010-01-28 05:20:52 +00:00
Johannes Schickel
157a1df30d Fix sample buffer calculation. Now it really asks for a buffer of 2048 samples for 22050Hz, like the comment states.
svn-id: r47558
2010-01-25 17:59:05 +00:00
Lars Persson
b0cab96cd0 Change UI name of Scumm Apps. Enable all engine in perl script
svn-id: r47550
2010-01-25 08:59:47 +00:00
Lars Persson
356bebc7b0 Turn off ARM asm for Costume until its fixed
svn-id: r47549
2010-01-25 08:56:50 +00:00
Johannes Schickel
64491356b8 Fix virtual-keyboard not changing size, when the user changes the scaler while it is not visible.
svn-id: r47544
2010-01-25 02:08:28 +00:00
Johannes Schickel
709bf1214c Strip trailing whitespaces/tabs in documentation files too.
svn-id: r47543
2010-01-25 01:53:32 +00:00
Johannes Schickel
aed02365ec Strip trailing spaces/tabs.
svn-id: r47541
2010-01-25 01:39:44 +00:00
Torbjörn Andersson
0be507e9c3 Silenced two more trivial cppcheck warnings.
svn-id: r47493
2010-01-24 08:19:15 +00:00