| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Script create diag: Show extensions for currently selected language only. | Andreas Haas | 2017-07-01 | 1 | -4/+2 | |
| | | | ||||||
| * | | -Many fixes to VisualScript, fixed property names, etc. | Juan Linietsky | 2017-06-30 | 5 | -8/+16 | |
| | | | | | | | | | | | | | -Added ability to set/get a field in GetSet, as well as assignment ops -Added a Select node -Fixed update bugs related to variable list and exported properties, closes #9458 | |||||
| * | | Merge pull request #9448 from Noshyaar/pr1 | Rémi Verschelde | 2017-06-30 | 1 | -0/+3 | |
| |\ \ | | | | | | | EditorNode: request attention when quit while minimized | |||||
| | * | | EditorNode: request attention when quit while minimized | Poommetee Ketson | 2017-06-30 | 1 | -0/+3 | |
| | |/ | ||||||
| * / | Fix #9409, fixup #9370; tileset now has shape transform instead of offset | Bojidar Marinov | 2017-06-30 | 1 | -4/+19 | |
| |/ | | | | | | Fix bad return type in CollisionObject2D, Shape -> Shape2D. Was causing unintended null when casting. (9409) Fix a misplaced ++ operator. (9370) Fix merging with exiting tileset duplicating shapes. (9370) | |||||
| * | Reworked translation system | Juan Linietsky | 2017-06-28 | 1 | -0/+1 | |
| | | | | | | -Label and Button reload translation on the fly -Resources are loaded and reload depending on locale | |||||
| * | Merge pull request #9419 from eska014/native-run | Rémi Verschelde | 2017-06-28 | 2 | -1/+2 | |
| |\ | | | | | Subtle native-run buttons | |||||
| | * | Use custom native-run icons for Android and HTML5 | L. Krause | 2017-06-27 | 2 | -1/+2 | |
| | | | ||||||
| * | | Merge pull request #9424 from vnen/fix-import-plugin | Rémi Verschelde | 2017-06-28 | 1 | -2/+2 | |
| |\ \ | | | | | | | Fix filesystem update for import plugins | |||||
| | * | | Fix filesystem update for import plugins | George Marques | 2017-06-27 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Fix curve saving, refined undo/redo | Marc Gilleron | 2017-06-28 | 2 | -31/+53 | |
| | | | | ||||||
| * | | | Change default color of script editor text selection | Rémi Verschelde | 2017-06-27 | 1 | -1/+1 | |
| |/ / | | | | | | | Supersedes and closes #9388. | |||||
| * | | Fix active plugins property name | George Marques | 2017-06-27 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge pull request #9404 from Zylann/curve_improvement | Juan Linietsky | 2017-06-27 | 2 | -44/+149 | |
| |\ \ | | | | | | | Curve improvement | |||||
| | * | | Curve features | Marc Gilleron | 2017-06-26 | 2 | -44/+149 | |
| | | | | | | | | | | | | | | | | | | | - Ability to set tangents as linear - Indicative min and max values - CurveTexture doesn't need min and max anymore | |||||
| * | | | Merge pull request #9360 from GodotExplorer/pr-external-editor-language-check | Rémi Verschelde | 2017-06-27 | 5 | -9/+46 | |
| |\ \ \ | | | | | | | | | Better user experience with external text editors. | |||||
| | * | | | Better user expirence with external text editors. | geequlim | 2017-06-27 | 5 | -9/+46 | |
| | | | | | | | | | | | | | | | | | | | | | Implements open_in_external_editor for subclasses of ScriptLanguage. Add option 'Debug with external editor' to debug menu to control the behavoir of script opened by editor. | |||||
| * | | | | Clean up redundancy in scene save confirmation | Poommetee Ketson | 2017-06-27 | 1 | -3/+1 | |
| | | | | | ||||||
| * | | | | -Fixed SCREEN_TEXTURE and other related 2D shader parameters. | Juan Linietsky | 2017-06-26 | 1 | -1/+1 | |
| | |_|/ |/| | | | | | | | | -Fixded BackBuffercopy object | |||||
| * | | | Fix regression in dc1843201571707ee09f0592ef3b0cd4232c70b8 | Rémi Verschelde | 2017-06-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | | Closes #9407. | |||||
| * | | | Merge pull request #9402 from nunodonato/selectimportagain | Rémi Verschelde | 2017-06-27 | 1 | -2/+1 | |
| |\ \ \ | |_|/ |/| | | Update import dock when editing a resource from the inspector | |||||
| | * | | Update import dock when editing a resource from the inspector (improved version) | Nuno Donato | 2017-06-26 | 1 | -2/+1 | |
| | | | | | | | | | | | | | closes #8139. (just in case it wasn't closed well enough the first time :p) | |||||
| * | | | Merge pull request #9304 from Noshyaar/pr-save | Rémi Verschelde | 2017-06-26 | 3 | -73/+181 | |
| |\ \ \ | |/ / |/| | | EditorNode: add Save/Discard/Cancel dialog | |||||
| | * | | EditorNode: enhance save/quit dialog | Poommetee Ketson | 2017-06-27 | 3 | -52/+79 | |
| | | | | ||||||
| | * | | EditorNode: enhance quit dialog | Poommetee Ketson | 2017-06-25 | 2 | -38/+90 | |
| | | | | ||||||
| | * | | EditorNode: add Save/Discard/Cancel dialog | Poommetee Ketson | 2017-06-25 | 2 | -26/+55 | |
| | | | | ||||||
| * | | | Merge pull request #9347 from bojidar-bg/7312-quick-input-edit | Rémi Verschelde | 2017-06-26 | 2 | -8/+123 | |
| |\ \ \ | | | | | | | | | Allow input mappings to be edited | |||||
| | * | | | Allow input mappings to be edited | Bojidar Marinov | 2017-06-25 | 2 | -8/+123 | |
| | | | | | | | | | | | | | | | | | Closes #7312 | |||||
| * | | | | Merge pull request #9385 from toger5/theme_item_list | Rémi Verschelde | 2017-06-26 | 1 | -6/+7 | |
| |\ \ \ \ | | | | | | | | | | | margins for item list | |||||
| | * | | | | margins for item list | toger5 | 2017-06-26 | 1 | -6/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | - without margins there are too little gaps on the left and the selecting looks weird - also changed the styles for selected and focus so they both have the same size | |||||
| * | | | | | Merge pull request #9370 from bojidar-bg/c-9318-oneway-tilemaps | Rémi Verschelde | 2017-06-26 | 1 | -9/+4 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Add one-way collisions and individual shape offsets for tilesets | |||||
| | * | | | | | Add one-way collisions and individual shape offsets for tilesets | Bojidar Marinov | 2017-06-25 | 1 | -9/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As requested in #9318 Accidentially fixes #2231 as well | |||||
| * | | | | | | Merge pull request #9318 from bojidar-bg/readd-normal-tilemap | Rémi Verschelde | 2017-06-26 | 1 | -0/+2 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Add normal map to tilemaps and tilesets | |||||
| | * | | | | | Add normal map to tilemaps and tilesets | Bojidar Marinov | 2017-06-22 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #9310 | |||||
| * | | | | | | Merge pull request #9378 from nunodonato/selectimport | Rémi Verschelde | 2017-06-26 | 1 | -0/+1 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Update import dock when editing a resource from the inspector | |||||
| | * | | | | | | Update import dock when editing a resource from the inspector | Nuno Donato | 2017-06-25 | 1 | -0/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | style box margins for Inspector and list. | toger5 | 2017-06-25 | 1 | -5/+7 | |
| | | | | | | | | ||||||
| * | | | | | | | Usability improvements for folding. Unfortunately SpatialMaterial broke ↵ | Juan Linietsky | 2017-06-25 | 1 | -0/+2 | |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | compatibility. | |||||
| * | | | | | | -Added folding to property editor, persistent on objects it edits | Juan Linietsky | 2017-06-25 | 3 | -10/+52 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | -Some changes to tree to support this properly | |||||
| * | | | | | | i18n: Update template and sync translations | Rémi Verschelde | 2017-06-25 | 35 | -8571/+24958 | |
| | | | | | | | ||||||
| * | | | | | | i18n: Sync translations with Weblate | Rémi Verschelde | 2017-06-25 | 34 | -11113/+11376 | |
| | |/ / / / |/| | | | | | | | | | | | | | | Adds Finnish translation. | |||||
| * | | | | | Ability to restart particle system with a function call | Juan Linietsky | 2017-06-25 | 1 | -1/+1 | |
| | |_|_|/ |/| | | | ||||||
| * | | | | BuildSystem: generated files have .gen.extension | Poommetee Ketson | 2017-06-25 | 7 | -18/+18 | |
| | |_|/ |/| | | ||||||
| * | | | Merge pull request #9345 from nunodonato/animproperties | Rémi Verschelde | 2017-06-24 | 1 | -10/+12 | |
| |\ \ \ | | | | | | | | | Update some property names for animation keys. | |||||
| | * | | | Update some property names for animation keys. | Nuno Donato | 2017-06-24 | 1 | -10/+12 | |
| | | | | | | | | | | | | | | | | | | | | | Added rect_rotation too. Fixes #9337 | |||||
| * | | | | Merge pull request #9353 from Zylann/gradient_refactor | Juan Linietsky | 2017-06-24 | 5 | -642/+1 | |
| |\ \ \ \ | | | | | | | | | | | GradientTexture now uses a Gradient | |||||
| | * | | | | GradientTexture now uses a Gradient | Marc Gilleron | 2017-06-24 | 5 | -642/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Added gradient property - Deleted duplicate code | |||||
| * | | | | | Merge pull request #9281 from Zylann/fix_freelook_keyboard | Rémi Verschelde | 2017-06-24 | 1 | -0/+5 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Fixed freelook conflict with text inputs | |||||
| | * | | | | | Fixed freelook conflict with text inputs | Marc Gilleron | 2017-06-20 | 1 | -0/+5 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #9249 from Noshyaar/pr-colorpick | Rémi Verschelde | 2017-06-24 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ColorPicker: fix DPI, hue & color update issues | |||||
