| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed some icons given the feedback, also added some missing icons | Daniel J. Ramirez | 2016-06-06 | 31 | -35/+508 |
| | | |||||
| * | Merge pull request #5071 from SaracenOne/anchor_icon_fix | Rémi Verschelde | 2016-06-06 | 6 | -2/+2 |
| |\ | | | | | Anchor icon fix | ||||
| | * | Fixed bottom left and right icon order for anchor editor. | Saracen | 2016-06-06 | 6 | -2/+2 |
| |/ | |||||
| * | HiDPI: Use global/hidpi_mode as property | Rémi Verschelde | 2016-06-06 | 3 | -4/+4 |
| | | |||||
| * | Merge pull request #5062 from volzhs/translation-korean-1 | Rémi Verschelde | 2016-06-06 | 1 | -15/+15 |
| |\ | | | | | Better translation for Korean | ||||
| | * | Better translation for Korean | volzhs | 2016-06-06 | 1 | -15/+15 |
| |/ | |||||
| * | temporary fix for vsync call on x11 | Ariel Manzur | 2016-06-05 | 1 | -2/+5 |
| | | |||||
| * | vsync support | Juan Linietsky | 2016-06-05 | 14 | -2/+107 |
| | | | | | | | -works on windows -may not work on X11, if so please fix -OSX does not seem to support disabling vsync | ||||
| * | make hdpi manually configurable in project settings | Juan Linietsky | 2016-06-05 | 5 | -3/+38 |
| | | | | | also added hidpi support to project manager | ||||
| * | Merge pull request #5055 from djrm/new_icons | Rémi Verschelde | 2016-06-05 | 50 | -19/+1707 |
| |\ | | | | | Added missing icons for some nodes, changed instance icon | ||||
| | * | Added missing icons for some nodes, changed instance icons | Daniel J. Ramirez | 2016-06-05 | 50 | -19/+1707 |
| | | | |||||
| * | | Merge pull request #5053 from Hinsbart/fix_editor_events | Rémi Verschelde | 2016-06-05 | 1 | -24/+24 |
| |\ \ | |/ |/| | fix ui_* input events in Editor | ||||
| | * | fix ui_* input events in Editor | Andreas Haas | 2016-06-05 | 1 | -24/+24 |
| |/ | | | | | `input/` is the category for these in globals ^^ fixes #5050 | ||||
| * | Merge pull request #5052 from volzhs/fix-label-min-size | Rémi Verschelde | 2016-06-05 | 1 | -2/+2 |
| |\ | | | | | Fix min size bug of Label | ||||
| | * | Fix min size bug of Label | volzhs | 2016-06-06 | 1 | -2/+2 |
| | | | | | | | | | caused by #5030 | ||||
| * | | Merge pull request #5047 from bojidar-bg/document-viewport-viewportsprite | Rémi Verschelde | 2016-06-05 | 1 | -0/+168 |
| |\ \ | | | | | | | Document Viewport and ViewportSprite | ||||
| | * | | Document Viewport and ViewportSprite classes | Bojidar Marinov | 2016-06-05 | 1 | -0/+62 |
| | | | | |||||
| | * | | Sync with -doctool | Bojidar Marinov | 2016-06-05 | 1 | -0/+106 |
| |/ / | |||||
| * | | Merge pull request #5038 from djrm/new_icons | Rémi Verschelde | 2016-06-05 | 1210 | -1402/+35223 |
| |\ \ | |/ |/| | New icons | ||||
| | * | Added 2x PNG versions of the icons | Daniel J. Ramirez | 2016-06-04 | 457 | -2/+2210 |
| | | | |||||
| | * | Added basic script to convert source svgs to pngs | Daniel J. Ramirez | 2016-06-04 | 1 | -0/+66 |
| | | | |||||
| | * | New icons, almost all the icons have an svg version, plus a more consistent look | Daniel J. Ramirez | 2016-06-04 | 753 | -1402/+32949 |
| | | | |||||
| * | | Make Input Actions config not affect the editor | Juan Linietsky | 2016-06-05 | 3 | -1/+67 |
| | | | |||||
| * | | changed TTR for RTR | Juan Linietsky | 2016-06-05 | 1 | -13/+13 |
| | | | |||||
| * | | fix for travis | Juan Linietsky | 2016-06-04 | 1 | -1/+1 |
| | | | |||||
| * | | -customizable shortcuts in editor | Juan Linietsky | 2016-06-04 | 20 | -75/+801 |
| | | | | | | | | | | | -editor settings now save to .tres instead of .xml -buttons can now hold a shortcut | ||||
| * | | Merge pull request #5036 from J08nY/inputmap-actions | Rémi Verschelde | 2016-06-04 | 3 | -0/+49 |
| |\ \ | | | | | | | Added InputMap.get_actions() | ||||
| | * | | Added InputMap.get_actions() | J08nY | 2016-06-04 | 3 | -0/+49 |
| | | | | | | | | | | | | | get_actions() lists all actions in the InputMap. | ||||
| * | | | Merge pull request #4999 from volzhs/fix-project-path | Rémi Verschelde | 2016-06-04 | 4 | -2/+12 |
| |\ \ \ | |_|/ |/| | | change invalid characters when get user data dir on Windows & Unix | ||||
| | * | | change invalid characters when get user data dir on Windows & Unix | volzhs | 2016-06-03 | 4 | -2/+12 |
| | | | | | | | | | | | | | | | | | | | | | | Can't create user data folder when project name has ``\ / : * ? " < > |`` characters on OS_Windows & OS_Unix. So, change it to ``-`` to be able to make folder. fixes #4928 and it's altanative to #4986. | ||||
| * | | | Merge pull request #5035 from marcelofg55/master | Rémi Verschelde | 2016-06-04 | 1 | -5/+4 |
| |\ \ \ | | | | | | | | | Right click->Quit on the godot icon will close the application on OSX | ||||
| | * | | | Right click->Quit on the godot icon will now close the application on OSX. | marcelofg55 | 2016-06-04 | 1 | -5/+4 |
| | | |/ | |/| | | | | | | | Fixed get_window_position that missed a return on OSX. | ||||
| * / | | Created a NodeDock with signals and groups | Juan Linietsky | 2016-06-04 | 16 | -37/+252 |
| |/ / | |||||
| * | | Merge pull request #5032 from akien-mga/pr-defaut-linear-damp | Rémi Verschelde | 2016-06-04 | 1 | -1/+9 |
| |\ \ | | | | | | | Physics2D: Rename default_density to default_linear_damp | ||||
| | * | | Physics2D: Rename default_density to default_linear_damp | Rémi Verschelde | 2016-06-04 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | Also adds a proper deprecating warning and tries to do some porting automatically. Supersedes #4109. | ||||
| * | | | Merge pull request #5030 from sanikoyes/Pr-fix-label-minsize | Rémi Verschelde | 2016-06-04 | 2 | -5/+4 |
| |\ \ \ | | | | | | | | | fix line_edit&label get min size bug&draw problem | ||||
| | * | | | fix line_edit&label get min size bug | sanikoyes | 2016-06-04 | 2 | -5/+4 |
| | |/ / | | | | | | | | | | fix line_edit draw char(x ofs_max) | ||||
| * | | | Merge pull request #5027 from J08nY/gdscript | Rémi Verschelde | 2016-06-04 | 4 | -0/+55 |
| |\ \ \ | | | | | | | | | Add Array.find_last() and Array.count() | ||||
| | * | | | Added Array.find_last() and Array.count() | J08nY | 2016-06-03 | 4 | -0/+55 |
| | | | | | |||||
| * | | | | Merge pull request #5023 from volzhs/deselect-help | Rémi Verschelde | 2016-06-04 | 2 | -0/+10 |
| |\ \ \ \ | | | | | | | | | | | deselect in help when click somewhere | ||||
| | * | | | | deselect in help when click somewhere | volzhs | 2016-06-04 | 2 | -0/+10 |
| | | | | | | |||||
| * | | | | | Merge pull request #5022 from vnen/pr-fix-color8 | Rémi Verschelde | 2016-06-04 | 1 | -2/+2 |
| |\ \ \ \ \ | | | | | | | | | | | | | Fix Color8 constructor using wrong value range | ||||
| | * | | | | | Fix Color8 constructor using wrong value range | George Marques | 2016-06-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Fix #5015 | ||||
| * | | | | | | Merge pull request #4943 from marcelofg55/master | Rémi Verschelde | 2016-06-04 | 1 | -11/+39 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Key modifiers (Ctrl, Alt, Meta and Shift) may be used as Input keys n… | ||||
| | * \ \ \ \ \ | Merge remote-tracking branch 'upstream/master' | marcelofg55 | 2016-06-02 | 58 | -27605/+34602 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | Key modifiers (Ctrl, Alt, Meta and Shift) may be used as Input keys now on OSX | marcelofg55 | 2016-05-31 | 1 | -11/+39 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge pull request #4300 from leezh/control_focus_mode | Rémi Verschelde | 2016-06-04 | 8 | -4/+46 |
| |\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | Exposed Control::focus_mode to the scene editor | ||||
| | * | | | | | | | GUI Focus mode improvements | Zher Huei Lee | 2016-05-23 | 8 | -4/+46 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Exposed `get_focus_mode()` to the script Added `focus_mode` to the property panels for line-edit and sliders Added `enabled_focus_mode` to the property panels for buttons enabled_focus_mode is used when button is enabled/disabled | ||||
| * | | | | | | | | Merge pull request #4994 from Warlaan/create_dialog_starts_collapsed | Rémi Verschelde | 2016-06-04 | 2 | -0/+14 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | The create node dialog now starts collapsed. | ||||
| | * | | | | | | | | The create dialog starts collapsed now. | Warlaan | 2016-06-04 | 2 | -0/+14 |
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | The original behavior can be reactivated in the editor settings. | ||||
