summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-19xatlas: Redo our custom changes, but properly documentedRémi Verschelde
2019-04-19xatlas: Revert to unmodified upstream code, add to COPYRIGHTRémi Verschelde
Imported by @reduz from https://github.com/jpcy/xatlas/commit/b8ec29b6b62fb808823e042df5f0f800c07f2e8b Custom changes will be remade properly in the next commit.
2019-04-18Merge pull request #28165 from neikeq/missing-tostringIgnacio Roldán Etcheverry
C#: Add missing ToString() override methods
2019-04-18Merge pull request #28158 from akien-mga/zstd-1.4.0Rémi Verschelde
zstd: Update to upstream 1.4.0, remove call to experimental API
2019-04-18C#: Add missing ToString() override methodsIgnacio Etcheverry
Godot.Object, Array, Dictionary and RID were missing ToString() override methods
2019-04-18Merge pull request #28146 from volzhs/unique_id_androidRémi Verschelde
Fix get_unique_id() on Android
2019-04-18Compression: Set Zstd max window size via public parameterRémi Verschelde
`ZSTD_DCtx_setMaxWindowSize` is still part of the experimental API (thus unexposed in the shared library). Upstream examples seem to use `ZSTD_d_windowLogSize` instead, so it's probably what we should use too. Fixes #17374. Distro packagers can now unbundle Zstd.
2019-04-18Merge pull request #28139 from neikeq/mono-log-level-infoIgnacio Roldán Etcheverry
Mono: Logging improvements
2019-04-18Merge pull request #28150 from homer666/animationplayer-snap-mode-disableRémi Verschelde
Fix AnimationPlayer snap mode dropdown behaviour
2019-04-18zstd: Update to upstream 1.4.0Rémi Verschelde
One step towards fixing #17374 as most experimental APIs we use are now part of the stable 1.4.0.
2019-04-18Fix AnimationPlayer snap mode dropdown behaviourhomer666
2019-04-18Fix get_unique_id() on Androidvolzhs
2019-04-17Mono: Logging improvementsIgnacio Etcheverry
- The default log level in debug builds is now 'info' instead of 'debug'. - Add option to specify a different log level with the 'GODOT_MONO_LOG_LEVEL' environment variable. - The name of log files is now a readable date and time. - Always print the log file path (previously it was printed only it in verbose mode).
2019-04-17Merge pull request #27821 from mawenzy/pr_sliderfixRémi Verschelde
Fix slider handle being hard to select
2019-04-16Merge pull request #28084 from Faless/fix/audio_miss_enum_bindJuan Linietsky
Bind AudioEffectSpectrumAnalyzer::FFT_Size enums
2019-04-16Bind AudioEffectSpectrumAnalyzer::FFT_Size enumsFabio Alessandrelli
2019-04-16Merge pull request #27762 from rcorre/anim_docsMax Hilbrunner
AnimationNode* docs
2019-04-16Merge pull request #27937 from KoBeWi/sliderdocsMax Hilbrunner
Added some documentation for Slider
2019-04-16Merge pull request #27953 from siddharth952/v_scroll_speedMax Hilbrunner
Fixes documentation of v_scroll_speed and wrap_enabled
2019-04-16Merge pull request #28050 from Calinou/animation-track-editor-hidpiRémi Verschelde
Scale animation track editor line widths on hiDPI displays
2019-04-16Merge pull request #28038 from CatThingy/area-error-fixRémi Verschelde
Removed unnecessary error from _area_inout
2019-04-16Merge pull request #28052 from muiroc/settings_decodes_objectsRémi Verschelde
Enable object decoding when serializing binary project settings
2019-04-16Merge pull request #28073 from lupoDharkael/early-validationRémi Verschelde
Validate scripts when they are loaded in the text editor
2019-04-16Merge pull request #28071 from YeldhamDev/treedialog_style_fixRémi Verschelde
Fix styling in 'SceneTreeDialog'
2019-04-16Merge pull request #28066 from jbuck3/popupmenu-plugin-id-fixRémi Verschelde
Fix setting of PopupMenu item IDs in editor
2019-04-16Merge pull request #28053 from lupoDharkael/shadowingRémi Verschelde
GDScript: add variable shadowing warning
2019-04-16Merge pull request #28058 from guilhermefelipecgs/fix_28024Rémi Verschelde
Add Input::get_current_cursor_shape
2019-04-16Merge pull request #28067 from KoBeWi/save_layout_x3Rémi Verschelde
Save opened scenes when necessary
2019-04-16Validate scripts when they are loaded in the text editorlupoDharkael
2019-04-15Fix styling in 'SceneTreeDialog'Michael Alexsander Silva Dias
Fixes #28029.
2019-04-15Save opened scenes when necessaryTomasz Chabora
2019-04-15Fix setting of PopupMenu item IDs in editorJames Buck
2019-04-15Merge pull request #24171 from YeldhamDev/occluder_polygon_grabMichael Alexsander Silva Dias
Make OccluderPolygon2D draggable in the editor
2019-04-15Merge pull request #27944 from YeldhamDev/tile_name_position_fixMichael Alexsander Silva Dias
Fix position of tile names in TileSet editor when zooming in/out
2019-04-15Add Input::get_current_cursor_shapeGuilherme Felipe
[Clean up] Removed unused/unnecessary methods.
2019-04-15Merge pull request #26792 from Faless/webrtc_prRémi Verschelde
Initial WebRTC support
2019-04-15Removed unnecessary error from _area_inoutCatThingy
The error was previously removed from _body_inout for the same reason. Fixes #28022.
2019-04-15GDScript: add variable shadowing warninglupoDharkael
2019-04-15Merge pull request #28056 from akien-mga/doc-visibilitynotifier-readyRémi Verschelde
doc: Add note about VisibilityNotifier.is_on_screen after instantiation
2019-04-15doc: Add note about VisibilityNotifier.is_on_screen after instantiationRémi Verschelde
Fixes #9430.
2019-04-15Enable object decoding when serializing binary project settingsmuiroc
2019-04-15doc: Sync classref with current sourceRémi Verschelde
2019-04-15Scale animation track editor line widths on hiDPI displaysHugo Locurcio
2019-04-15Merge pull request #27967 from clayjohn/fix-mip-bugRémi Verschelde
Fixed bug in computing mip maps from screen texture
2019-04-15Icon was missingJuan Linietsky
2019-04-15Merge pull request #28011 from KoBeWi/rmb_houseworkRémi Verschelde
Small cleanup to SceneTree dock context menu
2019-04-15Merge pull request #26678 from YeldhamDev/hide_addscript_multiselectedRémi Verschelde
Hide "Add Script" button in Scene dock when multiple nodes are selected
2019-04-15Merge pull request #24654 from groud/better_dragging_autoscrollRémi Verschelde
Enhance tree scrolling when dragging
2019-04-15Merge pull request #27931 from pyrophone/SceneTreeScriptFixRémi Verschelde
Fix for additional separators appearing when scripts are disabled
2019-04-15Merge pull request #28005 from Chaosus/vs_deleteYuri Roubinsky
Restored possibilty to delete multiple nodes in visual shaders via Delete key