index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
iOS modular build and export implementation.
bruvzg
2019-12-01
1
-0
/
+6
*
Travis: Force installing OpenJDK8 for Android SDK compatibility
Rémi Verschelde
2019-10-26
1
-1
/
+2
*
Travis: Update Android NDK to r20
Rémi Verschelde
2019-10-24
2
-110
/
+3
*
Optimize images losslessly using `oxipng -o6 --strip all --zopfli`
Hugo Locurcio
2019-10-12
11
-0
/
+0
*
Remove obsolete `sort_demos.sh` script
Hugo Locurcio
2019-10-02
1
-29
/
+0
*
Fixed running the export templates with newer emscripten versions.
Relintai
2019-10-01
2
-2
/
+4
*
Fix copyright headers and style issues
Rémi Verschelde
2019-09-24
1
-2
/
+2
*
Merge pull request #31919 from m4gr3d/use_aar_for_custom_build
Rémi Verschelde
2019-09-19
10
-436
/
+2
|
\
|
*
Remove the jetbrains setup directory as it's now obsolete.
fhuya
2019-09-04
8
-434
/
+0
|
*
Split the Android platform java logic into an Android library module (`lib`) ...
fhuya
2019-09-04
2
-2
/
+2
*
|
Fix HTML5 export after #30864
Fabio Alessandrelli
2019-09-14
1
-1
/
+1
*
|
Fixed javascript code to remove animateStatusIndeterminate callback when the ...
Enzo Ferrari
2019-09-03
1
-2
/
+2
|
/
*
Style: Don't apply clang-format to platform/android/java/src/com
Rémi Verschelde
2019-08-27
2
-1
/
+4
*
Bump gradle version to 5.1.1
fhuya
2019-08-21
1
-2
/
+2
*
Shut down Godot processes on app exit.
fhuya
2019-08-20
1
-1
/
+1
*
Add microphone privilege settings support back into export and add privilege ...
Bastiaan Olij
2019-07-06
1
-0
/
+2
*
Deprecate armv6 support for Android
fhuya
2019-06-19
1
-1
/
+1
*
Add script to fix style issues and copyright headers
Rémi Verschelde
2019-06-17
1
-0
/
+60
*
Fix pointer position in hidpi-corrected resolutions on web
Leonardo Giovanni Scur
2019-06-14
1
-2
/
+7
*
Add missing license headers
Rémi Verschelde
2019-06-11
1
-4
/
+4
*
Add Android Studio support.
fhuya
2019-05-29
8
-0
/
+434
*
Travis: Update clang-format to version 8.0
Rémi Verschelde
2019-05-20
1
-1
/
+1
*
Make Xcode recursive search frameworks in project dir
Vasiliy Makarov
2019-05-14
1
-2
/
+2
*
dist: Rename Linux mime type to follow system convention
Rémi Verschelde
2019-04-03
1
-0
/
+0
*
Enable Mojave "dark mode" on the editor title bar
Allan Davis
2019-03-20
1
-0
/
+2
*
Bump version to 3.2-dev
Rémi Verschelde
2019-03-13
2
-3
/
+3
*
Remove microphone from export options and distribution plist
Sam Green
2019-03-04
1
-2
/
+0
*
New export options iOS
Bastiaan Olij
2019-02-16
2
-17
/
+88
*
Fix version in osx_tools.app
Rémi Verschelde
2019-02-10
1
-2
/
+2
*
Be explicit about usage of GDScript tests
Rémi Verschelde
2019-02-10
1
-3
/
+3
*
Travis: Fix accepting Android SDK licenses
Rémi Verschelde
2019-01-21
1
-4
/
+4
*
Travis: Use pip to install SCons on OSX
Rémi Verschelde
2019-01-09
1
-18
/
+0
*
escaped '&' in macos osx_tools.app Info.plist
PrestonKnopp
2019-01-02
1
-2
/
+2
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
5
-8
/
+8
*
Fix missing/malformed license headers
Rémi Verschelde
2019-01-01
2
-0
/
+30
*
File icons: separate icons for gdscript, resource, scene and projects.
bruvzg
2018-12-06
19
-20
/
+63
*
Tests: Drop old test_io referencing data which isn't included
Rémi Verschelde
2018-12-05
1
-1
/
+1
*
Change old Godot logo/splash screen in UWP assets
qarmin
2018-11-27
1
-0
/
+0
*
[macOS] Fix file associations (for *.scn, *.tscn and project.godot).
bruvzg
2018-11-10
3
-16
/
+79
*
doc: Use HTTPS for docs.godotengine.org and point to latest branch
Rémi Verschelde
2018-11-05
1
-2
/
+2
*
Merge pull request #22626 from akien-mga/travis-android-ndk
Rémi Verschelde
2018-10-02
1
-5
/
+5
|
\
|
*
Travis: Update Android NDK to r18
Rémi Verschelde
2018-10-02
1
-5
/
+5
*
|
Style: Fix clang-format pre-commit hook for java and glsl
Rémi Verschelde
2018-10-02
1
-1
/
+1
|
/
*
Style: Enable clang-format on GLSL shaders
Rémi Verschelde
2018-08-27
2
-2
/
+2
*
Merge pull request #21336 from eska014/html5-new-presentation
Rémi Verschelde
2018-08-24
2
-0
/
+260
|
\
|
*
Add responsive HTML5 export page with full-size canvas as new default
Leon Krause
2018-08-23
2
-0
/
+260
*
|
Tweak AppStream metadata and add MIME type integration
Hugo Locurcio
2018-07-28
3
-6
/
+11
*
|
Main: Fix --check-only option implemented as paired
Rémi Verschelde
2018-07-27
1
-3
/
+6
*
|
Rename AppStream metadata and desktop files to follow the specification
Hugo Locurcio
2018-07-24
2
-2
/
+8
*
|
Travis: Update clang-format version in shell script
Rémi Verschelde
2018-07-18
1
-1
/
+1
|
/
[next]