Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-30 | More visual script improvements | Juan Linietsky | |
-Added anti-aliasing on lines -Improved draw performance enormously -Removed sequence ports for most nodes, current visual scripts will likely be broken now. Sorry! | |||
2016-07-10 | Merge pull request #5533 from Hinsbart/cursor_atex | Juan Linietsky | |
Can use AtlasTextures as custom mouse cursor. | |||
2016-07-08 | Remove unused variables (fourth pass) + dead code | Rémi Verschelde | |
Also fix a potential regression from 3fcb9b1ec179b99d979d4cfea9b5e3c80e4a3e33. | |||
2016-07-03 | Can use AtlasTextures as custom mouse cursor. | Andreas Haas | |
fixes #3957 | |||
2016-06-05 | Add texture region support for stylebox render | Geequlim | |
2016-05-27 | Changed import workflow | Juan Linietsky | |
-Rearrange favorites in fs dock with drag and drop -Removed import -> sub-scene, moved to scenetree contextual menu -Removed import -> re-import , moved and integrated to FS dock -Added ability in FS dock to re-import more than one resource simultaneously -Added ability to drag from native filesystem explorer to Godot, only works on Windows though -Removed scene reimport merge options, never worked well. Eventually merging materials should be re-added -Added ability to set custom root node type when importing scenes -Re-Import is now automatic, can be configured back to manual in editor settings -Added resource previews in property list for many resource types | |||
2016-05-23 | -Improve resource previews | Juan Linietsky | |
-Also fixed draw_texture_rect() tile parameter | |||
2016-05-04 | ability to shrink all images x2 on load | Juan Linietsky | |
this is for extreme cases when running on devices with very low video memory, so you can still retain compatibility. | |||
2016-03-15 | Merge pull request #3528 from SaracenOne/baked_light_realtime_colourize | Rémi Verschelde | |
Ability to colourize baked lighting in real time. | |||
2016-03-12 | Fix 'FLAG_RECEIVE_SHADOWS' flag for GeometryInstances so that turning it off ↵ | Saracen | |
now correctly disables shadows from affecting the instance. | |||
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 ↵ | Saracen | |
shadows: double-sided and shadows only. Conflicts: servers/visual/visual_server_raster.h | |||
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 | |
Update copyright to 2016 in headers | |||
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 | |
-Small fix to xml saver (swapping > and <) | |||
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 | |
ran cppcheck, found unused variables | |||
2015-10-05 | nested clipping of canvas items now works | Zher Huei Lee | |
2015-09-20 | Ability to visually debug geometry visually: | Juan Linietsky | |
-Visible 2D and 3D Shapes, Polygons, Tile collisions, etc. -Visible Navmesh and Navpoly -Visible collision contacts for 2D and 3D as a red point -Customizable colors in project settings | |||
2015-09-16 | ran cppcheck, found unused variables | firefly2442 | |
2015-09-10 | ios now displays splash screen between launch image and main scene, instead ↵ | steve | |
of a black screen | |||
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 | |
ortho camera sort fix, closes #2063 | |||
2015-06-06 | -fixed many memory initialization issues | Juan Linietsky | |
-fixed deadlock on previews thread -fixed compilation errors on unix | |||
2015-05-06 | optional formal changes | ehriche | |
2015-04-30 | -fixed broken lighting in release version of godot for isometric light demo, ↵ | Juan Linietsky | |
fixes #1697 | |||
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 | |
-Added more debug information on memory cleanliness on exit (if run with -v) -Fixed several memory leaks, fixes #1731, fixes #755 | |||
2015-04-18 | -try to avoid errors when path using ".." is present in script include, ↵ | Juan Linietsky | |
fixes #1703 | |||
2015-04-12 | -Changed bootsplash option to use a file, fixes #1539 | Juan Linietsky | |
-Added OS.get_splash_tick_msec() to query when splash appeared | |||
2015-04-03 | Changes to Light | Juan Linietsky | |
-=-=-=-=-=-=-=-= -Changed material unshaded property for an enum, which supports light-only shading -Added a "Mix" shading mode, useful for using lights as masks -Added energy parameter to Light2D | |||
2015-03-31 | read depth fixes | Juan Linietsky | |
2015-03-21 | signed distance field font support | Juan Linietsky | |
2015-03-16 | New option to send canvas to render buffer | Juan Linietsky | |
allows to use 3D environment effects for post processing such as Glow, Bloom, HDR, etc. in 2D. | |||
2015-03-12 | back buffer copy node, to improve on texscreen() | Juan Linietsky | |
back buffer copy node and respective demo | |||
2015-03-10 | small optimizations to isometric light demo | Juan Linietsky | |
should work faster, and even faster if exported.. as textures have been optimized. | |||
2015-03-09 | lot of work on 2D lighting and isometric maps | Juan Linietsky | |
added a new demo, isometric_light that does full isometric sorting, lights, shadows, etc. | |||
2015-03-02 | support for 2D shadow casters | Juan Linietsky | |
Added support for 2D shadow casters. *DANGER* Shaders in CanvasItem CHANGED, if you are using shader in a CanvasItem and pull this, you will lose them. Shaders now work through a 2D material system similar to 3D. If you don't want to lose the 2D shader code, save the shader as a .shd, then create a material in CanvasItem and re-assign the shader. | |||
2015-02-21 | changed viewport clearing to use the alpha value of the clear color, and ↵ | romulox_x | |
made the transparent bg option of viewport force a clear color of 0,0,0,0 | |||
2015-02-21 | Merge pull request #1369 from not-surt/tile_rotation | Juan Linietsky | |
Tile Rotation | |||
2015-02-21 | added option to disable automatic clearing of viewport render buffer | romulox_x | |
2015-02-18 | support for light and normal mapping in 2D | Juan Linietsky | |
2015-02-16 | -Some more work on 2D Lights (NOT FUNCTIONAL YET!) | reduz | |
2015-02-02 | Merge branch 'master' of https://github.com/okamstudio/godot | Carl Olsson | |