Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-01 | Merge pull request #23313 from DavidSichma/viewport-reassign | Juan Linietsky | |
Handling NodePaths in in-place Editor for Resources | |||
2018-11-01 | Merge pull request #23169 from ibrahn/dynamic-fontlist-lifetime | Juan Linietsky | |
Moved dynamic font list from static to lifetime controlled by main. | |||
2018-11-01 | Merge pull request #23125 from JFonS/fix_texture_get_data | Juan Linietsky | |
Implement rasterizer texture_get_data on OpenGL ES | |||
2018-11-01 | Merge pull request #23159 from DavidSichma/string-escape | Juan Linietsky | |
Fix: String::format Variant to String conversion | |||
2018-11-01 | Merge pull request #23434 from vnen/visual-thread-fix | Rémi Verschelde | |
Fix initialization of visual server in all platforms | |||
2018-11-01 | Update 3D physics to match fix from #22933 | Juan Linietsky | |
2018-11-01 | Merge pull request #22933 from SeleckyErik/issue-9148 | Juan Linietsky | |
Fixed non-monitorable areas triggering overlap (reopened) | |||
2018-11-01 | Fix initialization of visual server in all platforms | George Marques | |
Avoid leaking an extra instance when using threads. Also fix threaded loading issues on Android and iOS. | |||
2018-11-01 | Implement rasterizer texture_get_data on OpenGL ES | JFonS | |
2018-11-01 | Merge pull request #22780 from samuelpedrajas/fix_texture_button_hovering | Rémi Verschelde | |
Fix hovering on toggled link and texture buttons | |||
2018-11-01 | Merge pull request #22925 from clayjohn/MeshDataToolError | Rémi Verschelde | |
Removed redundant error from MeshDataTool | |||
2018-11-01 | Merge pull request #23294 from gcardozo123/issue-23235-get-collision-exceptions | Rémi Verschelde | |
Add method get_collision_exceptions to PhysicsBody2D | |||
2018-11-01 | Merge pull request #22938 from groud/open_spriteframes_on_animatedsprites_edit | Rémi Verschelde | |
Opens the SpriteFrames editor when editing an AnimatedSprite | |||
2018-11-01 | Merge pull request #22963 from AlexHolly/doc-richtextlabel | Rémi Verschelde | |
Doc RichTextLabel push strikethrough and align | |||
2018-11-01 | Merge pull request #22977 from CakHuri/draw_relationship_lines-ON | Rémi Verschelde | |
Made 'draw relationship lines' (at Editor Settings) enabled by default. | |||
2018-11-01 | Add method get_collision_exceptions | Guilherme Recchi Cardozo | |
Adding this method to PhysicsBody, PhysicsBody2D and SoftBody. It returns a list of nodes included in collision exceptions. Fixes #23235, cheers! | |||
2018-11-01 | Merge pull request #23195 from Liangdi/master | Rémi Verschelde | |
support New TileSet Editor zooming use CTRL/CMD + MouseWheel | |||
2018-11-01 | Merge pull request #23320 from lethiandev/android-invalid-package-name-error | Rémi Verschelde | |
Add android export error on invalid package name | |||
2018-11-01 | Merge pull request #23380 from volzhs/hide_attach_script | Rémi Verschelde | |
Hide "Attach Script" if node has one | |||
2018-11-01 | Merge pull request #23430 from AndreaCatania/pb_f | Rémi Verschelde | |
Fixed crash on delete physical bone | |||
2018-11-01 | Merge pull request #23401 from lupoDharkael/null-curve | Rémi Verschelde | |
Fix crash adding point to a Curve2D from the editor | |||
2018-11-01 | Fixed crash on delete physical bone | Andrea Catania | |
2018-11-01 | Merge pull request #23403 from xpol/patch-1 | Rémi Verschelde | |
ignore __pycache__ directory | |||
2018-10-31 | Merge pull request #23419 from akien-mga/doc-invalid-enum | Rémi Verschelde | |
doc: Fix invalid [enum] uses | |||
2018-10-31 | doc: Fix invalid [enum] uses | Rémi Verschelde | |
2018-10-31 | Merge pull request #23337 from RandomShaper/fix-autocomplete-crash | Rémi Verschelde | |
Fix GDScript assuming awareness of whole ClassDB | |||
2018-10-31 | Merge pull request #23405 from YeldhamDev/remove_folding_print | Rémi Verschelde | |
Remove "save folding for:" message when saving | |||
2018-10-31 | Merge pull request #23381 from Alien1993/renaming_tree_nodes | Rémi Verschelde | |
Warning dialog is now shown if trying to set Node name to empty string | |||
2018-10-31 | Merge pull request #23393 from marcelofg55/osx_crash | Rémi Verschelde | |
Fix OS X crash when running as .app | |||
2018-10-30 | Improve import dock usability when selecting multiple files, only change ↵ | Juan Linietsky | |
what was modified on re-import. | |||
2018-10-30 | Remove "save folding for:" message when saving | Michael Alexsander Silva Dias | |
2018-10-30 | ignore __pycache__ directory | xpol | |
which is generated during scons. | |||
2018-10-30 | Fix crash adding point to a Curve2D from the editor | lupoDharkael | |
Adding point to a Path2D with null Curve2D from the canvas was causing a crash after trying to use a null object. | |||
2018-10-30 | Merge pull request #23399 from ibrahn/reenable-x11-server-build | Rémi Verschelde | |
Allow the server platform to build on linux again. | |||
2018-10-30 | Allow the server platform to build on linux again. | Ibrahn Sahir | |
Fixed a logic error in platform/server/detect.py that prevented building the server platform on linux. | |||
2018-10-30 | Warning dialog is now shown if trying to set Node name to empty string | Silvano Cerza | |
If the user tried to change a Node name to an empty string in the Scene Tree Editor an error would be returned to console, now a warning dialog is shown with a clear message | |||
2018-10-29 | Fix OS X crash when running as .app | Marcelo Fernandez | |
2018-10-29 | Style: Apply clang-format to wrongly formatted files | Rémi Verschelde | |
2018-10-29 | Merge pull request #23382 from vnen/android-pad-fix | Rémi Verschelde | |
Prevent a device to be added/deleted more than once on Android | |||
2018-10-29 | Merge pull request #23387 from eska014/memgrowth-preload | Rémi Verschelde | |
Enable --no-heap-copy flag for HTML5 builds | |||
2018-10-29 | Merge pull request #23345 from zorbathut/brogwilhelm/logfunctions/cs | Rémi Verschelde | |
Add new log functions for C#. | |||
2018-10-29 | Merge pull request #23388 from eska014/html5-stubexec | Rémi Verschelde | |
Add proper stubs for OS_JavaScript::execute(), get_process_id(), kill() | |||
2018-10-29 | Merge pull request #23386 from eska014/buffersubdata | Rémi Verschelde | |
Use BufferSubData instead of MapBufferRange in non-ES platforms | |||
2018-10-29 | Add proper stubs for OS_JavaScript::execute(), get_process_id(), kill() | Leon Krause | |
Avoids linker warnings and errors about undefined references. | |||
2018-10-29 | Automatically unfold sections of properties that someone else edited (no ↵ | Juan Linietsky | |
local info exists). | |||
2018-10-29 | Merge pull request #23279 from marcelofg55/osx_server | Rémi Verschelde | |
Server platform works on OS X too | |||
2018-10-29 | Enable --no-heap-copy flag for HTML5 builds | Leon Krause | |
2018-10-29 | Use BufferSubData instead of MapBufferRange in HTML5 platform | Leon Krause | |
WebGL does not support MapBufferRange or UnmapBuffer. Also used in non-ES platforms where an extra-copy is avoided. | |||
2018-10-29 | Moved folding outside the resource files, now saved outside the project. | Juan Linietsky | |
2018-10-29 | Merge pull request #23326 from YeldhamDev/search_results_fix | Rémi Verschelde | |
Fix issues with the "Search Results" panel |