summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-02Merge pull request #10042 from karroffel/gdnative-header-include-pathsThomas Herzog
[GDNative/NativeScript] fix -rdynamic and removed _init call
2017-08-02[GDNative/NativeScript] fix -rdynamic and removed _init callKarroffel
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-02Merge pull request #10037 from Noshyaar/pr-classxmlRémi Verschelde
Docs: fix method/type renames, fill some blanks [ci skip]
2017-08-02Merge pull request #10014 from Calinou/tweak-command-line-argumentsRémi Verschelde
Tweak command-line arguments to make them more UNIX-like
2017-08-02Docs: fix method/type renames, fill some blanksPoommetee Ketson
2017-08-02Tweak command-line arguments to make them more UNIX-likeHugo Locurcio
Also improves the command-line help text readability.
2017-08-02Merge pull request #10029 from ISylvox/disable-needless-printlineRémi Verschelde
Remove meaningless print_line from editor Console
2017-08-02remove meaningless print line from editor consoleIndah Sylvia
2017-08-02Merge pull request #10032 from karroffel/gdnative-header-include-pathsThomas Herzog
[GDNative] better header include paths
2017-08-02[GDNative] better header include pathsKarroffel
The old include paths caused some problems on some compilers, for example including "string.h" was ambiguous.
2017-08-02Merge pull request #10028 from marcelofg55/audioserver_finishRémi Verschelde
Fix AudioServer::finish not getting called while quitting
2017-08-01Fix AudioServer::finish not getting called while quittingMarcelo Fernandez
2017-08-01Merge pull request #10027 from Noshyaar/pr-treeRémi Verschelde
Tree: fix index error with expanded column
2017-08-01Merge pull request #10021 from Noshyaar/pr-mbRémi Verschelde
MenuButton: defer grab_click_focus until button_up
2017-08-01Merge pull request #10019 from Paulb23/ctrl_backspace_issue_6546Rémi Verschelde
Made delete next and prev consistent to other editors, issue 6546
2017-08-01Merge pull request #10006 from djrm/pr_theme_fixesRémi Verschelde
Some theme and usability improvements
2017-08-01Merge pull request #9838 from RandomShaper/android-arm64Rémi Verschelde
Add support for ARMv8 (64-bit) on Android
2017-08-01Merge pull request #9832 from RandomShaper/port-physics-fixesRémi Verschelde
Port physics fixes
2017-08-02Tree: fix index error with expanded columnPoommetee Ketson
2017-08-01Merge pull request #9828 from RandomShaper/improve-mem-statsJuan Linietsky
Improve reliability of memory stats
2017-08-02MenuButton: defer grab_click_focus until button_upPoommetee Ketson
2017-08-01made delete next and prev consistent to other editors,issue 6546Paulb23
2017-08-01Merge pull request #10009 from marcelofg55/masterRémi Verschelde
Fix possible division by zero crashes on the wav importer
2017-08-01Merge pull request #10008 from RandomShaper/fix-misplaced-operatorGeorge Marques
Fix equality when assignment intended
2017-07-31Fix possible division by zero crashes on the wav importerMarcelo Fernandez
2017-08-01Fix equality when assignment intendedPedro J. Estébanez
2017-08-01Use atomics for memory use trackingPedro 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-01Make memory monitors query the right countersPedro J. Estébanez
2017-08-01Improve cleanup of physics constraintsPedro 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-01Merge pull request #8209 from robertdhernandez/Texture-Region-Editor-SyncRémi Verschelde
Texture region now updates when changing an Atlas region rect
2017-07-31Merge pull request #9826 from RandomShaper/improve-atomicsRémi Verschelde
Improve/add atomics
2017-07-31Merge pull request #9886 from bruvzg/3.0-win-num-enter-fixRémi Verschelde
Fix Numpad Enter key on Windows (3.0)
2017-07-31Merge pull request #9909 from kubecz3k/docs-collobject-collshapesRémi Verschelde
firsts docs for CollisionObject -> collision shape api
2017-07-31Merge pull request #9993 from Xrayez/surface-tool-bindRémi Verschelde
Bind some useful methods in SurfaceTool to GDScript
2017-07-31Merge pull request #9999 from Noshyaar/pr-xformdialogRémi Verschelde
SpatialEditor: fix transform dialog
2017-07-31Some theme and usability improvementsDaniel J. Ramirez
Fixed create script editor dialog not changing extension Options menu for inspector element is bigger
2017-07-31SpatialEditor: fix transform dialogPoommetee Ketson
2017-07-31Bind some useful methods in SurfaceTool to GDScriptAndrii Doroshenko (Xrayez)
These include: * generate_tangents() * add_to_format() * create_from() * append_from() Reordered and grouped the bindings to match the header for improved readability. Removed commented out `generate_flat_normals()` method which wasn't present in the header. Fixes #9946
2017-07-31Merge pull request #9990 from GodotExplorer/pr-fix-stretch-ratioRémi Verschelde
Fix errors with stretch ratio
2017-07-31Merge pull request #8567 from BastiaanOlij/ar_vr_serverRémi Verschelde
AR/VR base classes and position tracker support
2017-07-31Fix property type expose of Control.stretch_ratio.Geequlim
Fix set integer value from inspector to round instead of floor.
2017-07-30Style: Apply clang-format on all filesRémi Verschelde
Thus fixing some invalid changes that had still made it to the master branch.
2017-07-30Revert "PropertyEditor: display "Off" if property is false"Rémi Verschelde
This reverts commit 5adb94e72694fd4c4b80be85b3adf9a4a7d6c45b. It was actually not a bug, see discussion on #9898.
2017-07-30Merge pull request #9985 from marcelofg55/masterRémi Verschelde
Fix mutex initialisation in OS X Audio Driver
2017-07-30Fix mutex initialisation in OS X Audio DriverMarcelo Fernandez
2017-07-30Merge pull request #9964 from supagu/audio_fixRémi Verschelde
Fixed AudioStreamPlaybackOGGVorbis::_mix_internal getting stuck in in…
2017-07-30Merge pull request #9960 from marcelofg55/masterRémi Verschelde
Fix get_screen_* funcs returning old values after resolution changes on OS X
2017-07-30Merge pull request #9953 from bruvzg/3.0-hidpi-window-movingRémi Verschelde
Change display scale when moving the window from monitor to monitor [macOS]
2017-07-30Merge pull request #9980 from karroffel/nativescript-baseclass-signal-fixThomas Herzog
[NativeScript] fix signals from base class not being accessible
2017-07-30[NativeScript] fix signals from base class not being accessibleKarroffel
https://github.com/GodotNativeTools/cpp_bindings/issues/26