| Commit message (Expand) | Author | Age | Files | Lines |
| * | -Added proper access to depth texture from shader | Juan Linietsky | 2017-06-07 | 1 | -0/+1 |
| * | Fog is complete! | Juan Linietsky | 2017-06-07 | 2 | -0/+8 |
| * | -working SCREEN_TEXTURE, SCREEN_UV shader variables | Juan Linietsky | 2017-06-05 | 1 | -0/+2 |
| * | Fix build error | Poommetee Ketson | 2017-06-05 | 1 | -1/+0 |
| * | Merge pull request #9038 from AlexHolly/rect2-rename-pos | Rémi Verschelde | 2017-06-05 | 3 | -8/+8 |
| |\ |
|
| | * | renamed all Rect2.pos to Rect2.position | alexholly | 2017-06-04 | 3 | -8/+8 |
| * | | Added depth texture support (using parallax) to default material. | Juan Linietsky | 2017-06-04 | 2 | -2/+32 |
| |/ |
|
| * | Rework shading modes and change location of light shader | Juan Linietsky | 2017-06-01 | 1 | -2/+5 |
| * | rewritten PBR implementation to make it friendlier with Blender | Juan Linietsky | 2017-05-31 | 1 | -1/+2 |
| * | Fixed a typo in a Visual Server var name (#8977) | suptoasty | 2017-05-29 | 2 | -5/+5 |
| * | Removed skybox support, added panorama support. Skybox support may come back ... | Juan Linietsky | 2017-05-25 | 2 | -11/+11 |
| * | Added texture_get_texid | BastiaanOlij | 2017-05-20 | 2 | -0/+2 |
| * | Removal of Image from Variant, converted to a Resource. | Juan Linietsky | 2017-05-17 | 3 | -7/+7 |
| * | Fix get_shader_type index upper bound | Carter Anderson | 2017-05-01 | 1 | -1/+1 |
| * | -Fixed crash with splash screen on windows | Juan Linietsky | 2017-04-09 | 1 | -0/+1 |
| * | Restored (And auto-generated) splash image | Juan Linietsky | 2017-04-09 | 2 | -0/+4 |
| * | -Fix eternal black screen on Windows | Juan Linietsky | 2017-04-09 | 2 | -0/+4 |
| * | Particle system is complete. Rejoice! | Juan Linietsky | 2017-04-08 | 3 | -4/+2 |
| * | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 18 | -0/+18 |
| * | New particle system, mostly working, some small features missing. | Juan Linietsky | 2017-04-06 | 9 | -187/+476 |
| * | Fix typos in source code using codespell | Rémi Verschelde | 2017-03-24 | 4 | -8/+8 |
| * | Map POSITION to gl_FragCoord.xy for 2D shaders | Pedro J. Estébanez | 2017-03-08 | 1 | -2/+2 |
| * | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 18 | -5041/+4405 |
| * | Add a bunch of missing Godot headers in own files | Rémi Verschelde | 2017-03-05 | 12 | -0/+336 |
| * | Various fixes detected using PVS-Studio static analyzer. | Thaer Razeq | 2017-02-28 | 1 | -2/+2 |
| * | -renamed globals.h to global_config.cpp (this seems to have caused a few modi... | Juan Linietsky | 2017-02-21 | 2 | -2/+2 |
| * | a ton of bug fixes to the renderer | Juan Linietsky | 2017-02-16 | 3 | -0/+14 |
| * | Fixed compilation issues with Visual Studio | Kenneth Lorthioir | 2017-02-08 | 1 | -1/+1 |
| * | shadows were not working in-editor for nvidia, fixed now | Juan Linietsky | 2017-02-06 | 1 | -1/+0 |
| * | ability to adjust propagation in gi probe | Juan Linietsky | 2017-02-06 | 4 | -15/+34 |
| * | Several bugfixes, improving the import workflow | Juan Linietsky | 2017-02-06 | 3 | -1/+13 |
| * | Working on compile issues for iOS | BastiaanOlij | 2017-01-16 | 1 | -0/+1 |
| * | Style: Fix statements ending with ';;' | Rémi Verschelde | 2017-01-16 | 3 | -5/+5 |
| * | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 7 | -35/+47 |
| * | Unify naming of blendshape / morphtarget into just "Blend Shape" | Juan Linietsky | 2017-01-12 | 4 | -20/+20 |
| * | Type renames: | Juan Linietsky | 2017-01-11 | 8 | -95/+95 |
| * | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky | 2017-01-07 | 7 | -69/+69 |
| * | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | 2017-01-05 | 1 | -0/+5 |
| |\ |
|
| | * | First set of changes to fix compilation errors and initialise the gles3 rende... | BastiaanOlij | 2017-01-04 | 1 | -0/+5 |
| * | | -Changed most project settings in the engine, so they have major and minor ca... | Juan Linietsky | 2017-01-05 | 1 | -1/+1 |
| |/ |
|
| * | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | 2017-01-04 | 1 | -1/+4 |
| |\ |
|
| | * | Improvement to y_sort: make clear which item has to be drawn first | lonesurvivor | 2017-01-03 | 1 | -1/+4 |
| * | | -Conversion of most properties to a simpler syntax, easier to use by script | Juan Linietsky | 2017-01-04 | 4 | -6/+42 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/gles3' into gles3-on-master | Rémi Verschelde | 2017-01-02 | 24 | -6757/+11457 |
| |\ |
|
| | * | fix stupid bug in light downscaling for GI Probe | Juan Linietsky | 2017-01-02 | 1 | -3/+6 |
| | * | WIP particle system | Juan Linietsky | 2017-01-01 | 5 | -0/+42 |
| | * | Some fixes and clean ups | Juan Linietsky | 2016-12-31 | 3 | -3/+12 |
| | * | begin work on new particle system | reduz | 2016-12-30 | 4 | -35/+381 |
| | * | now it really works on window for real | reduz | 2016-12-25 | 1 | -0/+8 |
| | * | fixed a horrible bug on Windows AMD, scenes saved until now in this branch | reduz | 2016-12-24 | 1 | -2/+2 |