Commit graph

14687 commits

Author SHA1 Message Date
Max Hilbrunner acf6c326fb
Merge pull request #14715 from Krakean/string_add_rsplit2
Added rsplit() method to String class
2018-05-23 17:19:35 +02:00
Max Hilbrunner f1e5a47fab
Merge pull request #19103 from volzhs/fix-reimport-dae
Fix updating mesh when reimporting
2018-05-23 17:19:20 +02:00
volzhs 70e04ae26f Use relative node path when assigning a node on inspector 2018-05-23 23:43:47 +09:00
firefly2442 b22c1dd0f7 cppcheck - defensive programming on i index check order 2018-05-23 00:15:35 -06:00
George Marques 55b4b30ab2
Only add autoloads in editor if they have tool scripts 2018-05-22 13:26:13 -03:00
Pedro J. Estébanez 2587fcccee Allow body-up-to-EOF HTTP responses
Implements the same heuristic as Curl (and web browsers): if no `Content-Length`, no `Connection: keep-alive` and no chunked transfer encoding, assume th rest of the data until EOF is the body, gracefully setting the HTTP client back to the disconnected state.

Theoretically, this is not compliant with HTTP 1.1, by which `keep-alive` is the default, but in practice, an explicit header is sent by servers.
2018-05-22 15:08:31 +02:00
volzhs 9d5e1228ea Fix updating mesh when reimporting 2018-05-22 19:58:28 +09:00
volzhs 12fb5f58d9 Make filename clipped on Import dock 2018-05-22 16:56:16 +09:00
Kelly Thomas b335274bcd mono: add Slerp method to vector classes, expose Cross method for Vector2, and fix unnecessary casts in Basis 2018-05-22 08:27:49 +08:00
Karolis K 1a92906fe0 Fix AssetLib image loading 2018-05-21 21:09:09 +03:00
Max Hilbrunner 0980991e64
Merge pull request #19070 from guilhermefelipecgs/fix_19033
Fix mouse confined and set_borderless_window
2018-05-21 18:30:11 +02:00
Max Hilbrunner 3ac7f08b55
Merge pull request #19082 from guilhermefelipecgs/fix_cursor
Fix cursor not displaying arrow when transiting from mode captured to visible.
2018-05-21 18:26:42 +02:00
Guilherme Felipe 9af14ac1db Fix #15678
Fix cursor not displaying arrow when transiting from mode captured to
visible.
2018-05-21 14:37:30 -03:00
Max Hilbrunner bd39e0d864
Merge pull request #19081 from Faless/osxcross_fix2
Fix OSXCROSS build with clang-6.0
2018-05-21 18:25:18 +02:00
Ignacio Etcheverry 689290d71b
Merge pull request #19077 from KellyThomas/fix-string-extension
mono: Fix index out of range error in string.Extension()
2018-05-21 16:57:41 +02:00
Max Hilbrunner 8289ff5fb3
Merge pull request #18951 from YeldhamDev/small_tooltip_changes
Small tooltip changes
2018-05-21 16:23:07 +02:00
Fabio Alessandrelli 875d822d77 Fix OSXCROSS build with clang-6.0 2018-05-21 16:16:16 +02:00
Kelly Thomas c7e98eef67 Fix index out of range error in string.Extension() 2018-05-21 18:48:53 +08:00
Max Hilbrunner 7de36f0517
Merge pull request #19039 from GodotExplorer/gitignore-ide-configs
Add more IDE created files into .gitignore
2018-05-21 06:02:46 +02:00
Max Hilbrunner e7bb6ab3d6
Merge pull request #19067 from cbscribe/kcc_videoplayer_doc
[DOCS] Update VideoPlayer classref
2018-05-21 06:00:05 +02:00
Carter Anderson 56262ceafe Reduce allocations when converting mono arrays to pool arrays 2018-05-20 18:18:06 -07:00
Guilherme Felipe 28d24c4f66 Fix #19033
- Fix a bug when mouse is confined don't update the cursor shape.
- Don't let the mouse leave the window when resizing to a smaller
resolution when MOUSE_MODE_CONFINED.
- Fix set_borderless_window to preserve the actual video_mode.widht/height.
2018-05-20 20:53:04 -03:00
danilo2205 dc639d334a Up vector implementation and OrientedPathFollow. 2018-05-20 19:51:56 -03:00
Chris Bradfield 393125a6a4 [DOCS] Update VideoPlayer classref 2018-05-20 13:43:48 -07:00
Juan Linietsky 9a5950ace5
Merge pull request #19064 from ibrahn/ui-text-changed-fixup
fixup project_manager and find_in_files for text_changed signal change.
2018-05-20 13:15:13 -03:00
Ibrahn Sahir 8afb00a8ec fixup project_manager and find_in_files for text_changed signal change.
Background:
Commit 2abec59db9 removing text_changed
signal emmision from LineEdit::set_text broke the project manager and
find_in_files.
2018-05-20 16:45:22 +01:00
Juan Linietsky 5b11d16f21
Merge pull request #19050 from ibrahn/fix-signals-on-set
fix for TextEdit::set_text firing signals it shouldn't.
2018-05-19 19:07:41 -03:00
Juan Linietsky 9b567cc549 Dictionary editing support in inspector 2018-05-19 17:57:44 -03:00
Juan Linietsky eded061668 Dictionary editing does the comeback to the inspector, fixes #19046 2018-05-19 16:10:19 -03:00
Ibrahn Sahir 2abec59db9 fix for TextEdit::set_text firing signals it shouldn't.
Removing some _changed signals in set_ functions.
Includes revert of commit 384625aa31
2018-05-19 19:38:13 +01:00
geequlim d3a6960437 Add more IDE created files into .gitignore 2018-05-19 16:32:37 +08:00
Bastiaan Olij f4638d16f1 Fixed generating radiance texture when using viewport texture for sky 2018-05-19 12:37:26 +10:00
Ibrahn Sahir 1433c2cbbb GDScript access to copyright, license, author and donor information.
Adds following functions to the Engine singleton:
get_author_info - names of Godot authors
get_copyright_info - detailed source copyright get_license_info
get_donor_info - donor names
get_license_info - full text of licenses used, indexed by license names
get_license_text - the text of the Godot Expat license
2018-05-19 00:40:16 +01:00
Rémi Verschelde 228b09bafb
Merge pull request #18974 from KellyThomas/c-sharp-feature-parity-basis
Mono: Basis constructor for euler parameter
2018-05-18 21:09:57 +02:00
Rémi Verschelde 30caac8ee3
Merge pull request #19013 from bruvzg/uwp_build_fix
Fix UWP build after #14622.
2018-05-18 20:55:47 +02:00
toger5 c97a1b17fe light theme text editor behaviour 2018-05-18 20:45:38 +02:00
Ignacio Etcheverry fc90f41f53
Merge pull request #18975 from KellyThomas/c-sharp-feature-parity-color
mono: New Color methods:  Darkened, Lightened and ToRgba32
2018-05-18 20:09:01 +02:00
Rémi Verschelde d6c15bd96a
Merge pull request #19017 from toger5/fix_no_a_input_script_editor_osx
fixed capital A osx
2018-05-18 20:04:31 +02:00
Michael Alexsander Silva Dias 6c058040b7 Small tooltip changes. 2018-05-18 14:54:40 -03:00
toger5 6476b708d9 fixed capital A osx 2018-05-18 19:46:40 +02:00
Ignacio Etcheverry 1ad4773584
Merge pull request #18977 from KellyThomas/c-sharp-feature-parity-plane
Mono: Expose Normal and D properties as properties in Plane
2018-05-18 19:03:13 +02:00
bruvzg 6f0a83b681
Fix UWP build after #14622. 2018-05-18 19:29:24 +03:00
Juan Linietsky 9b5275b135 -Hid texture flags by default so they dont take so much space
-make curve texture preview not so large, so its easier to embed the editor
2018-05-18 12:37:18 -03:00
Juan Linietsky 5e997c9483
Merge pull request #19004 from BastiaanOlij/fix_particles_viewport_texture
Fixes issue that a viewport texture doesn't work with particle shader
2018-05-18 09:07:19 -03:00
Bastiaan Olij 124774860c Fixes issue that a viewport texture doesn't work with particle shader 2018-05-18 22:02:14 +10:00
Rémi Verschelde b003b7d846
Merge pull request #18978 from Chaosus/cubebugfix
Fix property bug in CubeMesh which prevent it from changing in inspector
2018-05-18 12:47:55 +02:00
Rémi Verschelde 11fd889b0e
Merge pull request #18989 from YeldhamDev/filter_fancy
Small visual changes for some filter bars
2018-05-18 12:46:48 +02:00
Hugo Locurcio 228ae60a63
Make the performance reporting update frequency customizable
The default update frequency has been changed from 1000ms to 250ms.
2018-05-18 11:49:21 +02:00
Michael Alexsander Silva Dias 03a6b0d926 Small visual changes for some filter bars. 2018-05-17 21:50:14 -03:00
Rémi Verschelde 942e0c4832
Merge pull request #18988 from godotengine/revert-18981-fix_color_picker
Revert "Fix color-picker sliders"
2018-05-18 01:50:13 +02:00