Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-01 | Fix non initialized variable. | Juan Linietsky | |
2019-03-01 | Flush stuff pending on visual server thread when exiting, fixes #24669 | Juan Linietsky | |
2019-03-01 | Merge pull request #26451 from ptrojahn/modified | Rémi Verschelde | |
Fix misleading modified status of scenes | |||
2019-03-01 | Merge pull request #26353 from ivanarh/android_hide_keyboard_crash | Rémi Verschelde | |
Android: Fixed a possible crash in keyboard hide method. | |||
2019-03-01 | Merge pull request #26441 from QbieShay/fix_sigill_when_no_parent_escn | Rémi Verschelde | |
Engine does not crash anymore if a non root node in escn is missing a parent. | |||
2019-03-01 | Remove unused include from previous commit | Rémi Verschelde | |
2019-03-01 | Clean up blend shape support in GLES2 and GLES3. | Juan Linietsky | |
2019-03-01 | Fix misleading modified status of scenes | Paul Trojahn | |
If a scene is instanced in another scene, any changes to the first triggers _clear_undo_history in EditorNode::set_current_scene, which increments the version in UndoRedo::clear_history. This results in a modified status. Passing false to clear_history fixes this issue. Fixes #25942 | |||
2019-03-01 | Merge pull request #26449 from marcelofg55/audio_input_crash | Rémi Verschelde | |
Fix possible crash when AudioDriver::capture_start fails | |||
2019-03-01 | Merge pull request #26140 from karliss/meta-item | Rémi Verschelde | |
Use correct meta item in rich text. | |||
2019-03-01 | Fix CSG crash, closes #26281 | Juan Linietsky | |
2019-03-01 | Strive for maximum compatibility in GLES2 regarding depth buffers. | Juan Linietsky | |
2019-03-01 | Merge pull request #26442 from PapaFl/fix-wrong-control-binding | Rémi Verschelde | |
Fixed wrong method binding in control | |||
2019-03-01 | Editor does not crash anymore if a non root node in escn is missing a parent | Ilaria Cislaghi | |
2019-03-01 | Fixed wrong method binding in control | Justin Vesper | |
Control.get_parent_area_size() is now bound to Control::get_parent_area_size() instead of Control::get_size() | |||
2019-03-01 | Fix possible crash when AudioDriver::capture_start fails | Marcelo Fernandez | |
2019-03-01 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-03-01 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-03-01 | Merge pull request #26419 from SeleckyErik/errors-tab-bug | Rémi Verschelde | |
Fixed Errors Tab Indexing Bug in the Debugger | |||
2019-03-01 | Merge pull request #26430 from clayjohn/visual_shader_diffuse | Rémi Verschelde | |
Added DIFFUSE and SPECULAR as inputs to visual shader light function | |||
2019-03-01 | Merge pull request #26431 from Chaosus/error_font_update | Rémi Verschelde | |
Updates error label font in script's status bar | |||
2019-03-01 | Updates error label font in status bar | Chaosus | |
2019-03-01 | Merge pull request #26407 from marcelofg55/audio_input_android | Rémi Verschelde | |
Implement Audio Input support on Android | |||
2019-02-28 | added diffuse and specular as inputs to visual shader | clayjohn | |
2019-03-01 | Merge pull request #26425 from neikeq/issue-24958 | Ignacio Etcheverry | |
C#: Fix parsing of class full name when the base has generics | |||
2019-03-01 | C#: Fix parsing of class full name when the base has generics | Ignacio Etcheverry | |
Also we no longer ignore base classes with generics, since we don't really care about that. | |||
2019-02-28 | Merge pull request #26423 from neikeq/issue-24490 | Ignacio Etcheverry | |
Mono: Fail on script instance creation if constructor was not found | |||
2019-02-28 | Mono: Fail on script instance creation if constructor was not found | Ignacio Etcheverry | |
Previously this would result in NULL dereferencing. Now we fail with an error. | |||
2019-02-28 | Merge pull request #26421 from neikeq/issue-21757 | Ignacio Etcheverry | |
Mono: Make sure the generated RootNamespace is a valid identifier | |||
2019-02-28 | Mono: Make sure the generated RootNamespace is a valid identifier | Ignacio Etcheverry | |
2019-02-28 | Fixed Errors Tab Indexing Bug in the Debugger | Erik | |
FIxed bug with Errors tab in the Debugger using wrong index in the tab container. Also removed unused variable that was probably left behind. | |||
2019-02-28 | Merge pull request #26411 from neikeq/issue-26195 | Ignacio Etcheverry | |
C#: Add Array.Resize(int) method | |||
2019-02-28 | Implement Audio Input support on Android | Marcelo Fernandez | |
2019-02-28 | C#: Add Array.Resize(int) method | Ignacio Etcheverry | |
2019-02-28 | Merge pull request #26400 from akien-mga/opus-sources-list | Rémi Verschelde | |
opus: Better sync sources list with upstream buildsystem | |||
2019-02-28 | opus: Better sync sources list with upstream buildsystem | Rémi Verschelde | |
2019-02-28 | Merge pull request #26398 from akien-mga/x11-fix-unicode-dnd | Rémi Verschelde | |
X11: Fix drag and drop from non-latin paths | |||
2019-02-28 | Merge pull request #26383 from neikeq/issue-26302 | Rémi Verschelde | |
Sanitize file paths before extracting export templates | |||
2019-02-28 | X11: Fix drag and drop from non-latin paths | Rémi Verschelde | |
Fixes #25826. Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com> | |||
2019-02-28 | Merge pull request #26034 from QbieShay/issue_25596 | Rémi Verschelde | |
Inheriting from virtual class no longer causes the engine to crash. | |||
2019-02-28 | Merge pull request #26386 from YeldhamDev/tileset_editor_dynamic_workspace | Rémi Verschelde | |
Make TileSet editor's workspace change size according to region changes | |||
2019-02-28 | Merge pull request #26335 from ericrybick/26247 | Rémi Verschelde | |
Fix project_settings entry creation for global scripts. | |||
2019-02-27 | Massive improvement to GLES2 performance, rewrote most ShaderGLES2 class. | Juan Linietsky | |
This fixes #26337 | |||
2019-02-27 | Make TileSet editor's workspace change size according to region changes | Michael Alexsander Silva Dias | |
2019-02-28 | Sanitize file paths before extracting export templates | Ignacio Etcheverry | |
2019-02-27 | Save resources even if no scene is present, closes #26273 | Juan Linietsky | |
2019-02-27 | Detect for 24 bits oes support on GLES2, closes #26344 | Juan Linietsky | |
2019-02-27 | Merge pull request #26373 from groud/fix_layout_loading | Rémi Verschelde | |
Fixes layout loading | |||
2019-02-27 | Avoid docks to be overriden while scanning, fixes #26359 | Juan Linietsky | |
2019-02-27 | Hide global section in project settings when no property is defined | Eric Rybicki | |
Prevent _global_script entries in project settings without section from being loaded fixes #26247 |