| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2016-06-19 | i18n: Add translators credits in the PO headers | Rémi Verschelde | 10 | -16/+40 | |
| 2016-06-19 | i18n: Sync translations with Weblate | Rémi Verschelde | 9 | -1807/+1655 | |
| Only synced translation with > 50% completion. | |||||
| 2016-06-19 | Add function to get the color picker dialog from ColorPickerButton, closes #4415 | Juan Linietsky | 2 | -0/+7 | |
| 2016-06-19 | -Added trigger mode to tracks, useful for properties that work as triggers, ↵ | Juan Linietsky | 12 | -57/+105 | |
| such as playing a sample, an animation, etc. -Better interpolation of discrete tracks, fixes #4417 | |||||
| 2016-06-18 | Added missing icons for some nodes | Daniel J. Ramirez | 18 | -17/+647 | |
| 2016-06-18 | make default extension .tscn | Juan Linietsky | 1 | -1/+1 | |
| 2016-06-19 | fix memset calls | Dennis Brakhane | 1 | -3/+3 | |
| Order is "mem, val, count", not "mem, count, val" | |||||
| 2016-06-18 | Removed lots of prints | Daniel J. Ramirez | 7 | -34/+2 | |
| 2016-06-19 | Remove USE_QUAD_VECTORS unused check | J08nY | 2 | -17/+0 | |
| 2016-06-18 | revert previous fix, was a bad idea | Juan Linietsky | 1 | -1/+1 | |
| 2016-06-18 | -Do not ask about overwriting when opening a script in the wizard, but still ↵ | Juan Linietsky | 3 | -1/+18 | |
| show complaint about existing. Closes #4545 -Fixed a crash in EditorDirDialog | |||||
| 2016-06-19 | Remove CHARTYPE_16BITS unused checks | J08nY | 3 | -8/+5 | |
| fix #5263 | |||||
| 2016-06-18 | DynamicFontData can be built-in (will still link to a ttf though), closes #4600 | Juan Linietsky | 2 | -0/+15 | |
| 2016-06-18 | Fixed a stupid bug with segment-segment collision in SAT physics, closes ↵ | Juan Linietsky | 1 | -22/+39 | |
| #4801 , closes #4984 | |||||
| 2016-06-18 | corrently parse utf8 from zip_io open, closes #1708 | Juan Linietsky | 1 | -2/+5 | |
| this probably failed when exporting or opening android apk files too, should fix that too. | |||||
| 2016-06-18 | Change hash grid in 2D physics to contemplate large objects as separate ↵ | Juan Linietsky | 2 | -16/+127 | |
| cases, to avoid huge memory and performance penalty. Fixes #4662 | |||||
| 2016-06-18 | Classref: Mutex, Semaphore, Thread, *Array (#5278) | J08nY | 1 | -15/+43 | |
| 2016-06-18 | update EditorDirDialog on external change, closes #4629 | Juan Linietsky | 3 | -2/+12 | |
| 2016-06-18 | LineEdit: Word jumping and OSX hotkeys | Ignacio Etcheverry | 2 | -59/+191 | |
| 2016-06-18 | -fix bug in scene tree dragndrop reparenting, closes #4712, closes #4633, ↵ | Juan Linietsky | 1 | -12/+27 | |
| closes #4628 -avoid editor scrollable areas to scroll if touchscreen ui hint is turned on | |||||
| 2016-06-18 | Drop useless 3rd party files from nedmalloc and png | Rémi Verschelde | 7 | -1515/+0 | |
| Part of #5272 | |||||
| 2016-06-18 | Drop fully commented-out files | Rémi Verschelde | 17 | -2747/+8 | |
| Part of #5272 | |||||
| 2016-06-18 | Drop empty .cpp files for header-only classes | Rémi Verschelde | 10 | -313/+0 | |
| Part of #5272 | |||||
| 2016-06-18 | Drop empty files that are not used anywhere | Rémi Verschelde | 54 | -1456/+2 | |
| Part of #5272 | |||||
| 2016-06-18 | TextEdit: Change font size with Ctrl+Mouse Wheel Up/Down | Ignacio Etcheverry | 5 | -10/+83 | |
| 2016-06-18 | Make ".." always appear even if dir is unlistable (likely lacking ↵ | Juan Linietsky | 2 | -0/+10 | |
| permissions), closes #1938 | |||||
| 2016-06-18 | Fix make_dir for long paths on Windows | George Marques | 1 | -1/+1 | |
| 2016-06-18 | -Changed how Dir works so it's more user friendly, closes #4705 | Juan Linietsky | 1 | -1/+36 | |
| 2016-06-18 | -made get_space_left() return values more homogenous, also for script, ↵ | Juan Linietsky | 3 | -3/+4 | |
| converted to mb, closes #4617 | |||||
| 2016-06-18 | LineEdit: Fix and improve selection behaviour | Ignacio Etcheverry | 2 | -19/+24 | |
| 2016-06-18 | Fixed make_dir and make_dir_recursive erros, closes #1680 closes #1872 | Juan Linietsky | 9 | -562/+70 | |
| 2016-06-18 | Add missing license headers in our source files (#5255) | Rémi Verschelde | 264 | -409/+7031 | |
| Also removes a couple wrong Godot headers from third-party source files. | |||||
| 2016-06-18 | correctly parse floats in scientific notation | Dennis Brakhane | 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 | |||||
| 2016-06-18 | Add @GDScript.type_exists | Geequlim | 2 | -0/+16 | |
| 2016-06-18 | Add "-rigid" postfix import feature to create rigid bodies | jay3d | 1 | -1/+45 | |
| 2016-06-18 | Clean up editor theme creation | Geequlim | 5 | -59/+134 | |
| 2016-06-17 | reverted to ==, if a line is missing a statement, we'll have to make sure to ↵ | Juan Linietsky | 1 | -1/+1 | |
| add it | |||||
| 2016-06-17 | changed == for >= since some statements may not store a line (if line is empty) | Juan Linietsky | 1 | -1/+1 | |
| this is added to #5204 | |||||
| 2016-06-17 | Fixed fractional offset not being reset in ringbuffer resamples, closes #4764 | Juan Linietsky | 1 | -0/+1 | |
| Probably fixes other streamplayer issues too. | |||||
| 2016-06-18 | Fix type hint for the seed argument | Rémi Verschelde | 2 | -6/+24 | |
| Closes #5260. | |||||
| 2016-06-18 | Fix Theora video playback without a Vorbis stream | Błażej Szczygieł | 2 | -3/+10 | |
| - prevent audio resampler errors when number of channels is 0, - don't check for 'audio_done' when there is no audio data. (cherry picked from commit 763b29f34e8c99c2f9559dcc31b59f99d0d6dee3) | |||||
| 2016-06-17 | TabContainer now reports proper minimum size, closes #4896 | Juan Linietsky | 1 | -3/+6 | |
| 2016-06-17 | Send body inout notifications after state is applied, fixes #4683 | Juan Linietsky | 2 | -23/+27 | |
| 2016-06-17 | Fix bug in GridContainer not updating minimumsize when columns changes, ↵ | Juan Linietsky | 2 | -1/+2 | |
| fixes #4677 | |||||
| 2016-06-17 | Keep track of when fonts change, so theme or controls that use fonts as ↵ | Juan Linietsky | 4 | -0/+101 | |
| overrides get properly updated. closes #4622 , probably closes many other issues too | |||||
| 2016-06-17 | fixes compilation error on visual studio, closes #5249 | Juan Linietsky | 2 | -2/+4 | |
| 2016-06-17 | Add sha256 to String and File/FileAccess. | Bojidar Marinov | 10 | -7/+366 | |
| Probably does #4166 | |||||
| 2016-06-17 | -added missing .inc files | Juan Linietsky | 22 | -164963/+38696 | |
| -Made it possible to change the editor theme -Added two options to theme editor plugin to create empty template themes and editor themes -Make sure that saved themes to .tres keep the null theme fields, to make it easier to keep those when saving/loading the theme | |||||
| 2016-06-16 | It is now possible to set a default custom theme, whether you want a hidpi ↵ | Juan Linietsky | 4 | -33/+52 | |
| default theme, or just use a custom font for the default theme | |||||
| 2016-06-16 | Classref: added PacketPeer* | J08nY | 1 | -2/+20 | |
