Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | whitespaces | Joel Bodenmann | 2014-03-04 | 1 | -3/+3 |
| | |||||
* | Add support for ANSI like escape sequences to control display color and ↵ | inmarket | 2014-03-04 | 6 | -10/+199 |
| | | | | | | attributes in a GWIN console. Updated the console demo to demonstrate this. | ||||
* | Updates to GAUDOUT to allow specification of the sample format. | inmarket | 2014-03-03 | 4 | -13/+22 |
| | | | | Fix threading issues. | ||||
* | Add I class rouitines to GQUEUE | inmarket | 2014-03-03 | 2 | -56/+106 |
| | |||||
* | Update linux binary for file2c to match source change | inmarket | 2014-02-27 | 1 | -0/+0 |
| | |||||
* | First GAUDOUT work. Still incomplete but compiling. | inmarket | 2014-02-27 | 24 | -81/+707 |
| | | | | Also moved drivers/gaudin to drivers/audio as most audio codecs support input and output in a single device. | ||||
* | file2c did not save the -d flag in the output header comment properly. | inmarket | 2014-02-27 | 2 | -1/+1 |
| | |||||
* | Compiler warning fix | inmarket | 2014-02-19 | 1 | -0/+2 |
| | |||||
* | A couple of include paths need fixing | inmarket | 2014-02-19 | 2 | -2/+2 |
| | |||||
* | Fix doom demo to prevent ARM compilers throwing away part of the WAD file. | inmarket | 2014-02-19 | 1 | -8195/+1 |
| | |||||
* | Integrate the include files with each module. Simplifies structure of code. | inmarket | 2014-02-19 | 135 | -696/+931 |
| | |||||
* | Spelling mistake compile error | inmarket | 2014-02-19 | 1 | -1/+1 |
| | |||||
* | Remove superfluous driver file | inmarket | 2014-02-19 | 1 | -606/+0 |
| | |||||
* | Demo updates to fix compile issues. | inmarket | 2014-02-19 | 8 | -9/+12 |
| | |||||
* | Remove replaced doom demo makefile | inmarket | 2014-02-19 | 1 | -64/+0 |
| | |||||
* | Add demo makefiles and update example master makefiles to match. | inmarket | 2014-02-19 | 31 | -9/+165 |
| | |||||
* | Allow touch calibration to occur in any screen orientation (through the use ↵ | inmarket | 2014-02-17 | 1 | -91/+145 |
| | | | | of the GDISP_DEFAULT_ORIENTATION define). | ||||
* | Updates to demo to work on ChibiOS and to test orientation. | inmarket | 2014-02-16 | 2 | -1/+16 |
| | |||||
* | Driver fix | inmarket | 2014-02-16 | 1 | -1/+1 |
| | |||||
* | On ARM gcc compiler it appears that non-referenced character arrays are ↵ | inmarket | 2014-02-15 | 3 | -37/+3 |
| | | | | | | | "optimised" out (but not on x86). This conflicts with the -b parameter in the file2c tool and leads to corrupted images on ARM platforms. For now just remove the parameter when generating ROMFS files for an ARM platform. | ||||
* | Fix naming of a parameter | inmarket | 2014-02-15 | 1 | -2/+2 |
| | |||||
* | doc | Joel Bodenmann | 2014-02-09 | 1 | -2/+2 |
| | |||||
* | Merge branch 'gfile' | Joel Bodenmann | 2014-02-09 | 38 | -514/+2181 |
|\ | |||||
| * | Update linux file2c binary. | inmarket | 2014-02-07 | 1 | -0/+0 |
| | | |||||
| * | Update image demo's to use GFILE ROMFS. | inmarket | 2014-02-07 | 13 | -46/+116 |
| | | |||||
| * | Bug fixes to GFILE. | inmarket | 2014-02-07 | 4 | -19/+31 |
| | | |||||
| * | Merge branch 'master' into gfile | inmarket | 2014-02-07 | 1 | -9/+9 |
| |\ | |||||
| * | | Update demo's with images in them | inmarket | 2014-02-07 | 6 | -8/+15 |
| | | | |||||
| * | | Update gwin Images to properly use new GFILE based images | inmarket | 2014-02-07 | 2 | -75/+33 |
| | | | |||||
| * | | Update GDISP image code to fully use new GFILE's | inmarket | 2014-02-07 | 5 | -284/+227 |
| | | | |||||
| * | | Updates to GFILE code | inmarket | 2014-02-07 | 7 | -85/+90 |
| | | | |||||
| * | | Typo in Win32 GOS | inmarket | 2014-02-07 | 1 | -2/+2 |
| | | | |||||
| * | | Removing compiler warnings from new list code | inmarket | 2014-02-07 | 1 | -2/+2 |
| | | | |||||
| * | | Start changing GDISP images to use a simpler API based on GFILE's. | inmarket | 2014-02-07 | 2 | -227/+188 |
| | | | |||||
| * | | Integrate gfile build files | inmarket | 2014-02-07 | 4 | -4/+47 |
| | | | |||||
| * | | Add support for GFILEs based on BaseFileStreams and Memory Pointers | inmarket | 2014-02-07 | 5 | -17/+194 |
| | | | |||||
| * | | Add linux binary for the updated file2c tool. | inmarket | 2014-02-05 | 1 | -0/+0 |
| | | | |||||
| * | | Update file2c tool to enable creation of directory entries for the ROM file ↵ | inmarket | 2014-02-05 | 5 | -39/+77 |
| | | | | | | | | | | | | system. | ||||
| * | | More gFile stuff | inmarket | 2014-02-03 | 2 | -44/+264 |
| | | | |||||
| * | | Merge branch 'master' into gfile | inmarket | 2014-02-03 | 6 | -139/+40 |
| |\ \ | |||||
| * | | | added _gfileDeinit() dummy | Joel Bodenmann | 2014-02-02 | 1 | -4/+7 |
| | | | | |||||
| * | | | Merge branch 'master' into gfile | Joel Bodenmann | 2014-02-02 | 20 | -38/+224 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' into gfile | Joel Bodenmann | 2014-02-02 | 9 | -11/+11 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into gfile | Joel Bodenmann | 2014-02-02 | 7 | -124/+412 |
| |\ \ \ \ \ | |||||
| * | | | | | | More GFile code | inmarket | 2014-01-29 | 5 | -126/+533 |
| | | | | | | | |||||
| * | | | | | | More code for GFile | inmarket | 2014-01-24 | 4 | -37/+127 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'master' into gfile | inmarket | 2014-01-17 | 7 | -120/+316 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Increase size of gwin flags to 32 bits. | inmarket | 2014-01-09 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | Merge branch 'master' into gfile | inmarket | 2014-01-09 | 4 | -197/+91 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Start of GFILE module | inmarket | 2014-01-05 | 8 | -0/+733 |
| | | | | | | | | |