Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-08 | Revert removing of function call in gd_parser | George Marques | |
The function call was removed in #5538 because of the unused return value, but the function itself has side effects and the absence of the call was causing crashes. | |||
2016-07-09 | Merge pull request #5602 from akien-mga/pr-osx-fat-export | Rémi Verschelde | |
OSX export: Default to fat format, make it an enum | |||
2016-07-09 | OSX export: Default to fat format, make it an enum | Rémi Verschelde | |
Since we want to distribute only the fat binary in the official templates, this should make it work out of the box. 32 bits and 64 bits options are still available for people that want them, but will throw an error if the binaries are not in the template zip. | |||
2016-07-08 | classref: Add docs for InputEvent* and InputMap | Rémi Verschelde | |
2016-07-08 | classref: Fix arg name for is_action_pressed/released | Rémi Verschelde | |
Also position TEXTURE_SPHERE constant properly. | |||
2016-07-08 | classref: Fix descriptions indentation after #5588 | Rémi Verschelde | |
2016-07-08 | Merge pull request #5601 from eska014/emscripten-mouse-pos | Rémi Verschelde | |
Fix Input singleton mouse position in web export | |||
2016-07-08 | Pass mouse position to Input singleton in web export | eska | |
2016-07-08 | Merge pull request #5598 from TheHX/issue-5482 | Juan Linietsky | |
Fix own world option of Viewport. | |||
2016-07-08 | Fix own world option of Viewport. | Franklin Sobrinho | |
It happens when the viewport has WorldEnviroment child with a valid Enviroment | |||
2016-07-08 | Merge pull request #5588 from J08nY/doctool-indentation | Rémi Verschelde | |
Doctool: change content indentation | |||
2016-07-08 | Cleanup: drop ImportSettingsDialog, replaced by contextual actions | Rémi Verschelde | |
Note that it was already commented out. | |||
2016-07-08 | Avoid crash if setting modifiers fails, closes #5158 | Juan Linietsky | |
2016-07-08 | ScenesDock: Fix regression in tree generation | Rémi Verschelde | |
Was a regression from 3fcb9b1ec179b99d979d4cfea9b5e3c80e4a3e33. Fixes #5590. | |||
2016-07-07 | remove warnings if a script is missing and can't be opened | Juan Linietsky | |
2016-07-07 | do not allow removal of groups that come from instanced/inherited scene, ↵ | Juan Linietsky | |
closes #5505 | |||
2016-07-08 | Classref: update with new doctool indentation | J08nY | |
2016-07-07 | Doctool: correct XML indentation | J08nY | |
fixes #4483 | |||
2016-07-07 | Merge pull request #5538 from akien-mga/pr-unused-var | Rémi Verschelde | |
Removed unused variables + dead code | |||
2016-07-07 | Remove unused variables (third pass) + dead code | Rémi Verschelde | |
Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable | |||
2016-07-07 | Removed unused variables (second pass) + dead code | Rémi Verschelde | |
Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable | |||
2016-07-07 | Removed unused variables (first pass) | Rémi Verschelde | |
Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable | |||
2016-07-07 | SceneTreeDock: Fix wrong argument in _has_visible_children | Rémi Verschelde | |
Seen while checking for unused variables, which `child` was. | |||
2016-07-07 | Merge pull request #5577 from vnen/improve-quickopen-listing | Rémi Verschelde | |
Improve quick open sorting | |||
2016-07-06 | Fix the +1 button to insert keyframes in Sprite and Sprite3D, closes #5422 | Juan Linietsky | |
2016-07-06 | Fix several bugs related to node duplication and signals, closes #5405 | Juan Linietsky | |
2016-07-06 | Only allow built-in scripts to be edited when the scene they belong to is ↵ | Juan Linietsky | |
loaded, closes #5403 | |||
2016-07-06 | Improve quick open sorting | George Marques | |
Perfect matches and substrings will be shown first. Similar matches will be at the bottom. When they score is the same they're shown in the natural file system order. | |||
2016-07-06 | Initialize the SSL certificates in the project manager | Rémi Verschelde | |
2016-07-06 | Merge pull request #5569 from pkowal1982/capitalize | Rémi Verschelde | |
Update String.capitalize() documentation | |||
2016-07-06 | Update String.capitalize() documentation | Pawel Kowal | |
2016-07-06 | Merge pull request #5564 from vnen/fix-xml-constants-sorting | Rémi Verschelde | |
Fix documentation constants sorting | |||
2016-07-05 | Update classes.xml to fix sorting of constants | George Marques | |
2016-07-05 | Make sure builtin types' constants remain in order | George Marques | |
This adds a list of constants for VariantCall to make sure the order of register is kept when showing in the editor help and in the documentation. This also remove the sorting of constants from the doctool, so it keeps the natural order in classes.xml. | |||
2016-07-05 | Merge pull request #5562 from J08nY/hq2x-fix | Rémi Verschelde | |
Fixed HQ2x compiler warnings | |||
2016-07-05 | Fixed HQ2x compiler warnings | J08nY | |
2016-07-05 | Revert "Fix return type for EditorResourcePreview::check_for_invalidation" | Rémi Verschelde | |
This reverts commit 716dfa67a3c5a0a38205179c01676e05a718d244, since it was later fixes differently with c6b55e45e9256bb41b2d045d8c61d1946de881b1... | |||
2016-07-04 | added missing return value | Juan Linietsky | |
2016-07-04 | Merge pull request #5552 from volzhs/fix-jni-null | Rémi Verschelde | |
Fix crash when null value through jni on android | |||
2016-07-04 | Merge pull request #5551 from eska014/bsd-no-libdl | Rémi Verschelde | |
Link libdl only on Linux, fix BSD build | |||
2016-07-04 | Merge pull request #5549 from TheHX/fix-issue-4608 | Rémi Verschelde | |
Fix TreeItem range editing by dragging on the inspector | |||
2016-07-04 | Merge pull request #5548 from TheHX/fix-plugin-spatial-event | Rémi Verschelde | |
Fix EditorPlugin::forward_spatial_input_event in GDScripts addons | |||
2016-07-04 | Merge pull request #5547 from TheHX/fix-addons-disabling | Rémi Verschelde | |
Fix addon disabling | |||
2016-07-05 | Fix crash when null value through jni on android | volzhs | |
2016-07-04 | Fix return type for EditorResourcePreview::check_for_invalidation | Rémi Verschelde | |
2016-07-04 | Link libdl only on Linux, fix BSD build | eska | |
2016-07-04 | Fix TreeItem range editing by dragging on the inspector | Franklin Sobrinho | |
2016-07-04 | Fix EditorPlugin::forward_spatial_input_event in GDScripts addons | Franklin Sobrinho | |
2016-07-04 | Fix addon disabling | Franklin Sobrinho | |
2016-07-04 | Merge pull request #5539 from vnen/fix-completion-crash | Rémi Verschelde | |
Fix completion string check when column = 0 |