Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-29 | Merge pull request #30898 from clayjohn/max-lights-reflections | Rémi Verschelde | |
Add project setting for max lights and reflections in GLES3 | |||
2019-07-29 | Merge pull request #30918 from Chaosus/fix_crash | Rémi Verschelde | |
Fix filter crash in EditorFileDialog for MeshLib/TileSet conversion | |||
2019-07-29 | Fix filter crash in EditorFileDialog for MeshLib/TileSet conversion | Chaosus | |
2019-07-29 | Merge pull request #30869 from NilsIrl/#30841 | Rémi Verschelde | |
Replace radion buttons with checkboxes in GDNativeLibrary editor | |||
2019-07-29 | Merge pull request #30870 from raphael10241024/fix_shadow | Rémi Verschelde | |
update algorithm about paking float to vec4 to fix shadow slipping | |||
2019-07-29 | Merge pull request #30876 from santouits/no | Rémi Verschelde | |
Remove physics thread getting the gl context | |||
2019-07-29 | Merge pull request #30877 from JosephCatrambone/master | Rémi Verschelde | |
Bugfix GLTF import: Do not reindex when blend shapes are present. | |||
2019-07-29 | Merge pull request #30879 from Calinou/simplify-font-editor-settings | Rémi Verschelde | |
Simplify editor settings related to font hinting and antialiasing | |||
2019-07-29 | Merge pull request #30774 from aaronfranke/set-obsolete | Rémi Verschelde | |
Make Set methods obsolete | |||
2019-07-28 | add project setting for max lights and reflections in gles3 | clayjohn | |
2019-07-28 | [Mono] Deprecate Set methods | Aaron Franke | |
These silently fail, so they should be removed. I accidentally added most of these last year, trying to make everything else consistent with Quat, sorry! Also, a few tiny nitpicking changes are included, like whitespace and misspellings. | |||
2019-07-28 | Merge pull request #30891 from bojidar-bg/30875-tilemap-rightclick-pan | Rémi Verschelde | |
Make it so that 2D viewport does not pan while editing tilemaps | |||
2019-07-28 | Merge pull request #30889 from Faless/ws/client_free_crash | Rémi Verschelde | |
Fix WebSocketClient crash when unref during signal | |||
2019-07-28 | Make it so that 2D viewport does not pan while editing tilemaps | Bojidar Marinov | |
Fixes #30875 | |||
2019-07-28 | Fix WebSocketClient crash when unref during signal | Fabio Alessandrelli | |
Always call disconnect before emitting signals, to avoid calling it on a freed object if the user decides to unreference it in a signal. | |||
2019-07-28 | Merge pull request #30887 from homer666/sorting-order-editor-settings | Rémi Verschelde | |
Update "Sorting Order" dropdown in Editor Settings | |||
2019-07-28 | Update "Sorting Order" dropdown in Editor Settings | homer666 | |
2019-07-28 | update algorithm about paking float to vec4 to fix shadow shift and change ↵ | RaphaelHunter | |
rgba_shdow options | |||
2019-07-28 | Simplify editor settings related to font hinting and antialiasing | Hugo Locurcio | |
A single setting is now used to control the font hinting/antialiasing settings of both main and code fonts. This means there are 2 settings in total (instead of 4). Font settings were also reordered for clarity. | |||
2019-07-27 | Bugfix in GLTF import: Flipping boolean check. Reindexing should _NOT_ ↵ | Joseph Catrambone | |
happen when blend shapes are present. | |||
2019-07-27 | Remove physics thread getting the gl context | santouits | |
2019-07-27 | Replace radion buttons with checkboxes in GDNativeLibrary editor | NilsIrl | |
2019-07-27 | Merge pull request #25327 from groud/frame_row_column | Rémi Verschelde | |
Add frame_coords accessor to Sprite | |||
2019-07-27 | Add frame_cords accessors to Sprite and Sprite3D | groud | |
2019-07-27 | Merge pull request #30865 from godotengine/revert-28952-update-margins | Rémi Verschelde | |
Revert "Update Control margins when size is overridden by change to minsize" | |||
2019-07-27 | Revert "Update Control margins when size is overridden by change to minsize" | Rémi Verschelde | |
2019-07-27 | Merge pull request #30849 from bojidar-bg/7898-mixed-indentation | Rémi Verschelde | |
Disallow using of both tabs and spaces for indentation in the same file | |||
2019-07-27 | Merge pull request #30857 from cbscribe/kcc_doc_process | Rémi Verschelde | |
[DOCS] Correct "fixed process" reference in KinematicBody doc | |||
2019-07-26 | [DOCS] Correct "fixed process" reference in KinematicBody doc | Chris Bradfield | |
2019-07-27 | Merge pull request #30855 from neikeq/issue-30853 | Ignacio Roldán Etcheverry | |
C#: Fix Transform2D.AffineInverse() | |||
2019-07-27 | C#: Fix Transform2D.AffineInverse() | Ignacio Etcheverry | |
2019-07-26 | Disallow using of both tabs and spaces for indentation in the same file | Bojidar Marinov | |
Closes #7898 | |||
2019-07-26 | Merge pull request #30763 from Calinou/editor-add-version-info | Rémi Verschelde | |
Display version information in the editor at all times | |||
2019-07-26 | Merge pull request #30788 from Chaosus/direction_to_gdnative | Rémi Verschelde | |
Added Vector2/3.direction_to methods to GDNative | |||
2019-07-26 | Merge pull request #30839 from Calinou/simplify-dim-editor-settings | Rémi Verschelde | |
Simplify editor settings related to window dimming | |||
2019-07-26 | Merge pull request #30846 from YeldhamDev/filediag_tooltip_changes | Rémi Verschelde | |
Small adjustments to tooltips in '(Editor)FileDialog' | |||
2019-07-26 | Merge pull request #30828 from aaronfranke/oh-snap | Rémi Verschelde | |
Snap transform gizmo values in the 3D editor | |||
2019-07-26 | Merge pull request #30842 from neikeq/fix-custom-props-msbuild | Ignacio Roldán Etcheverry | |
Mono: Fix custom defines for Mono's MSBuild; remove xbuild | |||
2019-07-26 | Mono: Fix custom defines for Mono's MSBuild; remove xbuild | Ignacio Etcheverry | |
Mono's MSBuild and System/VisualStudio's MSBuild expect a different format for surrounding property values with quotes on the command line. xbuild does not seem to support semicolons in property values from the command line: https://xamarin.github.io/bugzilla-archives/16/16465/bug.html It's a good time to just remove xbuild support entirely. | |||
2019-07-26 | Merge pull request #30825 from neikeq/heya | Ignacio Roldán Etcheverry | |
Fix incorrectly updating csproj and not closing build issues file | |||
2019-07-26 | Small adjustments to tooltips in '(Editor)FileDialog' | Michael Alexsander Silva Dias | |
2019-07-26 | Simplify editor settings related to window dimming | Hugo Locurcio | |
Only a single checkbox is now exposed to control whether the editor window should be dimmed when opening a popup. The main use case for disabling it is picking colors from the editor window while a popup is open. | |||
2019-07-25 | Snap transform gizmo values in the 3D editor | Aaron Franke | |
Snap to step size, and then also be careful to only display that many digits (to avoid numbers like 1.234001) | |||
2019-07-26 | Merge pull request #30829 from santouits/shadow-local | Rémi Verschelde | |
fix getting correct mingw-w64 version | |||
2019-07-25 | Merge pull request #30823 from Paulb23/issue_29500_syntax_highlighter_leak | Rémi Verschelde | |
Fix memory leaks with SyntaxHighlighters | |||
2019-07-26 | fix getting correct mingw-w64 version | santouits | |
When checking mingw-w64 version, at least on debian, the regex being used returned 86 because the name of the binary in debian starts with x86_64-w64 so we use the dumpversion option that gcc has. This fixes not compiling because gcc versions < 7 don't have some checks like shadow-local | |||
2019-07-25 | Fix incorrectly updating csproj and not closing build issues file | Ignacio Etcheverry | |
2019-07-25 | Display version information in the editor at all times | Hugo Locurcio | |
This closes #27811. | |||
2019-07-25 | Merge pull request #30820 from neikeq/issue-28394 | Ignacio Roldán Etcheverry | |
Mono: Don't try to update project assemblies from project manager | |||
2019-07-25 | Fix memory leaks with SyntaxHighlighters | Paulb23 | |