Giter Club home page Giter Club logo

descent-mobile's People

Contributors

devint1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

descent-mobile's Issues

Remove warnings

Over 1000 warnings are generated with this code. The game performs well but these indicate code that needs to be cleaned up or potential problems down the road.

No button graphics

Buttons are just programmer art (rectangles), need some cool button icons!

Doesn't build in Android Studio 3.1.3

Followed the simple steps in README.MD. Include paths from the NDK don't seem to be set up properly. Tried to add them manually but it just seemed to make things worse.

See file:///C:/Users/mzzt/Programming/Repositories/Descent-Mobile/Descent/build/tmp/compileDescentArm64-v8aDebugAllSharedLibraryDescentArm64-v8aDebugAllSharedLibraryMainC/output.txt for all output for compileDescentArm64-v8aDebugAllSharedLibraryDescentArm64-v8aDebugAllSharedLibraryMainC.
compiling box.c failed.
In file included from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\2d\box.c:37:0:
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/gr.h:163:21: fatal error: GLES/gl.h: No such file or directory
#include <GLES/gl.h>
^
compilation terminated.

compiling controls.c failed.
In file included from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\Descent\src\main\jni\controls.c:5:0:
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/game.h:199:20: fatal error: setjmp.h: No such file or directory
#include <setjmp.h>
^
compilation terminated.

compiling circle.c failed.
In file included from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\2d\circle.c:41:0:
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/gr.h:163:21: fatal error: GLES/gl.h: No such file or directory
#include <GLES/gl.h>
^
compilation terminated.

compiling render.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\Descent\src\main\jni\render.c:5:21: fatal error: EGL/egl.h: No such file or directory
#include <EGL/egl.h>
^
compilation terminated.

compiling mouse.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\Descent\src\main\jni\mouse.c:4:17: fatal error: jni.h: No such file or directory
#include <jni.h>
^
compilation terminated.

compiling bitmap.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\2d\bitmap.c:77:20: fatal error: stdlib.h: No such file or directory
#include <stdlib.h>
^
compilation terminated.

compiling canvas.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\2d\canvas.c:69:20: fatal error: stdlib.h: No such file or directory
#include <stdlib.h>
^
compilation terminated.

compiling bitblt.c failed.
In file included from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\2d\bitblt.c:13:0:
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/gr.h:163:21: fatal error: GLES/gl.h: No such file or directory
#include <GLES/gl.h>
^
compilation terminated.

compiling keyboard.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\Descent\src\main\jni\keyboard.c:5:17: fatal error: jni.h: No such file or directory
#include <jni.h>
^
compilation terminated.

compiling motion.c failed.
In file included from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/fix.h:70:0,
from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\Descent\src\main\jni\motion.c:5:
c:\users\mzzt\appdata\local\android\sdk\ndk-bundle\toolchains\aarch64-linux-android-4.9\prebuilt\windows-x86_64\lib\gcc\aarch64-linux-android\4.9.x\include\stdint.h:9:26: fatal error: stdint.h: No such file or directory

include_next <stdint.h>

                      ^

compilation terminated.

compiling main.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\Descent\src\main\jni\main.c:4:39: fatal error: android/asset_manager_jni.h: No such file or directory
#include <android/asset_manager_jni.h>
^
compilation terminated.

compiling cursor.c successful.

compiling disc.c failed.
In file included from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\2d\disc.c:42:0:
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/gr.h:163:21: fatal error: GLES/gl.h: No such file or directory
#include <GLES/gl.h>
^
compilation terminated.

compiling font.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\2d\font.c:118:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling effects.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\2d\effects.c:45:20: fatal error: stdlib.h: No such file or directory
#include <stdlib.h>
^
compilation terminated.

compiling gr.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\2d\gr.c:200:20: fatal error: stdlib.h: No such file or directory
#include <stdlib.h>
^
compilation terminated.

compiling gpixel.c failed.
In file included from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\2d\gpixel.c:42:0:
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/gr.h:163:21: fatal error: GLES/gl.h: No such file or directory
#include <GLES/gl.h>
^
compilation terminated.

compiling ibitblt.c failed.
In file included from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\2d\ibitblt.c:35:0:
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/gr.h:163:21: fatal error: GLES/gl.h: No such file or directory
#include <GLES/gl.h>
^
compilation terminated.

compiling lbitblt.c failed.
In file included from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\2d\lbitblt.c:1:0:
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/gr.h:163:21: fatal error: GLES/gl.h: No such file or directory
#include <GLES/gl.h>
^
compilation terminated.

compiling linear.c failed.
In file included from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\2d\linear.c:1:0:
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/gr.h:163:21: fatal error: GLES/gl.h: No such file or directory
#include <GLES/gl.h>
^
compilation terminated.

compiling linearc.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\2d\linearc.c:1:20: fatal error: string.h: No such file or directory
#include <string.h>
^
compilation terminated.

compiling line.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\2d\line.c:64:20: fatal error: stdlib.h: No such file or directory
#include <stdlib.h>
^
compilation terminated.

compiling median.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\2d\median.c:13:20: fatal error: stdlib.h: No such file or directory
#include <stdlib.h>
^
compilation terminated.

compiling fontogles.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\2d\ogles\fontogles.c:10:20: fatal error: stdlib.h: No such file or directory
#include <stdlib.h>
^
compilation terminated.

compiling modexc.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\2d\modexc.c:1:20: fatal error: unistd.h: No such file or directory
#include <unistd.h>
^
compilation terminated.

compiling bitbltogles.c failed.
In file included from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/bitbltogles.h:13:0,
from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\2d\ogles\bitbltogles.c:10:
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/gr.h:163:21: fatal error: GLES/gl.h: No such file or directory
#include <GLES/gl.h>
^
compilation terminated.

compiling rectogles.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\2d\ogles\rectogles.c:11:21: fatal error: GLES/gl.h: No such file or directory
#include <GLES/gl.h>
^
compilation terminated.

compiling modex.c successful.

compiling scaleogles.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\2d\ogles\scaleogles.c:11:21: fatal error: GLES/gl.h: No such file or directory
#include <GLES/gl.h>
^
compilation terminated.

compiling poly.c failed.
In file included from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\2d\poly.c:42:0:
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/gr.h:163:21: fatal error: GLES/gl.h: No such file or directory
#include <GLES/gl.h>
^
compilation terminated.

compiling pcx.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\2d\pcx.c:48:20: fatal error: stdlib.h: No such file or directory
#include <stdlib.h>
^
compilation terminated.

compiling palette.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\2d\palette.c:148:20: fatal error: stdlib.h: No such file or directory
#include <stdlib.h>
^
compilation terminated.

compiling rect.c failed.
In file included from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\2d\rect.c:36:0:
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/gr.h:163:21: fatal error: GLES/gl.h: No such file or directory
#include <GLES/gl.h>
^
compilation terminated.

compiling rle.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\2d\rle.c:115:20: fatal error: stdlib.h: No such file or directory
#include <stdlib.h>
^
compilation terminated.

compiling pixel.c failed.
In file included from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\2d\pixel.c:42:0:
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/gr.h:163:21: fatal error: GLES/gl.h: No such file or directory
#include <GLES/gl.h>
^
compilation terminated.

compiling roller.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\2d\roller.c:79:18: fatal error: math.h: No such file or directory
#include <math.h>
^
compilation terminated.

compiling scale.c failed.
In file included from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\2d\scale.c:13:0:
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/gr.h:163:21: fatal error: GLES/gl.h: No such file or directory
#include <GLES/gl.h>
^
compilation terminated.

compiling scanline.c failed.
In file included from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\2d\scanline.c:49:0:
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/gr.h:163:21: fatal error: GLES/gl.h: No such file or directory
#include <GLES/gl.h>
^
compilation terminated.

compiling globvars.c failed.
In file included from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/fix.h:70:0,
from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/3d.h:128,
from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\3d\globvars.c:38:
c:\users\mzzt\appdata\local\android\sdk\ndk-bundle\toolchains\aarch64-linux-android-4.9\prebuilt\windows-x86_64\lib\gcc\aarch64-linux-android\4.9.x\include\stdint.h:9:26: fatal error: stdint.h: No such file or directory

include_next <stdint.h>

                      ^

compilation terminated.

compiling instance.c failed.
In file included from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/fix.h:70:0,
from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/3d.h:128,
from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\3d\instance.c:40:
c:\users\mzzt\appdata\local\android\sdk\ndk-bundle\toolchains\aarch64-linux-android-4.9\prebuilt\windows-x86_64\lib\gcc\aarch64-linux-android\4.9.x\include\stdint.h:9:26: fatal error: stdint.h: No such file or directory

include_next <stdint.h>

                      ^

compilation terminated.

compiling clipper.c failed.
In file included from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/fix.h:70:0,
from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/3d.h:128,
from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\3d\clipper.c:13:
c:\users\mzzt\appdata\local\android\sdk\ndk-bundle\toolchains\aarch64-linux-android-4.9\prebuilt\windows-x86_64\lib\gcc\aarch64-linux-android\4.9.x\include\stdint.h:9:26: fatal error: stdint.h: No such file or directory

include_next <stdint.h>

                      ^

compilation terminated.

compiling draw.c failed.
In file included from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/fix.h:70:0,
from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/3d.h:128,
from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\3d\draw.c:50:
c:\users\mzzt\appdata\local\android\sdk\ndk-bundle\toolchains\aarch64-linux-android-4.9\prebuilt\windows-x86_64\lib\gcc\aarch64-linux-android\4.9.x\include\stdint.h:9:26: fatal error: stdint.h: No such file or directory

include_next <stdint.h>

                      ^

compilation terminated.

compiling matrix.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\3d\matrix.c:36:20: fatal error: string.h: No such file or directory
#include <string.h>
^
compilation terminated.

compiling tpoly.c successful.

compiling interp.c failed.
In file included from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/fix.h:70:0,
from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/3d.h:128,
from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\3d\interp.c:46:
c:\users\mzzt\appdata\local\android\sdk\ndk-bundle\toolchains\aarch64-linux-android-4.9\prebuilt\windows-x86_64\lib\gcc\aarch64-linux-android\4.9.x\include\stdint.h:9:26: fatal error: stdint.h: No such file or directory

include_next <stdint.h>

                      ^

compilation terminated.

compiling vesa.c successful.

compiling tmapbits.c successful.

compiling drawogles.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\3d\ogles\drawogles.c:10:18: fatal error: math.h: No such file or directory
#include <math.h>
^
compilation terminated.

compiling setupogles.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\3d\ogles\setupogles.c:11:21: fatal error: GLES/gl.h: No such file or directory
#include <GLES/gl.h>
^
compilation terminated.

compiling rodogles.c failed.
In file included from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/rodogles.h:13:0,
from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\3d\ogles\rodogles.c:10:
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/gr.h:163:21: fatal error: GLES/gl.h: No such file or directory
#include <GLES/gl.h>
^
compilation terminated.

compiling points.c failed.
In file included from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/fix.h:70:0,
from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/3d.h:128,
from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\3d\points.c:42:
c:\users\mzzt\appdata\local\android\sdk\ndk-bundle\toolchains\aarch64-linux-android-4.9\prebuilt\windows-x86_64\lib\gcc\aarch64-linux-android\4.9.x\include\stdint.h:9:26: fatal error: stdint.h: No such file or directory

include_next <stdint.h>

                      ^

compilation terminated.

compiling rod.c failed.
In file included from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/fix.h:70:0,
from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/3d.h:128,
from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\3d\rod.c:38:
c:\users\mzzt\appdata\local\android\sdk\ndk-bundle\toolchains\aarch64-linux-android-4.9\prebuilt\windows-x86_64\lib\gcc\aarch64-linux-android\4.9.x\include\stdint.h:9:26: fatal error: stdint.h: No such file or directory

include_next <stdint.h>

                      ^

compilation terminated.

compiling setup.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\3d\setup.c:43:20: fatal error: stdlib.h: No such file or directory
#include <stdlib.h>
^
compilation terminated.

compiling upvecs.c failed.
In file included from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/fix.h:70:0,
from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/vecmat.h:156,
from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\3d\upvecs.c:15:
c:\users\mzzt\appdata\local\android\sdk\ndk-bundle\toolchains\aarch64-linux-android-4.9\prebuilt\windows-x86_64\lib\gcc\aarch64-linux-android\4.9.x\include\stdint.h:9:26: fatal error: stdint.h: No such file or directory

include_next <stdint.h>

                      ^

compilation terminated.

compiling cfile.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\cfile\cfile.c:104:18: fatal error: time.h: No such file or directory
#include <time.h>
^
compilation terminated.

compiling iff.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\iff\iff.c:171:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling tables.c failed.
In file included from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/fix.h:70:0,
from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\fix\tables.c:30:
c:\users\mzzt\appdata\local\android\sdk\ndk-bundle\toolchains\aarch64-linux-android-4.9\prebuilt\windows-x86_64\lib\gcc\aarch64-linux-android\4.9.x\include\stdint.h:9:26: fatal error: stdint.h: No such file or directory

include_next <stdint.h>

                      ^

compilation terminated.

compiling fix.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\fix\fix.c:55:20: fatal error: stdlib.h: No such file or directory
#include <stdlib.h>
^
compilation terminated.

compiling dpmi.c failed.
In file included from c:\users\mzzt\appdata\local\android\sdk\ndk-bundle\toolchains\aarch64-linux-android-4.9\prebuilt\windows-x86_64\lib\gcc\aarch64-linux-android\4.9.x\include-fixed\syslimits.h:7:0,
from c:\users\mzzt\appdata\local\android\sdk\ndk-bundle\toolchains\aarch64-linux-android-4.9\prebuilt\windows-x86_64\lib\gcc\aarch64-linux-android\4.9.x\include-fixed\limits.h:34,
from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\io\dpmi.c:90:
c:\users\mzzt\appdata\local\android\sdk\ndk-bundle\toolchains\aarch64-linux-android-4.9\prebuilt\windows-x86_64\lib\gcc\aarch64-linux-android\4.9.x\include-fixed\limits.h:168:61: error: no include path in which to search for limits.h
#include_next <limits.h> /* recurse down to the real one */
^
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\io\dpmi.c:91:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling ipx.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\io\ipx.c:171:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling joy.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\io\joy.c:159:20: fatal error: stdlib.h: No such file or directory
#include <stdlib.h>
^
compilation terminated.

compiling mouse.c failed.
In file included from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/fix.h:70:0,
from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\io\mouse.c:72:
c:\users\mzzt\appdata\local\android\sdk\ndk-bundle\toolchains\aarch64-linux-android-4.9\prebuilt\windows-x86_64\lib\gcc\aarch64-linux-android\4.9.x\include\stdint.h:9:26: fatal error: stdint.h: No such file or directory

include_next <stdint.h>

                      ^

compilation terminated.

compiling key.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\io\key.c:143:20: fatal error: stdlib.h: No such file or directory
#include <stdlib.h>
^
compilation terminated.

compiling mono.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\io\mono.c:69:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling aipath.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\aipath.c:144:36: fatal error: stdio.h: No such file or directory
#include <stdio.h> // for printf()
^
compilation terminated.

compiling digi.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\android\digi.c:353:35: fatal error: SLES/OpenSLES_Android.h: No such file or directory
#include <SLES/OpenSLES_Android.h>
^
compilation terminated.

compiling timer.c failed.
In file included from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/fix.h:70:0,
from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\io\timer.c:1:
c:\users\mzzt\appdata\local\android\sdk\ndk-bundle\toolchains\aarch64-linux-android-4.9\prebuilt\windows-x86_64\lib\gcc\aarch64-linux-android\4.9.x\include\stdint.h:9:26: fatal error: stdint.h: No such file or directory

include_next <stdint.h>

                      ^

compilation terminated.

compiling ai.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\ai.c:246:18: fatal error: math.h: No such file or directory
#include <math.h>
^
compilation terminated.

compiling hmp.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\android\hmp.c:1:26: fatal error: linux/limits.h: No such file or directory
#include <linux/limits.h>
^
compilation terminated.

compiling automap.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\automap.c:175:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling bm.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\bm.c:42:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling args.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\args.c:62:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling collide.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\collide.c:407:18: fatal error: math.h: No such file or directory
#include <math.h>
^
compilation terminated.

compiling vecview.c successful.

compiling cntrlcen.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\cntrlcen.c:107:20: fatal error: stdlib.h: No such file or directory
#include <stdlib.h>
^
compilation terminated.

compiling dumpmine.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\dumpmine.c:101:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling effects.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\effects.c:101:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling bmread.c successful.

compiling endlevel.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\endlevel.c:233:20: fatal error: stdlib.h: No such file or directory
#include <stdlib.h>
^
compilation terminated.

compiling credits.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\credits.c:145:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling config.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\config.c:80:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling controls.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\controls.c:193:20: fatal error: stdlib.h: No such file or directory
#include <stdlib.h>
^
compilation terminated.

compiling fireball.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\fireball.c:109:20: fatal error: stdlib.h: No such file or directory
#include <stdlib.h>
^
compilation terminated.

compiling fuelcen.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\fuelcen.c:242:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling fvi.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\fvi.c:217:18: fatal error: math.h: No such file or directory
#include <math.h>
^
compilation terminated.

compiling gamesave.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\gamesave.c:282:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling escort.c successful.

compiling gamemine.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\gamemine.c:140:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling game.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\game.c:294:18: fatal error: math.h: No such file or directory
#include <math.h>
^
compilation terminated.

compiling hash.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\hash.c:48:20: fatal error: stdlib.h: No such file or directory
#include <stdlib.h>
^
compilation terminated.

compiling gameseq.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\gameseq.c:249:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling gameseg.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\gameseg.c:205:20: fatal error: stdlib.h: No such file or directory
#include <stdlib.h>
^
compilation terminated.

compiling gauges.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\gauges.c:246:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling gamefont.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\gamefont.c:59:20: fatal error: stdlib.h: No such file or directory
#include <stdlib.h>
^
compilation terminated.

compiling hmp.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\hmp.c:3:20: fatal error: string.h: No such file or directory
#include <string.h>
^
compilation terminated.

compiling hud.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\hud.c:128:18: fatal error: math.h: No such file or directory
#include <math.h>
^
compilation terminated.

compiling hostage.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\hostage.c:186:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling iglasses.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\iglasses.c:64:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling digi.c successful.

compiling inferno.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\inferno.c:644:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling hmp.c successful.

compiling laser.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\laser.c:31:20: fatal error: stdlib.h: No such file or directory
#include <stdlib.h>
^
compilation terminated.

compiling lightning.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\lightning.c:132:18: fatal error: math.h: No such file or directory
#include <math.h>
^
compilation terminated.

compiling joydefs.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\joydefs.c:275:20: fatal error: stdlib.h: No such file or directory
#include <stdlib.h>
^
compilation terminated.

compiling kconfig.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\kconfig.c:293:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling kmatrix.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\kmatrix.c:103:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling joycal.c successful.

compiling menu.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\menu.c:28:18: fatal error: time.h: No such file or directory
#include <time.h>
^
compilation terminated.

compiling mglobal.c failed.
In file included from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/fix.h:70:0,
from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\mglobal.c:170:
c:\users\mzzt\appdata\local\android\sdk\ndk-bundle\toolchains\aarch64-linux-android-4.9\prebuilt\windows-x86_64\lib\gcc\aarch64-linux-android\4.9.x\include\stdint.h:9:26: fatal error: stdint.h: No such file or directory

include_next <stdint.h>

                      ^

compilation terminated.

compiling mission.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\mission.c:108:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling modem.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\modem.c:198:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling morph.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\morph.c:131:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling mcockpit.c successful.

compiling multi.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\multi.c:31:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling multibot.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\multibot.c:30:20: fatal error: string.h: No such file or directory
#include <string.h>
^
compilation terminated.

compiling newdemo.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\newdemo.c:695:20: fatal error: stdlib.h: No such file or directory
#include <stdlib.h>
^
compilation terminated.

compiling network.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\network.c:30:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling newmenu.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\newmenu.c:483:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling netmisc.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\netmisc.c:43:20: fatal error: string.h: No such file or directory
#include <string.h>
^
compilation terminated.

compiling object.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\object.c:320:18: fatal error: math.h: No such file or directory
#include <math.h>
^
compilation terminated.

compiling paging.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\paging.c:112:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling physics.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\physics.c:246:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling piggy.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\piggy.c:339:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling polyobj.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\polyobj.c:108:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling playsave.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\playsave.c:226:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling robot.c failed.
In file included from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/fix.h:70:0,
from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/vecmat.h:156,
from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/robot.h:105,
from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\robot.c:102:
c:\users\mzzt\appdata\local\android\sdk\ndk-bundle\toolchains\aarch64-linux-android-4.9\prebuilt\windows-x86_64\lib\gcc\aarch64-linux-android\4.9.x\include\stdint.h:9:26: fatal error: stdint.h: No such file or directory

include_next <stdint.h>

                      ^

compilation terminated.

compiling render.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\render.c:301:18: fatal error: math.h: No such file or directory
#include <math.h>
^
compilation terminated.

compiling powerup.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\powerup.c:156:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling serial.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\serial.c:58:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling slew.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\slew.c:106:20: fatal error: stdlib.h: No such file or directory
#include <stdlib.h>
^
compilation terminated.

compiling scores.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\scores.c:239:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling songs.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\songs.c:43:20: fatal error: stdlib.h: No such file or directory
#include <stdlib.h>
^
compilation terminated.

compiling state.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\state.c:217:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling terrain.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\terrain.c:72:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling texmerge.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\texmerge.c:122:20: fatal error: stdlib.h: No such file or directory
#include <stdlib.h>
^
compilation terminated.

compiling switch.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\switch.c:162:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling testgaug.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\testgaug.c:15:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling victor.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\victor.c:91:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling vfx.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\vfx.c:61:20: fatal error: stdlib.h: No such file or directory
#include <stdlib.h>
^
compilation terminated.

compiling titles.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\titles.c:167:20: fatal error: stdlib.h: No such file or directory
#include <stdlib.h>
^
compilation terminated.

compiling text.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\text.c:67:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling vclip.c failed.
In file included from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/vclip.h:137:0,
from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\vclip.c:71:
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/gr.h:163:21: fatal error: GLES/gl.h: No such file or directory
#include <GLES/gl.h>
^
compilation terminated.

compiling weapon.c failed.
In file included from C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\weapon.c:199:0:
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\lib/game.h:199:20: fatal error: setjmp.h: No such file or directory
#include <setjmp.h>
^
compilation terminated.

compiling wall.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\main\wall.c:111:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling mem.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\mem\mem.c:99:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling byteswap.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\misc\byteswap.c:33:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling dstring.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\misc\dstring.c:1:19: fatal error: ctype.h: No such file or directory
#include <ctype.h>
^
compilation terminated.

compiling error.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\misc\error.c:66:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling parsarg.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\misc\parsarg.c:32:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.

compiling tmapflat.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\texmap\tmapflat.c:72:18: fatal error: math.h: No such file or directory
#include <math.h>
^
compilation terminated.

compiling oglestex.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\texmap\ogles\oglestex.c:12:21: fatal error: GLES/gl.h: No such file or directory
#include <GLES/gl.h>
^
compilation terminated.

compiling ntmap.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\texmap\ntmap.c:134:18: fatal error: math.h: No such file or directory
#include <math.h>
^
compilation terminated.

compiling scanline.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\texmap\scanline.c:36:18: fatal error: math.h: No such file or directory
#include <math.h>
^
compilation terminated.

compiling vecmatc.c failed.
C:\Users\mzzt\Programming\Repositories\Descent-Mobile\vecmat\vecmatc.c:51:20: fatal error: stdlib.h: No such file or directory
#include <stdlib.h>
^
compilation terminated.

compiling stdlib.c successful.

compiling harderr.c successful.

Finished compileDescentArm64-v8aDebugAllSharedLibraryDescentArm64-v8aDebugAllSharedLibraryMainC, see full log file:///C:/Users/mzzt/Programming/Repositories/Descent-Mobile/Descent/build/tmp/compileDescentArm64-v8aDebugAllSharedLibraryDescentArm64-v8aDebugAllSharedLibraryMainC/output.txt.

Add automap multi-touch controls

You can control the automap using the default flight controls, but this interface leans itself towards a multi-touch interface. Things like pinch-to-zoom and inertia would make this a little friendlier.

Some menu elements need reworked/removed

We're not running this on a PC! Things like keyboard configuration are not relevant, while things like "enable motion" are. Need to visit the menus and rework them for iOS.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.