summaryrefslogtreecommitdiffstats
path: root/editor/plugins/shader_editor_plugin.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
|
* Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-221-0/+1
|\
| * Add "Inspect Native Shader Code" to shader resource and shader editortetrapod002024-10-081-0/+1
| |
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/ | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* Refactor toggling script listkobewi2024-08-281-0/+2
|
* Add context menu for shader editor listRobert Borghese2024-08-271-3/+15
|
* Make shader language editors inherit the same base classAaron Franke2024-08-151-4/+3
|
* Organize existing code for editor pluginsAaron Franke2024-04-271-1/+1
|
* Merge pull request #86705 from KoBeWi/resourceptionRémi Verschelde2024-02-291-0/+1
|\ | | | | | | Improve saving of built-in resources
| * Improve saving of built-in resourceskobewi2024-01-021-0/+1
| |
* | Improved text editor status bar and zooming UX.Zi Ye2024-02-211-0/+4
| |
* | Handle built-in shaders when closing scenekobewi2024-01-021-0/+1
|/
* Use mingw-std-threads in MinGW buildsPedro J. Estébanez2023-11-181-0/+4
|
* Don't store shader edit path in metadatakobewi2023-11-081-0/+1
|
* Close shader in Shader Editor tab when deleting shader file in FileSystem paneljsjtxietian2023-10-161-0/+1
|
* Check for unsaved changes when closing a scenekobewi2023-07-181-1/+1
|
* Add unsaved status for script and shader editorskobewi2023-07-181-0/+1
|
* Improve editor state persistenceHendrik Brucker2023-05-111-2/+3
|
* Add multi window code and shader editorstrollodel2023-05-101-0/+8
|
* Close built-in shaders when closing scenekobewi2023-04-091-0/+4
|
* Remove set_drag_forwarding_compat()kobewi2023-01-141-3/+0
|
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
| | | | | | | | | | | | | | | | | | | | As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see".
* Fix changing of visual shader modeYuri Rubinsky2022-12-091-0/+1
|
* Use forward-declarations in EditorPlugin where possibletrollodel2022-11-111-0/+1
|
* Merge pull request #65276 from aaronfranke/shaderRémi Verschelde2022-10-031-173/+6
|\ | | | | | | Separate TextShaderEditor and ShaderEditorPlugin into different files
| * Separate TextShaderEditor and ShaderEditorPlugin into different filesAaron Franke2022-10-021-171/+4
| |
| * Rename ShaderEditor that edits text shaders to TextShaderEditorAaron Franke2022-10-021-5/+5
| |
* | Fixed shader editor when no files are currently in shader listAnutrix2022-10-011-0/+2
|/
* Rename Indent Left/Right to Indent/DedentVolTer2022-09-291-2/+2
|
* Shrink shader editor's oversized bordersMichael Alexsander2022-09-101-2/+2
|
* Add drag and drop support to shader listkobewi2022-08-261-0/+8
|
* Implement coloring for disabled branches in the shader editorYuri Rubinsky2022-08-141-1/+16
|
* Improvements to shader editorkobewi2022-07-281-2/+2
|
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
| | | | | Adds `header_guards.sh` bash script, used in CI to validate future changes. Can be run locally to fix invalid header guards.
* Clean up Shader Preprocessorreduz2022-07-221-0/+18
| | | | | | | | | * Moved preprocessor to Shader and ShaderInclude * Clean up RenderingServer side * Preprocessor is separate from parser now, but it emits tokens with include location hints. * Improved ShaderEditor validation code * Added include file code completion * Added notification for all files affected by a broken include.
* Adding shader preprocessor supportYuri Roubinsky2022-07-221-4/+20
| | | | Co-authored-by: TheOrangeDay <6472143+TheOrangeDay@users.noreply.github.com>
* Fix visual shader graph not correctly updating when multiple tabs openedYuri Rubinsky2022-07-161-0/+1
|
* Redo the shader editorreduz2022-05-281-3/+39
| | | | | | | * Shader editor is permanent (no longer transient). * Can edit multiple files at the same time. Likely fixes many usability issues (please lend me a hand Bugsquad team to identify them).
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-1/+1
| | | | | | | | | | | Didn't commit all the changes where it wants to initialize a struct with `{}`. Should be reviewed in a separate PR. Option `IgnoreArrays` enabled for now to be conservative, can be disabled to see if it proposes more useful changes. Also fixed manually a handful of other missing initializations / moved some from constructors.
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-11/+11
| | | | | This prevents the pitfall of UB when checking if they have been assigned something valid by comparing to nullptr.
* Add GDExtension support to Scriptreduz2022-03-271-1/+1
| | | | | | | | | * Ability to create script languages from GDExtension * Some additions to gdnative_extension.h to make this happen * Moved the GDExtension binder to core This now allows creating scripting languages from GDExtension, with the same ease as if it was a module. It replaces the old PluginScript from Godot 3.x. Warning: GodotCPP will need to be updated to support this (it may be a bit of work as ScriptInstance needs to be created over there again).
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-3/+2
|
* Fix theming update of shader editorYuri Roubinsky2022-01-251-0/+2
|
* Optimize include files to improve `shader_language.h` compilation speedYuri Roubinsky2022-01-121-1/+1
|
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
| | | | Happy new year to the wonderful Godot community!
* Script editor: Rename 'Clone Down' to 'Duplicate Selection'Rémi Verschelde2021-06-291-1/+1
| | | | Fixes #36670.
* Basic warning support implementation for the Godot Shading Language.Yuri Roubinsky2021-05-221-1/+14
|
* Add custom background line colour to TextEdit and remove marked linesPaulb232021-05-221-0/+2
|
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
| | | | | | | | | | | | | | Happy new year to the wonderful Godot community! 2020 has been a tough year for most of us personally, but a good year for Godot development nonetheless with a huge amount of work done towards Godot 4.0 and great improvements backported to the long-lived 3.2 branch. We've had close to 400 contributors to engine code this year, authoring near 7,000 commit! (And that's only for the `master` branch and for the engine code, there's a lot more when counting docs, demos and other first-party repos.) Here's to a great year 2021 for all Godot users 🎆
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
|