summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* regtoools: Enhance rk27xx description fileMarcin Bukat2014-09-18
| | | | Change-Id: If37551757188d98bcb27f7f469c11cf89bf64f62
* Remove long-obsolete note about different 32MB/64MB ipod video builds.Frank Gevaerts2014-09-16
| | | | | | Thanks to Arthur Ferral for reporting (FS#12999) Change-Id: Ia399fa7f02d3a5d5304f28a0b3d5a4ea637841ae
* regtools/soc_desc: fix libxml2 misinitAmaury Pouly2014-09-16
| | | | | | | | | | The code did not call xmlInitParser() and would call xmlCleanupParser() each time which is doubly wrong because 1) it's not init 2) all init/cleanup must be done from the main thread. To ensure 2), call it from a static ctor. Change-Id: I3d191bf3b8c0cfc51da78157e88c786636fd3ebf Reviewed-on: http://gerrit.rockbox.org/966 Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
* Fix path_trim_whitespace() sign extension.Michael Sevakis2014-09-15
| | | | | | | | | | It should have been implemented as interpreting chars as unsigned so that code points >= 0x80 would not get sign-extended and seen as negative values. Fixes FS#12995 - path_trim_whitespace() assumes unsigned char Change-Id: I514e369681e00151588585311a0b6c66b9b5200c
* rk27xx: Fill UDC block description in regs-rk27xx.xmlMarcin Bukat2014-09-15
| | | | Change-Id: Ia44169bda8f1558c1cbd4c8c0d2d3aaee262c991
* Disable periodic table plugin until all the compilation issues are sorted out.Michael Giacomelli2014-09-15
| | | | Change-Id: Idb93aa9b5ad57ae1d5671ba5f17d0af0f2d201c7
* hopefully fix the warningsFranklin Wei2014-09-15
| | | | | | Change-Id: Id822234afc8906bb7c023810e902e604451ddfda Reviewed-on: http://gerrit.rockbox.org/963 Reviewed-by: Michael Giacomelli <giac2000@hotmail.com>
* ifdef out lcd_set_bg callFranklin Wei2014-09-15
| | | | | | Change-Id: I78112f8099c09cc0993357e0f58a567c43381a50 Reviewed-on: http://gerrit.rockbox.org/962 Reviewed-by: Michael Giacomelli <giac2000@hotmail.com>
* Fix building on clipFranklin Wei2014-09-15
| | | | | | Change-Id: I4218cc9d45b144bfc3e58a44ef532d001d02e9ec Reviewed-on: http://gerrit.rockbox.org/961 Reviewed-by: Michael Giacomelli <giac2000@hotmail.com>
* FS#9583 - periodic tableFranklin Wei2014-09-15
| | | | | | | | | | | | | | | | | - original rockbox port: Yifu Huang - original work: Jonathan Bettencourt - modifications made: - PLA-fied - Add element 117 (ununseptium) - Implemented up/down - Fixed actinide/lanthanide navigation so that they are between scandium and titanium - Added manual entry - Fixed FG/BG colors Change-Id: Ibabfb0d28f794689ffcd8b9c360fb969d118de08 Reviewed-on: http://gerrit.rockbox.org/950 Reviewed-by: Michael Giacomelli <giac2000@hotmail.com>
* Superdom: Silence warning.Michael Giacomelli2014-09-14
| | | | Change-Id: Idec8c1a9defb19ebd753c2609b5d4207581c9248
* Superdom: rewrote help textFranklin Wei2014-09-14
| | | | | | Change-Id: I54d5ee920b03f24faee5a6bf53ca56b27bbdc6c8 Reviewed-on: http://gerrit.rockbox.org/945 Reviewed-by: Michael Giacomelli <giac2000@hotmail.com>
* Superdom: some AI improvements and other minor changesFranklin Wei2014-09-14
| | | | | | Change-Id: Ia2756a7263ec09b78714273af0f604fc9cdb50eb Reviewed-on: http://gerrit.rockbox.org/944 Reviewed-by: Michael Giacomelli <giac2000@hotmail.com>
* Superdom: added option for persistent unitsFranklin Wei2014-09-14
| | | | | | Change-Id: I4c28f3c567ed435ba7aee36c8b54c76fc75e12aa Reviewed-on: http://gerrit.rockbox.org/943 Reviewed-by: Michael Giacomelli <giac2000@hotmail.com>
* [WIP] Superdom: AI can now use nukesFranklin Wei2014-09-14
| | | | | | Change-Id: Iff5093b0edb4c065096d41c36d33bb2126063cf6 Reviewed-on: http://gerrit.rockbox.org/942 Reviewed-by: Michael Giacomelli <giac2000@hotmail.com>
* [WIP] Superdom: game improvementsFranklin Wei2014-09-14
| | | | | | | | | | | | - macro-ify board dimensions, surrender thresholds - make AI skill level adjustable - let AI buy nukes in hard mode (still can't use them yet) - make nukes persistent (stay after an invasion) - make AI treat nukes with priority Change-Id: I1add6250766810787080624bd9e36026df449509 Reviewed-on: http://gerrit.rockbox.org/940 Reviewed-by: Michael Giacomelli <giac2000@hotmail.com>
* Superdom: code cleanupFranklin Wei2014-09-14
| | | | | | Change-Id: I3285238cfc098546307862f7d2e51e3b8e456a98 Reviewed-on: http://gerrit.rockbox.org/931 Reviewed-by: Michael Giacomelli <giac2000@hotmail.com>
* Superdom: whitespace cleanupFranklin Wei2014-09-14
| | | | | | Change-Id: Iab7aa68c4ed34809e1e9200cba9ee5bc0a09be8e Reviewed-on: http://gerrit.rockbox.org/930 Reviewed-by: Michael Giacomelli <giac2000@hotmail.com>
* Rockbox Manual - Gigabeat FX and Fuze+ Touchpad Config AppendixBenjamin Brown2014-09-11
| | | | | | | | | | Added to config_file_options.tex, sections for gigbeat and fuze+ sensitivity settings, also fuze+ touchpad deadzone setting. Change-Id: I9bba52ca0ca5525e6a6fb337f6940d11571ee06a Reviewed-on: http://gerrit.rockbox.org/954 Tested: Benjamin Brown <foolshperson@gmail.com> Reviewed-by: Frank Gevaerts <frank@gevaerts.be>
* hwstub: small fixup in rk27xx usb driverMarcin Bukat2014-09-11
| | | | Change-Id: Ibf3b91af11041834ce650f663b213bac0113f721
* Manual: add images for 128x96x16 resolution (YH-820).Szymon Dziok2014-09-09
| | | | Change-Id: If9a9c5eb733f61eddfe94a193db6d195c099d599
* Fix typo in fuze+ deadzone manual entryBenjamin Brown2014-09-08
| | | | | | Change-Id: I789a839941fa765e27fc91abcd5b395ab2df1316 Reviewed-on: http://gerrit.rockbox.org/952 Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
* Manual: Delete another three duplicated and unused files. Fix one filename.Szymon Dziok2014-09-08
| | | | Change-Id: Ice3ecc9db6202e3eb6dca23a156b7d9344b6973d
* Manual: delete unnecessary image.Szymon Dziok2014-09-08
| | | | | | The same file is under group of images called "ss-mandelbrot". Change-Id: I00fd11417c64e7778a5873986c5df5e9c813bbeb
* Correct some file permissions.Szymon Dziok2014-09-08
| | | | Change-Id: I4a092a19d6a9c66dfeb2777c9655aa4b19d11e16
* Correction of the Sliding puzzle on Samsung YH-820.Szymon Dziok2014-09-08
| | | | Change-Id: Iceef613d8f99da75c7861e0ca472bc67e94a51f9
* Bubbles: make it work on Samsung YH-820 and align it on the occasion on ↵Szymon Dziok2014-09-08
| | | | | | Cowon M3. Change-Id: I8d679ccba7f618cee78445b76452c368b00d2b60
* Add touchpad deadzone entry in Rockbox manualBenjamin Brown2014-09-08
| | | | | | Change-Id: I227ba30628343db15e46e0250ba62e024d5b7ba1 Reviewed-on: http://gerrit.rockbox.org/939 Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
* Fuze+: add a configurable deadzone area for touchpad buttonsAmaury Pouly2014-09-08
| | | | | | | | | | | | | | | | | | To stop erroneous button presses, allow users to add a deadzone between the button via the Settings > General > System menu > Touch Dead Zone. The configuration was chosen this way: the touchpad has the same DPI in both direction so the setting applies the same on both the X and Y axis. The setting ranges from 0 to 100 and is internally multiplied by 2 giving a maximum deadzone of 2*100 = 200 around each button, which account for 400 total (once around each button), effectively reducing each virtual button from 1000x600 to 600x200 when using the maximum value. Change-Id: I8683c63d2950200eb32d1dda0a00bbd92d83d5be Reviewed-on: http://gerrit.rockbox.org/677 Reviewed-by: Benjamin Brown <foolshperson@gmail.com> Tested: Benjamin Brown <foolshperson@gmail.com> Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
* hwstub: add support for jump/call in libraryAmaury Pouly2014-09-08
| | | | Change-Id: Ia57ca613609a5e89e41ff927d7fc137c6841046a
* hwstub: implement jump/call in stubAmaury Pouly2014-09-08
| | | | Change-Id: I876fa012c5ae1509e57f5816a8ed31dc69d62ca0
* hwstub: trivial changesAmaury Pouly2014-09-08
| | | | Change-Id: Iacb1721db1ae59d5f359d244fd68234915e611cf
* sbtools: add option to ignore sha1 errorsAmaury Pouly2014-09-07
| | | | Change-Id: I6bf9e4671e57f8ff3f436660e8ecb561027a036c
* hwstub: fix compile issueAmaury Pouly2014-09-07
| | | | Change-Id: I939c05d3c1319b122fe64bff0f0ea300ecbd1180
* qeditor: add soc panel, to display soc informationAmaury Pouly2014-09-07
| | | | Change-Id: Ie442b82d96fb150c7466f1a274240f9b111fd91e
* qeditor: use hwstub library function to identify devicesAmaury Pouly2014-09-07
| | | | | | The new protocol is interface based, so matching PID:VID is not sufficient Change-Id: I27983a9c3b7db01b8e63b41e885f86d09c362f60
* hwstub: library now check version on openAmaury Pouly2014-09-07
| | | | Change-Id: I672a882ad06780da93c1d811af2b28ff60d07469
* hwstub: add string versionAmaury Pouly2014-09-07
| | | | Change-Id: I919c27eb7ea69fdac7b3a65785a5a6eb3723a80e
* hwstub_shell: add support for set/clr/tog without SCT using read and writeAmaury Pouly2014-09-07
| | | | Change-Id: Ib0a5123e5cc51ee193ef761c36af63467740c670
* hwstub: fix missing \nAmaury Pouly2014-09-07
| | | | Change-Id: I077a38d8a8905b7ad686d0d00b2a8a48bd206ade
* hwstub: fix horrible bugAmaury Pouly2014-09-07
| | | | Change-Id: I8042f692045a23dbb545d840e5169ce4b99fe5d2
* hwstub: don't put revision in the protocol, it's specific to the implementationAmaury Pouly2014-09-07
| | | | Change-Id: I1311a22da41fe977f1613f1e313a864baa03027c
* hwstub: fix library to actually work and compile, still miss some functionsAmaury Pouly2014-09-07
| | | | Change-Id: I968dafb4dca7d674165a43e3a435762fe38ed37f
* hwstub: remove protocol to make it use its own interfaceAmaury Pouly2014-09-07
| | | | | | This way, hwstub can be implemented along with other usb features/interfaces. Change-Id: I7148cab845049cc0a8b8e740fa0d52d3a385eaed
* sbtools: use default transfer size if it cannot be probedAmaury Pouly2014-09-07
| | | | | | | | A older commit removed this ability but it tends to be a problem since the HID driver can prevent probing of transfer size which then needs to be entered by hand on the command line. Change-Id: Ie5a556ffdcc2adec0e1c984810983e19136b6473
* optimize WSPLL work for iriver h100 and h300 seriesDmitry Gamza2014-09-05
| | | | | | | | | | For Iriver h100 & h300 series we don't need always use WSPLL, because in most cases WSPLL clock and SYSCLK has the same value, and we have additional WSPLL errors to the output clock. Now that is fixed. Change-Id: I04aebee659c57c45dc8603e409b9db42bdde534a Reviewed-on: http://gerrit.rockbox.org/434 Reviewed-by: Marcin Bukat <marcin.bukat@gmail.com>
* Updated pictures of the YH's for the manual.Szymon Dziok2014-09-04
| | | | | | SVG changes: fixed some quirks in Samsung logo, aligned text, cleanup. Change-Id: I29e43e68782b5d7b325d16e15e02c79a131349c6
* hwpatcher: add generic RKW file patching scriptMarcin Bukat2014-09-02
| | | | | | | | This script is handy hacking tool to patch RKW file with arbitrary binary and put jump into implanted code. It also shows how to use hwstub crc routine. Change-Id: I89b5086dc1ddaca3dbc03df26a85472d8a20d51e
* Clean up a bit and get switch statement out of loop in walk_path()Michael Sevakis2014-09-02
| | | | | | | | It's nicer to look at and it obfuscated a bug where it should have exited the loop instead of the case (you probably wouldn't observe the effect very often). Change-Id: I33f3c72c8bb7e11b9d418f66cf84efc3082a37b4
* Fix a small late creep-in goof in path parsing on native targetsMichael Sevakis2014-09-01
| | | | | | | | Anything of one dot and one character (e.g. ".a") would get treated as "." because I left out a condition when converting to recursionless parsing of relative components. Git 'er fixed up. Change-Id: Id5603ce0858b419dc08b1d496b4b187a573595f9