Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-02 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | |
2016-08-02 | WIP visual scripting, not working yet but you can check out stuff | Juan Linietsky | |
2016-08-02 | DynamicFont caches now accounts for texture flags | Zher Huei Lee | |
CacheID added for future-proofing | |||
2016-08-02 | Added extra spacing support for DynamicFont | Zher Huei Lee | |
Side effect is that label min-size will now take into account kerning. | |||
2016-08-02 | Added texture mipmaps and filtering to DynamicFont | Zher Huei Lee | |
2016-07-28 | World2D: Fix typo in default_density deprecation check | Rémi Verschelde | |
2016-07-24 | Merge pull request #5832 from Algrin6/patch-1 | Juan Linietsky | |
Fixes defects in Curve2D and Curve3D | |||
2016-07-22 | SurfaceTool add_index method exposed to scripts. | Saracen | |
2016-07-21 | Some optimizations and limits for extreme zoom in and out in editor, fixes #5820 | Juan Linietsky | |
2016-07-21 | Remove "SMOOTH BEGIN?" message | volzhs | |
2016-07-21 | Fix curve bug | Algrin6 | |
2016-07-19 | Fixed properly not save signals that already exist in their base scenes, ↵ | Juan Linietsky | |
closes #5656 | |||
2016-07-19 | WIP bugfix for existing connections | Juan Linietsky | |
2016-07-19 | Revert "Homogeinize resource formats loaders/savers" | Rémi Verschelde | |
The text format definition needs to stay in `scene/` as it relies on other scene components, and `core/` must stay self-contained. This reverts commits a5e27503fd52589703d637d1245a023233a14a27 and 1492fd846073a4fa643365a8a5d4e021868c0e48. | |||
2016-07-18 | Property convert images to RGBA before applying hq2x, fixes #5168 | Juan Linietsky | |
2016-07-18 | properly fixed notificaitons for theme changed, closes #5774 | Juan Linietsky | |
2016-07-18 | Add a function to notify font users that the font changed. Closes #5774 | Juan Linietsky | |
2016-07-18 | Merge pull request #5757 from Razzlegames/blendIndexFix | Rémi Verschelde | |
Could not use pre multiply alpha for material in editor | |||
2016-07-18 | Merge pull request #5657 from Paulb23/block_caret | Rémi Verschelde | |
Added block caret to TextEdit | |||
2016-07-17 | Could not use pre multiply alpha for material in editor | Kyle Luce | |
- 3 was hard coded, I just changed to 4. Unfortunately this will break every time a blend mode is added | |||
2016-07-16 | Merge pull request #5467 from RandomShaper/enhance-tidy-extensions | Juan Linietsky | |
Enhance/tidy file extensions management | |||
2016-07-12 | Added block caret to TextEdit | Paulb23 | |
2016-07-11 | Removed duplicate color | Paulb23 | |
2016-07-11 | Expose colors to theme | Paulb23 | |
2016-07-10 | Add function to get the list of samples, closes #5561 | Juan Linietsky | |
2016-07-09 | Merge pull request #5589 from akien-mga/pr-unused-var | Rémi Verschelde | |
Removing some more unused vars and dead code | |||
2016-07-08 | classref: Fix arg name for is_action_pressed/released | Rémi Verschelde | |
Also position TEXTURE_SPHERE constant properly. | |||
2016-07-08 | Remove unused variables (fourth pass) + dead code | Rémi Verschelde | |
Also fix a potential regression from 3fcb9b1ec179b99d979d4cfea9b5e3c80e4a3e33. | |||
2016-06-30 | Make both signals be ordered and samplelibrary items too, fixes scenes ↵ | Juan Linietsky | |
changing for git, closes #5289 | |||
2016-06-28 | Homogeinize resource formats loaders/savers | Pedro J. Estébanez | |
2016-06-28 | Remove error when getting dependencies from tscn files in some cases, closes ↵ | Juan Linietsky | |
#3897 | |||
2016-06-28 | Fixed bug in instance state ordering, closes #3904 | Juan Linietsky | |
2016-06-27 | Make most resources (save for packedscenes and scripts) reload if they ↵ | Juan Linietsky | |
change on disk. Closes #4059. | |||
2016-06-26 | Revert "Added toggle for loop interpolation based on adolson's code" | Rémi Verschelde | |
This reverts commits 8884b8f51963553dd1ecc0bc4accf64deb4f645f bd5c8f2aa086c2cacc704dfef249c124760ab569 and 5cb31f6d5b667a551092b699de6f4786e0bb5b6d. <reduz> Akien, I understand the need for the second loop mode, but I think the current UI is pretty confusing. I think this should be changed for an enum, both there and in the animation.. otherwise we should revert it [...] <reduz> alternatively this could be added per track, which I think should make it a little less confusing Reopens #959.. | |||
2016-06-26 | Merge pull request #5307 from MarianoGnu/master | Rémi Verschelde | |
TextureRegion improvements | |||
2016-06-25 | Merge pull request #5397 from djrm/gizmos_fix | Rémi Verschelde | |
Added high resolution icons for the Gizmos | |||
2016-06-24 | Added high resolution icons for the Gizmos, fixes #1638 | Daniel J. Ramirez | |
2016-06-24 | Merge pull request #5386 from Paulb23/code_completion_color_theme | Rémi Verschelde | |
Exposed code completion colors to the text edit theme | |||
2016-06-24 | Exposed code completion colors to the text edit theme | Paulb23 | |
2016-06-23 | Merge pull request #5362 from J08nY/png | Rémi Verschelde | |
libpng: New version 1.6.27 | |||
2016-06-22 | Improved binding system (ObjectTypeDB::bind_method) to be friendlier to ↵ | Juan Linietsky | |
statically typed languages, should help in the Mono integration. Disabled by default. | |||
2016-06-22 | Fixed iCCp chunk in pngs | J08nY | |
neccesary for libpng 1.6.27 to work silently | |||
2016-06-22 | Merge pull request #5344 from Paulb23/code_completion_colors | Rémi Verschelde | |
Code completion box colors | |||
2016-06-21 | Added code completion existing color setting | Paulb23 | |
2016-06-21 | Added code completion selected color setting | Paulb23 | |
2016-06-21 | Animation: Fix property loop_interpolation | J08nY | |
fixes #5317 | |||
2016-06-20 | Add quotes to .tscn keys, solves #4366 | Juan Linietsky | |
2016-06-20 | Fix error storing path for children of instanced nodes in .tscn, fixes #4320 ↵ | Juan Linietsky | |
fixes #4579 fixes #4580 | |||
2016-06-20 | Modify margins with mouse input | MarianoGNU | |
2016-06-20 | -Added options for scene import plugin to keep materials and user-added ↵ | Juan Linietsky | |
tracks to animations, please test! closes #4425 |