Age | Commit message (Expand) | Author |
2016-04-15 | Fixed curve baking, now always start at origin point | Hearto Lazor |
2016-03-15 | Merge pull request #3528 from SaracenOne/baked_light_realtime_colourize | Rémi Verschelde |
2016-03-14 | Automatically create input node when creating a ShaderGraph | Franklin Sobrinho |
2016-03-12 | -Made editor support SSL certs by default (embedded them) | Juan Linietsky |
2016-03-09 | remove trailing whitespace | Hubert Jarosz |
2016-03-04 | -Work on addon editor plugin (disabled by default) | Juan Linietsky |
2016-02-21 | Fix missing dependency resolver in Windows | eska |
2016-02-21 | Add support for placeholders in tscn, which was missing. Closes #3652 | Juan Linietsky |
2016-02-09 | -Added missing functions to the doc, fixes #3583 | Juan Linietsky |
2016-02-09 | -Allow renaming root node of inherited scene | Juan Linietsky |
2016-02-08 | -Cleaned up GraphEdit, also fixes #3568 | Juan Linietsky |
2016-02-08 | Property handle rotated controls in 2D editor, fixes #3613 | Juan Linietsky |
2016-02-06 | Ability to colourize baked lighting in real time. | Saracen |
2016-02-02 | -make animationplayer thinner, also toolbuttons too. fixes #3526 | Juan Linietsky |
2016-01-29 | -Increment resources total in scene format text, fixes #3506 | Juan Linietsky |
2016-01-25 | Merge pull request #3440 from TheHX/issue-2946 | Rémi Verschelde |
2016-01-24 | Merge pull request #3434 from TheHX/pr-tscn-dependency | Juan Linietsky |
2016-01-24 | Fix .tscn not raising dependency error | Franklin Sobrinho |
2016-01-24 | Fixed small inconsistencies with the text format | Franklin Sobrinho |
2016-01-24 | Fix .tscn format not loading groups | Franklin Sobrinho |
2016-01-23 | -Some changes to how scenes and scripts are overriden in scene instance and i... | Juan Linietsky |
2016-01-23 | -Added ability to remap dependencies in tscn (forgot to do it..), fixes #3368 | Juan Linietsky |
2016-01-23 | -Ability to retrieve state data from PackedScene, closes #3413 | Juan Linietsky |
2016-01-15 | Add presets. | MarianoGNU |
2016-01-15 | Move shaders to default theme and add shader_override related methods to Cont... | MarianoGNU |
2016-01-15 | Add a visual editor to color picker. | MarianoGNU |
2016-01-14 | -Make sure scenes properly update when switching tabs, even if sub-instances ... | Juan Linietsky |
2016-01-12 | Fix situation where TSCN format might crash, closes #3062 | Juan Linietsky |
2016-01-06 | Merge pull request #3136 from MarianoGnu/bug_fixing | Rémi Verschelde |
2016-01-06 | Fix .tscn format not loading signal binds | Franklin Sobrinho |
2016-01-06 | Merge pull request #3159 from neikeq/tab_close_icon | Rémi Verschelde |
2016-01-03 | -Replaced tinyjpg for jpgd (public domain), fixes progressive encoded jpgs an... | Juan Linietsky |
2016-01-02 | -Restore mouse on X11 when debugger break happens, closes #2232 | Juan Linietsky |
2016-01-01 | Update copyright to 2016 in headers | George Marques |
2015-12-31 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky |
2015-12-31 | -Ensure .tscn and .tres always save in a deterministic way, fixes #2495 | Juan Linietsky |
2015-12-29 | Add tab close icon to the default theme | Ignacio Etcheverry |
2015-12-28 | Add missing argument names in GDScript bindings | Rémi Verschelde |
2015-12-28 | Fix wrong getters in ShaderGraph | Rémi Verschelde |
2015-12-26 | Merge pull request #3140 from neikeq/fix_refresh_icon | Juan Linietsky |
2015-12-26 | Added reload icon to FileDialog's default theme | Ignacio Etcheverry |
2015-12-26 | Fix RGBA Uniform autogeneration in ShaderGraph (fixes #2606) | MarianoGNU |
2015-12-26 | -Added table support to RichTextLabel | reduz |
2015-12-14 | -implement arrows on tabs, when too many tabs are present, fixes #2806 | Juan Linietsky |
2015-12-14 | implement point cloud function using convex hull for ConvexPolygonShape2D, fi... | Juan Linietsky |
2015-12-14 | replaced :var by :Variant in documentation, fixes #2897 | Juan Linietsky |
2015-12-13 | -scenes are properly reloaded when a dependency changes, fixes #2896 | Juan Linietsky |
2015-12-12 | Merge pull request #2933 from TheHX/pr-shader-loader | Juan Linietsky |
2015-12-12 | -force exporting of original script exported variables on overriden scripts | Juan Linietsky |
2015-12-12 | added proper functions to ColorRamp, fixes #3034 | Juan Linietsky |