Bertrik Sikken
4f246a8673
Polish character set for 12-Nimbus font
...
Author: Tomasz Kowalczyk
Flyspray: FS #11055
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24950 a1c6a512-1295-4272-9138-f99709370657
2010-02-27 18:50:45 +00:00
Tomer Shalev
985d0bb3f0
Brickmania: Test if power-up hit side of paddle
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24949 a1c6a512-1295-4272-9138-f99709370657
2010-02-27 18:45:37 +00:00
Tomer Shalev
ce8b00d540
Brickmania: Use helper function check_rect to test whether ball hits brick
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24948 a1c6a512-1295-4272-9138-f99709370657
2010-02-27 18:23:46 +00:00
Nils Wallménius
722ae97836
Set missing svn properties
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24947 a1c6a512-1295-4272-9138-f99709370657
2010-02-27 18:07:38 +00:00
Nils Wallménius
519b3e25b8
mark array as const and use ARRAYLEN macro for calculating length of the array
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24946 a1c6a512-1295-4272-9138-f99709370657
2010-02-27 17:46:51 +00:00
Andree Buschmann
818fcd16b7
Add information about supported musepack streamversion to manual.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24945 a1c6a512-1295-4272-9138-f99709370657
2010-02-27 17:24:01 +00:00
Jack Halpin
a872587a8d
sd-as3525v2: Load CID info to cardinfo.cid[] correctly.
...
SD_ALL_SEND_CID was using cardinfo.cid to store the response instead of the temp array used for long responses.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24944 a1c6a512-1295-4272-9138-f99709370657
2010-02-27 17:07:54 +00:00
Thomas Martitz
226308663f
Store the list of fonts in a linked list instead of in a static array (together with the base filename) and load all fonts in a second step. This aids debugging missing fonts, skips fonts that are not used in viewports, and is preparation of a resizable (on boot) skin buffer.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24943 a1c6a512-1295-4272-9138-f99709370657
2010-02-27 16:51:51 +00:00
Thomas Martitz
ba15f45f6e
Properly handle empty and '-' font settings.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24942 a1c6a512-1295-4272-9138-f99709370657
2010-02-27 15:16:08 +00:00
Teruaki Kawashima
3f8d4a5a0f
use same variable/macro name for highscore among plugins.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24941 a1c6a512-1295-4272-9138-f99709370657
2010-02-27 14:45:37 +00:00
Mustapha Senhaji
c3abab85ac
Silly editor, missing a ,.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24940 a1c6a512-1295-4272-9138-f99709370657
2010-02-27 14:33:01 +00:00
Mustapha Senhaji
37e0f76c5a
Stats Plugin: Update the list of suported/counted music file extensions.
...
And like that is a stats plugin after all, here is one:
We do support by our codecs, 50 different file types now, wow.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24939 a1c6a512-1295-4272-9138-f99709370657
2010-02-27 14:23:30 +00:00
Teruaki Kawashima
778f5bb515
clix: make code to check whether game is end or not to a separate function to reduce indents. make holding key keep moving cursor.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24938 a1c6a512-1295-4272-9138-f99709370657
2010-02-27 14:01:28 +00:00
Mustapha Senhaji
fe0d5fbb92
Update the french translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24937 a1c6a512-1295-4272-9138-f99709370657
2010-02-27 11:32:45 +00:00
Dominik Riebeling
dd0a571c49
Use the data partition device node when trying to resolve the mountpoint.
...
The stricter matching for device nodes introduced with r24802 broke resolving
the mountpoint during autodetection as sansapatcher and ipodpatcher return the
device node of the player instead of its data partition.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24936 a1c6a512-1295-4272-9138-f99709370657
2010-02-27 11:27:13 +00:00
Tomer Shalev
b21b0c872e
Brickmania: Use NUMBER_OF_POWERUPS in enum
...
Thanks for kugel and linuxstb for this
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24935 a1c6a512-1295-4272-9138-f99709370657
2010-02-27 09:35:47 +00:00
Tomer Shalev
66916c6d67
Brickmania: Revert to using intersection checks for testing if powerup hit
...
paddle
r24925 introduced a potential bug: the collision detection with the paddle is
not using the line intersection checks and consequently could cause the powerup
to be missed if the drop speed is fast enough (which varies depending on the
target because of the speed scaling).
Thanks for Karl Kurbjun for noticing and alerting!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24934 a1c6a512-1295-4272-9138-f99709370657
2010-02-27 08:24:45 +00:00
Tomer Shalev
45a14f31d0
Brickmania: Use static whenever possible
...
- Also fix some code styling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24933 a1c6a512-1295-4272-9138-f99709370657
2010-02-27 08:02:12 +00:00
Tomer Shalev
e96f05822f
Brickmania: Fix inner loop used the same variable as outer loop, which trashed
...
powerups when paddle hit Normal or Fire powerups
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24932 a1c6a512-1295-4272-9138-f99709370657
2010-02-27 07:58:48 +00:00
Robert Menes
43e95cf7e5
Have the Mac OS X port of Rockbox Utility actually be called Rockbox Utility instead of just rbutilqt.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24931 a1c6a512-1295-4272-9138-f99709370657
2010-02-26 20:09:18 +00:00
Alexander Levin
0bfef1c5a0
Remove an unneeded word in the section header
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24930 a1c6a512-1295-4272-9138-f99709370657
2010-02-26 19:57:51 +00:00
Alexander Levin
5ff8a5a1c9
Describe the %cs WPS tag in the manual (fix FS#11053)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24929 a1c6a512-1295-4272-9138-f99709370657
2010-02-26 19:53:06 +00:00
Tomer Shalev
ebbfe872ac
Brickmania: Fix NUMBER_OF_POWERUPS and POWER_TYPE_COUNT were used for the same purpose
...
Thanks for Asael Reiter for spotting this
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24928 a1c6a512-1295-4272-9138-f99709370657
2010-02-26 15:02:50 +00:00
Tomer Shalev
410cb26cc8
Brickmania: Re-arrange code (no functional change)
...
- Remove use of typedefs
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24927 a1c6a512-1295-4272-9138-f99709370657
2010-02-26 14:36:37 +00:00
Tomer Shalev
adcbb07303
Brickmania: Fix wrong power image in shown, caused by previous commit
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24926 a1c6a512-1295-4272-9138-f99709370657
2010-02-26 14:32:27 +00:00
Tomer Shalev
50cb86cff3
FS#11057 - brickmania: simplify the powerups
...
Author: Asael Reiter
Added some changes by me.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24925 a1c6a512-1295-4272-9138-f99709370657
2010-02-26 14:06:34 +00:00
Thomas Martitz
f6540e800d
Sansa Fuzev2: Add mkamsboot and dualboot support. The bootloader doesn't work, but pressing |<< or inserting USB to boot the OF does.
...
It should be pretty safe to run test code on it now.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24924 a1c6a512-1295-4272-9138-f99709370657
2010-02-26 13:55:17 +00:00
Jonathan Gordon
92f0aa85fc
fix 64bit warning
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24923 a1c6a512-1295-4272-9138-f99709370657
2010-02-26 08:43:26 +00:00
Jonathan Gordon
4c6b3551b5
split the theme settings apply() sutff out of settings_apply(). this should fix splashes not being loc'ed, statusbar over the splash (fixed in sim, not on my mini2g though), and the supposed boot time slowdown.
...
What this also does is remove a bunch of unnecessary settings_Apply()'s from the ipod accessory code, and causes all non-skin settings to get applied each time (this includes font and langs which we wernt doing to stop disk access)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24922 a1c6a512-1295-4272-9138-f99709370657
2010-02-26 08:01:41 +00:00
Kevin Ferrare
c396e4161a
Remote support for the alarmclock plugin
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24921 a1c6a512-1295-4272-9138-f99709370657
2010-02-26 07:38:18 +00:00
Teruaki Kawashima
3e4b5c69db
font.c: correct checking cache_fd. remove some trailing spaces.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24920 a1c6a512-1295-4272-9138-f99709370657
2010-02-26 07:16:32 +00:00
Jonathan Gordon
321148124a
Fix the list showing an empty line at the bottom if the sbs is handling the title
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24919 a1c6a512-1295-4272-9138-f99709370657
2010-02-26 06:45:50 +00:00
Jonathan Gordon
cf6be66db6
small change to how the quickscreen fixes its viewports
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24918 a1c6a512-1295-4272-9138-f99709370657
2010-02-26 06:17:04 +00:00
Jonathan Gordon
466e5d9aa4
2 new tags for the base skin.
...
%Lt - the title text for the current list
%Li - the icon number. Same order as the CustomIcons list, except the first icon is the "no icon" icon.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24917 a1c6a512-1295-4272-9138-f99709370657
2010-02-26 03:45:41 +00:00
Frank Gevaerts
ca755f767c
Fix pdbox makefile to actually take part in dependency generation
...
Change pdbox include paths to handle this
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24916 a1c6a512-1295-4272-9138-f99709370657
2010-02-25 23:35:16 +00:00
Rafaël Carré
3b53fe0485
mkamsboot: make sure files depending on dualboot.h are updated
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24915 a1c6a512-1295-4272-9138-f99709370657
2010-02-25 18:08:16 +00:00
Alex Parker
9c95e243e8
Slightly change the English for the alarmclock plugin manual entry.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24914 a1c6a512-1295-4272-9138-f99709370657
2010-02-25 14:58:06 +00:00
Rafaël Carré
f61a7f77da
Fuzev2: set compiler after manufacturer, so we can set gcc flags according to manufacturer
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24913 a1c6a512-1295-4272-9138-f99709370657
2010-02-25 14:49:31 +00:00
Rafaël Carré
99655d66bd
Alarm clock plugin for RTC targets
...
Author: Clément Pit-Claudel
Flyspray: FS#11056
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24912 a1c6a512-1295-4272-9138-f99709370657
2010-02-25 14:45:06 +00:00
Thomas Martitz
0094b0500c
Add Sansa Fuzev2 to the target tree. Bootloader builds, but is completely untested.
...
Compilation shows a warning for the first argument of the lcd_bitmap() call in show_logo().
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24911 a1c6a512-1295-4272-9138-f99709370657
2010-02-25 13:26:46 +00:00
Frank Gevaerts
0eb50d5106
Make configure executable again
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24910 a1c6a512-1295-4272-9138-f99709370657
2010-02-25 13:06:15 +00:00
Yoshihisa Uchida
ec39c05519
tools/database: build process updates.
...
- buildable for Cygwin/MinGW.
- SDL cobfig is set by using SDL-config.
- metadata/*.c add automaticaly when database tool builds.
- bitmap files do not create when database tool builds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24908 a1c6a512-1295-4272-9138-f99709370657
2010-02-25 12:28:30 +00:00
Teruaki Kawashima
0cf4cab431
plugins/lib: remove out-dated comments about plugin api.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24907 a1c6a512-1295-4272-9138-f99709370657
2010-02-25 12:14:36 +00:00
Björn Stenberg
6f3c42284b
Packard Bell Vibe 500 images by Marko Pahlke
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24906 a1c6a512-1295-4272-9138-f99709370657
2010-02-25 11:47:39 +00:00
Teruaki Kawashima
15f6bfc0e5
imageviewer: add button to quit plugin immediately if there is enough key for it.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24904 a1c6a512-1295-4272-9138-f99709370657
2010-02-25 11:11:41 +00:00
Jack Halpin
d95211a23d
sd-as3525v2: Controller and card init much more reliably now.
...
Remove MCI_HCON read from init_controller() as it now appears unneccesary.
Make sd-init_card() use similar init sequence to the one in sd-as3525.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24903 a1c6a512-1295-4272-9138-f99709370657
2010-02-25 06:46:16 +00:00
Teruaki Kawashima
62e6a2f9d8
keyboard: accept FS#11047 partially with some modifications. make some parts in switch() in kbd_input() to separate functions.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24902 a1c6a512-1295-4272-9138-f99709370657
2010-02-25 06:40:36 +00:00
Teruaki Kawashima
51bc09e88e
Quickscreen: add more check for case that qs item is not set.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24901 a1c6a512-1295-4272-9138-f99709370657
2010-02-25 06:01:53 +00:00
Dave Chapman
3849569afc
Correct the button table for scrollwheel targets (direction was reversed). Also, use full (British English) words for the directions, instead of the abbreviations CW and CCW.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24900 a1c6a512-1295-4272-9138-f99709370657
2010-02-25 01:04:15 +00:00
Michael Chicoine
b6033c9aa0
Revert r24898 and fix yellow properly so that register is still read
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24899 a1c6a512-1295-4272-9138-f99709370657
2010-02-25 00:02:58 +00:00