| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Some new icons for visual script and graphs | Daniel J. Ramirez | 2016-08-08 | 4 | -2/+82 |
* | Likely with bugs and with some features are missing, as well as profiler supp... | Juan Linietsky | 2016-08-06 | 5 | -1/+16 |
* | VisualScript can now execute visual scripts, but there is no debugger or prof... | Juan Linietsky | 2016-08-05 | 2 | -1/+24 |
* | Concluded base visual scripting! can edit but not run though. | Juan Linietsky | 2016-08-04 | 3 | -0/+8 |
* | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | 2016-08-02 | 4 | -42/+192 |
|\ |
|
| * | DynamicFont caches now accounts for texture flags | Zher Huei Lee | 2016-08-02 | 2 | -66/+68 |
| * | Added extra spacing support for DynamicFont | Zher Huei Lee | 2016-08-02 | 2 | -5/+75 |
| * | Added texture mipmaps and filtering to DynamicFont | Zher Huei Lee | 2016-08-02 | 2 | -10/+88 |
| * | World2D: Fix typo in default_density deprecation check | Rémi Verschelde | 2016-07-28 | 1 | -1/+1 |
| * | Merge pull request #5832 from Algrin6/patch-1 | Juan Linietsky | 2016-07-24 | 1 | -3/+3 |
| |\ |
|
| | * | Fix curve bug | Algrin6 | 2016-07-21 | 1 | -3/+3 |
* | | | WIP visual scripting, not working yet but you can check out stuff | Juan Linietsky | 2016-08-02 | 4 | -27/+27 |
|/ / |
|
* | | SurfaceTool add_index method exposed to scripts. | Saracen | 2016-07-22 | 1 | -0/+1 |
* | | Some optimizations and limits for extreme zoom in and out in editor, fixes #5820 | Juan Linietsky | 2016-07-21 | 1 | -9/+42 |
* | | Remove "SMOOTH BEGIN?" message | volzhs | 2016-07-21 | 1 | -2/+0 |
|/ |
|
* | Fixed properly not save signals that already exist in their base scenes, clos... | Juan Linietsky | 2016-07-19 | 3 | -30/+27 |
* | WIP bugfix for existing connections | Juan Linietsky | 2016-07-19 | 2 | -15/+107 |
* | Revert "Homogeinize resource formats loaders/savers" | Rémi Verschelde | 2016-07-19 | 2 | -0/+1644 |
* | Property convert images to RGBA before applying hq2x, fixes #5168 | Juan Linietsky | 2016-07-18 | 1 | -2/+6 |
* | properly fixed notificaitons for theme changed, closes #5774 | Juan Linietsky | 2016-07-18 | 1 | -0/+15 |
* | Add a function to notify font users that the font changed. Closes #5774 | Juan Linietsky | 2016-07-18 | 2 | -0/+7 |
* | Merge pull request #5757 from Razzlegames/blendIndexFix | Rémi Verschelde | 2016-07-18 | 1 | -1/+1 |
|\ |
|
| * | Could not use pre multiply alpha for material in editor | Kyle Luce | 2016-07-17 | 1 | -1/+1 |
* | | Merge pull request #5657 from Paulb23/block_caret | Rémi Verschelde | 2016-07-18 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Added block caret to TextEdit | Paulb23 | 2016-07-12 | 1 | -0/+1 |
* | | Merge pull request #5467 from RandomShaper/enhance-tidy-extensions | Juan Linietsky | 2016-07-16 | 2 | -1644/+0 |
|\ \
| |/
|/| |
|
| * | Homogeinize resource formats loaders/savers | Pedro J. Estébanez | 2016-06-28 | 2 | -1644/+0 |
* | | Removed duplicate color | Paulb23 | 2016-07-11 | 1 | -1/+0 |
* | | Expose colors to theme | Paulb23 | 2016-07-11 | 1 | -0/+7 |
* | | Add function to get the list of samples, closes #5561 | Juan Linietsky | 2016-07-10 | 2 | -3/+20 |
* | | Merge pull request #5589 from akien-mga/pr-unused-var | Rémi Verschelde | 2016-07-09 | 4 | -28/+3 |
|\ \ |
|
| * | | Remove unused variables (fourth pass) + dead code | Rémi Verschelde | 2016-07-08 | 4 | -28/+3 |
* | | | classref: Fix arg name for is_action_pressed/released | Rémi Verschelde | 2016-07-08 | 1 | -1/+1 |
|/ / |
|
* / | Make both signals be ordered and samplelibrary items too, fixes scenes changi... | Juan Linietsky | 2016-06-30 | 2 | -1/+13 |
|/ |
|
* | Remove error when getting dependencies from tscn files in some cases, closes ... | Juan Linietsky | 2016-06-28 | 2 | -22/+35 |
* | Fixed bug in instance state ordering, closes #3904 | Juan Linietsky | 2016-06-28 | 1 | -1/+3 |
* | Make most resources (save for packedscenes and scripts) reload if they change... | Juan Linietsky | 2016-06-27 | 5 | -5/+4 |
* | Revert "Added toggle for loop interpolation based on adolson's code" | Rémi Verschelde | 2016-06-26 | 2 | -22/+3 |
* | Merge pull request #5307 from MarianoGnu/master | Rémi Verschelde | 2016-06-26 | 2 | -0/+10 |
|\ |
|
| * | Modify margins with mouse input | MarianoGNU | 2016-06-20 | 2 | -0/+10 |
* | | Merge pull request #5397 from djrm/gizmos_fix | Rémi Verschelde | 2016-06-25 | 22 | -0/+0 |
|\ \ |
|
| * | | Added high resolution icons for the Gizmos, fixes #1638 | Daniel J. Ramirez | 2016-06-24 | 22 | -0/+0 |
* | | | Merge pull request #5386 from Paulb23/code_completion_color_theme | Rémi Verschelde | 2016-06-24 | 1 | -0/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | Exposed code completion colors to the text edit theme | Paulb23 | 2016-06-24 | 1 | -0/+3 |
* | | | Merge pull request #5362 from J08nY/png | Rémi Verschelde | 2016-06-23 | 106 | -105/+105 |
|\ \ \ |
|
| * | | | Fixed iCCp chunk in pngs | J08nY | 2016-06-22 | 106 | -105/+105 |
| |/ / |
|
* / / | Improved binding system (ObjectTypeDB::bind_method) to be friendlier to stati... | Juan Linietsky | 2016-06-22 | 8 | -13/+13 |
|/ / |
|
* | | Merge pull request #5344 from Paulb23/code_completion_colors | Rémi Verschelde | 2016-06-22 | 1 | -7/+0 |
|\ \ |
|
| * | | Added code completion existing color setting | Paulb23 | 2016-06-21 | 1 | -1/+0 |
| * | | Added code completion selected color setting | Paulb23 | 2016-06-21 | 1 | -6/+0 |