Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-20 | Huge amount of improvement in the material system. Materials should be | Juan Linietsky | |
a lot more complete and usable now. | |||
2016-11-19 | working reflection probes!! | Juan Linietsky | |
2016-11-11 | Done with lights and shadows (wonder if i'm missing something..) | Juan Linietsky | |
2016-11-09 | all light types and shadows are working, pending a lot of clean-up | Juan Linietsky | |
2016-10-31 | shadow atlas allocation (work in progress) | Juan Linietsky | |
2016-10-29 | -Many many fixes | Juan Linietsky | |
-Gizmos work again | |||
2016-10-27 | PBR more or less working, still working on bringing gizmos back | Juan Linietsky | |
2016-10-21 | More scene work, can display a skybox | Juan Linietsky | |
2016-10-19 | Everything returning to normal in 3D, still a long way to go | Juan Linietsky | |
-implemented the scene part of visual server and rasterizer, objects without lighting and material are rendererd only | |||
2016-10-10 | 2D Shaders are working again using the new syntax, though all is buggy in ↵ | Juan Linietsky | |
general | |||
2016-10-07 | -the new shader language seems to work | Juan Linietsky | |
-shader editor plugin can edit shaders -code completion in shader editor plugin | |||
2016-10-05 | -Added ViewportContainer, this is the only way to make viewports show up in ↵ | Juan Linietsky | |
GUI now -2D editing now seems to work -Added some functions and refactoring to Viewport | |||
2016-10-03 | make editor update by tracking changes in visualserverraster | Juan Linietsky | |
2016-10-03 | Begining of GLES3 renderer: | Juan Linietsky | |
-Most 2D drawing is implemented -Missing shaders -Missing all 3D -Editor needs to be set on update always to be used, otherwise it does not refresh -Large parts of editor not working | |||
2016-09-17 | Merge pull request #6414 from RandomShaper/improve-shader-shadow | Rémi Verschelde | |
Expose additional light/shadow properties to canvas item shaders | |||
2016-09-10 | Merge pull request #5920 from 29jm/fix-warnings | Juan Linietsky | |
Fix some more warnings | |||
2016-09-10 | Merge pull request #6250 from Ovnuniarchos/CursorHotspot | Juan Linietsky | |
Mouse hotspot is now honored. | |||
2016-09-07 | Expose light shadow color to canvas item shaders | Pedro J. Estébanez | |
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-08-23 | Mouse hotspot is not honored. | Ovnuniarchos | |
2016-08-13 | Remove some unused variables | Johan Manuel | |
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-18 | Drop fully commented-out files | Rémi Verschelde | |
Part of #5272 | |||
2016-06-18 | Drop empty files that are not used anywhere | Rémi Verschelde | |
Part of #5272 | |||
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-21 | remove trailing whitespace | Hubert Jarosz | |
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-16 | refix particles3d issue, bringing down the amount limit to 1024 | Nuno Donato | |
2016-02-12 | * raised the max amount of particles to match the max number allowed in the ↵ | Nuno Donato | |
inspector (prevents crash) | |||
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-12-08 | Merge pull request #2865 from hurikhan/pr_fix_2791 | Juan Linietsky | |
Added additional token checks for the shader if..else.. statement. | |||
2015-12-02 | -several fixes to Android to work better on Tegra 3/4 devices, uses 16 bits ↵ | Juan Linietsky | |
FBOs so all 2D shader effects should now work in every single Android device. | |||
2015-11-27 | Bug Fix #2541: Shader language function validation logic | Andrea Chua | |
ensures that it finds the correct function to validate. | |||
2015-11-22 | Added additional token checks for the shader if..else.. statement. Fixes ↵ | hurikhan | |
issue #2791. | |||
2015-11-18 | Merge branch 'master' of https://github.com/okamstudio/godot into shadow_color | Saracen | |
Conflicts: drivers/gles2/shader_compiler_gles2.cpp | |||
2015-11-18 | Merge pull request #2707 from akien-mga/master | Juan Linietsky | |
Cosmetic fixes to SCons buildsystem | |||
2015-11-18 | Merge pull request #2715 from SaracenOne/shader_fix_and_enhancement | Juan Linietsky | |
Write to 4-dimensional position access and shader graph code generation fix. |