| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | i18n: Update and merge translation templates | Rémi Verschelde | 2016-06-19 | 13 | -807/+2109 |
| | | | | | | Also switched the wrapping length to 79 chars instead of 80, which seems to be what Weblate uses by default (as well as Poedit). | ||||
| * | i18n: Add translators credits in the PO headers | Rémi Verschelde | 2016-06-19 | 10 | -16/+40 |
| | | |||||
| * | i18n: Sync translations with Weblate | Rémi Verschelde | 2016-06-19 | 9 | -1807/+1655 |
| | | | | | Only synced translation with > 50% completion. | ||||
| * | Merge pull request #5290 from djrm/new_icons | Rémi Verschelde | 2016-06-19 | 18 | -17/+647 |
| |\ | | | | | Added missing icons for some nodes | ||||
| | * | Added missing icons for some nodes | Daniel J. Ramirez | 2016-06-18 | 18 | -17/+647 |
| | | | |||||
| * | | Merge pull request #5285 from brakhane/fix-memset | Rémi Verschelde | 2016-06-19 | 1 | -3/+3 |
| |\ \ | | | | | | | fix memset calls | ||||
| | * | | fix memset calls | Dennis Brakhane | 2016-06-19 | 1 | -3/+3 |
| | | | | | | | | | | | | | Order is "mem, val, count", not "mem, count, val" | ||||
| * | | | Merge pull request #5283 from djrm/remove_prints | Rémi Verschelde | 2016-06-19 | 7 | -34/+2 |
| |\ \ \ | | | | | | | | | Removed lots of prints | ||||
| | * | | | Removed lots of prints | Daniel J. Ramirez | 2016-06-18 | 7 | -34/+2 |
| | | | | | |||||
| * | | | | Merge pull request #5281 from J08nY/useless-preprocessor | Rémi Verschelde | 2016-06-19 | 4 | -25/+5 |
| |\ \ \ \ | | | | | | | | | | | Fix #5263: Useless preprocessor condition | ||||
| | * | | | | Remove USE_QUAD_VECTORS unused check | J08nY | 2016-06-19 | 2 | -17/+0 |
| | | | | | | |||||
| | * | | | | Remove CHARTYPE_16BITS unused checks | J08nY | 2016-06-19 | 3 | -8/+5 |
| | | | | | | | | | | | | | | | | | | | | | fix #5263 | ||||
| * | | | | | Merge pull request #5271 from neikeq/pr-issue-1004 | Rémi Verschelde | 2016-06-19 | 2 | -78/+215 |
| |\ \ \ \ \ | | | | | | | | | | | | | LineEdit cursor fixes and improvements | ||||
| | * | | | | | LineEdit: Word jumping and OSX hotkeys | Ignacio Etcheverry | 2016-06-18 | 2 | -59/+191 |
| | | | | | | | |||||
| | * | | | | | LineEdit: Fix and improve selection behaviour | Ignacio Etcheverry | 2016-06-18 | 2 | -19/+24 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #5268 from brakhane/fix-floating-bug | Rémi Verschelde | 2016-06-19 | 1 | -1/+1 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | correctly parse floats in scientific notation (Fix #5267) | ||||
| | * | | | | | | correctly parse floats in scientific notation | Dennis Brakhane | 2016-06-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GDScript incorrectly parsed float values in scientific notation when no decimal point was given. "1e-5" was parsed as "15". Fix this by not requiring a decimal point when we found an exponent for the number to be considered a float. Fixes #5267 | ||||
| * | | | | | | | Merge pull request #5259 from neikeq/pr-textedit-zoom | Rémi Verschelde | 2016-06-19 | 5 | -10/+83 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | TextEdit: Change font size with Ctrl+Mouse Wheel Up/Down | ||||
| | * | | | | | | | TextEdit: Change font size with Ctrl+Mouse Wheel Up/Down | Ignacio Etcheverry | 2016-06-18 | 5 | -10/+83 |
| | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | | Merge pull request #5243 from Geequlim/editor-themes | Rémi Verschelde | 2016-06-19 | 5 | -59/+134 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Clean up editor theme creation | ||||
| | * | | | | | | | Clean up editor theme creation | Geequlim | 2016-06-18 | 5 | -59/+134 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge pull request #5234 from Paulb23/fix_error_tab_print | Rémi Verschelde | 2016-06-19 | 1 | -2/+3 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fixed error: set_current_tab print on project open | ||||
| | * | | | | | | | | Fixed error: set_current_tab print on project open | Paulb23 | 2016-06-15 | 1 | -2/+3 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge pull request #5225 from Hinsbart/x_rumble | Rémi Verschelde | 2016-06-19 | 3 | -6/+65 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Windows: Support gamepad vibration using XInput. | ||||
| | * | | | | | | | | | Windows: Support gamepad vibration using XInput. | Andreas Haas | 2016-06-15 | 3 | -6/+65 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Merge pull request #5166 from djrm/shortcuts | Rémi Verschelde | 2016-06-19 | 3 | -54/+64 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Added customizable shortcuts for tile map editor | ||||
| | * | | | | | | | | | | Completed shortcuts for Tile Map Editor | Daniel J. Ramirez | 2016-06-12 | 1 | -20/+24 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Added shortcuts to convert_to/MeshLibrary and convert_to/TileSet (pretty ↵ | Daniel J. Ramirez | 2016-06-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | handy), dissabled by default. | ||||
| | * | | | | | | | | | | Added some shortcutable actions for animation player editor | Daniel J. Ramirez | 2016-06-12 | 1 | -6/+16 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Added customizable shortcuts for tile map editor | Daniel J. Ramirez | 2016-06-12 | 1 | -27/+23 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Merge pull request #5135 from volzhs/android-manifest | Rémi Verschelde | 2016-06-19 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | fix android support screen property for large screen | ||||
| | * | | | | | | | | | | | fix android support screen property for large screen | volzhs | 2016-06-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Merge pull request #5085 from RandomShaper/remove-unreachable-code | Rémi Verschelde | 2016-06-19 | 1 | -6/+0 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove found dead code | ||||
| | * | | | | | | | | | | | | Remove found dead code | Pedro J. Estébanez | 2016-06-07 | 1 | -6/+0 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Merge pull request #5039 from jay3d/master | Rémi Verschelde | 2016-06-19 | 1 | -1/+45 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "-rigid" postfix import feature to create rigid bodies | ||||
| | * | | | | | | | | | | | | | Add "-rigid" postfix import feature to create rigid bodies | jay3d | 2016-06-18 | 1 | -1/+45 |
| | | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Merge pull request #4724 from Cybolic/optional-loop-interpolation | Rémi Verschelde | 2016-06-19 | 6 | -2/+58 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added toggle for loop interpolation based on adolson's code | ||||
| | * | | | | | | | | | | | | | Added toggle for loop interpolation based on adolson's code | Christian Dannie Storgaard | 2016-05-20 | 6 | -2/+58 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Add function to get the color picker dialog from ColorPickerButton, closes #4415 | Juan Linietsky | 2016-06-19 | 2 | -0/+7 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | -Added trigger mode to tracks, useful for properties that work as triggers, ↵ | Juan Linietsky | 2016-06-19 | 12 | -57/+105 |
| | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | such as playing a sample, an animation, etc. -Better interpolation of discrete tracks, fixes #4417 | ||||
| * | | | | | | | | | | | | | make default extension .tscn | Juan Linietsky | 2016-06-18 | 1 | -1/+1 |
| | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Merge pull request #4158 from Paulb23/add_fnt_extension_issue_162 | Rémi Verschelde | 2016-06-19 | 1 | -0/+10 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds .fnt extension if not provided, issue #162 | ||||
| | * | | | | | | | | | | | | Adds .fnt extension if not provided, issue 162 | Paulb23 | 2016-03-27 | 1 | -0/+10 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | revert previous fix, was a bad idea | Juan Linietsky | 2016-06-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | -Do not ask about overwriting when opening a script in the wizard, but still ↵ | Juan Linietsky | 2016-06-18 | 3 | -1/+18 |
| | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | show complaint about existing. Closes #4545 -Fixed a crash in EditorDirDialog | ||||
| * | | | | | | | | | | | | Merge pull request #5236 from djrm/fix_#5228 | Rémi Verschelde | 2016-06-19 | 2 | -9/+9 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Visible path editor icons, fixes #5228 | ||||
| | * | | | | | | | | | | | | Visible path editor icons, fixes #5228 | Daniel J. Ramirez | 2016-06-15 | 2 | -9/+9 |
| | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | | DynamicFontData can be built-in (will still link to a ttf though), closes #4600 | Juan Linietsky | 2016-06-18 | 2 | -0/+15 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Fixed a stupid bug with segment-segment collision in SAT physics, closes ↵ | Juan Linietsky | 2016-06-18 | 1 | -22/+39 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #4801 , closes #4984 | ||||
| * | | | | | | | | | | | | corrently parse utf8 from zip_io open, closes #1708 | Juan Linietsky | 2016-06-18 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this probably failed when exporting or opening android apk files too, should fix that too. | ||||
