aboutsummaryrefslogtreecommitdiff
path: root/scene/resources/shader.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
| | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* A promise is a promise, so added ability to load and save shaders as text ↵Juan Linietsky2017-12-261-0/+77
| | | | files, closes #14431
* Remove junk outputRuslan Mustakov2017-10-131-2/+0
| | | | | Remove several prints that were added for engine debugging, but are of no use to the end user, and only pollute the editor and game logs.
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
|
* ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-3/+3
|
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-2/+2
|
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
|
* New particle system, mostly working, some small features missing.Juan Linietsky2017-04-061-3/+16
|
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-44/+33
| | | | | | | | | | | | | | | | | | | | | | | | I can show you the code Pretty, with proper whitespace Tell me, coder, now when did You last write readable code? I can open your eyes Make you see your bad indent Force you to respect the style The core devs agreed upon A whole new world A new fantastic code format A de facto standard With some sugar Enforced with clang-format A whole new world A dazzling style we all dreamed of And when we read it through It's crystal clear That now we're in a whole new world of code
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-7/+7
| | | | | | This new name also makes its purpose a little clearer This is a step towards fixing #56
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-1/+1
| | | | This saves typing and is a step towards fixing #56
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to ↵Juan Linietsky2017-01-021-7/+7
| | | | | | | | Variant. All usages of "type" to refer to classes were renamed to "class" ClassDB has been exposed to GDScript. OBJ_TYPE() macro is now GDCLASS()
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-021-326/+12
|\ | | | | | | | | Various merge conflicts have been fixed manually and some mistakes might have been made - time will tell :)
| * WIP particle systemJuan Linietsky2017-01-011-1/+1
| | | | | | | | | | | | Ability to enable and change MSAA settings Ability to change VCT quality Ability to enable/disable HDR rendering
| * -the new shader language seems to workJuan Linietsky2016-10-071-1/+1
| | | | | | | | | | -shader editor plugin can edit shaders -code completion in shader editor plugin
| * Begining of GLES3 renderer:Juan Linietsky2016-10-031-324/+10
| | | | | | | | | | | | | | | | -Most 2D drawing is implemented -Missing shaders -Missing all 3D -Editor needs to be set on update always to be used, otherwise it does not refresh -Large parts of editor not working
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
|/ | | | | | | | That year should bring the long-awaited OpenGL ES 3.0 compatible renderer with state-of-the-art rendering techniques tuned to work as low as middle end handheld devices - without compromising with the possibilities given for higher end desktop games of course. Great times ahead for the Godot community and the gamers that will play our games!
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
|
* Fix shader loading, making possible load .shd and .sgp from editorFranklin Sobrinho2015-11-271-16/+4
|
* **WARNING BEFORE PULLING**Juan Linietsky2015-08-231-1/+8
| | | | | | | | | | | This push changes the binary and XML formats and bumps the major version to 2.0. As such, files saved in this version WILL NO LONGER WORK IN PREVIOUS VERSIONS. This compatibility breakage with older versions was required in order to properly provide project refactoring tools. If I were you, unless you are brave, I would wait a week or two before pulling, in case of bugs :) Summary of Changes -New Filesystem dock, with filesystem & tree view modes. -New refactoring tools, to change or fix dependencies. -Quick search dialog, to quickly search any file
* -fixed many memory initialization issuesJuan Linietsky2015-06-061-1/+2
| | | | | -fixed deadlock on previews thread -fixed compilation errors on unix
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
|
* -Fixes bug in ShaderGraph material, when uniform property is not used, fixes ↵Juan Linietsky2015-04-091-2/+3
| | | | #1634 and #1610
* -Initial (untested) implementation of 2D shaders. Probably broken, will be ↵Juan Linietsky2015-01-111-1/+1
| | | | | | fixed later. -fixed issue of opacity not working
* -Visual Shader Editing Finished, PLEASE TEST!Juan Linietsky2015-01-071-2/+5
|
* -Work in progress visual shader editor *DOES NOT WORK YET*Juan Linietsky2015-01-031-10/+3
|
* -ability to set default textures in shader (needed for visual shader editing)Juan Linietsky2014-12-211-0/+43
| | | | | | -work in progress new graph system (will replace current one) -crash fix in s3m loader (out of bounds acess) -fixed vbox overriding of separation (fixes empty line between section tabs)
* Misc FixesJuan Linietsky2014-06-271-5/+18
| | | | | | | | | | | | ========== -NOTIFICATION_WM_QUIT fixed on android (seems tha way this is reported changed in newer sdk) -WIP implementation of APK Expansion APIs for publishing games larger than 50mb in Play Store -Feaures in the new tutorials are all present in the sourcecode -This (hopefully) should get rid of the animation list order getting corrupted -Improved 3D Scene Importer (Skeletons, Animations and other stuff were not being merged). Anything missing? -In code editor, the automatic syntax checker will only use file_exists() to check preload() else it might freeze the editor too much while typing if the preload is a big resource -Fixed bugs in PolygonPathFinder, stil pending to do a node and a demo
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+417