aboutsummaryrefslogtreecommitdiff
path: root/modules/visual_script/doc_classes/VisualScriptNode.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-05-28Sync classref with current sourceRémi Verschelde24-59/+404
Also fix binding of Basis.slerp
2018-05-28Change position of validation in set_custom_mouse_cursorGuilherme Felipe3-3/+6
2018-05-28Revert "Make the performance reporting update frequency customizable"Juan Linietsky6-21/+8
2018-05-28Fix for not picking up locale of some .po translation filesFabian1-1/+1
2018-05-27Add validation in set_custom_mouse_cursorGuilherme Felipe3-0/+3
Check if the image is valid.
2018-05-27Mono: Fix MonoImage filename being set to an invalid pathIgnacio Etcheverry1-4/+5
2018-05-27Fixed GroupCallFlags links in the SceneTree's doc.Michael Alexsander Silva Dias1-3/+3
2018-05-26Fix memory leak in set_custom_mouse_cursorGuilherme Felipe3-5/+17
2018-05-26Instance scene at root by defaultZirak1-1/+1
Fix bug in cdcfb9582e6e9f18df1475619f2ebe62b7f0bdce leading to the root node not being selected by default. Fix #18557.
2018-05-26Don't cut of long errors in debugger.Benjamin1-1/+4
Autowrap to expand to up to 3 lines + display full error in tooltip.
2018-05-26Added some quick info on shaders to the docsBastiaan Olij2-2/+8
2018-05-26Check for 0 roll influenceBastiaan Olij1-4/+7
2018-05-25Expose methods area_set_area_monitor_callback and area_set_monitorable in ↵MrCdK2-0/+4
PhysicsServer and Physics2DServer
2018-05-25[DOCS] Array sortMax Hilbrunner1-2/+2
2018-05-25Take tween speed into account when calculating runtimeRasmus Ketelsen1-1/+6
2018-05-25Revert "Improve TileMap undo operations"Rémi Verschelde2-11/+16
2018-05-25Don't draw bones if it's not visiblevolzhs1-0/+3
2018-05-24Revert #14753, as it is buggy and no longer necessary.Webster Sheets1-1/+1
2018-05-24Update stb_truetype to 1.19 and stb_vorbis to 1.14Guilherme Felipe3-242/+542
2018-05-24Javascript: Remove weird logMax Hilbrunner1-2/+0
2018-05-24Mono: Improve 'script class not found' errorIgnacio Etcheverry1-5/+12
No longer printed when using using placeholder script instances (for non-tool scripts in the editor). Print different error if the project assembly is not loaded
2018-05-24Update libvorbis to 1.3.6Guilherme Felipe72-163/+82
2018-05-24Ensures CMD+left and CMD+right only valid for OSX.Anish1-0/+2
Fix in #18370 is now only valid for OSX and is reverted for other OS. Fixes #19042
2018-05-24Fix potential bugs with Find in FilesMarc Gilleron1-4/+6
- Iteration still going on after scan finished - Comparing milliseconds with seconds - Potential imprecision due to accumulating milliseconds (iteration could take fewer than 1ms) - Folders to scan not cleared when a new search starts
2018-05-23Capitalized comments of methods created by the Connect Signal dialog.Michael Alexsander Silva Dias2-2/+2
2018-05-23Fix positive operator in GDScript compilerGeorge Marques1-0/+3
2018-05-23More fixes to set_borderless_windowGuilherme Felipe4-16/+10
[x11] Preserve window size when calling this method. [osx] Make sure it don't make the window resizable if it's not needed. [windows] clean up the code.
2018-05-23Improve TileMap undo operationsMarcelo Fernandez2-16/+11
2018-05-23Use relative node path when assigning a node on inspectorvolzhs1-1/+2
2018-05-23cppcheck - defensive programming on i index check orderfirefly24421-1/+1
2018-05-22Only add autoloads in editor if they have tool scriptsGeorge Marques3-98/+126
2018-05-22Allow body-up-to-EOF HTTP responsesPedro J. Estébanez4-15/+52
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-22Fix updating mesh when reimportingvolzhs1-1/+1
2018-05-22Make filename clipped on Import dockvolzhs1-0/+1
2018-05-22mono: add Slerp method to vector classes, expose Cross method for Vector2, ↵Kelly Thomas4-5/+17
and fix unnecessary casts in Basis
2018-05-21Fix AssetLib image loadingKarolis K1-3/+14
2018-05-21Fix #15678Guilherme Felipe1-1/+3
Fix cursor not displaying arrow when transiting from mode captured to visible.
2018-05-21Fix OSXCROSS build with clang-6.0Fabio Alessandrelli1-3/+7
2018-05-21Fix index out of range error in string.Extension()Kelly Thomas1-1/+1
2018-05-20Reduce allocations when converting mono arrays to pool arraysCarter Anderson1-9/+16
2018-05-20Fix #19033Guilherme Felipe4-5/+33
- 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-20Up vector implementation and OrientedPathFollow.danilo22059-1/+469
2018-05-20[DOCS] Update VideoPlayer classrefChris Bradfield2-13/+20
2018-05-20fixup project_manager and find_in_files for text_changed signal change.Ibrahn Sahir2-3/+15
Background: Commit 2abec59db96496611bb16dd1300d9b7d3def9780 removing text_changed signal emmision from LineEdit::set_text broke the project manager and find_in_files.
2018-05-19Dictionary editing support in inspectorJuan Linietsky5-3/+613
2018-05-19Dictionary editing does the comeback to the inspector, fixes #19046Juan Linietsky6-3/+598
2018-05-19fix for TextEdit::set_text firing signals it shouldn't.Ibrahn Sahir2-3/+2
Removing some _changed signals in set_ functions. Includes revert of commit 384625aa31a3627c25246e06c1fbc3019866765c
2018-05-19Add more IDE created files into .gitignoregeequlim1-0/+3
2018-05-19Fixed generating radiance texture when using viewport texture for skyBastiaan Olij2-8/+6
2018-05-19GDScript access to copyright, license, author and donor information.Ibrahn Sahir10-300/+426
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