summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-25SCons: Fix checks for clang in env['CXX']Rémi Verschelde
They would match the whole path instead of only the filename.
2018-09-25Merge pull request #22290 from groud/add_2dimensional_scaleRémi Verschelde
Add both X and Y scale in the scale editor
2018-09-25Add both X and Y scale in the scale editorgroud
2018-09-25Merge pull request #22415 from ibrahn/fix-late-segfault-hangRémi Verschelde
Fixed hang when segfaulting after OS object destroyed (OSX and X11)
2018-09-24Fixed hang when segfaulting after OS object destroyed (OSX and X11)Ibrahn Sahir
The two POSIX style crash handlers (OSX and X11) now remove their signal handlers when they are destroyed. Additonally if they are called while no OS singleton is set, they will simply abort(). This should not happen now that they remove themselves, but if a future change seperates OS object and crash handler lifetimes, this may be easier to report/debug than hanging on SIGSEGV.
2018-09-24Merge pull request #22400 from Chaosus/viewport_colorRémi Verschelde
Added viewport border color setting for canvas item editor
2018-09-24Merge pull request #22398 from groud/fix_import_tab_updateRémi Verschelde
Fix import tab not updating when selecting in the tree view
2018-09-24Added viewport border color setting for canvas item editorChaosus
2018-09-24Merge pull request #22353 from YeldhamDev/bbcode_strikethroughRémi Verschelde
Add proper strikethrough BBCode to RichTextLabel
2018-09-24Merge pull request #22396 from groud/allow_higher_treeviewRémi Verschelde
Allow the tree view of FileSystem to take more space
2018-09-24Fix import tab not updating when selecting in the tree viewgroud
2018-09-24Allow the tree view of FileSystem to take more spacegroud
2018-09-24Merge pull request #22383 from Faless/ws_closeMax Hilbrunner
Implement WebSocket close frame handling
2018-09-24Update WebSocket documentationFabio Alessandrelli
2018-09-24Implement WebSocket clean close detection.Fabio Alessandrelli
2018-09-24Implement WebSocket close notify.Fabio Alessandrelli
2018-09-23Add proper strikethrough BBCode to RichTextLabelMichael Alexsander Silva Dias
2018-09-23Merge pull request #22357 from DualMatrix/no_built_inRémi Verschelde
Prevent built-in-scripts from being made from FileSystem dock
2018-09-23Fix build after 65fd37c1, using Math_PIRémi Verschelde
Also fix style in shaders.
2018-09-23Merge pull request #22380 from allkhor/fix_scons_warningRémi Verschelde
Fixed scons warning: Ignoring missing 'core/helper/SCsub' after #22351.
2018-09-23Fixed scons warning: Ignoring missing 'core/helper/SCsub' after #22351.allkhor
2018-09-23Prevent built-in-scripts from being made from FileSystem dockDualMatrix
Prevent built-in-scripts from being made from FileSystem dock
2018-09-23-Rewrote GLES2 lighting and shadows and optimized state changes, did many ↵Juan Linietsky
optimizations, added vertex lighting. -Did some fixes to GLES3 too
2018-09-23Merge pull request #22346 from Paulb23/text_file_iconRémi Verschelde
Icon for TextFiles.
2018-09-23Merge pull request #22351 from DualMatrix/remove_obsoleteRémi Verschelde
Removed obsoleted core/helper/value_evaluator.h and moved math_fieldwise to core/math/
2018-09-23Removed obsoleted core/helper/value_evaluator.h and moved math_fieldwise to ↵DualMatrix
core/math/ Removed obsoleted core/helper/value_evaluator.h and moved math_fieldwise to core/math/
2018-09-23Merge pull request #22372 from akien-mga/cull-margin-rangeRémi Verschelde
Fix GeometryInstance extra_cull_margin step
2018-09-23Merge pull request #22371 from akien-mga/locale-CRémi Verschelde
Fallback to "en" when invalid locale is requested
2018-09-23Fix GeometryInstance extra_cull_margin stepRémi Verschelde
Fixes #22369.
2018-09-23Fallback to "en" when invalid locale is requestedRémi Verschelde
Close #22365.
2018-09-23Merge pull request #22362 from homer666/physicsdirectspacestate-docs-updateRémi Verschelde
[DOCS] PhysicsDirectSpaceState updates
2018-09-23Merge pull request #22342 from DualMatrix/duplicate_no_funRémi Verschelde
Fixed duplicating nodes not attaching script in-game with Sync Scene Changes enabled
2018-09-23[DOCS] PhysicsDirectSpaceState updateshomer666
2018-09-22Merge pull request #22350 from volzhs/ignore-invalid-deviceMax Hilbrunner
Ignore invalid device for Android
2018-09-23Ignore invalid device for Androidvolzhs
2018-09-22Merge pull request #22332 from Faless/udp_win_resetMax Hilbrunner
Fix Winsock UDP ECONNRESET/ENETRESET bug
2018-09-22Merge pull request #22115 from akerudesu/find-parentMax Hilbrunner
Added find_parent method to node class
2018-09-22Merge pull request #22335 from Faless/get_stream_string_no_lenMax Hilbrunner
StreamPeer get[_utf8]_string with negative length.
2018-09-22Merge pull request #22339 from AndreaCatania/fixes2Max Hilbrunner
Toward 3.1 - physics fixes
2018-09-22Icon for TextFilesPaulb23
2018-09-22StreamPeer get[_utf8]_string with negative length.Fabio Alessandrelli
If the "bytes" parameter of get_string and get_utf8_string is negative, the length will be read from the stream instead. The bytes parameter has now a default (-1), allowing to use them directly as reverses of put_string and put_utf8_string . put_string was not implemented, so I implemented it to allow sending ASCII strings (which are much smaller than UTF8 ones).
2018-09-22Fixed duplicating nodes not attaching script in-game with Sync Scene Changes ↵DualMatrix
enabled Fixed duplicating nodes not attaching script in-game with Sync Scene Changes enabled.
2018-09-22Correctly freed PhysicalBoneEditorAndrea Catania
2018-09-22Corrected cast_motion query behaviourAndrea Catania
2018-09-22Merge pull request #22340 from akien-mga/sort_text_editor_themesRémi Verschelde
Settings: Sort text editor themes alphabetically
2018-09-22Merge pull request #21963 from YeldhamDev/dir_select_fixRémi Verschelde
Make EditorFileDialog be able to pick a folder when entering it
2018-09-22Removed node from physical_bone_pluginAndrea Catania
2018-09-22Merge pull request #22325 from Chaosus/min_max_shader_improvementRémi Verschelde
Added missed min/max shader overloads
2018-09-22Settings: Sort text editor themes alphabeticallyRémi Verschelde
2018-09-22Added rayshape solver algorithm to soft body configurator fixes #22283 fixes ↵Andrea Catania
#22249 fixes #22281