Commits on Source (40)
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
WIP
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
* Added menu button * Added pause button * Added talk (and team talk) button * Added F12 button * Added console button (in-game) * Chat brings up the keyboard * IPv4 textbox properly brings up the keyboard * Some messages now refer to the touch screen instead of the keyboard * Other changes I already forgot at this point
-
Lactozilla authored
(and a movie mode key)
-
Lactozilla authored
Also, fixes some buttons going off-screen
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
Also fixes positioning of some non-control buttons
-
SteelT authored
Showing
- Android.mk 0 additions, 6 deletionsAndroid.mk
- android/.classpath 0 additions, 7 deletionsandroid/.classpath
- android/.gitignore 134 additions, 0 deletionsandroid/.gitignore
- android/.idea/.gitignore 2 additions, 0 deletionsandroid/.idea/.gitignore
- android/.idea/codeStyles/Project.xml 116 additions, 0 deletionsandroid/.idea/codeStyles/Project.xml
- android/.idea/gradle.xml 20 additions, 0 deletionsandroid/.idea/gradle.xml
- android/.project 0 additions, 33 deletionsandroid/.project
- android/.settings/org.eclipse.jdt.core.prefs 0 additions, 5 deletionsandroid/.settings/org.eclipse.jdt.core.prefs
- android/Android.mk 0 additions, 17 deletionsandroid/Android.mk
- android/AndroidManifest.xml 0 additions, 18 deletionsandroid/AndroidManifest.xml
- android/android.iml 19 additions, 0 deletionsandroid/android.iml
- android/app/app.iml 167 additions, 0 deletionsandroid/app/app.iml
- android/app/build.gradle 71 additions, 0 deletionsandroid/app/build.gradle
- android/app/jni/Android.mk 1 addition, 0 deletionsandroid/app/jni/Android.mk
- android/app/jni/Application.mk 10 additions, 0 deletionsandroid/app/jni/Application.mk
- android/app/jni/CMakeLists.txt 20 additions, 0 deletionsandroid/app/jni/CMakeLists.txt
- android/app/jni/SDL2/Android.mk 44 additions, 0 deletionsandroid/app/jni/SDL2/Android.mk
- android/app/jni/SDL2/include/SDL.h 136 additions, 0 deletionsandroid/app/jni/SDL2/include/SDL.h
- android/app/jni/SDL2/include/SDL_assert.h 291 additions, 0 deletionsandroid/app/jni/SDL2/include/SDL_assert.h
- android/app/jni/SDL2/include/SDL_atomic.h 295 additions, 0 deletionsandroid/app/jni/SDL2/include/SDL_atomic.h
Android.mk
deleted
100644 → 0
android/.classpath
deleted
100644 → 0
android/.gitignore
0 → 100644
android/.idea/.gitignore
0 → 100644
android/.idea/codeStyles/Project.xml
0 → 100644
android/.idea/gradle.xml
0 → 100644
android/.project
deleted
100644 → 0
android/Android.mk
deleted
100644 → 0
android/AndroidManifest.xml
deleted
100644 → 0
android/android.iml
0 → 100644
android/app/app.iml
0 → 100644
android/app/build.gradle
0 → 100644
android/app/jni/Android.mk
0 → 100644
android/app/jni/Application.mk
0 → 100644
android/app/jni/CMakeLists.txt
0 → 100644
android/app/jni/SDL2/Android.mk
0 → 100644
android/app/jni/SDL2/include/SDL.h
0 → 100644
android/app/jni/SDL2/include/SDL_assert.h
0 → 100644
android/app/jni/SDL2/include/SDL_atomic.h
0 → 100644