aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed some icons given the feedback, also added some missing iconsDaniel J. Ramirez2016-06-0631-35/+508
|
* Merge pull request #5071 from SaracenOne/anchor_icon_fixRémi Verschelde2016-06-066-2/+2
|\ | | | | Anchor icon fix
| * Fixed bottom left and right icon order for anchor editor.Saracen2016-06-066-2/+2
|/
* HiDPI: Use global/hidpi_mode as propertyRémi Verschelde2016-06-063-4/+4
|
* Merge pull request #5062 from volzhs/translation-korean-1Rémi Verschelde2016-06-061-15/+15
|\ | | | | Better translation for Korean
| * Better translation for Koreanvolzhs2016-06-061-15/+15
|/
* temporary fix for vsync call on x11Ariel Manzur2016-06-051-2/+5
|
* vsync supportJuan Linietsky2016-06-0514-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 settingsJuan Linietsky2016-06-055-3/+38
| | | | also added hidpi support to project manager
* Merge pull request #5055 from djrm/new_iconsRémi Verschelde2016-06-0550-19/+1707
|\ | | | | Added missing icons for some nodes, changed instance icon
| * Added missing icons for some nodes, changed instance iconsDaniel J. Ramirez2016-06-0550-19/+1707
| |
* | Merge pull request #5053 from Hinsbart/fix_editor_eventsRémi Verschelde2016-06-051-24/+24
|\ \ | |/ |/| fix ui_* input events in Editor
| * fix ui_* input events in EditorAndreas Haas2016-06-051-24/+24
|/ | | | | `input/` is the category for these in globals ^^ fixes #5050
* Merge pull request #5052 from volzhs/fix-label-min-sizeRémi Verschelde2016-06-051-2/+2
|\ | | | | Fix min size bug of Label
| * Fix min size bug of Labelvolzhs2016-06-061-2/+2
| | | | | | | | caused by #5030
* | Merge pull request #5047 from bojidar-bg/document-viewport-viewportspriteRémi Verschelde2016-06-051-0/+168
|\ \ | | | | | | Document Viewport and ViewportSprite
| * | Document Viewport and ViewportSprite classesBojidar Marinov2016-06-051-0/+62
| | |
| * | Sync with -doctoolBojidar Marinov2016-06-051-0/+106
|/ /
* | Merge pull request #5038 from djrm/new_iconsRémi Verschelde2016-06-051210-1402/+35223
|\ \ | |/ |/| New icons
| * Added 2x PNG versions of the iconsDaniel J. Ramirez2016-06-04457-2/+2210
| |
| * Added basic script to convert source svgs to pngsDaniel J. Ramirez2016-06-041-0/+66
| |
| * New icons, almost all the icons have an svg version, plus a more consistent lookDaniel J. Ramirez2016-06-04753-1402/+32949
| |
* | Make Input Actions config not affect the editorJuan Linietsky2016-06-053-1/+67
| |
* | changed TTR for RTRJuan Linietsky2016-06-051-13/+13
| |
* | fix for travisJuan Linietsky2016-06-041-1/+1
| |
* | -customizable shortcuts in editorJuan Linietsky2016-06-0420-75/+801
| | | | | | | | | | -editor settings now save to .tres instead of .xml -buttons can now hold a shortcut
* | Merge pull request #5036 from J08nY/inputmap-actionsRémi Verschelde2016-06-043-0/+49
|\ \ | | | | | | Added InputMap.get_actions()
| * | Added InputMap.get_actions()J08nY2016-06-043-0/+49
| | | | | | | | | | | | get_actions() lists all actions in the InputMap.
* | | Merge pull request #4999 from volzhs/fix-project-pathRémi Verschelde2016-06-044-2/+12
|\ \ \ | |_|/ |/| | change invalid characters when get user data dir on Windows & Unix
| * | change invalid characters when get user data dir on Windows & Unixvolzhs2016-06-034-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/masterRémi Verschelde2016-06-041-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.marcelofg552016-06-041-5/+4
| | |/ | |/| | | | | | | Fixed get_window_position that missed a return on OSX.
* / | Created a NodeDock with signals and groupsJuan Linietsky2016-06-0416-37/+252
|/ /
* | Merge pull request #5032 from akien-mga/pr-defaut-linear-dampRémi Verschelde2016-06-041-1/+9
|\ \ | | | | | | Physics2D: Rename default_density to default_linear_damp
| * | Physics2D: Rename default_density to default_linear_dampRémi Verschelde2016-06-041-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-minsizeRémi Verschelde2016-06-042-5/+4
|\ \ \ | | | | | | | | fix line_edit&label get min size bug&draw problem
| * | | fix line_edit&label get min size bugsanikoyes2016-06-042-5/+4
| |/ / | | | | | | | | | fix line_edit draw char(x ofs_max)
* | | Merge pull request #5027 from J08nY/gdscriptRémi Verschelde2016-06-044-0/+55
|\ \ \ | | | | | | | | Add Array.find_last() and Array.count()
| * | | Added Array.find_last() and Array.count()J08nY2016-06-034-0/+55
| | | |
* | | | Merge pull request #5023 from volzhs/deselect-helpRémi Verschelde2016-06-042-0/+10
|\ \ \ \ | | | | | | | | | | deselect in help when click somewhere
| * | | | deselect in help when click somewherevolzhs2016-06-042-0/+10
| | | | |
* | | | | Merge pull request #5022 from vnen/pr-fix-color8Rémi Verschelde2016-06-041-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Fix Color8 constructor using wrong value range
| * | | | | Fix Color8 constructor using wrong value rangeGeorge Marques2016-06-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Fix #5015
* | | | | | Merge pull request #4943 from marcelofg55/masterRémi Verschelde2016-06-041-11/+39
|\ \ \ \ \ \ | | | | | | | | | | | | | | Key modifiers (Ctrl, Alt, Meta and Shift) may be used as Input keys n…
| * \ \ \ \ \ Merge remote-tracking branch 'upstream/master'marcelofg552016-06-0258-27605/+34602
| |\ \ \ \ \ \
| * | | | | | | Key modifiers (Ctrl, Alt, Meta and Shift) may be used as Input keys now on OSXmarcelofg552016-05-311-11/+39
| | | | | | | |
* | | | | | | | Merge pull request #4300 from leezh/control_focus_modeRémi Verschelde2016-06-048-4/+46
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | Exposed Control::focus_mode to the scene editor
| * | | | | | | GUI Focus mode improvementsZher Huei Lee2016-05-238-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_collapsedRémi Verschelde2016-06-042-0/+14
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | The create node dialog now starts collapsed.
| * | | | | | | | The create dialog starts collapsed now.Warlaan2016-06-042-0/+14
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | The original behavior can be reactivated in the editor settings.