Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-11 | Merge pull request #7079 from RandomShaper/quicker-android-export | Rémi Verschelde | |
Make Android export quicker (especially on Windows) | |||
2016-11-08 | Make Android export quicker (especially on Windows) | Pedro J. Estébanez | |
2016-11-09 | Fix Directory.dir_exist/get_current_dir for 'res://' on Android | volzhs | |
Fix #7014 | |||
2016-11-03 | scons: Reorder options for clarity | Rémi Verschelde | |
Also prefix all thirdparty-related toggles with `builtin`. | |||
2016-11-02 | Improve Android build (Clang + tidyness) | Pedro J. Estébanez | |
2016-11-01 | style: Various other PEP8 fixes in Python files | Rémi Verschelde | |
Done with `autopep8 --select=E7`, fixes: - E701 - Put colon-separated compound statement on separate lines. - E702 - Put semicolon-separated compound statement on separate lines. - E703 - Put semicolon-separated compound statement on separate lines. - E711 - Fix comparison with None. - E712 - Fix (trivial case of) comparison with boolean. - E713 - Fix (trivial case of) non-membership check. - E721 - Fix various deprecated code (via lib2to3). | |||
2016-11-01 | style: Fix PEP8 blank lines issues in Python files | Rémi Verschelde | |
Done with `autopep8 --select=E3,W3`, fixes: - E301 - Add missing blank line. - E302 - Add missing 2 blank lines. - E303 - Remove extra blank lines. - E304 - Remove blank line following function decorator. - E309 - Add missing blank line. - W391 - Remove trailing blank lines. | |||
2016-11-01 | style: Fix PEP8 whitespace issues in Python files | Rémi Verschelde | |
Done with `autopep8 --select=E2,W2`, fixes: - E201 - Remove extraneous whitespace. - E202 - Remove extraneous whitespace. - E203 - Remove extraneous whitespace. - E211 - Remove extraneous whitespace. - E221 - Fix extraneous whitespace around keywords. - E222 - Fix extraneous whitespace around keywords. - E223 - Fix extraneous whitespace around keywords. - E224 - Remove extraneous whitespace around operator. - E225 - Fix missing whitespace around operator. - E226 - Fix missing whitespace around operator. - E227 - Fix missing whitespace around operator. - E228 - Fix missing whitespace around operator. - E231 - Add missing whitespace. - E231 - Fix various deprecated code (via lib2to3). - E241 - Fix extraneous whitespace around keywords. - E242 - Remove extraneous whitespace around operator. - E251 - Remove whitespace around parameter '=' sign. - E261 - Fix spacing after comment hash. - E262 - Fix spacing after comment hash. - E265 - Format block comments. - E271 - Fix extraneous whitespace around keywords. - E272 - Fix extraneous whitespace around keywords. - E273 - Fix extraneous whitespace around keywords. - E274 - Fix extraneous whitespace around keywords. - W291 - Remove trailing whitespace. - W293 - Remove trailing whitespace. | |||
2016-11-01 | style: Start applying PEP8 to Python files, indentation issues | Rémi Verschelde | |
Done with `autopep8 --select=E1`, fixes: - E101 - Reindent all lines. - E112 - Fix under-indented comments. - E113 - Fix over-indented comments. - E115 - Fix under-indented comments. - E116 - Fix over-indented comments. - E121 - Fix a badly indented line. - E122 - Fix a badly indented line. - E123 - Fix a badly indented line. - E124 - Fix a badly indented line. - E125 - Fix indentation undistinguish from the next logical line. - E126 - Fix a badly indented line. - E127 - Fix a badly indented line. - E128 - Fix a badly indented line. - E129 - Fix a badly indented line. | |||
2016-10-22 | Fixed tiny error in detect.py causing compilation for Android to fail. | Randy Tan Shaoxian | |
(cherry picked from commit c9d7f77c6ffea4691fba2071caec2d63d927b4d1) | |||
2016-10-17 | Merge pull request #6850 from akien-mga/pr-scsub-shebang | Rémi Verschelde | |
SCsub: Add python shebang as a hint for syntax highlighting | |||
2016-10-17 | SCsub: Add python shebang as a hint for syntax highlighting | Rémi Verschelde | |
Also switch existing shebangs to "better" /usr/bin/env python. | |||
2016-10-17 | Merge pull request #6846 from volzhs/android-dir-exists | Rémi Verschelde | |
Fix crash when using Directory.dir_exists(path) on Android | |||
2016-10-17 | Merge pull request #6723 from bvbfan/patch-1 | Rémi Verschelde | |
Correct OS architecture detection | |||
2016-10-16 | Theora: Don't compile unnecessary files, rename "x86_opt_*" | Błażej Szczygieł | |
2016-10-17 | Fix crash when using Directory.dir_exists(path) on Android | volzhs | |
2016-10-15 | zlib: Split thirdparty files, simplify scons option | Rémi Verschelde | |
2016-10-15 | ogg/vorbis/opus: Make them modules and unbundle thirdparty libs | Rémi Verschelde | |
Took the opportunity to undo the Godot changed made to the opus source. The opus module should eventually be built in its own environment to avoid polluting others with too many include dirs and defines. TODO: Fix the platform/ stuff for opus. | |||
2016-10-14 | Drop nedmalloc which is apparently not used anymore | Rémi Verschelde | |
2016-10-11 | Correct OS architecture detection | Anthony Fieroni | |
Signed-off-by: Anthony Fieroni <bvbfan@abv.bg> | |||
2016-10-04 | Fix compile flags not getting to the Android build | Pedro J. Estébanez | |
2016-09-26 | removed confusing "if(true)" statement with empty "else" block | syskrank | |
2016-09-21 | Fix manifest generation bug in Android export | Pedro J. Estébanez | |
2016-09-10 | Revert "Change Android float ABI to hard" | Juan Linietsky | |
2016-09-10 | Merge pull request #5920 from 29jm/fix-warnings | Juan Linietsky | |
Fix some more warnings | |||
2016-09-10 | Merge pull request #6438 from RandomShaper/android-hard-float-abi | Juan Linietsky | |
Change Android float ABI to hard | |||
2016-09-09 | Change Android float ABI to hard | Pedro J. Estébanez | |
2016-09-07 | Fix (potentially) Android libs packaging issue (#5645) | Pedro J. Estébanez | |
2016-08-13 | Fix some comparisons between signed and unsigned integers | Johan Manuel | |
2016-08-13 | Remove some unused variables | Johan Manuel | |
2016-08-08 | Android: Rename values-zh to values-zh-rCN (#6063) | Skyfrit | |
2016-08-08 | Android: Add support for Traditional Chinese (HK) (#6061) | Skyfrit | |
2016-08-08 | Android: Add support for Traditional Chinese (TW) (#6061) | Skyfrit | |
2016-07-24 | Merge pull request #5415 from volzhs/improve-android-payment | Juan Linietsky | |
Improve android payment | |||
2016-07-21 | Minor code formatting in platform/android | Mario Schlack | |
2016-07-21 | Merge pull request #5835 from volzhs/issue-5831 | Rémi Verschelde | |
Fix compile error if use android_stl=yes | |||
2016-07-21 | Fix compile error if use android_stl=yes | volzhs | |
2016-07-21 | Merge pull request #5819 from hurikhan/android_getScreenDPI | Rémi Verschelde | |
Implement get_screen_dpi() on Android | |||
2016-07-20 | Implement get_screen_dpi() on Android | Mario Schlack | |
2016-07-19 | Fixed properly not save signals that already exist in their base scenes, ↵ | Juan Linietsky | |
closes #5656 | |||
2016-07-18 | Add querying details of IAP items for android | volzhs | |
2016-07-18 | Fix can't get all info if user purchases many items and not consumed | volzhs | |
2016-07-16 | Added gyroscope support to Godot and Android | Jamil Halabi | |
2016-07-11 | Fix crash in FileAccessJAndroid::file_exists (does not free local ref) | sanikoyes | |
2016-07-10 | Merge pull request #5077 from RandomShaper/improve-android-build | Juan Linietsky | |
Improve Android build | |||
2016-07-07 | Add android_add_default_config for config.py | volzhs | |
usage : env.android_add_default_config("applicationId 'com.godot.game'") | |||
2016-07-05 | Fix crash when null value through jni on android | volzhs | |
2016-07-03 | Merge pull request #5491 from volzhs/fix-jni-bool-string | Rémi Verschelde | |
Fix wrong return bool, string, string array data through jni | |||
2016-07-02 | missnig ; | Juan Linietsky | |
2016-07-02 | Data dir returns a symlink in Android 6.0, which confuses DirAccess on ↵ | Juan Linietsky | |
android, this should fix it |