| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ProjectManager: enhance dialog ok button text | Poommetee Ketson | 2017-12-23 | 1 | -3/+3 |
| | | |||||
| * | Style: Apply clang-format again on all files | Rémi Verschelde | 2017-12-07 | 1 | -1/+1 |
| | | | | | | Fixes issues introduced by newer clang-format versions or commits pushed directly without using the clang-format pre-commit hook. | ||||
| * | Fixed project name line edit lost input focus. | qichunren | 2017-12-06 | 1 | -1/+2 |
| | | |||||
| * | Unnecessary use of TTR | volzhs | 2017-12-02 | 1 | -1/+1 |
| | | |||||
| * | Ask users to explore official projects when none is loaded. | Juan Linietsky | 2017-11-26 | 1 | -0/+19 |
| | | |||||
| * | Made Vector::ptrw explicit for writing, compiler was sometimes using the ↵ | Juan Linietsky | 2017-11-25 | 1 | -1/+1 |
| | | | | | | | wrong function, leading to unnecesary copy on writes and reduced performance. | ||||
| * | Pass engine name and version parts as proper strings | Rémi Verschelde | 2017-11-20 | 1 | -6/+3 |
| | | | | | | | Removes the need for _MKSTR all over the place which has the drawback of converting _MKSTR(UNKNOWN_DEFINE) to "UKNOWN_DEFINE" instead of throwing a compilation error. | ||||
| * | Move singleton management from ProjectSettings to Engine | Leon Krause | 2017-11-14 | 1 | -2/+0 |
| | | |||||
| * | Fixed project manager and dialog fonts. | Daniel J. Ramirez | 2017-11-09 | 1 | -2/+1 |
| | | |||||
| * | Fix typo in project manager | Rémi Verschelde | 2017-10-29 | 1 | -1/+1 |
| | | | | | [ci skip] | ||||
| * | Add language option button to project manager | sheepandshepherd | 2017-10-26 | 1 | -2/+72 |
| | | | | | Closes #4901 | ||||
| * | Merge pull request #11998 from ↵ | Rémi Verschelde | 2017-10-11 | 1 | -0/+3 |
| |\ | | | | | | | | | | | | | DmitryKrutskikh/filter-input-events-in-project-manager-3-0 Skip unhandled input events on asset library tab. (3.0) [ci skip] | ||||
| | * | Skip unhandled input events on asset library tab. | DmitryKrutskikh | 2017-10-10 | 1 | -0/+3 |
| | | | |||||
| * | | Merge pull request #11718 from poke1024/retina | Rémi Verschelde | 2017-10-09 | 1 | -1/+2 |
| |\ \ | |/ |/| | Fixes some retina problems on multi monitor setups | ||||
| | * | fixes several scaling problems on multi monitor retina/non-retina setups on OS X | Bernhard Liebl | 2017-10-05 | 1 | -1/+2 |
| | | | |||||
| * | | Added the set/get_setting function in Editor/Project settings. Renamed has() ↵ | Juan Linietsky | 2017-10-05 | 1 | -1/+1 |
| |/ | | | | to has_setting. Fixes #11844 | ||||
| * | EditorSettings: Move interface/ properties to interface/editor | Andreas Haas | 2017-09-29 | 1 | -1/+1 |
| | | | | | | | Fixes inconsistent behaviour where clicking on the "Interface" in the Editor Settings wouldn't collapse the category as is the case for all the other categories. | ||||
| * | Merge pull request #11424 from groud/control_node_presets | Rémi Verschelde | 2017-09-26 | 1 | -4/+4 |
| |\ | | | | | Implements set_margins_preset(...) | ||||
| | * | Remove set_area_as_parent_rect and replace it by ↵ | Gilles Roudiere | 2017-09-22 | 1 | -4/+4 |
| | | | | | | | | | set_anchors_and_margins_preset(PRESET_WIDE) | ||||
| * | | Improved New Project and Import project experience | Daniel J. Ramirez | 2017-09-23 | 1 | -119/+224 |
| |/ | |||||
| * | Rename pos to position in user facing methods and variables | letheed | 2017-09-20 | 1 | -4/+4 |
| | | | | | | | | | | | | Rename user facing methods and variables as well as the corresponding C++ methods according to the folloming changes: * pos -> position * rot -> rotation * loc -> location C++ variables are left as is. | ||||
| * | Merge pull request #11031 from nabor/rename-dialog | Hein-Pieter van Braam | 2017-09-14 | 1 | -126/+237 |
| |\ | | | | | Added support to rename projects on manager | ||||
| | * | Deleted unnecessary print | Nabor Erices | 2017-09-13 | 1 | -1/+0 |
| | | | |||||
| | * | Added support to rename projects on manager | Nabor Erices | 2017-09-06 | 1 | -126/+238 |
| | | | |||||
| * | | Added a crash handler to dump the backtrace on Windows, Linux and OS X | Marcelo Fernandez | 2017-09-13 | 1 | -0/+8 |
| | | | |||||
| * | | Merge pull request #11058 from hpvb/fix-11043 | Rémi Verschelde | 2017-09-12 | 1 | -1/+1 |
| |\ \ | | | | | | | Don't set editor_hint true for project manager | ||||
| | * | | Don't set editor_hint true for project manager | Hein-Pieter van Braam | 2017-09-10 | 1 | -1/+1 |
| | |/ | | | | | | | | | | | | | | | | | | | | | Due to this setting several callbacks get initialized but never used. For instance void discoverer_callback(). This callback only initializes the GDNativeSingletonDiscover *discoverer when called. This doesn't happen in project manager and this in turn causes a call to memdelete(NULL) which is invalid. This also seems to speed up startup a little. This fixes #11043 and fixes #10992 | ||||
| * / | Not found projects are grayed instead of removed at the Project Manager | Marcelo Fernandez | 2017-09-11 | 1 | -14/+30 |
| |/ | |||||
| * | Contributors missing in project manager title | Juan Linietsky | 2017-08-31 | 1 | -1/+1 |
| | | |||||
| * | Fixed problem with non triplanar UV2 mode as described in issue. Closes #9979 | Juan Linietsky | 2017-08-31 | 1 | -1/+1 |
| | | |||||
| * | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
| | | |||||
| * | Always size project icons to default icon size | Hein-Pieter van Braam | 2017-08-27 | 1 | -1/+2 |
| | | | | | I wasn't able to reproduce the issue, but this should fix #10620 | ||||
| * | Editor: Add some more translatable strings. | Andreas Haas | 2017-08-25 | 1 | -4/+1 |
| | | |||||
| * | Convert Object::cast_to() to the static version | Hein-Pieter van Braam | 2017-08-24 | 1 | -12/+12 |
| | | | | | | | | | | | | | Currently we rely on some undefined behavior when Object->cast_to() gets called with a Null pointer. This used to work fine with GCC < 6 but newer versions of GCC remove all codepaths in which the this pointer is Null. However, the non-static cast_to() was supposed to be null safe. This patch makes cast_to() Null safe and removes the now redundant Null checks where they existed. It is explained in this article: https://www.viva64.com/en/b/0226/ | ||||
| * | Merge pull request #10433 from djrm/pr_svg_support | Rémi Verschelde | 2017-08-21 | 1 | -1/+1 |
| |\ | | | | | SVG support | ||||
| | * | Added missing icon and svgs upscaling | Daniel J. Ramirez | 2017-08-20 | 1 | -1/+1 |
| | | | |||||
| * | | Tweak command-line arguments to make them more UNIX-like | Hugo Locurcio | 2017-08-21 | 1 | -3/+3 |
| |/ | | | | Also improves the command-line help text readability. | ||||
| * | Merge pull request #10319 from neikeq/pr-engine-editor-hint | Juan Linietsky | 2017-08-20 | 1 | -1/+1 |
| |\ | | | | | Adds Engine::is_editor_hint() method | ||||
| | * | Removes editor_hint from SceneTree | Ignacio Etcheverry | 2017-08-19 | 1 | -1/+0 |
| | | | |||||
| | * | Adds editor_hint to Engine class | Ignacio Etcheverry | 2017-08-19 | 1 | -1/+1 |
| | | | |||||
| * | | Some control fixes and removed useless lines | Gilles Roudiere | 2017-08-19 | 1 | -2/+1 |
| | | | |||||
| * | | Project manager UI displaced by long paths #10245 | Zher Huei Lee | 2017-08-12 | 1 | -0/+3 |
| |/ | |||||
| * | ProjectManager: Show error dialog if unable to run project. | Andreas Haas | 2017-08-07 | 1 | -10/+17 |
| | | |||||
| * | Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTER | Bojidar Marinov | 2017-08-06 | 1 | -1/+1 |
| | | | | | Closes #7695 | ||||
| * | Revert "Tweak command-line arguments to make them more UNIX-like" | Juan Linietsky | 2017-08-02 | 1 | -3/+3 |
| | | |||||
| * | Tweak command-line arguments to make them more UNIX-like | Hugo Locurcio | 2017-08-02 | 1 | -3/+3 |
| | | | | | Also improves the command-line help text readability. | ||||
| * | Fix mutating project.godot | Pedro J. Estébanez | 2017-07-26 | 1 | -20/+7 |
| | | | | | | | | Namely: - comment block lost on first save; - config_version doubled as 3 and null on second save; - format change on first save. | ||||
| * | updated project manager to use new project.godot values | Quinn Yo | 2017-07-21 | 1 | -9/+9 |
| | | |||||
| * | Include Git hash in the engine | Poommetee Ketson | 2017-07-11 | 1 | -1/+5 |
| | | |||||
| * | Automatically open new project after creating it in project manager. | Nuno Donato | 2017-06-07 | 1 | -1/+2 |
| | | | | | Fixes #9075 | ||||
