Gregory Nutt
|
957a9a18ef
|
Add logic to read bitmap textures from a file
|
2014-12-06 13:28:52 -06:00 |
|
Gregory Nutt
|
969dc2ff41
|
Add more plan management logic
|
2014-12-06 12:00:25 -06:00 |
|
Gregory Nutt
|
fa914506ad
|
Add the second of several world creation files
|
2014-12-06 09:53:00 -06:00 |
|
Gregory Nutt
|
6efdbf1dbe
|
Add the first of several world creation files
|
2014-12-06 09:14:07 -06:00 |
|
Gregory Nutt
|
0a355c200a
|
Add plane list operations
|
2014-12-06 08:04:57 -06:00 |
|
Gregory Nutt
|
955546b67e
|
Add last of several ray cast/rendering files
|
2014-12-05 16:31:47 -06:00 |
|
Gregory Nutt
|
e9088a308a
|
Add fourth of several ray cast/rendering files
|
2014-12-05 14:52:18 -06:00 |
|
Gregory Nutt
|
a4c05f2a49
|
Add third of several ray cast/rendering files
|
2014-12-05 13:02:44 -06:00 |
|
Gregory Nutt
|
6cce43ce94
|
Add some global data declarations. Fix modes on some files marked as executable
|
2014-12-05 12:11:23 -06:00 |
|
Gregory Nutt
|
2af008571e
|
Add second of several ray cast/rendering files
|
2014-12-05 11:24:10 -06:00 |
|
Gregory Nutt
|
b23678b965
|
Add trigonometric lookup tables
|
2014-12-05 10:17:34 -06:00 |
|
Gregory Nutt
|
7433c4a86d
|
Add first of several ray cast/rendering files
|
2014-12-05 08:44:55 -06:00 |
|
Gregory Nutt
|
5f384d9d21
|
Add door animation logic
|
2014-12-04 14:22:10 -06:00 |
|
Gregory Nutt
|
a9c4227811
|
Correct some image scaling
|
2014-12-04 08:00:41 -06:00 |
|
Gregory Nutt
|
bfd9cfe0e5
|
Correct graphics scaling logic
|
2014-12-03 18:19:10 -06:00 |
|
Gregory Nutt
|
a4944952a6
|
Oops.. incomplete stuff from a branch accidentally merged. At least make it EXPERIMENTAL
|
2014-12-03 16:54:18 -06:00 |
|
Gregory Nutt
|
2e5d6b78f6
|
Add two files that were missed in a previous commit
|
2014-12-03 16:48:08 -06:00 |
|
Gregory Nutt
|
a3a3c6fee8
|
A more more input positional logic
|
2014-12-03 16:48:08 -06:00 |
|
Gregory Nutt
|
2ca7d8bb0e
|
Rethink positional input; Add input configuration logic
|
2014-12-03 16:48:07 -06:00 |
|
Gregory Nutt
|
36c24cd665
|
Add framework for joystick input
|
2014-12-03 16:48:06 -06:00 |
|
Gregory Nutt
|
d3bfbe8e82
|
Add color initilization logi
|
2014-12-03 16:48:06 -06:00 |
|
Gregory Nutt
|
53d0388eb4
|
Making a place for color transformations
|
2014-12-03 16:48:05 -06:00 |
|
Gregory Nutt
|
308ba69e7c
|
Add graphic device initialize logic (incomplete)
|
2014-12-03 16:48:05 -06:00 |
|
Gregory Nutt
|
a5ef04349a
|
A few more traveler fixes
|
2014-12-03 16:48:04 -06:00 |
|
Gregory Nutt
|
63227c9ad8
|
Let's get consistent with spelling: Use the US spelling of traveler with one 'l'
|
2014-12-03 16:48:04 -06:00 |
|
Gregory Nutt
|
c19d68fbcd
|
Add traveller main file and stubs for required headers
|
2014-12-03 16:48:03 -06:00 |
|
Gregory Nutt
|
951d37e547
|
Remove carriage returns; correct file modes
|
2014-12-03 16:48:02 -06:00 |
|
Gregory Nutt
|
b135f79fc4
|
Beginning of a 1st person game
|
2014-12-03 16:48:02 -06:00 |
|
Gregory Nutt
|
846dd0e45d
|
Fixes for more cppcheck complaints. Mostly cosmetic
|
2014-11-25 15:14:28 -06:00 |
|
Gregory Nutt
|
0a4258db6d
|
MAINOBJ needs to be added to object list in many Makefile
|
2014-09-11 06:48:11 -06:00 |
|
Gregory Nutt
|
bbded7e15f
|
Changes to many Makefiles. For kernel buil object containing main cannot go into library because of name collisions. The object file must be handled as a special case in every Makefile
|
2014-09-07 08:45:38 -06:00 |
|
Gregory Nutt
|
043d6898db
|
Determine the main object name from the main source name in every kernel build Makefile
|
2014-09-07 07:19:19 -06:00 |
|
Gregory Nutt
|
2881b73f3d
|
Add an nm command after every kernel build link to show if there are any undefined symbols
|
2014-09-07 07:15:59 -06:00 |
|
Gregory Nutt
|
70765b94fc
|
Add the main object to the list objects to link in every kernel build link command
|
2014-09-07 07:12:55 -06:00 |
|
Gregory Nutt
|
22720d5eb3
|
Add the main object to the dependencies for the kernel build
|
2014-09-07 07:09:22 -06:00 |
|
Gregory Nutt
|
b65500c289
|
If now a kernel build, then add the main object in with all of the rest
|
2014-09-07 07:05:54 -06:00 |
|
Gregory Nutt
|
22eb5d5c46
|
Update apps/examples/helloxx/Makefile
|
2014-09-07 06:59:30 -06:00 |
|
Gregory Nutt
|
181b75301f
|
Customize the program name in the generic setup that was added to each makefile that installs a program
|
2014-09-06 13:30:44 -06:00 |
|
Gregory Nutt
|
3454362678
|
Add generic setup logic to every Makefile that installs a program. Each will need customization
|
2014-09-06 13:19:02 -06:00 |
|
Gregory Nutt
|
cedf1d7369
|
Fix all install targets
|
2014-09-06 13:01:44 -06:00 |
|
Gregory Nutt
|
72cd42282c
|
Oops wrong else
|
2014-09-06 10:54:58 -06:00 |
|
Gregory Nutt
|
753f347723
|
Add missing else from last big change
|
2014-09-06 10:51:18 -06:00 |
|
Gregory Nutt
|
544cfc8aa2
|
Add program installation for CONFIG_BUILD_KERNEL in all Makefiles that build a main()
|
2014-09-06 10:42:03 -06:00 |
|
Gregory Nutt
|
c35653cd05
|
Only one install target per Makefile
|
2014-09-06 10:05:01 -06:00 |
|
Gregory Nutt
|
d8a239d649
|
Use more standard *argv[] instead easier **argv
|
2014-09-06 09:23:23 -06:00 |
|
Gregory Nutt
|
9f7c9b273f
|
With kernel build, entry point to all tasks is main, not some xyz_main
|
2014-09-06 09:19:15 -06:00 |
|
Gregory Nutt
|
d6bcd1a93a
|
Add an install target to all makefiles. For the import build, the top-level Makefile now does two passes: (1) builds libapp.a, then (2) installs the programs (not yet finished)
|
2014-09-06 08:00:47 -06:00 |
|
Gregory Nutt
|
b9cf7acb1a
|
More trailing whilespace removal
|
2014-04-13 16:24:28 -06:00 |
|
Gregory Nutt
|
bae04a9413
|
Move include/nuttx/fb.h to include/nuttx/video/fb.h
|
2013-12-10 09:23:54 -06:00 |
|
Gregory Nutt
|
424fbe6583
|
.dSYM only needs to be in the same .gitignore files as .exe
|
2013-05-30 15:02:04 -06:00 |
|
Gregory Nutt
|
f9ab52bb5a
|
Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add some missing .gitignore files
|
2013-05-30 14:45:31 -06:00 |
|
Gregory Nutt
|
470a04b8f9
|
Clone svn:ignore directory atributed to .gitignore files
|
2013-04-04 14:27:29 -06:00 |
|
patacongo
|
f275b573f9
|
Add an NX/TIFF screenshot from Petteri Aimonen (Patch 0014)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5690 42af7a65-404d-4744-a932-0658087f49c3
|
2013-02-28 19:23:07 +00:00 |
|
patacongo
|
b104cce86b
|
Remove .context kludge from apps/ directory
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5455 42af7a65-404d-4744-a932-0658087f49c3
|
2012-12-23 22:17:09 +00:00 |
|
patacongo
|
4034047263
|
/configs/stm32f4discovery/winbuild and configs/cloudctrl upated to use Mike's Toolchain.defs; Fix error introduced into tools/configure.sh
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5380 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-21 19:54:44 +00:00 |
|
patacongo
|
08f0823241
|
Missing comma in EVERY DELFILE/DELDIR macro call in every Makefile
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5373 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-20 15:47:41 +00:00 |
|
patacongo
|
1d7bb0fa07
|
Most of the changes needed to support Windows native clean; distclean is has a problem
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5367 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-17 18:54:53 +00:00 |
|
patacongo
|
1212322080
|
Mostly cosmetic build changes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5362 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-16 14:13:04 +00:00 |
|
patacongo
|
fdd281eaff
|
Fix various build-related typos
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5358 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-15 19:22:47 +00:00 |
|
patacongo
|
c729930c69
|
Move some (hopefully) un-necessary quotes in Makefiles for Mike
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5356 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-15 17:43:29 +00:00 |
|
patacongo
|
5d5c040379
|
Simple window natives OS test build now works; Probabaly more to do for other configs; clean targets still have problems
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5355 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-14 20:59:36 +00:00 |
|
patacongo
|
fdb8f8a0de
|
Changes to get a clean ez80 build using the ZDS 5.1.1 toolchain
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5341 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-12 15:22:27 +00:00 |
|
patacongo
|
3e25d82213
|
Correct some issues with last check-in; ez80 still does not build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5339 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-11 23:44:31 +00:00 |
|
patacongo
|
ffe4fc1c0c
|
Partial change: Removing bash ARCHIVE loop
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5336 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-11 16:24:40 +00:00 |
|
patacongo
|
f8e08440f7
|
Email address change in apps/
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5143 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-13 16:58:49 +00:00 |
|
patacongo
|
feec38f264
|
Fixes to apps/*/Make.defs files needed for auto-configuration build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5027 42af7a65-404d-4744-a932-0658087f49c3
|
2012-08-14 15:45:53 +00:00 |
|
patacongo
|
ca34a1bc4d
|
Add STM32 watchdog configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4617 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-16 17:20:36 +00:00 |
|
patacongo
|
3766aebbb4
|
Developing a new way to handle application configurations
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4609 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-14 20:01:08 +00:00 |
|
patacongo
|
fd496ea42f
|
Add kconfig documentation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4567 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-06 16:45:52 +00:00 |
|
patacongo
|
3fe79ff511
|
Adding skeleton Kconfig files (part 3 of 2)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4566 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-06 16:33:17 +00:00 |
|
patacongo
|
d9beaf16c2
|
More TIFF fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3973 42af7a65-404d-4744-a932-0658087f49c3
|
2011-09-23 14:10:55 +00:00 |
|
patacongo
|
6cbc90150c
|
Correct a couple of TIFF bugs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3972 42af7a65-404d-4744-a932-0658087f49c3
|
2011-09-23 02:24:15 +00:00 |
|
patacongo
|
e66950a8e9
|
Minor TIFF updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3971 42af7a65-404d-4744-a932-0658087f49c3
|
2011-09-22 21:34:40 +00:00 |
|
patacongo
|
ca15acf7a8
|
TIFF library now passes its unit test
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3970 42af7a65-404d-4744-a932-0658087f49c3
|
2011-09-22 18:28:42 +00:00 |
|
patacongo
|
d37e2a8023
|
Add TIFF unit test
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3969 42af7a65-404d-4744-a932-0658087f49c3
|
2011-09-22 14:53:15 +00:00 |
|
patacongo
|
bd453b9c81
|
Code complete on TIFF creation logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3968 42af7a65-404d-4744-a932-0658087f49c3
|
2011-09-21 21:57:11 +00:00 |
|
patacongo
|
28cd17bbea
|
TIFF initialization is complete
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3967 42af7a65-404d-4744-a932-0658087f49c3
|
2011-09-21 18:40:23 +00:00 |
|
patacongo
|
de0d05b44f
|
More TIFF logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3965 42af7a65-404d-4744-a932-0658087f49c3
|
2011-09-20 23:10:25 +00:00 |
|
patacongo
|
8d02143075
|
Add beginning of a TIFF file creation library
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3964 42af7a65-404d-4744-a932-0658087f49c3
|
2011-09-20 19:19:33 +00:00 |
|