Age | Commit message (Expand) | Author |
2017-12-09 | -Ability to and unwrap lightmap coordinates on import | Juan Linietsky |
2017-12-06 | -Fix particles with size==0, closes #13931 | Juan Linietsky |
2017-11-19 | Rework the canvas_item API for further improves to the canvas item editor | Gilles Roudiere |
2017-11-14 | Finalized ability to convert from CanvasItem/Spatial/Particles materials to S... | Juan Linietsky |
2017-11-10 | Disabled filter clip by default and made it optional, fixes #12368, likely ot... | Juan Linietsky |
2017-09-20 | Rename pos to position in user facing methods and variables | letheed |
2017-08-30 | Merge pull request #10361 from RandomShaper/tilemap-global-mtl | Rémi Verschelde |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-08-19 | Added polygon antialiasing, but it does not work on nvidia. Will have to try ... | Juan Linietsky |
2017-08-16 | Synchronize parameter names in definition and declaration | TwistedTwigleg |
2017-08-15 | Let TileMap apply its material | Pedro J. Estébanez |
2017-06-30 | -Many fixes to VisualScript, fixed property names, etc. | Juan Linietsky |
2017-06-26 | -Fixed SCREEN_TEXTURE and other related 2D shader parameters. | Juan Linietsky |
2017-06-23 | Small fixes required to get platformer to work. | Juan Linietsky |
2017-06-21 | 2D GPU Particles working.. | Juan Linietsky |
2017-06-18 | Texture rect_region drawing now clamps UV to avoid bleeding. This avoids scen... | Juan Linietsky |
2017-06-17 | Add normalmap support for drawing in all low level primitives. Only added sup... | Juan Linietsky |
2017-05-20 | Removal of InputEvent as built-in Variant type.. | Juan Linietsky |
2017-04-10 | Rename [gs]et_pos to [gs]et_position for Controls | Sergey Pusnei |
2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde |
2017-04-06 | New particle system, mostly working, some small features missing. | Juan Linietsky |
2017-03-05 | A Whole New World (clang-format edition) | Rémi Verschelde |
2017-01-13 | New API for visibility in both CanvasItem and Spatial | Juan Linietsky |
2017-01-12 | Must now register with set_transform_notify() to get NOTIFICATION_TRANSFORM_C... | Juan Linietsky |
2017-01-11 | Type renames: | Juan Linietsky |
2017-01-02 | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky |
2017-01-02 | Merge remote-tracking branch 'origin/gles3' into gles3-on-master | Rémi Verschelde |
2017-01-01 | Welcome in 2017, dear changelog reader! | Rémi Verschelde |
2016-11-24 | TileMap now honors blending mode. | Ovnuniarchos |
2016-10-10 | 2D Shaders are working again using the new syntax, though all is buggy in gen... | Juan Linietsky |
2016-10-03 | Begining of GLES3 renderer: | Juan Linietsky |
2016-08-30 | More visual script improvements | Juan Linietsky |
2016-07-10 | Conversion function for screen coords to local Canvas coords | Kyle Luce |
2016-06-26 | Ability to set draw transform as a matrix, closes #5428 | Juan Linietsky |
2016-06-20 | Remove unused connection. ShaderEditor should'nt handle ShaderGraphs. | MarianoGNU |
2016-06-13 | added a function CanvasItem.get_item_and_children_rect() , fixes #4738 | Juan Linietsky |
2016-01-24 | -Take in consideration canvas layers for GUI input | Juan Linietsky |
2016-01-01 | Update copyright to 2016 in headers | George Marques |
2015-12-29 | -Make tilemap able to change light mask, fixes #2557 | reduz |
2015-12-14 | -implement arrows on tabs, when too many tabs are present, fixes #2806 | Juan Linietsky |
2015-11-26 | Added set_hidden method to Spatial and CanvasItem | romulox_x |
2015-09-15 | Ability to keep collisionshapes and collisionpolygons when running the game. | reduz |
2015-05-01 | -Fixed android export options (screen sizes, orientation should work) | Juan Linietsky |
2015-04-18 | Updated copyright year in all headers | Juan Linietsky |
2015-04-03 | Changes to Light | Juan Linietsky |
2015-03-22 | input events on Area2D is now supported | Juan Linietsky |
2015-03-02 | support for 2D shadow casters | Juan Linietsky |
2015-02-21 | Merge pull request #1369 from not-surt/tile_rotation | Juan Linietsky |
2015-02-18 | support for light and normal mapping in 2D | Juan Linietsky |
2015-02-11 | Merge branch 'master' of https://github.com/okamstudio/godot | Carl Olsson |