Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-03 | Merge pull request #10066 from marcelofg55/scons_fix3 | Rémi Verschelde | |
Fix scons failing when not building sources | |||
2017-08-03 | Fix scons failing when not building sources | Marcelo Fernandez | |
2017-08-03 | Merge pull request #10060 from endragor/nativescript-frame | Thomas Herzog | |
Forward frame call to GDNative libraries | |||
2017-08-03 | Merge pull request #10046 from Hinsbart/script_open_resource | Rémi Verschelde | |
ScriptEditor: ctrl+click can open scenes & resources. | |||
2017-08-03 | Merge pull request #10062 from BastiaanOlij/arvr_add_anchor | Rémi Verschelde | |
Added ARVRAnchor support and a few small enhancements | |||
2017-08-03 | Added ARVRAnchor support and a few small enhancements | BastiaanOlij | |
2017-08-03 | Merge pull request #10040 from Hassan-A/getCells3.0 | Rémi Verschelde | |
Added get_used_cells_by_id method 3.0 | |||
2017-08-03 | Forward frame call to GDNative libraries | Ruslan Mustakov | |
2017-08-02 | Added get_used_cells_by_id method 3.0 | Hassan A | |
2017-08-02 | ItemList: Remove redundant Vector2 initializations. | Andreas Haas | |
2017-08-02 | -Added GLTF scene support (still missing animations and .glb extension) | Juan Linietsky | |
-Fixed bugs regarding tangent generation in SurfaceTool | |||
2017-08-02 | Merge pull request #10050 from ↵ | Juan Linietsky | |
godotengine/revert-10014-tweak-command-line-arguments Revert "Tweak command-line arguments to make them more UNIX-like" | |||
2017-08-02 | Revert "Tweak command-line arguments to make them more UNIX-like" | Juan Linietsky | |
2017-08-02 | ScriptEditor: ctrl+click can open scenes/resources. | Andreas Haas | |
Closes #9654 | |||
2017-08-02 | Merge pull request #10042 from karroffel/gdnative-header-include-paths | Thomas Herzog | |
[GDNative/NativeScript] fix -rdynamic and removed _init call | |||
2017-08-02 | [GDNative/NativeScript] fix -rdynamic and removed _init call | Karroffel | |
The _init call was buggy anyway and in the end shouldn't be a thing that's called via ClassDB, it should be something that's language specific, so we leave this out for the bindings. In the commit 66a7763 the SCsub file for GDNative was changed to use a cloned environment, that bricked -rdynamic which needs to be passed down to the linker, which didn't happen with the new env. | |||
2017-08-02 | Merge pull request #10037 from Noshyaar/pr-classxml | Rémi Verschelde | |
Docs: fix method/type renames, fill some blanks [ci skip] | |||
2017-08-02 | Merge pull request #10014 from Calinou/tweak-command-line-arguments | Rémi Verschelde | |
Tweak command-line arguments to make them more UNIX-like | |||
2017-08-02 | Docs: fix method/type renames, fill some blanks | Poommetee Ketson | |
2017-08-02 | Tweak command-line arguments to make them more UNIX-like | Hugo Locurcio | |
Also improves the command-line help text readability. | |||
2017-08-02 | Merge pull request #10029 from ISylvox/disable-needless-printline | Rémi Verschelde | |
Remove meaningless print_line from editor Console | |||
2017-08-02 | remove meaningless print line from editor console | Indah Sylvia | |
2017-08-02 | Merge pull request #10032 from karroffel/gdnative-header-include-paths | Thomas Herzog | |
[GDNative] better header include paths | |||
2017-08-02 | [GDNative] better header include paths | Karroffel | |
The old include paths caused some problems on some compilers, for example including "string.h" was ambiguous. | |||
2017-08-02 | Merge pull request #10028 from marcelofg55/audioserver_finish | Rémi Verschelde | |
Fix AudioServer::finish not getting called while quitting | |||
2017-08-01 | Fix AudioServer::finish not getting called while quitting | Marcelo Fernandez | |
2017-08-01 | Merge pull request #10027 from Noshyaar/pr-tree | Rémi Verschelde | |
Tree: fix index error with expanded column | |||
2017-08-01 | Merge pull request #10021 from Noshyaar/pr-mb | Rémi Verschelde | |
MenuButton: defer grab_click_focus until button_up | |||
2017-08-01 | Merge pull request #10019 from Paulb23/ctrl_backspace_issue_6546 | Rémi Verschelde | |
Made delete next and prev consistent to other editors, issue 6546 | |||
2017-08-01 | Merge pull request #10006 from djrm/pr_theme_fixes | Rémi Verschelde | |
Some theme and usability improvements | |||
2017-08-01 | Merge pull request #9838 from RandomShaper/android-arm64 | Rémi Verschelde | |
Add support for ARMv8 (64-bit) on Android | |||
2017-08-01 | Merge pull request #9832 from RandomShaper/port-physics-fixes | Rémi Verschelde | |
Port physics fixes | |||
2017-08-02 | Tree: fix index error with expanded column | Poommetee Ketson | |
2017-08-01 | Merge pull request #9828 from RandomShaper/improve-mem-stats | Juan Linietsky | |
Improve reliability of memory stats | |||
2017-08-02 | MenuButton: defer grab_click_focus until button_up | Poommetee Ketson | |
2017-08-01 | made delete next and prev consistent to other editors,issue 6546 | Paulb23 | |
2017-08-01 | Merge pull request #10009 from marcelofg55/master | Rémi Verschelde | |
Fix possible division by zero crashes on the wav importer | |||
2017-08-01 | Merge pull request #10008 from RandomShaper/fix-misplaced-operator | George Marques | |
Fix equality when assignment intended | |||
2017-07-31 | Fix possible division by zero crashes on the wav importer | Marcelo Fernandez | |
2017-08-01 | Fix equality when assignment intended | Pedro J. Estébanez | |
2017-08-01 | Use atomics for memory use tracking | Pedro J. Estébanez | |
Plus: - An allocation is counted only after checking its success. - Max usage is updated after growing reallocs as well. - Drop unused header. - Changed the 0xFFF.. at get_mem_available() to -1 with a comment telling it's the same, but more universal. | |||
2017-08-01 | Make memory monitors query the right counters | Pedro J. Estébanez | |
2017-08-01 | Improve cleanup of physics constraints | Pedro J. Estébanez | |
Don't abort the loop when one is already released Remove warning on already-released constraint Clean up area's contraints as well Clear the constraint data as well Do the cleanup as soon as the space changes | |||
2017-08-01 | Merge pull request #8209 from robertdhernandez/Texture-Region-Editor-Sync | Rémi Verschelde | |
Texture region now updates when changing an Atlas region rect | |||
2017-07-31 | Merge pull request #9826 from RandomShaper/improve-atomics | Rémi Verschelde | |
Improve/add atomics | |||
2017-07-31 | Merge pull request #9886 from bruvzg/3.0-win-num-enter-fix | Rémi Verschelde | |
Fix Numpad Enter key on Windows (3.0) | |||
2017-07-31 | Merge pull request #9909 from kubecz3k/docs-collobject-collshapes | Rémi Verschelde | |
firsts docs for CollisionObject -> collision shape api | |||
2017-07-31 | Merge pull request #9993 from Xrayez/surface-tool-bind | Rémi Verschelde | |
Bind some useful methods in SurfaceTool to GDScript | |||
2017-07-31 | Merge pull request #9999 from Noshyaar/pr-xformdialog | Rémi Verschelde | |
SpatialEditor: fix transform dialog | |||
2017-07-31 | Some theme and usability improvements | Daniel J. Ramirez | |
Fixed create script editor dialog not changing extension Options menu for inspector element is bigger |