Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-18 | Fixed make_dir and make_dir_recursive erros, closes #1680 closes #1872 | Juan Linietsky | |
2016-06-18 | Add missing license headers in our source files (#5255) | Rémi Verschelde | |
Also removes a couple wrong Godot headers from third-party source files. | |||
2016-06-18 | Merge pull request #5266 from Geequlim/type_exists | Rémi Verschelde | |
Add @GDScript.type_exists | |||
2016-06-18 | Add @GDScript.type_exists | Geequlim | |
2016-06-17 | reverted to ==, if a line is missing a statement, we'll have to make sure to ↵ | Juan Linietsky | |
add it | |||
2016-06-17 | changed == for >= since some statements may not store a line (if line is empty) | Juan Linietsky | |
this is added to #5204 | |||
2016-06-17 | Merge pull request #5204 from vnen/fix-completion-crash | Juan Linietsky | |
Fix crash in code completion | |||
2016-06-17 | Fixed fractional offset not being reset in ringbuffer resamples, closes #4764 | Juan Linietsky | |
Probably fixes other streamplayer issues too. | |||
2016-06-18 | Fix type hint for the seed argument | Rémi Verschelde | |
Closes #5260. | |||
2016-06-18 | Fix Theora video playback without a Vorbis stream | Błażej Szczygieł | |
- 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 | |
2016-06-17 | Send body inout notifications after state is applied, fixes #4683 | Juan Linietsky | |
2016-06-17 | Fix bug in GridContainer not updating minimumsize when columns changes, ↵ | Juan Linietsky | |
fixes #4677 | |||
2016-06-17 | Keep track of when fonts change, so theme or controls that use fonts as ↵ | Juan Linietsky | |
overrides get properly updated. closes #4622 , probably closes many other issues too | |||
2016-06-17 | Merge pull request #5250 from bojidar-bg/add-sha256 | Juan Linietsky | |
Add sha256 to String and File/FileAccess. | |||
2016-06-17 | fixes compilation error on visual studio, closes #5249 | Juan Linietsky | |
2016-06-17 | Add sha256 to String and File/FileAccess. | Bojidar Marinov | |
Probably does #4166 | |||
2016-06-17 | -added missing .inc files | Juan Linietsky | |
-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 | |
default theme, or just use a custom font for the default theme | |||
2016-06-16 | Merge pull request #5239 from J08nY/classref | Rémi Verschelde | |
Classref: Added PacketPeer* | |||
2016-06-16 | Classref: added PacketPeer* | J08nY | |
2016-06-16 | Fixed PacketPeer.get_var() return type in docs | J08nY | |
2016-06-16 | Sync classref | J08nY | |
2016-06-16 | Merge pull request #5233 from UgisBrekis/scene-tree-relationship-lines | Rémi Verschelde | |
Enables parent-children relationship line drawing in scene tree editor | |||
2016-06-15 | Adds the ability to draw parent-children relationship lines in scene tree editor | UgisBrekis | |
Can be turned on/off in editor settings + line color change available as well | |||
2016-06-15 | Merge pull request #5230 from Paulb23/fullscreen_distraction_mode_shortcuts | Rémi Verschelde | |
Added fullscreen and distraction free mode shortcuts | |||
2016-06-15 | Added fullscreen and distraction free mode shorcuts | Paulb23 | |
2016-06-15 | Merge pull request #5223 from RandomShaper/fix-android-export | Rémi Verschelde | |
Fix Android export | |||
2016-06-15 | Handle tmp files properly on Android export | Pedro J. Estébanez | |
2016-06-15 | Merge pull request #5219 from Geequlim/fix-5215 | Rémi Verschelde | |
Fix endless reimporting for LargeTexture close #5215 | |||
2016-06-15 | Merge pull request #5218 from djrm/new_icons | Rémi Verschelde | |
Some theme icons and better exporter | |||
2016-06-15 | Classref: Added docs for StreamPeer* (#5216) | J08nY | |
2016-06-15 | Merge pull request #5212 from vnen/fix-emscripten-build | Rémi Verschelde | |
Fix javascript build in Windows | |||
2016-06-15 | Merge pull request #5195 from Ovnuniarchos/Shape2DIcons | Rémi Verschelde | |
New Shape2D* icons. | |||
2016-06-15 | Merge pull request #5192 from J08nY/issue-5190 | Rémi Verschelde | |
Dictionary: rename param in .has() .has_all() .erase() | |||
2016-06-15 | Merge pull request #5210 from J08nY/issue-5189 | Rémi Verschelde | |
String documentation: .ord_at() returns int not String | |||
2016-06-15 | Merge pull request #5163 from Paulb23/script_editor_shortcuts | Rémi Verschelde | |
2016-06-15 | Merge pull request #5162 from GungnirInd/app_bundle_retina | Rémi Verschelde | |
Make .app bundle high resolution aware | |||
2016-06-15 | Merge pull request #5149 from m4nu3lf/master | Rémi Verschelde | |
TimeSeek node in AnimationTreePlayer now propagates filters | |||
2016-06-15 | Update russian translation from Weblate (#5140) | Dmitriy Salnikov | |
2016-06-15 | Add joystick vibration support on Linux (#5043) | Wilhem Barbier | |
2016-06-15 | Fix endless reimporting for LargeTexture close #5215 | Geequlim | |
2016-06-14 | Added new svgs to pngs exporter | Daniel J. Ramirez | |
2016-06-14 | Added zoom icons for graph edit, and removed old exporter | Daniel J. Ramirez | |
2016-06-14 | Added some theme icons and its sources | Daniel J. Ramirez | |
2016-06-14 | Fix javascript build in Windows | George Marques | |
Fix #3438 | |||
2016-06-14 | String documentation: .ord_at() returns int not String | J08nY | |
fixes #5189 | |||
2016-06-14 | does not fix the bug reported in #4326 and #4818, | Juan Linietsky | |
but at least make sure it throws and error and does not crash | |||
2016-06-14 | Merge pull request #5137 from nunodonato/fixaxismessages | Juan Linietsky | |
show correct message when transforming with axis-constraint (fixes #4870) | |||
2016-06-14 | correctly wrap lines longer than width in richtextlabel, fixes #4735 | Juan Linietsky | |