Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |||
2017-07-31 | SpatialEditor: fix transform dialog | Poommetee Ketson | |
2017-07-31 | Bind some useful methods in SurfaceTool to GDScript | Andrii 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-31 | Merge pull request #9990 from GodotExplorer/pr-fix-stretch-ratio | Rémi Verschelde | |
Fix errors with stretch ratio | |||
2017-07-31 | Merge pull request #8567 from BastiaanOlij/ar_vr_server | Rémi Verschelde | |
AR/VR base classes and position tracker support | |||
2017-07-31 | Fix property type expose of Control.stretch_ratio. | Geequlim | |
Fix set integer value from inspector to round instead of floor. | |||
2017-07-30 | Style: Apply clang-format on all files | Rémi Verschelde | |
Thus fixing some invalid changes that had still made it to the master branch. | |||
2017-07-30 | Revert "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-30 | Merge pull request #9985 from marcelofg55/master | Rémi Verschelde | |
Fix mutex initialisation in OS X Audio Driver | |||
2017-07-30 | Fix mutex initialisation in OS X Audio Driver | Marcelo Fernandez | |
2017-07-30 | Merge pull request #9964 from supagu/audio_fix | Rémi Verschelde | |
Fixed AudioStreamPlaybackOGGVorbis::_mix_internal getting stuck in in… | |||
2017-07-30 | Merge pull request #9960 from marcelofg55/master | Rémi Verschelde | |
Fix get_screen_* funcs returning old values after resolution changes on OS X | |||
2017-07-30 | Merge pull request #9953 from bruvzg/3.0-hidpi-window-moving | Rémi Verschelde | |
Change display scale when moving the window from monitor to monitor [macOS] | |||
2017-07-30 | Merge pull request #9980 from karroffel/nativescript-baseclass-signal-fix | Thomas Herzog | |
[NativeScript] fix signals from base class not being accessible | |||
2017-07-30 | [NativeScript] fix signals from base class not being accessible | Karroffel | |
https://github.com/GodotNativeTools/cpp_bindings/issues/26 | |||
2017-07-29 | Merge pull request #9968 from kubecz3k/edit-plugin-hint | George Marques | |
ScriptEditor -> 'script_close' signal hint correction | |||
2017-07-29 | Merge pull request #9966 from Noshyaar/pr-fixcurve | George Marques | |
PropertyEditor: Fix easing_curve blocking popup input | |||
2017-07-29 | Merge pull request #9963 from ISylvox/fix-SCsub-in-servers | George Marques | |
Update SCsub file in /servers/ folder | |||
2017-07-29 | Merge pull request #9951 from endragor/ref-ptrcall | Thomas Herzog | |
Fix passing Refs via ptrcall |