summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2004-09-06rombox support: building and zipDaniel Stenberg3-1/+29
2004-08-27Fixed new font format: necessity of offset table generation, output of fonts ...Jens Arnold1-1/+12
2004-08-26removed the now broken out-of-sequence check for rotated operationJörg Hohensohn1-5/+0
2004-08-26New font format (already rotated) saves code, space and time. On the downside...Jörg Hohensohn1-24/+151
2004-08-24Make the buildzip script able to build zips even when not run in a dirDaniel Stenberg2-18/+27
2004-08-24oops, forgot to remove my debug printsDaniel Stenberg1-2/+0
2004-08-24exclude fonts from the zip file that are larger than the maximum size we canDaniel Stenberg1-0/+26
2004-08-24remove zip on cleanDaniel Stenberg1-0/+1
2004-07-14New plugin, snake2, by Mat Holton (Patch #838045)Linus Nielsen Feltzing1-0/+1
2004-07-13Now the viewers.config concept works for players as wellLinus Nielsen Feltzing1-11/+17
2004-06-14'make install' for a simulator now installs a full rockbox setup in theDaniel Stenberg1-2/+10
2004-06-14support building a zip file for the simulatorDaniel Stenberg1-7/+24
2004-06-03binlang and genlang couldn't handle deprecated stringsLinus Nielsen Feltzing2-3/+5
2004-05-26* removed some more unused stuff in the simulator makefileDaniel Stenberg1-10/+7
2004-05-26Simplied the directory usage. This script now checks for (or asks if itDaniel Stenberg1-98/+34
2004-05-24Added buildzip.plLinus Nielsen Feltzing1-0/+1
2004-05-21Spelling errorLinus Nielsen Feltzing1-1/+1
2004-05-21Set up default viewers.configBjörn Stenberg1-0/+12
2004-05-21remove rockbox.zip on make cleanDaniel Stenberg1-0/+1
2004-05-21provide a zip target on target buildsDaniel Stenberg1-0/+3
2004-05-21build a Rockbox zip file suitable for installDaniel Stenberg1-0/+112
2004-05-21tool we use on the web site to produce an image of a fontDaniel Stenberg1-0/+821
2004-05-11Added an inlined help text after failing to use it correctly (although I wroteKjell Ericson1-0/+8
2004-04-21Now correctly generates language files, ignoring voice entriesLinus Nielsen Feltzing1-14/+19
2004-04-13Reverted my brainless const'ing of the font dataLinus Nielsen Feltzing1-12/+6
2004-04-11Structures should not be const for simulator buildsHardeep Sidhu1-4/+10
2004-04-09Killed a few warningsLinus Nielsen Feltzing1-2/+2
2004-04-06Moved the system font from .data to .rodataLinus Nielsen Feltzing1-4/+4
2004-04-05The binlang script is now updated for the new string table formatLinus Nielsen Feltzing1-0/+6
2004-04-03Changed concept for voice IDs: the voice-only IDs now are in a separate range...Jörg Hohensohn1-3/+20
2004-03-30When synching a lang file with the most recent english translation, weDaniel Stenberg1-2/+10
2004-03-17Multimedia scrambling was wrong: Checksum is for xor:ed dataBjörn Stenberg1-4/+4
2004-01-26Brian Foley fixed a flaw that made this code segfault on bigendian systemsDaniel Stenberg1-2/+5
2004-01-23Henrik Backe's english language file cleanup. This ups the language fileDaniel Stenberg1-1/+1
2004-01-08Added multimedia support (but no compression)Björn Stenberg1-50/+115
2004-01-08Added support for multimedia .ajz filesBjörn Stenberg1-10/+95
2003-12-17Removed mkneofile from TARGETSHardeep Sidhu1-1/+1
2003-12-12Removed mkneofileBjörn Stenberg1-2/+0
2003-12-12removed the neo-specific scramble-tool and made it an option to scrambleDaniel Stenberg2-143/+57
2003-12-12Added the 'mkneofile' tool that is used instead of scramble when making theDaniel Stenberg2-1/+115
2003-12-12Allow building two Neo targets...Daniel Stenberg1-1/+17
2003-11-26Removed the prompting for demos and games. They're plugins now anyway.Daniel Stenberg1-36/+3
2003-11-19recorder v2 support addedDaniel Stenberg1-0/+8
2003-10-27Updated the scramble/descramble for the V2 recorderLinus Nielsen Feltzing2-5/+14
2003-09-22Removed -s compile flagBjörn Stenberg1-1/+1
2003-05-21Magnus Holmgren's patch #708098 that makes bmp2rb insensitive to endianessDaniel Stenberg1-19/+20
2003-05-08allow any whitespace after the ending quoteDaniel Stenberg1-1/+1
2003-04-29Anchor the regexes better, some of them caused problems with perl 5.8.Daniel Stenberg2-7/+7
2003-04-25Don't pass in TOOLSDIR to the simulator Makefile until we've made the pathDaniel Stenberg1-0/+2
2003-04-22made the script detect the toolsdir and pass that on to the sub-makefilesDaniel Stenberg1-2/+40