summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-19Fixed an access after free in ShaderLanguage::_reduce_expression.Ibrahn Sahir
Passing an element reference of a vector to a push_back call to that same vector can cause an access after free. This is because push_back will resize the vector, reallocating if necessary, leaving the reference referring to the freed memory. Removed an instance of this usage here.
2018-09-19Merge pull request #22247 from groud/fix_polygon_editorRémi Verschelde
Fixes polygon editor blocking other editor actions (move, scale...)
2018-09-19Fixes polygon editor blocking other editor actions (move, scale...)groud
2018-09-19Merge pull request #22242 from groud/fix_set_as_toplevel_in_editorRémi Verschelde
Fixes selection of toplevel CanvasItems in the editor
2018-09-19Fixes selection of toplevel CanvasItems in the editorgroud
2018-09-19Merge pull request #22044 from Faless/uwp_miniupnpcRémi Verschelde
Update miniupnpc to use UWP compatible APIs.
2018-09-19Merge pull request #22070 from capnm/fix_Input.set_default_cursor_shape_take2Rémi Verschelde
Fix set_default_cursor_shape interaction with Control nodes
2018-09-19Merge pull request #22150 from Calinou/editor-theme-improved-checkboxesRémi Verschelde
Improve checkboxes in the default editor theme
2018-09-19Merge pull request #22219 from akien-mga/color-float-to-8bitRémi Verschelde
Color: Fix rounding error converting from float to 8-bit
2018-09-19Merge pull request #22096 from elasota/fix-visual-shader-colorsRémi Verschelde
Fix visual shader color constants not retaining edits
2018-09-18Color: Fix rounding error converting from float to 8-bitRémi Verschelde
Fixes #16736.
2018-09-18SCons: Fix ARVR can_build arityRémi Verschelde
2018-09-18Merge pull request #22200 from DualMatrix/not_set_focusRémi Verschelde
Fixed clicking on Find/Replace doesn't set the focus on the text field
2018-09-18Fixed clicking on Find/Replace doesn't set the focus on the text fieldDualMatrix
Fixed clicking on Find/Replace doesn't set the focus on the text field
2018-09-18Merge pull request #22199 from neikeq/branch1Ignacio Etcheverry
Regression: Fixed missing mono internal call
2018-09-17Fix missing mono internal callIgnacio Etcheverry
- Also fixed uninitalized variable in buildscript
2018-09-17Merge pull request #22193 from ↵Ignacio Etcheverry
neikeq/idontlikesanditscoarseandroughandirritatinganditgetseverywhere Mono: Build and external editor improvements for OSX
2018-09-17Mono: Fix opening code editors in OSX and cleanupIgnacio Etcheverry
2018-09-17Merge pull request #22151 from 999eagle/monoexeIgnacio Etcheverry
Check for mono binary when finding version
2018-09-17Add some mono root dir hints to the build scriptIgnacio Etcheverry
This enhancement is specially noticeable in OSX, since it includes Mono's install location (both official and homebrew). This makes it possible to build Godot with Mono on OSX without pkg-config (pkg-config is bundled with Mono, but it's not added to PATH, so finding it would require finding the Mono root directory first).
2018-09-17Merge pull request #22188 from guilhermefelipecgs/fix_20177_latestRémi Verschelde
Fix Input::set_custom_mouse_cursor showing cursor when it's invisible
2018-09-17Fix Input::set_custom_mouse_cursor showing cursor when it's invisibleGuilherme Felipe
2018-09-17Merge pull request #22113 from char0xff/editor_interfaceRémi Verschelde
Update EditorInterface.xml
2018-09-17Merge pull request #22119 from char0xff/doc_configRémi Verschelde
Fix mistake in ConfigFile.xml
2018-09-17Merge pull request #22165 from DualMatrix/atan2_plain_wrongRémi Verschelde
Fixed argument names having wrong order for atan2
2018-09-17Merge pull request #22168 from Calinou/travis-build-release-modeRémi Verschelde
Build non-editor targets in release mode on Travis CI
2018-09-17Merge pull request #22162 from cbscribe/kcc_classrefRémi Verschelde
[DOCS] Classref additions and consistency fixes
2018-09-17Merge pull request #22142 from avencherus/doc-changeRémi Verschelde
Small documentation clarification added to CanvasItem.
2018-09-17Build some targets in release and release_debug mode on Travis CIHugo Locurcio
This makes sure the release code path is tested in CI builds. This closes #22147.
2018-09-17Merge pull request #22157 from muiroc/fix_cast_crashRémi Verschelde
Add null check in godot result callback
2018-09-17Merge pull request #22161 from eska014/html5-seticonRémi Verschelde
Implement OS::set_icon in HTML5 platform
2018-09-17Merge pull request #22134 from elasota/natvisRémi Verschelde
Add Visual Studio debug visualizer
2018-09-17Initial version of VS natvis fileelasota
2018-09-16Fixed argument names being swapped for atan2DualMatrix
The arguments of atan2() should be y,x instead of x,y This was just wrong since the internal atan2 already had y,x as parameters, so if you followed the autocomplete the result would just be wrong.
2018-09-16Implement OS::set_icon in HTML5 platformLeon Krause
2018-09-16Small documentation clarification added to CanvasItem.Jared
2018-09-16Merge pull request #22146 from KoderaSoftwareUnlimited/fix-22143Rémi Verschelde
Fix #22143
2018-09-16[DOCS] Classref additions and consistency fixesChris Bradfield
2018-09-16test for depreciacion warnings only on debug buildsMariusz Chwalba
Fix adherence to clang-format rules
2018-09-16Add null check in godot result callbackmuiroc
2018-09-16Check for mono binary when finding versionSophie Tauchert
2018-09-16Improve checkboxes in the default editor themeHugo Locurcio
2018-09-16Merge pull request #22133 from YeldhamDev/all_oks_shall_be_banishedRémi Verschelde
Remove unnecessary "OK"s text settings
2018-09-15Remove unnecessary "OK"s text settingsMichael Alexsander Silva Dias
2018-09-16Merge pull request #22117 from Paulb23/colour_theme_crash_issue_21715Rémi Verschelde
Fix crash on colour theme change, issue 21715
2018-09-16Merge pull request #22095 from KellyThomas/transform-interpolatewithRémi Verschelde
[Mono] Transform - add InterpolateWith()
2018-09-16Merge pull request #22111 from Chaosus/unificationRémi Verschelde
Few unification fixes for canvas_item and spatial editor toolbars
2018-09-16Merge pull request #22066 from Faless/bundle_certsRémi Verschelde
Bundle SSL certs with the templates
2018-09-15Merge pull request #22120 from Faless/fix_http_clientFabio Alessandrelli
Fix HTTPClient _get_http_data bug after #21976.
2018-09-15Fix HTTPClient _get_http_data bug after #21976.Fabio Alessandrelli