Commit graph

23492 commits

Author SHA1 Message Date
Teruaki Kawashima
ee074e35af superdom: fix bug that "Human starting factories" setting is ignored (part of FS#10964).
humanstartfarms was used where humanstartinds shuold be used.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24509 a1c6a512-1295-4272-9138-f99709370657
2010-02-04 12:50:13 +00:00
Andrew Mahone
723d5c6da6 Fix yellow: add newline at EOF in udiv32_arm-pre.S
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24508 a1c6a512-1295-4272-9138-f99709370657
2010-02-04 08:55:36 +00:00
Andrew Mahone
b1caf4a07d Use all available codec iram for reciprocal table in APE codec on ARMv4. Done by linking first with the table empty to determine free space, then sizing table to fill it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24507 a1c6a512-1295-4272-9138-f99709370657
2010-02-04 08:45:38 +00:00
Andrew Mahone
8ed7bda64c Move udiv32_arm.S into libdemac, as this divider is specialized for the APE codec and an optimized divider is already provided for general use in codeclib.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24506 a1c6a512-1295-4272-9138-f99709370657
2010-02-04 05:49:37 +00:00
Daniel Stenberg
7ed87517f7 I heard we're on 3.5!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24504 a1c6a512-1295-4272-9138-f99709370657
2010-02-03 21:28:10 +00:00
Dominik Wenger
97865106b7 romote e200v2 and Fuze to stable in this file too.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24503 a1c6a512-1295-4272-9138-f99709370657
2010-02-03 21:11:39 +00:00
Dominik Riebeling
7ea659221d Bump rbutil version to 1.2.4.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24499 a1c6a512-1295-4272-9138-f99709370657
2010-02-03 20:20:39 +00:00
Michael Chicoine
5267f38515 Spanish translation update
Author: Diego Herranz
Flyspray: FS #10958


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24498 a1c6a512-1295-4272-9138-f99709370657
2010-02-03 20:03:10 +00:00
Michael Chicoine
f45a913fd4 Fix yellow - remove untranslated string
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24497 a1c6a512-1295-4272-9138-f99709370657
2010-02-03 19:57:18 +00:00
Michael Chicoine
d005c8b802 Add back previously translated strings that were removed in r24489
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24494 a1c6a512-1295-4272-9138-f99709370657
2010-02-03 19:38:09 +00:00
Michael Chicoine
7fdcbd7269 Português Brasileiro Lang Update
Author: Adilson Xavier
Flyspray: FS #10962


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24491 a1c6a512-1295-4272-9138-f99709370657
2010-02-03 19:20:14 +00:00
Michael Chicoine
fd9e6afb7f Remove strings that were filled with the English translations so they can be translated properly. These were committed in r24476 and r24477.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24489 a1c6a512-1295-4272-9138-f99709370657
2010-02-03 18:58:58 +00:00
Dominik Riebeling
1bef3a98e6 Update Português Brasileiro translation for Rockbox Utility.
Author: Adilson Xavier
Flyspray: FS#10963

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24488 a1c6a512-1295-4272-9138-f99709370657
2010-02-03 17:57:59 +00:00
Andrew Mahone
5e9282829a Label dma_callback in pcm-s5l8700.c as used so that gcc won't discard it, and cause a link failure on eabi.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24487 a1c6a512-1295-4272-9138-f99709370657
2010-02-03 16:36:55 +00:00
Michael Chicoine
c2b5c49109 Updated Portuguese Translation
Author: Rui Araújo
Flyspray: FS #10950


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24485 a1c6a512-1295-4272-9138-f99709370657
2010-02-03 14:35:27 +00:00
Michael Chicoine
bb4fc02a21 Finish & update Chinese translation
Author: Purling Yukie
Flyspray: FS #10961


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24483 a1c6a512-1295-4272-9138-f99709370657
2010-02-03 13:38:15 +00:00
Michael Chicoine
7b75cc5b19 Last changes in Czech language
Author: Marek Salaba
Flyspray: FS #10960


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24481 a1c6a512-1295-4272-9138-f99709370657
2010-02-03 13:23:52 +00:00
Michael Chicoine
9914bebddb Correct issues with LANG_COMPRESSOR from r22832 - Author: Marianne Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24479 a1c6a512-1295-4272-9138-f99709370657
2010-02-03 13:11:53 +00:00
Jonathan Gordon
0a16a99a69 fix a bug where the backdrop from the sbs is displayed on scrolling lines in the wps when the %wd tag is not used.
I'm not crazy about this commit and maybe a better solution would be to outright disable the sbs backdrop when in any skinned screen. This then means backdrops go back to needing special handling (i.e they arnt "free")



git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24478 a1c6a512-1295-4272-9138-f99709370657
2010-02-03 07:03:48 +00:00
Jeffrey Goode
eb30ca2a1e Another temp fix yellow for turkce lang files by replacing faulty empty quotes with the English text. Needs translator followup.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24477 a1c6a512-1295-4272-9138-f99709370657
2010-02-03 01:50:58 +00:00
Jeffrey Goode
76994538d8 Temp fix yellow for portugues and turkce lang files by replacing faulty empty quotes with the English text. Needs translator followup.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24476 a1c6a512-1295-4272-9138-f99709370657
2010-02-03 01:44:42 +00:00
Tom Ross
db64bf9ea4 FS #10690: Add support for 24 bit ALAC files based on libalac 0.2.0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24475 a1c6a512-1295-4272-9138-f99709370657
2010-02-03 00:37:24 +00:00
Jens Arnold
b2ffb3e08f Reduce reciprocal table size a bit on Nano 2nd Gen as well (fix red).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24474 a1c6a512-1295-4272-9138-f99709370657
2010-02-02 23:06:28 +00:00
Jens Arnold
9f6586698a APE codec: Speed up decoding of -c2000 and higher on ARMv4 and coldfire by fusing vector math for the filters. Speedup is roughly 3.5% for -c2000, 8% for -c3000 and 12% for -c4000. To be extended to other architectures.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24473 a1c6a512-1295-4272-9138-f99709370657
2010-02-02 22:50:21 +00:00
Dominik Riebeling
24de239d3d Fix stupid typo in my last commit. How did I miss that?
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24472 a1c6a512-1295-4272-9138-f99709370657
2010-02-02 21:20:10 +00:00
Amaury Pouly
75fc9ee84b FS#8967: Fix autoscore computation overflow when the playtime is huge.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24471 a1c6a512-1295-4272-9138-f99709370657
2010-02-02 20:49:35 +00:00
Dominik Riebeling
a54cacb508 Add italian to the list of language names.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24468 a1c6a512-1295-4272-9138-f99709370657
2010-02-02 20:19:28 +00:00
Dominik Riebeling
107ce4ed32 Disable D2 in rbutil as discussed in IRC.
Bootloader installation for the D2 is still not end-user ready for the upcoming release.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24467 a1c6a512-1295-4272-9138-f99709370657
2010-02-02 20:19:24 +00:00
Frank Gevaerts
c4a4c13c16 Fix missing quote (again?)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24466 a1c6a512-1295-4272-9138-f99709370657
2010-02-02 20:19:01 +00:00
Marianne Arnold
afce44b88b Update French translation by Mustapha Senhaji
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24465 a1c6a512-1295-4272-9138-f99709370657
2010-02-02 20:13:34 +00:00
Dominik Riebeling
156c75cec3 Update german rbutil translation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24464 a1c6a512-1295-4272-9138-f99709370657
2010-02-02 20:03:21 +00:00
Jonas Häggqvist
ab99a21015 Translate LANG_COMPRESSOR
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24462 a1c6a512-1295-4272-9138-f99709370657
2010-02-02 19:37:42 +00:00
Frank Gevaerts
32e081aa6a Update Turkish translation
Flyspray: FS#10944
Author: Altay Oz


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24460 a1c6a512-1295-4272-9138-f99709370657
2010-02-02 19:27:15 +00:00
Frank Gevaerts
cdeaabca9e (hopefully) fix encoding (FS#10956)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24458 a1c6a512-1295-4272-9138-f99709370657
2010-02-02 19:14:08 +00:00
Andrew Mahone
e77cdd147c Correct ARMv5/6 signed divider, which was not saving return address to stack before using lr for calculation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24457 a1c6a512-1295-4272-9138-f99709370657
2010-02-02 15:55:10 +00:00
Jonas Häggqvist
ff6053e4c3 Portuguese translation update.
Author: Rui Araújo
Flyspray: FS #10950


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24455 a1c6a512-1295-4272-9138-f99709370657
2010-02-02 15:44:03 +00:00
Michael Chicoine
4b9036362e More feature designation corrections
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24453 a1c6a512-1295-4272-9138-f99709370657
2010-02-02 14:32:38 +00:00
Michael Chicoine
b512573fee fix yellow - correct feature designation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24452 a1c6a512-1295-4272-9138-f99709370657
2010-02-02 14:09:42 +00:00
Michael Chicoine
ae0a112825 Complete Czech language update
Author: Marek Salaba
Flyspray: FS #10951


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24450 a1c6a512-1295-4272-9138-f99709370657
2010-02-02 13:06:40 +00:00
Amaury Pouly
1459bbc45f Various dircache improvements: reduce size of a path buffer to MAX_PATH and rewrote copy_path to improve stack usage. Also simplified get_entry.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24445 a1c6a512-1295-4272-9138-f99709370657
2010-02-01 23:00:35 +00:00
Torne Wuff
fb680535f6 FS#10955 - LBA48 builds doesn't compile after ata read/write unification
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24444 a1c6a512-1295-4272-9138-f99709370657
2010-02-01 22:59:36 +00:00
Amaury Pouly
e9b3c90622 FS#10954: fix rename under simulator by Alex Bennee
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24443 a1c6a512-1295-4272-9138-f99709370657
2010-02-01 22:45:27 +00:00
Dominik Riebeling
47dbdf4cf8 OSX: Add CFBundleName to display a nicer name in the menu bar. Replace deprecated CFBundleGetInfoString.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24442 a1c6a512-1295-4272-9138-f99709370657
2010-02-01 22:05:08 +00:00
Dominik Riebeling
b659936ca5 Give the user a hint on where find the required bootloader file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24441 a1c6a512-1295-4272-9138-f99709370657
2010-02-01 20:30:22 +00:00
Torne Wuff
c4e051bed7 Align addresses in the buffering code to STORAGE_ALIGN_MASK if the target has one.
The PP502x DMA controller can only deal with doing DMA to 16-byte-aligned
addresses because we have inadequate control over the cache to prevent
interference. Other targets may also *prefer* cacheline aligned DMAs to
reduce the number of cache operations required. Almost all disk reads in
buffering.c will now be suitably aligned, allowing DMA to be used on PP502x.

Original change from FS#9708 by Boris Gjenero (dreamlayers).


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24440 a1c6a512-1295-4272-9138-f99709370657
2010-02-01 17:16:39 +00:00
Szymon Dziok
a09606123f Packard Bell Vibe 500: add the simulator
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24439 a1c6a512-1295-4272-9138-f99709370657
2010-02-01 16:41:03 +00:00
Marianne Arnold
9938ea4b79 Update German translation including minor fixes - be more accurate about 'shuffle' (not 'random') and fix some occurences of wrong spaces.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24437 a1c6a512-1295-4272-9138-f99709370657
2010-02-01 08:19:29 +00:00
Andrew Mahone
e2b7721db6 Some sort of issue in the signed divider is causing Gigabeat S to abort on startup, disable this routine until it's fixed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24436 a1c6a512-1295-4272-9138-f99709370657
2010-02-01 04:50:25 +00:00
Jonathan Gordon
bb86299b81 make sure skins always draw with their backdrop, otherwise the backdrop only changes on a full redraw which usually ends up being in the wrong order
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24435 a1c6a512-1295-4272-9138-f99709370657
2010-02-01 04:47:19 +00:00
Andrew Mahone
e457ccfea5 Missing colon in support-arm.S for EABI.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24434 a1c6a512-1295-4272-9138-f99709370657
2010-02-01 02:35:35 +00:00