Age | Commit message (Expand) | Author |
2017-01-16 | Working on compile issues for iOS | BastiaanOlij |
2017-01-14 | Style: Fix whole-line commented code | Rémi Verschelde |
2017-01-07 | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky |
2017-01-02 | Merge remote-tracking branch 'origin/gles3' into gles3-on-master | Rémi Verschelde |
2017-01-02 | Revert "Add/expose VisualServer::get_default_clear_color()" | Rémi Verschelde |
2017-01-01 | Welcome in 2017, dear changelog reader! | Rémi Verschelde |
2016-12-20 | work in progress global illumination | Juan Linietsky |
2016-11-19 | working reflection probes!! | Juan Linietsky |
2016-10-27 | PBR more or less working, still working on bringing gizmos back | Juan Linietsky |
2016-10-19 | Everything returning to normal in 3D, still a long way to go | Juan Linietsky |
2016-10-13 | Add/expose VisualServer::get_default_clear_color() | Pedro J. Estébanez |
2016-10-03 | make editor update by tracking changes in visualserverraster | Juan Linietsky |
2016-10-03 | Begining of GLES3 renderer: | Juan Linietsky |
2016-09-10 | Merge pull request #6250 from Ovnuniarchos/CursorHotspot | Juan Linietsky |
2016-08-30 | More visual script improvements | Juan Linietsky |
2016-08-23 | Mouse hotspot is not honored. | Ovnuniarchos |
2016-07-10 | Merge pull request #5533 from Hinsbart/cursor_atex | Juan Linietsky |
2016-07-08 | Remove unused variables (fourth pass) + dead code | Rémi Verschelde |
2016-07-03 | Can use AtlasTextures as custom mouse cursor. | Andreas Haas |
2016-06-05 | Add texture region support for stylebox render | Geequlim |
2016-05-27 | Changed import workflow | Juan Linietsky |
2016-05-23 | -Improve resource previews | Juan Linietsky |
2016-05-04 | ability to shrink all images x2 on load | Juan Linietsky |
2016-03-15 | Merge pull request #3528 from SaracenOne/baked_light_realtime_colourize | Rémi Verschelde |
2016-03-12 | Fix 'FLAG_RECEIVE_SHADOWS' flag for GeometryInstances so that turning it off ... | Saracen |
2016-03-09 | fix six possible "divide by zero" | Hubert Jarosz |
2016-03-09 | remove trailing whitespace | Hubert Jarosz |
2016-03-07 | Added extra controls to GeometryInstances to control how they should cast sha... | Saracen |
2016-02-06 | Ability to colourize baked lighting in real time. | Saracen |
2016-01-01 | Merge pull request #3184 from vnen/update-copyright-2016 | Juan Linietsky |
2016-01-01 | Update copyright to 2016 in headers | George Marques |
2016-01-01 | Make both lights and occluders stop working if hidden, fixes #2437 | Juan Linietsky |
2015-12-08 | -New mask mode for lights, makes using masks MUCH easier. | Juan Linietsky |
2015-10-21 | -Ability to debug video memory usage | Juan Linietsky |
2015-10-17 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky |
2015-10-17 | misc cleanup | Juan Linietsky |
2015-10-17 | Merge pull request #2479 from firefly2442/cppcheck-unusedvars | Juan Linietsky |
2015-10-05 | nested clipping of canvas items now works | Zher Huei Lee |
2015-09-20 | Ability to visually debug geometry visually: | Juan Linietsky |
2015-09-16 | ran cppcheck, found unused variables | firefly2442 |
2015-09-10 | ios now displays splash screen between launch image and main scene, instead o... | steve |
2015-09-03 | merged some stuff for okam | Juan Linietsky |
2015-06-24 | ability to change shadow color in light2d | Juan Linietsky |
2015-06-11 | new space shooter demo | Juan Linietsky |
2015-06-06 | -fixed many memory initialization issues | Juan Linietsky |
2015-05-06 | optional formal changes | ehriche |
2015-04-30 | -fixed broken lighting in release version of godot for isometric light demo, ... | Juan Linietsky |
2015-04-25 | -Resolved light clipping issue due to wrong global rect cache, fixes #1722 | Juan Linietsky |
2015-04-20 | -Changed Godot exit to be clean. | Juan Linietsky |
2015-04-18 | -try to avoid errors when path using ".." is present in script include, fixes... | Juan Linietsky |