aboutsummaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
...
* Update audio play demo to play in a loop (easier for testing)inmarket2014-03-301-6/+12
|
* Final updates to GADC recording after fixing bugs in the ChibiOS AT91SAM7X ↵inmarket2014-03-243-5/+5
| | | | ADC driver
* Bug fixes and comments in audio recording demoinmarket2014-03-242-6/+11
|
* Update GADCinmarket2014-03-241-4/+13
|
* Updates to GADC to use new simpler gfx queued bufferring.inmarket2014-03-204-26/+17
| | | | NOTE: code is still buggy (or the one and only driver is buggy).
* Move queued buffer code from gaudio into gqueueinmarket2014-03-203-5/+5
|
* Cause the gaudio/gadc driver (currently broken) to include the GADC ↵inmarket2014-03-201-1/+0
| | | | framework if it is included in the make.
* Combine GAUDIN and GAUDOUT into a single GAUDIO module.inmarket2014-03-1112-104/+119
| | | | | | Simplify GAUDIN (now GAUDIO RECORD) api. Update audio demo's to match. Port Win32 driver to new audio api.
* First GAUDOUT working demo.inmarket2014-03-066-0/+2116
|
* Fix incorrect additon of GFX flag on audio in oscilloscope demoinmarket2014-03-061-1/+0
|
* Move gaudin oscilloscope demo to a new directoryinmarket2014-03-066-1/+2
|
* Update console demo to test more console features.inmarket2014-03-052-7/+19
|
* Add support for ANSI like escape sequences to control display color and ↵inmarket2014-03-042-3/+4
| | | | | | attributes in a GWIN console. Updated the console demo to demonstrate this.
* Fix doom demo to prevent ARM compilers throwing away part of the WAD file.inmarket2014-02-191-8195/+1
|
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-192-2/+2
|
* Demo updates to fix compile issues.inmarket2014-02-198-9/+12
|
* Remove replaced doom demo makefileinmarket2014-02-191-64/+0
|
* Add demo makefiles and update example master makefiles to match.inmarket2014-02-1927-0/+145
|
* Updates to demo to work on ChibiOS and to test orientation.inmarket2014-02-162-1/+16
|
* On ARM gcc compiler it appears that non-referenced character arrays are ↵inmarket2014-02-153-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.
* Update image demo's to use GFILE ROMFS.inmarket2014-02-0713-46/+116
|
* Update demo's with images in theminmarket2014-02-076-8/+15
|
* Listbox demo: Change default font to UI2, fix the gfxconf defines, remove ↵inmarket2014-02-032-134/+5
| | | | surpurflous defines
* removing casts of gfxAlloc() return value as that is the whole idea behind ↵Joel Bodenmann2014-02-022-4/+4
| | | | having a void pointer
* list demo & docJoel Bodenmann2014-02-012-65/+263
|
* Updates to console history. This now works well.inmarket2014-01-171-1/+4
|
* Break huge wad structure up for easier compiling.inmarket2013-12-291-1/+8195
|
* Bug in I_sprintf in doom demoinmarket2013-12-251-0/+1
|
* Fixes to DOOM demo to remove some operating system dependancies.inmarket2013-12-2432-397/+612
| | | | | Also now has working input (although not perfect) - Needs mouse or touch. Also now supports screen size doubling when the screen is significantly larger than doom's screen.
* demo - DOOM the game.inmarket2013-12-24131-0/+316607
| | | | | Runs but not quite functional yet (requires user input to be completed). Shareware WAD file. Please read README.txt and DOOMLIC.txt
* Update GAUDIN and GADC demos to new internal GWIN structures.inmarket2013-12-225-19/+29
| | | | Also add support for signed sample formats.
* Replace NULL's with 0 as NULL is not defined by the Raw32 GOS.inmarket2013-12-2110-48/+48
|
* Removed TDISP moduleJoel Bodenmann2013-12-1110-1907/+0
|
* Added progressbar widget (demos still to do)Joel Bodenmann2013-12-012-0/+130
|
* Move touch driver test to tools.inmarket2013-11-232-396/+0
| | | | Also replace gwin buttons as they comptete with the test for touch events
* Comment fixinmarket2013-11-231-1/+1
|
* Remove orientation changes in demos because this is now handled by using ↵inmarket2013-11-162-7/+0
| | | | GDISP_DEFAULT_ORIENTATION.
* Add support for a default application orientation.inmarket2013-11-092-2/+2
| | | | Also remove old unneeded GDISP_USE_CUSTOM_BOARD macro
* Fix incorrect naming of GMISC_INVSQRT_... macros.inmarket2013-11-092-4/+4
|
* Make the hardware depedant options clearer for the widgets demoinmarket2013-10-291-1/+5
|
* Fix spelling error and migrate demo gfxconf.h changes to all demos including ↵inmarket2013-10-2830-313/+114
| | | | the new streaming and multiple display demos
* Remove 3rd party boing demo as it is replaced by the new hardware ↵inmarket2013-10-282-150/+0
| | | | independant GDISP streaming demo.
* uncommented GOS selection in GDISP and GWIN demosJoel Bodenmann2013-10-2815-75/+75
|
* updated GDISP and GWIN demosJoel Bodenmann2013-10-2849-792/+441
|
* fixed orientation stuff in widgets demoJoel Bodenmann2013-10-261-4/+4
|
* Add initial orientation to the widgets demo.inmarket2013-10-241-0/+4
|
* GMISC invsqrt() function.inmarket2013-10-242-13/+29
| | | | | | | Fix a 64bit processor bug. Add support for processors where the floating point and integer endianness don't match. Add support for processors with a non-standard floating point format. Update gdisp_streaming demo with extra comments to reflect the above changes.
* Update graph demo so it compiles multi-os direct from a makefileinmarket2013-10-221-3/+3
|
* Fix missing case in gdispStreamStop().inmarket2013-10-212-0/+4
| | | | | Add support for controllers that need flushing. Add both automatic and manual flushing (via the gdispFlush() method)
* Multiple controller support can now auto-detect hardware capabilities at ↵inmarket2013-10-161-13/+26
| | | | | | | run-time. Specific hardware support can still be turned off or on via macros in gfxconf.h to improve efficiency. Multiple Display demo updated to match.