| Commit message (Expand) | Author | Age | Files | Lines |
| * | -Implemented Proxy Textures (needed to solve the problem with ViewportTexture) | Juan Linietsky | 2017-12-04 | 1 | -0/+2 |
| * | Update clang-format in modified files | Pedro J. Estébanez | 2017-11-25 | 1 | -1/+1 |
| * | Add ability to opt-out buffer swapping in `VS::draw()` | Pedro J. Estébanez | 2017-11-25 | 1 | -1/+1 |
| * | Merge pull request #11895 from m4nu3lf/rendering/separate_thread | Juan Linietsky | 2017-11-21 | 1 | -2/+1 |
| |\ |
|
| | * | Restore rendering on a separate thread | m4nu3lf | 2017-11-18 | 1 | -2/+1 |
| * | | Implement per-instance custom bounding box | Marc Gilleron | 2017-11-20 | 1 | -0/+1 |
| |/ |
|
| * | Rename Rect3 to AABB. | Ferenc Arn | 2017-11-17 | 1 | -12/+12 |
| * | Ability to update parts of an array, and set arrays as dynamic draw | Juan Linietsky | 2017-11-14 | 1 | -0/+2 |
| * | Reworked how servers preallocate RIDs, should fix #10970 | Juan Linietsky | 2017-11-09 | 1 | -20/+22 |
| * | Many fixes to SSAO, should be good now. | Juan Linietsky | 2017-10-22 | 1 | -1/+1 |
| * | Ability to set a custom FOV makes it possible to use sky on orthogonal view. ... | Juan Linietsky | 2017-09-29 | 1 | -1/+1 |
| * | Several fixes to directional shadows, closes #10926 | Juan Linietsky | 2017-09-07 | 1 | -0/+1 |
| * | Removed ontop property, added a material rendering priority system. Fixes #99... | Juan Linietsky | 2017-09-01 | 1 | -0/+1 |
| * | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
| * | -Massive clean up to gizmos | Juan Linietsky | 2017-08-26 | 1 | -18/+0 |
| * | -Fix all shadow and culling related issues, fixes #9330 | Juan Linietsky | 2017-08-19 | 1 | -0/+1 |
| * | Added polygon antialiasing, but it does not work on nvidia. Will have to try ... | Juan Linietsky | 2017-08-19 | 1 | -1/+1 |
| * | Restored black bars and custom images instead of black bars, closes #1571 | Juan Linietsky | 2017-08-07 | 1 | -6/+0 |
| * | Makes all Godot API's methods Lower Case | Indah Sylvia | 2017-08-07 | 1 | -1/+1 |
| * | Adding base classes and structures for ARVR support | BastiaanOlij | 2017-07-28 | 1 | -0/+2 |
| * | Many fixes to improve GI Probe quality | Juan Linietsky | 2017-07-15 | 1 | -0/+3 |
| * | Added triplanar mapping, toon mode, and more specular modes for materials. Ad... | Juan Linietsky | 2017-07-08 | 1 | -0/+1 |
| * | -Many fixes to VisualScript, fixed property names, etc. | Juan Linietsky | 2017-06-30 | 1 | -0/+1 |
| * | Ability to restart particle system with a function call | Juan Linietsky | 2017-06-25 | 1 | -0/+2 |
| * | 2D GPU Particles working.. | Juan Linietsky | 2017-06-21 | 1 | -0/+2 |
| * | Texture rect_region drawing now clamps UV to avoid bleeding. This avoids scen... | Juan Linietsky | 2017-06-18 | 1 | -1/+1 |
| * | Add normalmap support for drawing in all low level primitives. Only added sup... | Juan Linietsky | 2017-06-17 | 1 | -6/+6 |
| * | -Fixed shader lang to not be able to get scalar from matrix (ie mat.x), to ma... | Juan Linietsky | 2017-06-17 | 1 | -1/+1 |
| * | -Fix freezes caused by etccomp2, closes #9183 | Juan Linietsky | 2017-06-16 | 1 | -0/+1 |
| * | Fixes to SSR, WIP. | Juan Linietsky | 2017-06-16 | 1 | -1/+1 |
| * | -Fixed occluder rendering, closes #8560 | Juan Linietsky | 2017-06-13 | 1 | -0/+1 |
| * | Fixed compilation on Windows + removed debug print | Marc Gilleron | 2017-06-12 | 1 | -2/+2 |
| * | Restored everything related to information polling, and added information box... | Juan Linietsky | 2017-06-11 | 1 | -2/+9 |
| * | Restored multiple viewport function, as well as view modes. | Juan Linietsky | 2017-06-11 | 1 | -0/+5 |
| * | -Restored multithread capability to VisualServer | Juan Linietsky | 2017-06-09 | 1 | -0/+571 |
| * | Begining of GLES3 renderer: | Juan Linietsky | 2016-10-03 | 1 | -739/+0 |
| * | More visual script improvements | Juan Linietsky | 2016-08-30 | 1 | -1/+1 |
| * | Can use AtlasTextures as custom mouse cursor. | Andreas Haas | 2016-07-03 | 1 | -1/+1 |
| * | Add texture region support for stylebox render | Geequlim | 2016-06-05 | 1 | -1/+1 |
| * | Changed import workflow | Juan Linietsky | 2016-05-27 | 1 | -0/+2 |
| * | ability to shrink all images x2 on load | Juan Linietsky | 2016-05-04 | 1 | -0/+2 |
| * | Merge pull request #3528 from SaracenOne/baked_light_realtime_colourize | Rémi Verschelde | 2016-03-15 | 1 | -0/+8 |
| |\ |
|
| | * | Ability to colourize baked lighting in real time. | Saracen | 2016-02-06 | 1 | -0/+8 |
| * | | remove trailing whitespace | Hubert Jarosz | 2016-03-09 | 1 | -5/+5 |
| * | | Added extra controls to GeometryInstances to control how they should cast sha... | Saracen | 2016-03-07 | 1 | -0/+3 |
| |/ |
|
| * | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 |
| * | -Ability to debug video memory usage | Juan Linietsky | 2015-10-21 | 1 | -0/+9 |
| * | Ability to visually debug geometry visually: | Juan Linietsky | 2015-09-20 | 1 | -0/+1 |
| * | ability to change shadow color in light2d | Juan Linietsky | 2015-06-24 | 1 | -0/+2 |
| * | -fixed many memory initialization issues | Juan Linietsky | 2015-06-06 | 1 | -1/+1 |