summaryrefslogtreecommitdiff
path: root/apps/graphics
Commit message (Expand)AuthorAgeFilesLines
* Add fourth of several ray cast/rendering filesGregory Nutt2014-12-057-28/+1453
* Add third of several ray cast/rendering filesGregory Nutt2014-12-058-38/+900
* Add some global data declarations. Fix modes on some files marked as executableGregory Nutt2014-12-058-4/+134
* Add second of several ray cast/rendering filesGregory Nutt2014-12-055-11/+651
* Add trigonometric lookup tablesGregory Nutt2014-12-053-7/+1359
* Add first of several ray cast/rendering filesGregory Nutt2014-12-0510-10/+1735
* Add door animation logicGregory Nutt2014-12-0412-9/+482
* Correct some image scalingGregory Nutt2014-12-042-27/+24
* Correct graphics scaling logicGregory Nutt2014-12-033-33/+54
* Oops.. incomplete stuff from a branch accidentally merged. At least make it ...Gregory Nutt2014-12-031-0/+1
* Add two files that were missed in a previous commitGregory Nutt2014-12-034-1/+331
* A more more input positional logicGregory Nutt2014-12-034-13/+225
* Rethink positional input; Add input configuration logicGregory Nutt2014-12-034-45/+208
* Add framework for joystick inputGregory Nutt2014-12-037-3/+156
* Add color initilization logiGregory Nutt2014-12-035-2/+713
* Making a place for color transformationsGregory Nutt2014-12-033-7/+7
* Add graphic device initialize logic (incomplete)Gregory Nutt2014-12-0315-78/+1121
* A few more traveler fixesGregory Nutt2014-12-032-1/+6
* Let's get consistent with spelling: Use the US spelling of traveler with one...Gregory Nutt2014-12-0319-70/+70
* Add traveller main file and stubs for required headersGregory Nutt2014-12-0319-14/+1134
* Remove carriage returns; correct file modesGregory Nutt2014-12-032-73/+73
* Beginning of a 1st person gameGregory Nutt2014-12-033-0/+239
* Fixes for more cppcheck complaints. Mostly cosmeticGregory Nutt2014-11-251-5/+4
* MAINOBJ needs to be added to object list in many MakefileGregory Nutt2014-09-111-1/+1
* Changes to many Makefiles. For kernel buil object containing main cannot go ...Gregory Nutt2014-09-072-11/+12
* Determine the main object name from the main source name in every kernel buil...Gregory Nutt2014-09-071-0/+1
* Add an nm command after every kernel build link to show if there are any unde...Gregory Nutt2014-09-071-0/+1
* Add the main object to the list objects to link in every kernel build link co...Gregory Nutt2014-09-071-1/+1
* Add the main object to the dependencies for the kernel buildGregory Nutt2014-09-071-1/+1
* If now a kernel build, then add the main object in with all of the restGregory Nutt2014-09-071-0/+4
* Update apps/examples/helloxx/MakefileGregory Nutt2014-09-071-1/+1
* Customize the program name in the generic setup that was added to each makefi...Gregory Nutt2014-09-061-1/+1
* Add generic setup logic to every Makefile that installs a program. Each will...Gregory Nutt2014-09-061-0/+9
* Fix all install targetsGregory Nutt2014-09-061-4/+4
* Oops wrong elseGregory Nutt2014-09-061-1/+1
* Add missing else from last big changeGregory Nutt2014-09-061-0/+1
* Add program installation for CONFIG_BUILD_KERNEL in all Makefiles that build ...Gregory Nutt2014-09-061-0/+9
* Only one install target per MakefileGregory Nutt2014-09-061-4/+2
* Use more standard *argv[] instead easier **argvGregory Nutt2014-09-061-1/+1
* With kernel build, entry point to all tasks is main, not some xyz_mainGregory Nutt2014-09-061-0/+4
* Add an install target to all makefiles. For the import build, the top-level ...Gregory Nutt2014-09-063-0/+8
* More trailing whilespace removalGregory Nutt2014-04-138-37/+37
* Move include/nuttx/fb.h to include/nuttx/video/fb.hGregory Nutt2013-12-101-1/+1
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-16/+12
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-042-0/+31
* Add an NX/TIFF screenshot from Petteri Aimonen (Patch 0014)patacongo2013-02-286-2/+395
* Remove .context kludge from apps/ directorypatacongo2012-12-231-1/+0
* /configs/stm32f4discovery/winbuild and configs/cloudctrl upated to use Mike's...patacongo2012-11-211-3/+3
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-4/+4