| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
* | Ability to set flags via code in StreamTexture, as some users find it useful.... | Juan Linietsky | 2017-12-26 | 1 | -0/+2 |
* | Added a higher level wrapper for proxy texture | Juan Linietsky | 2017-12-04 | 1 | -0/+69 |
* | Added filter_clip to AtlasTexture | MrCdK | 2017-11-05 | 1 | -3/+20 |
* | CubeMap: fix duplicate flags property | Poommetee Ketson | 2017-10-22 | 1 | -1/+0 |
* | Merge pull request #12286 from NathanWarden/add_cubemap_properties | Rémi Verschelde | 2017-10-21 | 1 | -2/+4 |
|\ |
|
| * | Added properties for CubeMap. | Nathan Warden | 2017-10-21 | 1 | -2/+4 |
* | | Bind unbound enums, rearrange some by value | Poommetee Ketson | 2017-10-22 | 1 | -1/+1 |
|/ |
|
* | Rename pos to position in user facing methods and variables | letheed | 2017-09-20 | 1 | -3/+3 |
* | Fix signed and unsigned comparisons | Hein-Pieter van Braam | 2017-09-01 | 1 | -2/+2 |
* | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
* | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry | 2017-08-20 | 1 | -31/+34 |
* | Removes type information from method binds | Ignacio Etcheverry | 2017-08-10 | 1 | -17/+17 |
* | Texture: Fix wrong method bind instance type | Ignacio Etcheverry | 2017-08-07 | 1 | -1/+1 |
* | Added missing binding to ImageTexture, closes #8371 | Juan Linietsky | 2017-08-06 | 1 | -1/+1 |
* | keep default exported script values unless overriden, closes #8127 | Juan Linietsky | 2017-08-06 | 1 | -0/+1 |
* | Merge pull request #8209 from robertdhernandez/Texture-Region-Editor-Sync | Rémi Verschelde | 2017-08-01 | 1 | -3/+7 |
|\ |
|
| * | Texture region now updates when changing an Atlas | Robert Hernandez | 2017-06-29 | 1 | -3/+7 |
* | | Add object type hint for docs | Poommetee Ketson | 2017-07-19 | 1 | -2/+2 |
|/ |
|
* | Reworked translation system | Juan Linietsky | 2017-06-28 | 1 | -8/+11 |
* | Curve features | Marc Gilleron | 2017-06-26 | 1 | -38/+6 |
* | BuildSystem: generated files have .gen.extension | Poommetee Ketson | 2017-06-25 | 1 | -1/+1 |
* | GradientTexture now uses a Gradient | Marc Gilleron | 2017-06-24 | 1 | -133/+27 |
* | Added Curve resource | Marc Gilleron | 2017-06-24 | 1 | -184/+58 |
* | Texture rect_region drawing now clamps UV to avoid bleeding. This avoids scen... | Juan Linietsky | 2017-06-18 | 1 | -11/+11 |
* | Add normalmap support for drawing in all low level primitives. Only added sup... | Juan Linietsky | 2017-06-17 | 1 | -34/+48 |
* | -Fix freezes caused by etccomp2, closes #9183 | Juan Linietsky | 2017-06-16 | 1 | -1/+19 |
* | -Restored multithread capability to VisualServer | Juan Linietsky | 2017-06-09 | 1 | -0/+4 |
* | renamed all Rect2.pos to Rect2.position | alexholly | 2017-06-04 | 1 | -19/+19 |
* | many fixes to image loader, voxel cone tracing, etc. | Juan Linietsky | 2017-06-02 | 1 | -2/+2 |
* | Merge pull request #8869 from Hinsbart/errors | Rémi Verschelde | 2017-05-25 | 1 | -4/+0 |
|\ |
|
| * | Fix errors on engine startup. | Andreas Haas | 2017-05-22 | 1 | -4/+0 |
* | | Fix stex import into black textures when lossless and lossy are selected, clo... | Juan Linietsky | 2017-05-23 | 1 | -1/+2 |
|/ |
|
* | Removal of Image from Variant, converted to a Resource. | Juan Linietsky | 2017-05-17 | 1 | -91/+56 |
* | Fix property warnings and hide some debug prints | Rémi Verschelde | 2017-04-23 | 1 | -7/+9 |
* | 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 | -0/+468 |
* | Fix typos in source code using codespell | Rémi Verschelde | 2017-03-24 | 1 | -1/+1 |
* | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 1 | -618/+493 |
* | a ton of bug fixes to the renderer | Juan Linietsky | 2017-02-16 | 1 | -0/+5 |
* | Many fixes to make exported scenes work better, still buggy. | Juan Linietsky | 2017-02-15 | 1 | -0/+6 |
* | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -56/+56 |
* | Remove use of _SCS from ADD_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -9/+9 |
* | Several bugfixes, improving the import workflow | Juan Linietsky | 2017-02-06 | 1 | -0/+44 |
* | Lot of work in new importer, importing textures now works. | Juan Linietsky | 2017-02-01 | 1 | -0/+329 |
* | removed duplicated functions in class hierarchy that were bound more than once | Juan Linietsky | 2017-01-14 | 1 | -2/+1 |
* | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky | 2017-01-02 | 1 | -59/+59 |
* | Merge remote-tracking branch 'origin/gles3' into gles3-on-master | Rémi Verschelde | 2017-01-02 | 1 | -14/+4 |
|\ |
|
| * | Begining of GLES3 renderer: | Juan Linietsky | 2016-10-03 | 1 | -14/+4 |
* | | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
|/ |
|