summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-29Merge pull request #30935 from YeldhamDev/gdnative_plugin_fixRémi Verschelde
Fix 'GDNativeLibrary' editor being incorrectly opened
2019-07-29Merge pull request #30923 from NilsIrl/better_dropdownRémi Verschelde
Improve platform selection in the GDNativeLibrary dock
2019-07-29doc: Sync classref with current sourceRémi Verschelde
2019-07-29Fix 'GDNativeLibrary' editor being incorrectly openedMichael Alexsander Silva Dias
2019-07-29Merge pull request #30931 from guilhermefelipecgs/fix_30917Rémi Verschelde
Fix set_default_cursor_shape always sending motion event
2019-07-29Fix set_default_cursor_shape always sending motion eventGuilherme Felipe
2019-07-29Find trailing whitespace and indentation in gdnative_api.jsonRémi Verschelde
2019-07-29Merge pull request #30928 from NilsIrl/remove_uselessRémi Verschelde
Remove useless variable and line in OptionButton
2019-07-29Remove useless variable and line in OptionButtonNilsIrl
2019-07-29Merge pull request #30926 from NilsIrl/if_to_switchRémi Verschelde
Change if to switch in OptionButton
2019-07-29Change if to switch in OptionButtonNilsIrl
2019-07-29Merge pull request #30898 from clayjohn/max-lights-reflectionsRémi Verschelde
Add project setting for max lights and reflections in GLES3
2019-07-29Improve platform selection in the GDNativeLibrary dockNilsIrl
* Replace button text with currently selected platforms * Expand button size horizontally
2019-07-29Merge pull request #30918 from Chaosus/fix_crashRémi Verschelde
Fix filter crash in EditorFileDialog for MeshLib/TileSet conversion
2019-07-29Fix filter crash in EditorFileDialog for MeshLib/TileSet conversionChaosus
2019-07-29Merge pull request #30869 from NilsIrl/#30841Rémi Verschelde
Replace radion buttons with checkboxes in GDNativeLibrary editor
2019-07-29Merge pull request #30870 from raphael10241024/fix_shadowRémi Verschelde
update algorithm about paking float to vec4 to fix shadow slipping
2019-07-29Merge pull request #30876 from santouits/noRémi Verschelde
Remove physics thread getting the gl context
2019-07-29Merge pull request #30877 from JosephCatrambone/masterRémi Verschelde
Bugfix GLTF import: Do not reindex when blend shapes are present.
2019-07-29Merge pull request #30879 from Calinou/simplify-font-editor-settingsRémi Verschelde
Simplify editor settings related to font hinting and antialiasing
2019-07-29Merge pull request #30774 from aaronfranke/set-obsoleteRémi Verschelde
Make Set methods obsolete
2019-07-28add project setting for max lights and reflections in gles3clayjohn
2019-07-28[Mono] Deprecate Set methodsAaron 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-28Merge pull request #30891 from bojidar-bg/30875-tilemap-rightclick-panRémi Verschelde
Make it so that 2D viewport does not pan while editing tilemaps
2019-07-28Merge pull request #30889 from Faless/ws/client_free_crashRémi Verschelde
Fix WebSocketClient crash when unref during signal
2019-07-28Make it so that 2D viewport does not pan while editing tilemapsBojidar Marinov
Fixes #30875
2019-07-28Fix WebSocketClient crash when unref during signalFabio 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-28Merge pull request #30887 from homer666/sorting-order-editor-settingsRémi Verschelde
Update "Sorting Order" dropdown in Editor Settings
2019-07-28Update "Sorting Order" dropdown in Editor Settingshomer666
2019-07-28update algorithm about paking float to vec4 to fix shadow shift and change ↵RaphaelHunter
rgba_shdow options
2019-07-28Simplify editor settings related to font hinting and antialiasingHugo 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-27Bugfix in GLTF import: Flipping boolean check. Reindexing should _NOT_ ↵Joseph Catrambone
happen when blend shapes are present.
2019-07-27Remove physics thread getting the gl contextsantouits
2019-07-27Replace radion buttons with checkboxes in GDNativeLibrary editorNilsIrl
2019-07-27Merge pull request #25327 from groud/frame_row_columnRémi Verschelde
Add frame_coords accessor to Sprite
2019-07-27Add frame_cords accessors to Sprite and Sprite3Dgroud
2019-07-27Merge pull request #30865 from godotengine/revert-28952-update-marginsRémi Verschelde
Revert "Update Control margins when size is overridden by change to minsize"
2019-07-27Revert "Update Control margins when size is overridden by change to minsize"Rémi Verschelde
2019-07-27Merge pull request #30849 from bojidar-bg/7898-mixed-indentationRémi Verschelde
Disallow using of both tabs and spaces for indentation in the same file
2019-07-27Merge pull request #30857 from cbscribe/kcc_doc_processRémi Verschelde
[DOCS] Correct "fixed process" reference in KinematicBody doc
2019-07-26[DOCS] Correct "fixed process" reference in KinematicBody docChris Bradfield
2019-07-27Merge pull request #30855 from neikeq/issue-30853Ignacio Roldán Etcheverry
C#: Fix Transform2D.AffineInverse()
2019-07-27C#: Fix Transform2D.AffineInverse()Ignacio Etcheverry
2019-07-26Disallow using of both tabs and spaces for indentation in the same fileBojidar Marinov
Closes #7898
2019-07-26Merge pull request #30763 from Calinou/editor-add-version-infoRémi Verschelde
Display version information in the editor at all times
2019-07-26Merge pull request #30788 from Chaosus/direction_to_gdnativeRémi Verschelde
Added Vector2/3.direction_to methods to GDNative
2019-07-26Merge pull request #30839 from Calinou/simplify-dim-editor-settingsRémi Verschelde
Simplify editor settings related to window dimming
2019-07-26Merge pull request #30846 from YeldhamDev/filediag_tooltip_changesRémi Verschelde
Small adjustments to tooltips in '(Editor)FileDialog'
2019-07-26Merge pull request #30828 from aaronfranke/oh-snapRémi Verschelde
Snap transform gizmo values in the 3D editor
2019-07-26Merge pull request #30842 from neikeq/fix-custom-props-msbuildIgnacio Roldán Etcheverry
Mono: Fix custom defines for Mono's MSBuild; remove xbuild