1. ec7252c Some more sokoban changes from Sean Morrisey's FS #6702. (includes moving the default level file back to the previous filename) by Antoine Cellerier · 18 years ago
  2. 63c266e Now automatically patches gcc-3.4.6 when built on x86_64. (FS#6564) by Björn Stenberg · 18 years ago
  3. f91d06d Apply FS #6702: More Sokoban Improvements. by Antoine Cellerier · 18 years ago
  4. fcd3a49 attempt to fix -u by Daniel Stenberg · 18 years ago
  5. f8b5913 Make user-visible spelling "colours" rather than "colors". by Paul Louden · 18 years ago
  6. 06797c2 Add a sample.icons file, and add a few more files to the docs folder in the zips by Jonathan Gordon · 18 years ago
  7. c7f9ca4 Accept FS#7264 'Build with -Os switch for coldfire targets'. by Nils Wallménius · 18 years ago
  8. 5202742 Initial commit of Monkey's Audio (.ape/.mac) support. Note that Monkey's is an extremely CPU-intensive codec, and that the decoding speed is directly related to the compression level (-c1000, -c2000, -c3000, -c4000 or -c5000) used when encoding the file. Current performance is: -c1000 to -c3000 are realtime on a Gigabeat, -c1000 is realtime on Coldfire targets (H100, H300 and Cowon), and nothing is realtime on PortalPlayer targets (iPods, H10, Sansa). Hopefully this can be improved. More information at FS #7256. by Dave Chapman · 18 years ago
  9. e6efaf4 fix simulator builds for FreeBSD by Marcoen Hirschberg · 18 years ago
  10. f0d4fc6 Commit my patch from FS#7179 - a standalone command-line checkwps tool. To build, just type "make checkwps" in tools and run it with "checkwps wpsname.wps". by Dave Chapman · 18 years ago
  11. b2ecf1b only create the recpresets directory on recording targets. by Jonathan Gordon · 18 years ago
  12. 9adf056 this adds 2 options to the recording settings menu to let you save all the recording settings to a .cfg and view your saved presets. by Jonathan Gordon · 18 years ago
  13. 5c7e0d2 verify that a few required tools are present to prevent "odd" messages later by Daniel Stenberg · 18 years ago
  14. 18c348f remove leftover debug output by Daniel Stenberg · 18 years ago
  15. f22e6a5 FS#6652 fix attempt. Make the phrase id counting take the dest pattern into by Daniel Stenberg · 18 years ago
  16. 1d16efb Reverted my "xargs ls" thing since it broke the build in a way that I'm not by Daniel Stenberg · 18 years ago
  17. c30ee8b Fix this to better deal with non-existing file names entered in the SOURCES by Daniel Stenberg · 18 years ago
  18. cca0e3d FS#5472 add a memory size prompt to configure to allow ipod video builds for by Daniel Stenberg · 18 years ago
  19. 8a1fd8c Commit FS#6929 - Gigabeat bootloader improvements by Barry Wardell and myself. This build fixes the problems seen with the latest builds on the Gigabeat X. Added View IO Ports under the Debug menu for the Gigabeat. Make sure you grab the latest bootloader from the Wiki as the old bootloader will not work properly with new builds. by Karl Kurbjun · 18 years ago
  20. 48d90d3 1) make the mkinfo work with sizes even when make -j is used by Daniel Stenberg · 18 years ago
  21. 76cc6f7 provide CPU and Manufacturer as well, and moved around the makefile somewhat by Daniel Stenberg · 18 years ago
  22. 0a1d482 more info added to the output file, some comments added to the code by Daniel Stenberg · 18 years ago
  23. f080ff0 clean rockbox-info.txt as well by Daniel Stenberg · 18 years ago
  24. 10d11ff introducing rockbox-info.txt by Daniel Stenberg · 18 years ago
  25. f6209cc a little extra poke to get the sim to build by Daniel Stenberg · 18 years ago
  26. 77854b7 Removed the question for simulator type and skipped the check for sound by Daniel Stenberg · 18 years ago
  27. ef1109a refuse to continue if pwd contains space, since the rest of the script by Daniel Stenberg · 18 years ago
  28. 6ffbe38 move the iriver ifp7xx and other pnx0101 related files together in the target tree by Marcoen Hirschberg · 18 years ago
  29. f44f961 move the Gigabeat from gigabeat/meg-fx to s3c2440/gigabeat-fx to avoid problems with possible ports in the future: Gigabeat S/V (i.mx31 based) and Kenwood HD20GA7/HD20GA9 (s3c2440 based) by Marcoen Hirschberg · 18 years ago
  30. a9c1df4 * its name[rows][columns] you drongo! by Jonathan Gordon · 18 years ago
  31. bfa5577 copy+paste mistake by Jonathan Gordon · 18 years ago
  32. 6a5cc0b Customizable icons for all bitmap targets. (FS#7013) by Jonathan Gordon · 18 years ago
  33. ddf8300 Switch to mi4 format for Rockbox binary on H10 and Sansa. This means we now only have one binary format to deal with on this target. Users with bootloaders older than 20 March 2007 will have to update. Up to date ones are already on download.rockbox.org since that date. by Barry Wardell · 18 years ago
  34. abd103c Enable building WPSs and themes for charcell targets, and add an example WPS using special charcell progress and text alignment. by Jens Arnold · 18 years ago
  35. 5a69689 Replace obsolete generate_rocklatin tool with player_unifont tool. by Jens Arnold · 18 years ago
  36. 738c37c Player: Reduced the selectable codepages to those which can actually work, and made them work. by Jens Arnold · 18 years ago
  37. ad4e3d6 First step of charcell LCD code rework: * Make it fully unicode aware so that adding non-ISO8859-1 scripts becomes possible (limited by the LCD capabilities of course). * Make the API more similar to the bitmap LCD code's API. * Moved hardware dependent parts to target tree. * Simplified code. * Jumpscroll temporarily non-functional. by Jens Arnold · 18 years ago
  38. 176cd65 Fix red. by Barry Wardell · 18 years ago
  39. 149a7ba Make Gigabeat's scramble endian-safe. by Barry Wardell · 18 years ago
  40. 3bf7f29 Oops, shouldn't have committed this just yet. by Barry Wardell · 18 years ago
  41. 7cd559d Oops, the mi4 magic was being looked for in the wrong place when decrypting. Also decrease verbosity of PP bootloader a bit. by Barry Wardell · 18 years ago
  42. a1d0ad9 remove the debug output again by Daniel Stenberg · 18 years ago
  43. 70a3524 fix binary extension check by Daniel Stenberg · 18 years ago
  44. 101ec7e FS#6840 - Move rockbox.* inside .rockbox on targets that allow it. by Barry Wardell · 18 years ago
  45. 14ed3ca In preparation for use with sansapatcher, change portalplayer bootloaders to read firmwares in mi4 format. by Barry Wardell · 18 years ago
  46. 31d5aae pass the output from 'svn update' to this script, and it will say rebuild if by Daniel Stenberg · 18 years ago
  47. 84ff46a The mi4 CRC should start at 0x200, not 0x1c. by Barry Wardell · 18 years ago
  48. 5b51625 match target names more explicitly so that h10 won't match h100 etc by Daniel Stenberg · 18 years ago
  49. 7340c33 Add support for building only the plugins by running "make rocks" by Linus Nielsen Feltzing · 18 years ago
  50. 12df774 Add support for scramble to put a 4 character string indicating binary type and the 4 character model id at the end of the mi4 header. by Barry Wardell · 18 years ago
  51. b46f1ac fix warnings by Daniel Stenberg · 18 years ago
  52. 19bba74 simplified the code and now invokes gcc to figure out specific target specifics by Daniel Stenberg · 18 years ago
  53. 8daa916 Make rockboxdev.sh build ARM libgcc with support for thumb code interworking by Daniel Ankers · 18 years ago
  54. b4994a0 Added new iAudio M5 target, including some adjustments to make the bootloader compile (with a small change against the committed tools/tonfigure, and it won't actually work yet). by Jens Arnold · 18 years ago
  55. c4e1f9c fix player builds by Robert Kukla · 18 years ago
  56. ba366a0 - rename (D)evel Build to (A)dvanced Build by Robert Kukla · 18 years ago
  57. fab0184 Add support for iAudio M5 in the scramble tool by Linus Nielsen Feltzing · 18 years ago
  58. 94c0249 No need to download the huge gcc tarball, gcc-core will do fine for us. by Thom Johansen · 18 years ago
  59. 87865a5 Initial take at providing a Sansa e200R build target. Only the bootloader build by Daniel Stenberg · 18 years ago
  60. 3408049 support scrambling for the Sansa R models by Daniel Stenberg · 18 years ago
  61. a2ef94e Correct the usage for the -add option - add mn2g and change x5 to iax5 by Dave Chapman · 18 years ago
  62. b58e4e7 Use -ffunction-sections and -fdata-sections for all bootloaders by Linus Nielsen Feltzing · 18 years ago
  63. 3d2e5c6 Fixes for BSD. Thanks to Lutz Böhne. by Dominik Riebeling · 18 years ago
  64. 20a5926 build with -Wundef to make sure we have spelled the defines right in #if lines by Daniel Stenberg · 18 years ago
  65. 471d881 ARM targets: Making a few functions non-static allows us to get rid of -ffunction-sections, significantly decreasing binary size and making things run a bit faster because static functions are no longer long_call. by Jens Arnold · 18 years ago
  66. 9b9539c Make database endianess independent. by Miika Pekkarinen · 18 years ago
  67. 955afed Move ipodpatcher into rbutil directory by Dave Chapman · 18 years ago
  68. 6bd75aa Update version number to 0.8 ready for release. Also move the "Press ENTER to exit ipodpatcher" prompt to after the ipod_close() call. by Dave Chapman · 18 years ago
  69. 3e4613a The inevitable 'oops' commit. Add libspeex to the configure script. by Dan Everton · 18 years ago
  70. 4642430 Display some advice when no ipods are found in interactive mode by Dave Chapman · 18 years ago
  71. 79a1fb1 Move the command-line specific code into main.c, leaving the firmware manipulation code in ipodpatcher.c. No functional changes. by Dave Chapman · 18 years ago
  72. eca5222 Bugfix - the bootloader was being overwritten if the firmware partition needed to be rearranged to make space (i.e. the first time a bootloader is installed). Thanks to Paul Louden for helping to test and debug. by Dave Chapman · 18 years ago
  73. c76dfb3 Ooops, the default build mode should have been without the embedded bootloaders by Dave Chapman · 18 years ago
  74. bdc27ff Work-in-progress (i.e. not well tested) changes: Add the option to build ipodpatcher with the Rockbox bootloaders embedded (see the comments in the Makefile for build instructions). This gives a new --install option which will search for an ipod, and if exactly one is found, will install the embedded bootloader. Even easier is the new interactive mode - running ipodpatcher with no command-line options (e.g. double-clicking on ipodpatcher.exe in Windows) will cause ipodpatcher to search for an ipod, and if exactly one is found, ask the user if he/she wishes to install the bootloader. Thanks to Bryan Childs for sample code to deal with prompts. by Dave Chapman · 18 years ago
  75. dd50c86 Oops, we should close the devices during the scan by Dave Chapman · 18 years ago
  76. 1026c0f Make the [device] parameter optional. If none is specified, then ipodpatcher scans for an ipod, and if exactly one ipod is found, it uses that device. by Dave Chapman · 18 years ago
  77. 9d15361 Bump version to 0.7 for release by Dave Chapman · 18 years ago
  78. 6e641e8 Support for modifying the firmware partition on Macpods (useful for IPL users), along with the addition of a big warning when ipodpatcher detects a Macpod to say that Rockbox won't work on it. by Dave Chapman · 18 years ago
  79. e332f4c Update (C) date to 2007 by Dave Chapman · 18 years ago
  80. 7170a00 Enable building ipodpatcher (pure win32 binary) on cygwin with a simple 'make' by Jens Arnold · 18 years ago
  81. eee9798 Bump version to 0.6 ready for new release by Dave Chapman · 18 years ago
  82. c500b96 Fix compile error on BSD and Mac OS and remove a warning by Dave Chapman · 18 years ago
  83. 33e1515 Bugfix. ipodpatcher wasn't correctly deciding when to rearrange the contents of the firmware partition to make space for the bootloader. This bug was only hit when the amount of space required was less than 0x4400 bytes (17KB) - e.g. when upgrading an existing bootloader. by Dave Chapman · 18 years ago
  84. 31aa452 Mainly internal changes to create a struct ipod_t instead of passing lots of parameters to all the functions. Also adds (untested) 3G support, plus a --write-firmware-bin option (requested by IPL people to write a kernel directly to the firmware partition). by Dave Chapman · 18 years ago
  85. 1bb3d26 Minor bugfix - use O_TRUNC when reading the firmware partition. by Dave Chapman · 18 years ago
  86. dcbf5d4 don't use TOOLSDIR for svnversion.sh as it causes error messages when building the manual (because of some build system trickery used) by Dominik Riebeling · 18 years ago
  87. 8a9b426 try somewhat harder to find the actual svn rev by Daniel Stenberg · 18 years ago
  88. a239bb2 better lisp by Daniel Stenberg · 18 years ago
  89. ea37d4c Use the svn revision number for version information too, version string is now "r<revision>-<builddate> unless there is a static version file (e.g. created by tools/release). by Dominik Riebeling · 18 years ago
  90. 024537d Make RAW option explicitly little-endian and ensure that bmp2rb works the same on both little-endian and big-endian hosts. Fix bug with generating <= 8-bit raw output on big-endian hosts. Also remove TAB characters, C99 variable declarations and extremely long lines in the source. by Dave Chapman · 18 years ago
  91. f21122d Add swap bytes option by Greg White · 18 years ago
  92. 1ab8f32 Fix comment by Greg White · 18 years ago
  93. b3c66f5 Add raw file generation by Greg White · 18 years ago
  94. 020dbcd Remove sysfont.h when doing make clean. by Barry Wardell · 18 years ago
  95. 8d991e7 Fix build warnings and errors. by Barry Wardell · 18 years ago
  96. f4709d0 Make the build system create a sysfont.h which includes font information for the system font. Available #defines are: SYSFONT_NAME, SYSFONT_FACENAME, SYSFONT_WIDTH, SYSFONT_HEIGHT, SYSFONT_SIZE, SYSFONT_ASCENT, SYSFONT_DESCENT, SYSFONT_FIRST_CHAR, SYSFONT_LAST_CHAR, SYSFONT_DEFAULT_CHAR, SYSFONT_PROPORTIONAL, SYSFONT_COPYRIGHT, SYSFONT_BITS_SIZE. by Barry Wardell · 18 years ago
  97. d1e2ce2 allow find to follow symbolic links (mostly since the server is using that by Daniel Stenberg · 18 years ago
  98. 16c602f The version string used in builds for version timestamps is now UTC instead by Daniel Stenberg · 18 years ago
  99. d64e626 Start of work on a port to the Archos 'AV300' (AV320/340/380) - a working UI simulator (but with a dummy background image for now) and the beginnings of the target-specific firmare code. Port is temporarily using a 2bpp LCD buffer format - the AV300 has a 320x240 colour (YCbCr-based) LCD which will need a new framebuffer format and drawing routines, but the LCD is also capable of various paletted bitmap modes, one of which has an identical framebuffer format to the greyscale ipods. Buttons (and hence the button mappings) are identical to the Archos Recorder, with the exception that the PLAY button on the Recorder is replaced by pressing the joystick on the AV300 (which I call BUTTON_SELECT). The initial port will begin by being strictly HWCODEC, but will evolve to be a hybrid SWCODEC/HWCODEC platform - it has a MAS3587F but also a main CPU (54MHz arm7tdmi plus DSP) capable of software decoding of at least some formats. by Dave Chapman · 18 years ago
  100. 355be50 Setup LCD ourselves; move LCD buffer and TTB to free up 1.7MB of memory by Greg White · 18 years ago