Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-17 | Removal of Image from Variant, converted to a Resource. | Juan Linietsky | |
2017-05-16 | Merge pull request #8778 from honix/master | Rémi Verschelde | |
Particles potential crash fix 2 | |||
2017-05-16 | Particles potential crash fix 2 | honix | |
2017-05-16 | Merge pull request #8784 from bojidar-bg/editorconfig-trim-whitespace | Rémi Verschelde | |
Add trim_trailing_whitespace to .editorconfig [ci skip] | |||
2017-05-16 | Add trim_trailing_whitespace to .editorconfig | Bojidar Marinov | |
2017-05-16 | Merge pull request #8780 from RandomShaper/updgrade-android-build-tools | Rémi Verschelde | |
Upgrade Android build tools to the latest | |||
2017-05-16 | Upgrade Android build tools to the latest | Pedro J. Estébanez | |
2017-05-15 | Merge pull request #8775 from godotengine/revert-8772-master | Andreas Haas | |
Revert "Particles potential crash fix" | |||
2017-05-15 | Revert "Particles potential crash fix" | Andreas Haas | |
2017-05-15 | Merge pull request #8772 from honix/master | Andreas Haas | |
Particles potential crash fix | |||
2017-05-15 | Particles potential crash fix | honix | |
2017-05-15 | Merge pull request #8761 from noshyaar/pr2 | Rémi Verschelde | |
AssetInstaller: fix toggling dir bug, scan after install | |||
2017-05-15 | Merge pull request #8759 from AlexHoratio/master | Rémi Verschelde | |
Fixed #8526, popup menu width now responds to submenu icon | |||
2017-05-15 | Merge pull request #8732 from akien-mga/exhaustive-copyright | Rémi Verschelde | |
Document exhaustive licensing info of all files | |||
2017-05-15 | Merge pull request #8717 from damianday/master | Rémi Verschelde | |
Fix natural sorting order in EditorFileDialog, FileDialog and EditorFileSystemDirectory | |||
2017-05-14 | Merge pull request #8762 from honix/master | Rémi Verschelde | |
Docs: ERR_EOF -> ERR_FILE_EOF | |||
2017-05-14 | Merge pull request #8764 from BeayemX/fix-typo | Rémi Verschelde | |
Fixed typo 'one short connection' to 'one shot' | |||
2017-05-14 | fixed typo 'one short connection' to 'one shot' | Christian Winter | |
2017-05-14 | Fixed #8526, popup menu width now responds to submenu icon | AlexHoratio | |
2017-05-14 | docs: ERR_EOF -> ERR_FILE_EOF | honix | |
2017-05-14 | New logo, in SVG format | Juan Linietsky | |
2017-05-14 | AssetInstaller: fix toggling dir bug, scan after install | Poommetee Ketson | |
2017-05-13 | Merge pull request #8743 from karroffel/gdnative-reload-fixes | Thomas Herzog | |
[GDNative] fixed a reload bug | |||
2017-05-13 | [GDNative] fixed a reload bug | Karroffel | |
When there was no terminate function defined in the library the exported variables would not update. This fixes that. | |||
2017-05-12 | Document exhaustive licensing info of all files | Rémi Verschelde | |
Uses the machine-readable debian/copyright standard to be explicit about both the licenses and the corresponding copyright attributions for Godot source files and thirdparty libraries bundled in the source repository. | |||
2017-05-12 | Merge pull request #8719 from Hinsbart/settings_case | Rémi Verschelde | |
Project Settings: Use capitalized properties. | |||
2017-05-12 | Merge pull request #8702 from josempans/bug_fixing | Rémi Verschelde | |
Fix click area for bool parameter | |||
2017-05-12 | Merge pull request #8699 from Faless/ipv6_disabled | Rémi Verschelde | |
Fix Editor/Debugger connection problems. | |||
2017-05-12 | Merge pull request #8696 from bojidar-bg/fix-path-autocomplete | Rémi Verschelde | |
Fix gdscript autocomplete showing only paths | |||
2017-05-12 | Merge pull request #8682 from akien-mga/master | Rémi Verschelde | |
Fix license formatting breaking GH detection | |||
2017-05-12 | Fix natural sorting order in EditorFileDialog, FileDialog and ↵ | Damian Day | |
EditorFileSystemDirectory Make EditorFileDialog, FileDialog and EditorFileSystemDirectory alphanumerical sorting more natural Added a new method 'naturalnocasecmp_to' and comparator 'NaturalNoCaseComparator' to String. Fixes #8712. | |||
2017-05-12 | Merge pull request #8725 from volzhs/android-jni-master | Rémi Verschelde | |
Fix compile error when use "android_add_jni_dir" | |||
2017-05-12 | Merge pull request #8723 from volzhs/fix-android-master | Rémi Verschelde | |
Fix possible memory leak for Android and update gradle | |||
2017-05-12 | Fix compile error when use "android_add_jni_dir" | volzhs | |
2017-05-12 | Update to latest gradle | volzhs | |
2017-05-12 | Fix possible memory leak for Android | volzhs | |
/godot_dev/platform/android/java/src/com/google/android/vending/expansion/downloader/impl/DownloaderService.java:575: Error: The WIFI_SERVICE must be looked up on the Application context or memory will leak on devices < Android N. Try changing to .getApplicationContext() [WifiManagerLeak] mWifiManager = (WifiManager) getSystemService(Context.WIFI_SERVICE); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Explanation for issues of type "WifiManagerLeak": On versions prior to Android N (24), initializing the WifiManager via Context#getSystemService can cause a memory leak if the context is not the application context. Change context.getSystemService(...) to context.getApplicationContext().getSystemService(...). 1 errors, 0 warnings | |||
2017-05-11 | Merge pull request #8720 from karroffel/gdnative-methodbind-varcall | Thomas Herzog | |
[GDNative] added varcall and print | |||
2017-05-11 | [GDNative] added varcall and print | Karroffel | |
2017-05-11 | Project Settings: Use capitalized properties. | Andreas Haas | |
There's been some inconsistency between the ProjectSettings and EditorSettings: One would use "snake_case_properties", the other "Capitalized Properties". This fixes that by also using capitalized properties for the project settings. (It's actually the default, so the line setting it to false was just removed..) Was there a strong reason for using snake_case here in the first place? | |||
2017-05-11 | Merge pull request #8718 from karroffel/remove-multiscript | Rémi Verschelde | |
removed multiscript | |||
2017-05-11 | removed multiscript | Karroffel | |
removes MultiScript which was re-added in #8502 (aka 4c14700). This feature didn't turn out to be as useful as most expected. It causes more troubles than it does good. | |||
2017-05-10 | Merge pull request #8704 from sheepandshepherd/gdnative_error_printing | Thomas Herzog | |
Add error printing functions to GDNative | |||
2017-05-10 | Add error printing functions to GDNative | sheepandshepherd | |
2017-05-09 | Fix click area for bool parameter | Jose M Pan | |
This fixes the issue #8551: VisualScript: can't change bool parameter in function call | |||
2017-05-09 | Display remote_host/port in network->debug settings | Fabio Alessandrelli | |
2017-05-09 | Allow selecting editor debug host and port. | Fabio Alessandrelli | |
Possibly fixes various editor<->debugger connection related problems. | |||
2017-05-08 | Fix local ip addresses (interfaces) detection. | Fabio Alessandrelli | |
Ignore non-IP addresses for both windows and unix | |||
2017-05-08 | Put brave old bb10 platform to a well-deserved rest | Rémi Verschelde | |
Add some 🔥 to appease @reduz. Fixes #8692. | |||
2017-05-08 | Socket helpers now fall back to ipv4 on systems where ipv6 is disabled. | Fabio Alessandrelli | |
2017-05-08 | Fix #8674, and rename a few things for clarity | Bojidar Marinov | |