summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add %v for formatting vectorsMarcus Elg2022-08-232-5/+164
* Merge pull request #64110 from Geometror/fix-light-shadow-offHugo Locurcio2022-08-201-2/+8
|\
| * Fix OmniLight/SpotLight shadow opacity calculationHendrik Brucker2022-08-201-2/+8
* | Merge pull request #64481 from jamie-pate/masterFabio Alessandrelli2022-08-201-21/+7
|\ \
| * | Improve performance of screen_get_dpi() in JavascriptJamie Pate2022-08-151-21/+7
* | | Merge pull request #64625 from Chaosus/shader_pp_definedYuri Rubinsky2022-08-202-5/+161
|\ \ \
| * | | Add `defined` keyword support to shader preprocessorYuri Rubinsky2022-08-202-5/+161
|/ / /
* | | Merge pull request #62046 from clayjohn/vertexless-drawMax Hilbrunner2022-08-2010-37/+60
|\ \ \
| * | | Remove requirement to have vertex positions when creating a mesh. Meshes can ...clayjohn2022-08-1910-37/+60
* | | | Merge pull request #64461 from bitsawer/fix_windows_list_dirMax Hilbrunner2022-08-201-0/+2
|\ \ \ \
| * | | | Fix Windows list dir handle leakbitsawer2022-08-151-0/+2
* | | | | Merge pull request #64170 from YuriSizov/docs-annotations-in-technicolorMax Hilbrunner2022-08-204-4/+182
|\ \ \ \ \
| * | | | | Add documentation for all annotationsYuri Sizov2022-08-194-4/+182
* | | | | | Merge pull request #63960 from bitsawer/fix-macro-expansionYuri Rubinsky2022-08-192-33/+32
|\ \ \ \ \ \
| * | | | | | Fix shader preprocessor macro expansionbitsawer2022-08-052-33/+32
* | | | | | | Merge pull request #64510 from KoBeWi/PR_packed_with_docs😎Max Hilbrunner2022-08-199-2/+74
|\ \ \ \ \ \ \
| * | | | | | | Complete documentation of packed arrayskobewi2022-08-199-2/+74
* | | | | | | | Merge pull request #64167 from clayjohn/screen-texture-hintMax Hilbrunner2022-08-1914-51/+189
|\ \ \ \ \ \ \ \
| * | | | | | | | Add shader uniform hints for screen textures so users can specify custom filt...clayjohn2022-08-0914-51/+189
* | | | | | | | | Merge pull request #64342 from clayjohn/DOF-scaleMax Hilbrunner2022-08-192-2/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Properly scale depth in bokeh_dof effect so that setting distance to blur eff...clayjohn2022-08-122-2/+2
* | | | | | | | | Merge pull request #64612 from bruvzg/fix_shortcutsYuri Sizov2022-08-191-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix MenuBar not processing shortcuts.bruvzg2022-08-191-0/+1
* | | | | | | | | | Merge pull request #64592 from mhilbrunner/move-fast-break-thingsYuri Sizov2022-08-194-38/+0
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Unexpose VelocityTracker3DMax Hilbrunner2022-08-194-38/+0
* | | | | | | | | | | Merge pull request #64595 from mhilbrunner/ergo-proxyYuri Sizov2022-08-194-23/+0
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Unexpose ProxyTextureMax Hilbrunner2022-08-194-23/+0
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #64334 from YuriSizov/core-bind-property-revert-methodsYuri Sizov2022-08-1929-126/+327
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Make `property_*_revert` methods multilevel and expose them for scriptingYuri Sizov2022-08-1829-126/+327
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #64459 from Chaosus/shader_elifYuri Rubinsky2022-08-192-45/+89
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add `elif` directive to shader preprocessorYuri Rubinsky2022-08-152-45/+89
* | | | | | | | | | | Merge pull request #64580 from asmaloney/doc-grammar-lessMax Hilbrunner2022-08-193-4/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | [doc] Fix grammar in class docs: less vs. fewer/lowerAndy Maloney2022-08-183-4/+4
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #59045 from Calinou/editor-theme-popup-no-rounded-cornersYuri Sizov2022-08-191-0/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Don't use rounded corners for PopupMenus in the editor themeHugo Locurcio2022-08-181-0/+3
* | | | | | | | | | | | Merge pull request #59851 from Calinou/doc-object-meta-editor-onlyMax Hilbrunner2022-08-191-4/+8
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Document that Object metadata starting with `_` is editor-onlyHugo Locurcio2022-08-171-4/+8
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #63326 from MewPurPur/binary-highlighting-fixMax Hilbrunner2022-08-191-22/+47
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Improve binary operator highlightingVolTer2022-08-141-22/+47
* | | | | | | | | | | | | Merge pull request #63950 from bruvzg/menu_bar3Max Hilbrunner2022-08-1925-373/+1950
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native m...bruvzg2022-08-1825-373/+1950
* | | | | | | | | | | | | | Merge pull request #63358 from YuriSizov/control-simplify-enhance-toolbarYuri Sizov2022-08-195-482/+548
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Improve editor toolbar for Control nodesYuri Sizov2022-08-165-482/+548
* | | | | | | | | | | | | | Merge pull request #64156 from bruvzg/sys_msdfClay John2022-08-185-6/+37
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Allow MSDF rendering for system fonts, fix crash on loading damaged / unsuppo...bruvzg2022-08-095-6/+37
* | | | | | | | | | | | | | | Merge pull request #64302 from neikeq/unreference-callback-regr-from-44691448Clay John2022-08-181-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Fix instance binding unreference callback regressionIgnacio Roldán Etcheverry2022-08-121-1/+2
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge pull request #64315 from Daylily-Zeleen/fixed-GraphEdit-signal-argument...Clay John2022-08-182-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | fixed GraphEdit signal argument typedaylilyzeleen2022-08-122-2/+2
* | | | | | | | | | | | | | | | Merge pull request #63999 from QbieShay/qbie/vs-qolClay John2022-08-182-11/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \