Commit graph

34 commits

Author SHA1 Message Date
rafal1137
fa962f240c java: added px to dp conversion and set correct values in dp for margins
This fixes issue when Button were in same spot due to multiple screen sizes on Android Phones
2019-10-06 21:35:12 +02:00
rafal1137
5060e25556 java: some clean up 2019-09-27 13:09:28 +02:00
rafal1137
1a54e96ae5 java: implemented new UI Design
There is issue with Jump Button and need to think how to solve issue with Shoot Button.
2019-09-20 15:48:13 +02:00
rafal1137
734dc62d2d java: this fixes ESC and console buttons not working correctly
After key was pressed there was needs for cancel that event
2019-09-02 14:03:36 +02:00
rafal1137
756a5bbadb java: added ESC button
There is a small bug with it, if in game button seems to be unresponsive.
2019-08-26 22:24:55 +02:00
rafal1137
2ad621568c java: added check for game files 2019-08-26 22:22:04 +02:00
rafal1137
3cb419f9c0 java: align to 10px instead of 90px 2019-08-26 22:17:51 +02:00
rafal1137
eb34cc1826 java: added Joystick Controller to Game
Now we can move in every direction using Stick to move around (WSAD).
2019-08-04 16:23:05 +02:00
rafal1137
b425b77656 gradle: added Joystick Controller API from https://github.com/erz05/JoyStick 2019-08-04 16:16:40 +02:00
rafal1137
7f6d4c2ec8 java: updated sdl files to 2.0.10 version 2019-08-04 14:32:47 +02:00
rafal1137
def9eccd9d xml: enable android:largeHeap 2019-06-02 21:08:40 +02:00
rafal1137
f079f3e72d assets: added keyboard png file 2019-06-02 21:06:06 +02:00
rafal1137
e642135145 java: add keyboard handling button and button for opening console on screen 2019-06-02 21:03:39 +02:00
rafal1137
d158d1b731 gradle: some clean up 2019-05-22 11:01:11 +02:00
rafal1137
f491e100a8 gradle: generate apk with name corresponding to name of the app/game 2019-05-22 11:00:38 +02:00
rafal1137
82c2bb8f24 xml: set screenOrientation to landscape 2019-05-22 10:56:42 +02:00
rafal1137
01e0020a9a xml: downgrade OpenGL ES version to 1.1 2019-05-22 10:49:40 +02:00
Unknown
208445cda4 android: completly reworked file structure
This allows now to load SDL_main from libetl.so corectly
2019-05-10 20:28:25 +02:00
Unknown
62529ef84a xml: downgrade version of OpeGL ES to 1.2 2019-05-10 20:25:21 +02:00
Unknown
ce80c3128a xml: added access to bluetooth in AndroidManifest 2019-05-08 22:55:47 +02:00
Unknown
e95ac16257 xml: added reading from exnteral storage in AndroidManifest 2019-05-08 22:55:02 +02:00
rafal1137
07ead6f48d sdl2: added hidapi lib 2019-01-20 18:10:01 +01:00
rafal1137
9017848996 sdl2: aaded HIDDevice java files from SDL2.0.9 2019-01-20 18:03:35 +01:00
rafal1137
d960cc244b sdl2: updated sdl2 java files to 2.0.9 2019-01-20 17:56:53 +01:00
rafal1137
f41c024b85 java: load etl lib after SDL2 is loaded 2019-01-18 19:33:20 +01:00
rafal1137
f84ee15c4b xml: added option for allowing app to connect with outside. 2019-01-18 19:28:27 +01:00
rafal1137
eb4e9fb115 gradle: added taks for building pak3_ files, some tweaks in cmake arguments, added block to make apk signed (issues with installing on android devices when apk isn't signed) 2019-01-18 19:26:24 +01:00
rafal1137
02104613cf Build Config update
Update min sdk version of Android API to 16, some minor Cmake options build tweaking. Fix issue with linking OpenGL ES lib. Fix warning "warning: implicit declaration of function is invalid in c99".
2018-11-25 21:04:05 +01:00
rafal1137
7f3c1c11c1 fix C&P virus 2018-11-12 16:48:26 +01:00
rafal1137
03521e9b3e Removed x86 and x86_64 options from ndk scope 2018-11-12 15:57:29 +01:00
rafal1137
e3c433a042 Downgrade version of SDL Java files to 2.0.8 2018-11-12 15:48:33 +01:00
rafal1137
fd3950067a Android turn off renderer2 build and enable building etl with opengles 2018-11-12 15:33:51 +01:00
rafal1137
e0127d9404 Revert back to com.android.x 2018-11-06 15:37:52 +01:00
rafal1137
06deeb04cd Added android-project from SDL2.0.9 branch, lets make etlegacy run on all devices running android operating system possible. Still a lot of work to do but we are getting closer. ET Legacy Dev Team 2018-11-06 12:28:47 +01:00