summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add logic to load texture images from a graphic fileGregory Nutt2014-12-075-27/+476
|
* Add higher logic to load bitmap texture filesGregory Nutt2014-12-063-1/+302
|
* Add logic to read bitmap textures from a fileGregory Nutt2014-12-066-5/+445
|
* Add more plan management logicGregory Nutt2014-12-064-16/+89
|
* Add the second of several world creation filesGregory Nutt2014-12-068-21/+215
|
* Merge remote-tracking branch 'origin/master' into travellerGregory Nutt2014-12-063-2/+6
|\
| * apps/inifile: Filename parameter should be constGregory Nutt2014-12-062-2/+2
| |
| * apps/examples/ostest: Missing prototype for nsem_test()Gregory Nutt2014-12-061-0/+4
| |
* | Add the first of several world creation filesGregory Nutt2014-12-065-4/+464
| |
* | Add plane list operationsGregory Nutt2014-12-062-8/+225
| |
* | Merge remote-tracking branch 'origin/master' into travellerGregory Nutt2014-12-0611-70/+74
|\|
| * Update ChangeLogGregory Nutt2014-12-061-1/+4
| |
| * In message queue created return ENOSPC error if size exceeds the configured ↵Gregory Nutt2014-12-063-25/+22
| | | | | | | | size of pre-allocatd messages; Use ENOSPC vs ENOMEM per OpenGroup.org. From Pierre-Noel Bouteville
| * Update ChangeLogGregory Nutt2014-12-051-0/+4
| |
| * msg type should be char * not void * in mq_send, mq_timedsend, mq_receive, ↵Gregory Nutt2014-12-058-46/+46
| | | | | | | | and mq_timedreceive. Noted by Pierre-Noel Bouteville
* | Add last of several ray cast/rendering filesGregory Nutt2014-12-053-1/+1400
| |
* | 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
| |
* | Merge remote-tracking branch 'origin/master' into travellerGregory Nutt2014-12-0512-86/+300
|\|
| * Update ChangeLogGregory Nutt2014-12-051-0/+3
| |
| * Add support for ST Micro EEPROM device geometries. From Sebastien LorquetGregory Nutt2014-12-052-23/+65
| |
| * Nucleo-f4x1re: Add pull-ups to joystick button GPIOsGregory Nutt2014-12-043-38/+61
| |
| * Nucleo-f4x1re: Fix some joystick pin definitionsGregory Nutt2014-12-045-8/+21
| |
| * Nucleo-f402re: Add an option to use only a minimal set of joystick buttons. ↵Gregory Nutt2014-12-044-7/+44
| | | | | | | | This eliminates some GPIO conflicts
| * Nucleo-f4x1re: Add comments about pin conflicts; Fix GPIO configurationGregory Nutt2014-12-043-2/+33
| |
| * Nucleo-F4x1RE: Fix some joystick shield logicGregory Nutt2014-12-046-15/+80
| |
* | Merge branch 'master' into travellerGregory Nutt2014-12-050-0/+0
|\ \
| * \ Merge branch 'traveller' of ssh://git.code.sf.net/p/nuttx/gitGregory Nutt2014-12-030-0/+0
| |\ \ | | |/ | |/|
* | | 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
| | |
* | | Merge branch 'traveller' of ssh://git.code.sf.net/p/nuttx/git into travellerGregory Nutt2014-12-030-0/+0
|\ \ \ | |/ / |/| / | |/
| * Merge remote-tracking branch 'origin/master' into travellerGregory Nutt2014-12-0324-35/+2171
| |\
| * \ Merge branch 'traveller' of ssh://git.code.sf.net/p/nuttx/git into travellerGregory Nutt2014-12-0217-25/+66
| |\ \
| | * \ Merge branch 'traveller' of ssh://git.code.sf.net/p/nuttx/git into travellerGregory Nutt2014-12-0229-4/+3650
| | |\ \
| * | | | Mark C file not executableGregory Nutt2014-12-021-0/+0
| | | | |
| * | | | Add some POV logicGregory Nutt2014-12-024-1/+331
| | |/ / | |/| |
| * | | A more more input positional logicGregory Nutt2014-12-024-13/+225
| | | |
| * | | Rethink positional input; Add input configuration logicGregory Nutt2014-12-024-45/+208
| | | |
| * | | Add framework for joystick inputGregory Nutt2014-12-017-3/+156
| | | |
| * | | Add color initilization logiGregory Nutt2014-12-015-2/+713
| | | |
| * | | Making a place for color transformationsGregory Nutt2014-12-013-7/+7
| | | |
| * | | Add graphic device initialize logic (incomplete)Gregory Nutt2014-12-0117-80/+1123
| | | |
| * | | A few more traveler fixesGregory Nutt2014-11-302-1/+6
| | | |
| * | | Let's get consistent with spelling: Use the US spelling of traveler with ↵Gregory Nutt2014-11-3019-70/+70
| | | | | | | | | | | | | | | | one 'l'
| * | | Add traveller main file and stubs for required headersGregory Nutt2014-11-3019-14/+1134
| | | |