Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-27 | Fix regression in dc1843201571707ee09f0592ef3b0cd4232c70b8 | Rémi Verschelde | |
Closes #9407. | |||
2017-06-27 | Merge pull request #9402 from nunodonato/selectimportagain | Rémi Verschelde | |
Update import dock when editing a resource from the inspector | |||
2017-06-26 | Update import dock when editing a resource from the inspector (improved version) | Nuno Donato | |
closes #8139. (just in case it wasn't closed well enough the first time :p) | |||
2017-06-27 | Merge pull request #9195 from kubecz3k/obj-incoming-connections | Rémi Verschelde | |
Ability to get a list of signals that are targeting given object | |||
2017-06-26 | Merge pull request #9268 from BastiaanOlij/improve_defaults | Rémi Verschelde | |
Align primitive defaults to default collision shape sizes | |||
2017-06-26 | Merge pull request #9296 from TwistedTwigleg/Camera2D_enhancements_V2 | Rémi Verschelde | |
Camera2D enhancements (V2) | |||
2017-06-26 | Merge pull request #9304 from Noshyaar/pr-save | Rémi Verschelde | |
EditorNode: add Save/Discard/Cancel dialog | |||
2017-06-26 | Merge pull request #9347 from bojidar-bg/7312-quick-input-edit | Rémi Verschelde | |
Allow input mappings to be edited | |||
2017-06-26 | Merge pull request #9385 from toger5/theme_item_list | Rémi Verschelde | |
margins for item list | |||
2017-06-26 | Merge pull request #9370 from bojidar-bg/c-9318-oneway-tilemaps | Rémi Verschelde | |
Add one-way collisions and individual shape offsets for tilesets | |||
2017-06-26 | Merge pull request #9318 from bojidar-bg/readd-normal-tilemap | Rémi Verschelde | |
Add normal map to tilemaps and tilesets | |||
2017-06-26 | margins for item list | toger5 | |
- 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 | |||
2017-06-26 | Merge pull request #9401 from godotengine/revert-9400-revert-9379-regex_bind_fix | Rémi Verschelde | |
Revert "Revert "Fixed RegEx::search missing return type hint"" | |||
2017-06-26 | Revert "Revert "Fixed RegEx::search missing return type hint"" | Rémi Verschelde | |
2017-06-26 | Merge pull request #9400 from godotengine/revert-9379-regex_bind_fix | Juan Linietsky | |
Revert "Fixed RegEx::search missing return type hint" | |||
2017-06-26 | Revert "Fixed RegEx::search missing return type hint" | Juan Linietsky | |
2017-06-26 | Merge pull request #9378 from nunodonato/selectimport | Rémi Verschelde | |
Update import dock when editing a resource from the inspector | |||
2017-06-26 | Merge pull request #9379 from leezh/regex_bind_fix | Rémi Verschelde | |
Fixed RegEx::search missing return type hint | |||
2017-06-26 | Merge pull request #9393 from leezh/regex_capture_fixes | Rémi Verschelde | |
RegEx fixes #9382 | |||
2017-06-27 | EditorNode: enhance save/quit dialog | Poommetee Ketson | |
2017-06-26 | Fixed inverted group thrown off by quantifiers | Zher Huei Lee | |
2017-06-26 | gitignore: Remove pre-.gen filenames | Rémi Verschelde | |
@Noshyaar was right to remove them in the first place, we need users with local clones to clean them up to prevent older .cpp files from being including by globbing. | |||
2017-06-26 | ConeTwistJoint: Initialize 'm_angularOnly'. | dotquixote | |
2017-06-26 | Fixes RegEx capture grabbing too much #9382 | Zher Huei Lee | |
Incorrect behaviour was caused when next->test was throwing off the results. | |||
2017-06-26 | Merge pull request #9384 from toger5/tree_bgcolor_draw_order | Rémi Verschelde | |
tree fix drawing order for header and removed indentation for custom bg colours | |||
2017-06-26 | Merge pull request #9383 from toger5/theme_margin_tree_fix | Rémi Verschelde | |
style box margins for Inspector and list. | |||
2017-06-25 | style box margins for Inspector and list. | toger5 | |
2017-06-25 | tree fix drawing order for header + | toger5 | |
- the collapse arrow gets drawn after the background so its not hidden underneath anymore - custom_bg_color no offset anymore | |||
2017-06-25 | Merge pull request #9381 from godotengine/revert-9350-x11-ime | Juan Linietsky | |
Revert "Workaround for IME on Linux." | |||
2017-06-25 | Revert "Workaround for IME on Linux." | Juan Linietsky | |
2017-06-25 | Update import dock when editing a resource from the inspector | Nuno Donato | |
2017-06-25 | Usability improvements for folding. Unfortunately SpatialMaterial broke ↵ | Juan Linietsky | |
compatibility. | |||
2017-06-26 | Fixed RegEx::search missing return type hint | Zher Huei Lee | |
2017-06-25 | -Added folding to property editor, persistent on objects it edits | Juan Linietsky | |
-Some changes to tree to support this properly | |||
2017-06-25 | Added some editor enhancements to Camera2D. Added the option to draw ↵ | TwistedTwigleg | |
Camera2Ds bounds and drag margins. Added options to toggle the drawing of Camera2Ds lines in the editor. When a Camera2D is marked as current, its lines become a little less transparent. | |||
2017-06-25 | Add one-way collisions and individual shape offsets for tilesets | Bojidar Marinov | |
As requested in #9318 Accidentially fixes #2231 as well | |||
2017-06-25 | Merge pull request #9357 from GodotExplorer/pr-fix-string-copy_from | Rémi Verschelde | |
Fix crash with String::copy_from with NULL string parameter | |||
2017-06-25 | Fix crash with String copy from with NULL string parameter | geequlim | |
2017-06-25 | i18n: Update template and sync translations | Rémi Verschelde | |
2017-06-25 | i18n: Sync translations with Weblate | Rémi Verschelde | |
Adds Finnish translation. | |||
2017-06-25 | Allow input mappings to be edited | Bojidar Marinov | |
Closes #7312 | |||
2017-06-25 | Merge pull request #9361 from RameshRavone/patch-1 | Rémi Verschelde | |
Fixes method bind (Curve) | |||
2017-06-25 | Fixes method bind | Ramesh Ravone | |
2017-06-25 | Ability to restart particle system with a function call | Juan Linietsky | |
2017-06-25 | Merge pull request #9334 from Noshyaar/pr-genh | Rémi Verschelde | |
BuildSystem: generated files have .gen.extension | |||
2017-06-25 | Merge pull request #9348 from bojidar-bg/9299-save-device-ids | Rémi Verschelde | |
Make the InputEvent device property get saved | |||
2017-06-25 | Merge pull request #9350 from sowfelicity/x11-ime | Rémi Verschelde | |
Workaround for IME on Linux. | |||
2017-06-25 | Merge pull request #9349 from volzhs/freetype-2.8 | Rémi Verschelde | |
Update freetype to 2.8 | |||
2017-06-25 | Update freetype to 2.8 | volzhs | |
2017-06-25 | EditorNode: enhance quit dialog | Poommetee Ketson | |