| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix UWP build after #14622. | bruvzg | 2018-05-18 | 1 | -2/+2 |
| * | Experimental support for windows with per-pixel transparency (macOS, X11 and ... | bruvzg | 2018-04-07 | 1 | -1/+48 |
| * | s/2017/2018/g for gles2, websocket, linux appdata | Poommetee Ketson | 2018-03-21 | 1 | -2/+2 |
| * | Add GL_ARB_framebuffer_object extension support check and GL_EXT_framebuffer_... | bruvzg | 2018-03-05 | 1 | -22/+51 |
| * | GLES2 renderer support on macOS. | bruvzg | 2018-03-02 | 1 | -1/+5 |
| * | add GLES 2 renderer for 2D | karroffel | 2018-03-01 | 1 | -0/+383 |
| * | Dead code tells no tales | Rémi Verschelde | 2017-08-27 | 1 | -10766/+0 |
| * | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
| * | Removed unnecessary assignments | Wilson E. Alvarez | 2017-08-21 | 1 | -1/+0 |
| * | Add closest_power_of_2 func and implement mix_rate/latency on OS X | Marcelo Fernandez | 2017-08-17 | 1 | -9/+9 |
| * | Synchronize parameter names in definition and declaration | TwistedTwigleg | 2017-08-16 | 1 | -33/+33 |
| * | Clang-formatting *.cpp and *.h (some files excluded) | Poommetee Ketson | 2017-07-22 | 1 | -1/+1 |
| * | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky | 2017-07-19 | 1 | -4/+4 |
| * | -Reorganized all properties of project settings (Sorry, Again). | Juan Linietsky | 2017-07-17 | 1 | -2/+2 |
| * | Refactor 'treshold' to 'threshold' | Poommetee Ketson | 2017-07-08 | 1 | -3/+3 |
| * | Removal of Image from Variant, converted to a Resource. | Juan Linietsky | 2017-05-17 | 1 | -2/+2 |
| * | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 1 | -0/+1 |
| * | New particle system, mostly working, some small features missing. | Juan Linietsky | 2017-04-06 | 1 | -3/+3 |
| * | Fix typos in source code using codespell | Rémi Verschelde | 2017-03-24 | 1 | -3/+3 |
| * | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 1 | -4363/+3622 |
| * | -renamed globals.h to global_config.cpp (this seems to have caused a few modi... | Juan Linietsky | 2017-02-21 | 1 | -1/+1 |
| * | Style: Fix statements ending with ';;' | Rémi Verschelde | 2017-01-16 | 1 | -2/+2 |
| * | Merge pull request #7513 from djrm/compilation_fix | Rémi Verschelde | 2017-01-15 | 1 | -10/+10 |
| |\ |
|
| | * | Matrix32 -> Transform2D | Daniel J. Ramirez | 2017-01-13 | 1 | -10/+10 |
| * | | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 1 | -86/+90 |
| |/ |
|
| * | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky | 2017-01-07 | 1 | -45/+45 |
| * | -Changed most project settings in the engine, so they have major and minor ca... | Juan Linietsky | 2017-01-05 | 1 | -3/+3 |
| * | Merge remote-tracking branch 'origin/gles3' into gles3-on-master | Rémi Verschelde | 2017-01-02 | 1 | -30/+30 |
| |\ |
|
| | * | Begining of GLES3 renderer: | Juan Linietsky | 2016-10-03 | 1 | -30/+30 |
| * | | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
| |/ |
|
| * | Merge pull request #6605 from zaps166/old-gl-ext-funcs | Rémi Verschelde | 2016-10-03 | 1 | -1/+39 |
| |\ |
|
| | * | Add compatibility with old OpenGL 2.1 drivers | Błażej Szczygieł | 2016-09-25 | 1 | -1/+39 |
| * | | Limit directional shadow draw distance, fixes #559, optimization (#1991) | mookiexl | 2016-10-03 | 1 | -3/+10 |
| * | | Merge pull request #6606 from zaps166/don-crash-on-unsupported-gl | Rémi Verschelde | 2016-10-03 | 1 | -2/+3 |
| |\ \ |
|
| | * | | Don't crach when OpenGL version is unsupported | Błażej Szczygieł | 2016-09-25 | 1 | -2/+3 |
| | |/ |
|
| * / | Don't crash in "_process_hdr()" if "framebuffer.luminance" is empty | Błażej Szczygieł | 2016-09-25 | 1 | -0/+4 |
| |/ |
|
| * | removed redundant assign operation in mesh_add_surface: elem_count is reassig... | knd | 2016-09-21 | 1 | -4/+0 |
| * | Merge pull request #6414 from RandomShaper/improve-shader-shadow | Rémi Verschelde | 2016-09-17 | 1 | -2/+2 |
| |\ |
|
| | * | Rename misleading define | Pedro J. Estébanez | 2016-09-07 | 1 | -2/+2 |
| * | | Merge pull request #5962 from Alex-doc/Y_billboard | Juan Linietsky | 2016-09-10 | 1 | -1/+16 |
| |\ \ |
|
| | * | | Implements Y billboard | Alex Piola | 2016-08-01 | 1 | -1/+16 |
| * | | | Merge pull request #6363 from vnen/winrt | Juan Linietsky | 2016-09-10 | 1 | -1/+9 |
| |\ \ \
| |_|/
|/| | |
|
| | * | | Fix drivers coding for WinRT | George Marques | 2016-09-03 | 1 | -1/+9 |
| | |/ |
|
| * / | More visual script improvements | Juan Linietsky | 2016-08-30 | 1 | -2/+12 |
| |/ |
|
| * | GLES2: Check for GPU capabilities to display an error | Rémi Verschelde | 2016-07-25 | 1 | -1/+10 |
| * | Removed unused variables (first pass) | Rémi Verschelde | 2016-07-07 | 1 | -30/+4 |
| * | Add texture region support for stylebox render | Geequlim | 2016-06-05 | 1 | -20/+25 |
| * | Changed import workflow | Juan Linietsky | 2016-05-27 | 1 | -3/+4 |
| * | missing default value | Juan Linietsky | 2016-05-04 | 1 | -1/+1 |
| * | fix to avoid video texture scaling | Juan Linietsky | 2016-05-04 | 1 | -1/+1 |