* enabled default param save in scripts again, as it *might* have been fixed by reyalp by his previous checkins* changed spanish lang file* aligned memory info better in german & english lang file* moved "make bootable" from debug menu to misc menu, as imo it makes more sense there* also moved "swap partition" from debug menu to misc (left CREATE partiton in debug though)* also moved "reset options" from main menu to misc menu* fixed motion detection bug in the s5is : 0000070: motion detector has defect on S5 IS - CHDK Bugtracker however i dont know if it was a firmware version dependent issue. now motiondetection has lost the "super fast" behaviour if i'm not mistaken. workaround?+ added 2 example scripts by msl: Lua script - enhanced tv mode for all cams & Lua script for text input - great job!* added #defs for a few things in camera.h. probably not the right place, can be moved somewhere else i guess #define ZOOM_OVERRIDE 0 // Shall zoom-override be used? default 0 becoz not implemented right now #define BOOTLOGO 2 // 0 = no bootdelay at all,1 = version info, 2 = image + version info if set to 1 or 2, one can still disable it in the menu #define CURVES 1 // the curves feature #define TEXTREADER 1 // the text reader #define CALENDAR 1 #define DEBUGGING 1 // well: the debugging stuff, should not be disabled in the autobuild imho (maybe just hidden via a menu option) #define GAMES 1 // not done yet #define UBASIC 1 // Shall ubasic be compiled into build? not done yet #define LUA 1 // Shall lua support be compiled into build? not done yet #define SYMBOLS 1 // the symbols / not done yet #define LANGUAGEINTERFACE 1 // for people who won't use lang files at all / not done yerhint: these #defs maybe can be used by the chdk shell?talk: i guess undeffing some stuff is not enough, as for example curves.c still gets compiled. is this an issue?talk: originally i wanted to add a new submenu to misc "advanced menus", in this submenu you could enable/disable the curves menu, debug menu & remote parameters menu (simplifies the menu, most people dont use these, so it should be defaulted to OFF) - BUT i failed in dynamically changing the menu, maybe someone else has an idea how to implement 0000041: beginner or advanced user mode - CHDK Bugtracker
STMFD SP!, {R0-R12,LR}
* updated spanish lang file - 0000084: New Version of Spanish.lng - CHDK Bugtracker* added & updated fonts - 0000085: RBF Fonts Win1252 for Spanish Language - CHDK Bugtracker (note: there are a lot of fonts now, maybe we need to discuss and vote if need them all, also licenses need to be checked)* small bugfix, "Show Screne luminance" Does not get computed when enabled alone, see 0000082: "Show Screne luminance" Does not get computed when enabled alone - CHDK Bugtracker* changed menu structure (moved debug menu to misc menu, switched some entries in the main menu - now imo most used features are on the top, comments welcome!)+ added feature: in bracketing mode you now have the option to add a suffix to the raw filename, so that later you can easily identifiy the raws that were created during bracketing. it is disabled at default, and can be enabled in the bracketing submenu (or should it be moved to the raw submenu?). idea & patch by rr807 in the german forum, see CHDK-Forum :: Thema anzeigen - Suche Mitstreiter, die das CHDK verbessern/erweitern wollen & 0000086: renaming of raws & jpgs in bracketing mode - CHDK Bugtracker. btw if you enable this, it is likely that your raw files cant be seen by the PC anymore when you connect your cam via usb cable to it, so use your cardreader (also note that dng4-ps will not find the corresponding jpgs!)+ added compiler info to buildinfo (changed all lang files accordingly). shows the compiler version - found in PlasmaHHs diff @ http://plasmahh.projectiwear.org/chdk.html (rest will follow soon, need PlasmaHHs help though)+ added option to show temperature in fahrenheit (up to now it was coupled with time format) [url]http://chdk.kernreaktor.org/mantis/view.php?id=34[/url%]