summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-15Merge pull request #8717 from damianday/masterRémi Verschelde
Fix natural sorting order in EditorFileDialog, FileDialog and EditorFileSystemDirectory
2017-05-14Merge pull request #8762 from honix/masterRémi Verschelde
Docs: ERR_EOF -> ERR_FILE_EOF
2017-05-14Merge pull request #8764 from BeayemX/fix-typoRémi Verschelde
Fixed typo 'one short connection' to 'one shot'
2017-05-14fixed typo 'one short connection' to 'one shot'Christian Winter
2017-05-14docs: ERR_EOF -> ERR_FILE_EOFhonix
2017-05-14New logo, in SVG formatJuan Linietsky
2017-05-13Merge pull request #8743 from karroffel/gdnative-reload-fixesThomas Herzog
[GDNative] fixed a reload bug
2017-05-13[GDNative] fixed a reload bugKarroffel
When there was no terminate function defined in the library the exported variables would not update. This fixes that.
2017-05-12Merge pull request #8719 from Hinsbart/settings_caseRémi Verschelde
Project Settings: Use capitalized properties.
2017-05-12Merge pull request #8702 from josempans/bug_fixingRémi Verschelde
Fix click area for bool parameter
2017-05-12Merge pull request #8699 from Faless/ipv6_disabledRémi Verschelde
Fix Editor/Debugger connection problems.
2017-05-12Merge pull request #8696 from bojidar-bg/fix-path-autocompleteRémi Verschelde
Fix gdscript autocomplete showing only paths
2017-05-12Merge pull request #8682 from akien-mga/masterRémi Verschelde
Fix license formatting breaking GH detection
2017-05-12Fix 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-12Merge pull request #8725 from volzhs/android-jni-masterRémi Verschelde
Fix compile error when use "android_add_jni_dir"
2017-05-12Merge pull request #8723 from volzhs/fix-android-masterRémi Verschelde
Fix possible memory leak for Android and update gradle
2017-05-12Fix compile error when use "android_add_jni_dir"volzhs
2017-05-12Update to latest gradlevolzhs
2017-05-12Fix possible memory leak for Androidvolzhs
/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-11Merge pull request #8720 from karroffel/gdnative-methodbind-varcallThomas Herzog
[GDNative] added varcall and print
2017-05-11[GDNative] added varcall and printKarroffel
2017-05-11Project 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-11Merge pull request #8718 from karroffel/remove-multiscriptRémi Verschelde
removed multiscript
2017-05-11removed multiscriptKarroffel
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-10Merge pull request #8704 from sheepandshepherd/gdnative_error_printingThomas Herzog
Add error printing functions to GDNative
2017-05-10Add error printing functions to GDNativesheepandshepherd
2017-05-09Fix click area for bool parameterJose M Pan
This fixes the issue #8551: VisualScript: can't change bool parameter in function call
2017-05-09Display remote_host/port in network->debug settingsFabio Alessandrelli
2017-05-09Allow selecting editor debug host and port.Fabio Alessandrelli
Possibly fixes various editor<->debugger connection related problems.
2017-05-08Fix local ip addresses (interfaces) detection.Fabio Alessandrelli
Ignore non-IP addresses for both windows and unix
2017-05-08Put brave old bb10 platform to a well-deserved restRémi Verschelde
Add some 🔥 to appease @reduz. Fixes #8692.
2017-05-08Socket helpers now fall back to ipv4 on systems where ipv6 is disabled.Fabio Alessandrelli
2017-05-08Fix #8674, and rename a few things for clarityBojidar Marinov
2017-05-08Fixed the IP resolver code blocking the main thread, it uses a Mutex now to ↵Marcelo Fernandez
lock its own thread.
2017-05-08Merge pull request #8689 from Zylann/freelook_improvementRémi Verschelde
Improved freelook
2017-05-08Merge pull request #8694 from noshyaar/pr-raycastRémi Verschelde
RayCast2D: fix detached arrow tip
2017-05-08RayCast2D: fix detached arrow tipPoommetee Ketson
2017-05-08Improved freelookMarc Gilleron
- Fix movement input affecting all viewports even when clicking outside - Freelook up movement is now relative - Prevent tool shortcut conflict when moving - De-hardcode tool shortcuts (select, move, rotate, scale, wireframe) - Movement speed depends on zoom distance (like panning) - Mouse wheel controls speed (Blender-style) due to above point - Added zoom distance indicator, hides after short delay
2017-05-07Fix license formatting breaking GH detectionRémi Verschelde
2017-05-07Merge pull request #8660 from Hinsbart/warpRémi Verschelde
Spatial Editor: Mouse warping for orbit & freelook modes.
2017-05-07Merge pull request #8639 from n-pigeon/new_script_dialogRémi Verschelde
Reworked look and feel of Add Script Dialog also some bug fixes
2017-05-07Implemented scrolling factor for smooth trackpad scrollingtoger5
Working platforms platform: OSX, Windows. Support for almost all ui elements, including project list.
2017-05-07Improve documentation of thirdparty code snippetsRémi Verschelde
2017-05-06Doc: Drop unmainted converters for html, textile, dokuwikiRémi Verschelde
2017-05-06Doc: Remove unused tool translationRémi Verschelde
2017-05-06X11: Abort build if using OpenSSL 1.1.0+Rémi Verschelde
Workaround until #8624 is fixed.
2017-05-06Reworked look and feel of Add Script Dialog.Przemysław Gołąb (n-pigeon)
Untangled a lot of Controls logic code and placed it in one place. Which squashed few bugs and made code easier to maintain.
2017-05-06Spatial Editor: Mouse warping for orbit & freelook modes.Andreas Haas
2017-05-06Fixing previous merger's "not" vs. "!" mistake in C++ (#8664)Will Nations
Also fix typo on the main editor confirmation prompt
2017-05-06Merge pull request #8663 from Faless/fix_propagate_pauseRémi Verschelde
Fix bug in pause mode propagation