summaryrefslogtreecommitdiff
path: root/scene/resources
AgeCommit message (Expand)Author
2017-01-11Type renames:Juan Linietsky
2017-01-10Few small fixes so tools=no and target=release compilesBastiaanOlij
2017-01-10Groundbreaking!! Godot resources can now be flagged to be local to the scene ...Juan Linietsky
2017-01-09Add clamp and wrap loop modes for animation tracks.Juan Linietsky
2017-01-07Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky
2017-01-05Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2017-01-05-Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky
2017-01-04Merge pull request #7431 from MarianoGnu/gles3Juan Linietsky
2017-01-04-Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky
2017-01-03Begin modifying properties to make them more friendly to script and doc.Juan Linietsky
2017-01-02ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky
2017-01-02Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde
2017-01-02Add a metallic modeJuan Linietsky
2017-01-01WIP particle systemJuan Linietsky
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-12-24fixed a horrible bug on Windows AMD, scenes saved until now in this branchreduz
2016-12-20work in progress global illuminationJuan Linietsky
2016-12-10DOF blur, near and far fields..Juan Linietsky
2016-12-08Multi stage glow with light bleeding from HDRJuan Linietsky
2016-12-07Tonemapping and Auto Exposure supportJuan Linietsky
2016-12-04Support for SSAOJuan Linietsky
2016-12-03Curve2D/3D: Add clear_points method.Andreas Haas
2016-12-02Subsurface scattering material param is now working!Juan Linietsky
2016-11-29Screen space reflection effectJuan Linietsky
2016-11-24Blend shapes using transform feedback (GPU)Juan Linietsky
2016-11-22Instancing is working! (hooray)Juan Linietsky
2016-11-20Huge amount of improvement in the material system. Materials should beJuan Linietsky
2016-11-19working reflection probes!!Juan Linietsky
2016-11-19Reused Button styleboxes for ButtonArrayZher Huei Lee
2016-11-09all light types and shadows are working, pending a lot of clean-upJuan Linietsky
2016-11-06Made background and symbol color follow the color APIPaulb23
2016-11-01style: Various other PEP8 fixes in Python filesRémi Verschelde
2016-11-01style: Fix PEP8 blank lines issues in Python filesRémi Verschelde
2016-11-01style: Fix PEP8 whitespace issues in Python filesRémi Verschelde
2016-11-01style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde
2016-10-29-Many many fixesJuan Linietsky
2016-10-27PBR more or less working, still working on bringing gizmos backJuan Linietsky
2016-10-21More scene work, can display a skyboxJuan Linietsky
2016-10-19Fix Color PickerMariano Suligoy
2016-10-17SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde
2016-10-102D Shaders are working again using the new syntax, though all is buggy in gen...Juan Linietsky
2016-10-10Fix #5959, contrasting texture for toggled buttonPawel Kowal
2016-10-07-the new shader language seems to workJuan Linietsky
2016-10-03Begining of GLES3 renderer:Juan Linietsky
2016-10-03Expose more 2D/3D physics options in project settingsFabio Alessandrelli
2016-10-03Merge pull request #6529 from pkowal1982/scrolltreeRémi Verschelde
2016-09-17Add scrolling to Tree control in Drag and Drop modePawel Kowal
2016-09-17Merge pull request #6414 from RandomShaper/improve-shader-shadowRémi Verschelde
2016-09-13-Added VeryLowDPI and MidDPI modes to Godot editor.Juan Linietsky
2016-09-07Expose light shadow color to canvas item shadersPedro J. Estébanez