summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-20Merge pull request #21195 from AlexHolly/search-help-selection-colorRémi Verschelde
changed search help selection color
2018-08-20Merge pull request #21192 from Chaosus/fix_pass_crashRémi Verschelde
Fix crash when setting Material's next pass to itself
2018-08-20Merge pull request #21166 from Zylann/find_in_files_improvementRémi Verschelde
Find in Files improvements
2018-08-20Merge pull request #21197 from JPTeasdale/input-picking-bugRémi Verschelde
Bullet ray picking should ignore objects with input_ray_pickable=false
2018-08-19Bullet picking will now ignore objects without input_ray_pickableJohn Teasdale
2018-08-19changed search help selection colorAlexander Holland
2018-08-19Fix crash when setting Material's next pass to itselfChaosus
2018-08-19Find in Files improvementsMarc Gilleron
- Search results are now grouped by file using a Tree control - You can opt out occurences when using replace mode - Double-check search results in case files have been tampered with, so occurrences don't get badly replaced - Fixed replace bug when an occurrence is found twice in one line
2018-08-19Merge pull request #21183 from Chaosus/mat_varyingsRémi Verschelde
Allow matrixes in varyings
2018-08-19Merge pull request #21182 from Calinou/highlight-multiline-stringsRémi Verschelde
Highlight multiline strings as strings instead of comments
2018-08-19Allow matrixes in varyingsChaosus
2018-08-19Merge pull request #21154 from Chaosus/grid_2d_colorRémi Verschelde
Added setting to change color of 2d editor grid
2018-08-19Merge pull request #21129 from Calinou/fix-3d-grid-origin-flickerRémi Verschelde
Fix the 3D grid flickering when the origin is enabled
2018-08-19Highlight multiline strings as strings instead of commentsHugo Locurcio
Since multiline comments are not officially supported in GDScript, it is more common to see multiline strings being used as strings rather than as comments (which are actually standalone expressions here). This closes #21142.
2018-08-19Fix compiling SkeletonIK with disable_3dRémi Verschelde
Fixes #20825.
2018-08-19Merge pull request #20893 from guilhermefelipecgs/invert_depth_mapRémi Verschelde
Add option to convert from height map to depth map
2018-08-19Merge pull request #21176 from cbscribe/kcc_doc_updatesRémi Verschelde
[DOCS] Many class ref updates
2018-08-19Merge pull request #21179 from elasota/vs-pdbRémi Verschelde
Support debug_symbols in VS optimized builds
2018-08-19Added possibility to change color of 2d editor gridChaosus
2018-08-19Support debug_symbols in VS optimized buildselasota
2018-08-18[DOCS] Many class ref updatesChris Bradfield
2018-08-18Merge pull request #21155 from ordigdug/fix-colorpicker-popupRémi Verschelde
Fixes colorpicker popup immeditately closing when interacting with co…
2018-08-18Merge pull request #21132 from neonsoup/win_move_to_trash_fixRémi Verschelde
Fix errors during removing files or folders and fix for latin symbols
2018-08-18Merge pull request #21161 from Noshyaar/inspector-textRémi Verschelde
Fix args count mismatch in property_changed signal
2018-08-19Fix args count mismatch in property_changed signalPoommetee Ketson
...when editing Dictionary/Array property
2018-08-18Merge pull request #21159 from DualMatrix/label_reverseRémi Verschelde
Fixed text entry is going in reverse
2018-08-18Fixed text entry is going in reverseDualMatrix
Fixed text entry is going in reverse, this undoes what seems to be a mistake in #20400 and fixes #21061
2018-08-18Merge pull request #20965 from dragmz/gles2_batchingThomas Herzog
Batch GLES2 draw calls
2018-08-18Fixes colorpicker popup immeditately closing when interacting with ↵ordigdug
colorpicker property in a subinspector. Fixes #19559
2018-08-18Merge pull request #21149 from ↵Rémi Verschelde
godotengine/revert-21146-import-export-editorinspector Revert "Port ImportDock and ProjectExport to new property editor"
2018-08-18Revert "Port ImportDock and ProjectExport to new property editor"Rémi Verschelde
2018-08-18Merge pull request #21146 from akien-mga/import-export-editorinspectorRémi Verschelde
Port ImportDock and ProjectExport to new property editor
2018-08-18Port ImportDock and ProjectExport to new property editorRémi Verschelde
2018-08-18Merge pull request #21085 from akien-mga/physical_material_extRémi Verschelde
Change PhysicsMaterial extension to phymat
2018-08-18Merge pull request #21130 from cbscribe/kcc_class_updatesRémi Verschelde
[DOCS] Updates to assorted class descriptions.
2018-08-18Merge pull request #21115 from quendera/quendera-typoRémi Verschelde
Fixed typo in detect.py
2018-08-18Merge pull request #21117 from akien-mga/itemlist_custom_fg_colorRémi Verschelde
Bind ItemList's item_custom_fg_color methods
2018-08-18Merge pull request #21134 from dumitru-stama/fix_black_screenThomas Herzog
Removed the lines forcing black screen on android GLES2
2018-08-17Removed the lines forcing black screen on android GLES2dumitru.stama
2018-08-18Fix errors during removing files or folders and fix for latin symbolsneonsoup
This commit adds support for unicode strings in OS_Windows::move_to_trash. Also reverts commit 6188388c5a9c7f9fcc0b7f3928f176a9047b9a45 as it did not add extra null character to the path string (SHFILEOPSTRUCTA and SHFILEOPSTRUCTW require path to be double null-terminated).
2018-08-17[DOCS] Updates to assorted class descriptions.Chris Bradfield
2018-08-17Fix the 3D grid flickering when the origin is enabledHugo Locurcio
2018-08-17[Texture Importer] Add option to invert colorGuilherme Felipe
2018-08-17Merge pull request #21116 from neikeq/improve-cs_filesIgnacio Etcheverry
Mono: Improve C# core files (glue/cs_files) buildsystem
2018-08-17Mono: Improve C# core files (glue/cs_files) buildsystemIgnacio Etcheverry
- Search C# files recursively in 'glue/cs_files'. - Determine a version for the C# core files automatically. The latest modified time will do for now.
2018-08-17Bind ItemList's item_custom_fg_color methodsRémi Verschelde
Fixes #21086.
2018-08-17Update detect.pyTiago Quendera
Fixed a typo in detect.py
2018-08-17Merge pull request #21108 from akien-mga/export-error-colorRémi Verschelde
Export dialog: Fix error color and link alignment
2018-08-17Export dialog: Fix error color and link alignmentRémi Verschelde
Also fix extraneous "- " line when there are more than 2 messages.
2018-08-17Merge pull request #21099 from Chaosus/fix_error_iconRémi Verschelde
Fix error icon color for light themes