Commit graph

158 commits

Author SHA1 Message Date
rafal1137
969c198aef travis: use assembleDebug instead of build 2020-04-30 15:17:49 +02:00
rafal1137
b80463a6c0 travis: try to fix NDK is missing a "platforms" directory. 2020-04-30 15:10:18 +02:00
rafal1137
b4295a62b0 travis: fix android licences 2020-04-30 14:36:57 +02:00
rafal1137
e44e090779 travis: rename to .travis.yml
Add notifications
2020-04-30 14:14:29 +02:00
rafal1137
3fce2a911f xml: added travis file 2020-04-30 00:08:39 +02:00
rafal1137
f77de6bef8 gradle: set correct path to etlegacy repo 2020-04-29 16:10:23 +02:00
rafal1137
55293b80c5 misc: added .gitignore 2020-04-29 00:56:25 +02:00
rafal1137
703ea5c0e1 java: additional changes to UI section
When you connect to a server entire UI is enabled. There is an issue when you disconnect from server UI is enabled instead of switching off FIXIT.
2020-04-28 18:09:17 +02:00
rafal1137
30ecef63bb java: some cleanup 2020-04-28 00:23:19 +02:00
rafal1137
6777093c0c
java: remove checkGameFiles 2020-04-28 00:16:39 +02:00
rafal1137
97bda7bfbe java: fix button not responding 2020-04-14 17:51:55 +02:00
rafal1137
07435ab070 java: added crouch button to UI 2020-04-14 17:09:36 +02:00
rafal1137
fe27dfaf97 general: add native compiled libs required by an App
Those libs will be packed with rest of the files in apk file
2020-04-13 19:22:26 +02:00
rafal1137
a43f9a0cc2 gradle: bump up minSDKVersion to 21 2020-03-31 02:23:55 +02:00
rafal1137
9cb0652bad java: Updated files to 2.0.12 version 2020-03-30 23:29:14 +02:00
rafal1137
6595652830 xml: updated AndroidManifest file 2020-03-30 23:28:09 +02:00
rafal1137
48c7c1e5e7 java: missing pxToDp conversion 2019-11-03 16:35:47 +01:00
rafal1137
91c5a16402 Revert "java: added right joystick and some clean up"
This reverts commit dfa98fcb60.
2019-11-03 12:51:47 +01:00
rafal1137
dfa98fcb60 java: added right joystick and some clean up 2019-11-02 17:42:26 +01:00
rafal1137
4d191817e5 java: space button now works correctly 2019-10-21 18:46:40 +02:00
rafal1137
0255ef6402 java: make sure UI Buttons positions are corresponding to Device DP
This one makes UI more cleaner/readable
2019-10-13 19:33:39 +02:00
rafal1137
42e1dd768a misc: added missing assets 2019-10-13 18:36:10 +02:00
rafal1137
af1701016b java: this fixes issue with SDL could not found "hidapi" on armv7-a devices 2019-10-06 21:36:30 +02:00
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