Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-09 | Merge pull request #12784 from hpvb/fix-12401 | Rémi Verschelde | |
Make sure we don't leak when an opcode is followed by itself | |||
2017-11-09 | Merge pull request #12787 from vnen/uwp-vs2017 | Rémi Verschelde | |
UWP: Update to build with Windows SDK 10.16229.0 | |||
2017-11-09 | UWP: Update to build with Windows SDK 10.16229.0 | George Marques | |
- Update the OpenSSL shim to work with the new SDK - Change the ARM platform detection to work with VS2017 | |||
2017-11-09 | Fix crash when converting empty scene to TileSet | Caleb Richardson | |
Closes #12708. Cherry-picked from #12732. | |||
2017-11-09 | Make sure we don't leak when an opcode is followed by itself | Hein-Pieter van Braam | |
When compiling with GCC it is now possible for an opcode followed by itself to never leave the scope it is currently in. This leads to a situation where the dtor of a scope local variable isn't called which in turn can lead to a memory leak. By moving the goto outside of the scope of each opcode we guarantee that all dtors have been called before the next opcode gets dispatched. this fixes #12401 | |||
2017-11-09 | fixes to initialization order | Juan Linietsky | |
2017-11-09 | Merge pull request #12782 from rraallvv/unified_headers_fix | Rémi Verschelde | |
add missing distutils.version.LooseVersion import | |||
2017-11-09 | Make video mode initialization more intuitive, fixes #12022 | Juan Linietsky | |
2017-11-09 | add missing distutils.version.LooseVersion import | Rhody Lugo | |
2017-11-09 | Merge pull request #12746 from rraallvv/unified_headers_fix | Rémi Verschelde | |
unified headers fix (master) | |||
2017-11-09 | Merge pull request #12778 from Chaosus/enableassetstore | Rémi Verschelde | |
Enable asset store for Godot 3.0 | |||
2017-11-09 | Enable asset store for godot 3.0 | Chaosus | |
2017-11-09 | Merge pull request #12780 from karroffel/dictionary-crash | Rémi Verschelde | |
fix dictionary constant access crash | |||
2017-11-09 | fix dictionary constant access crash | Karroffel | |
2017-11-09 | unified headers fix | Rhody Lugo | |
2017-11-09 | Merge pull request #12757 from MateusMP/bugfix/11695 | Rémi Verschelde | |
Fixing bad index used in Space2DSW (Fixes #11695) | |||
2017-11-09 | Merge pull request #12751 from bojidar-bg/11851-invalid-returns-count | Rémi Verschelde | |
Fix "Invalid outputs" error when calling a void method from visual script | |||
2017-11-09 | Merge pull request #12752 from bojidar-bg/10972-recusion-completion | Rémi Verschelde | |
Fix crash when guessing type of variable declared to itself | |||
2017-11-09 | Merge pull request #12755 from Zylann/fix_tilemap_undo | Rémi Verschelde | |
Fix tilemap undo/redo | |||
2017-11-08 | Merge pull request #12733 from NathanWarden/document_object | Chris Bradfield | |
[DOCS] Object | |||
2017-11-08 | [DOCS] Object | Nathan Warden | |
2017-11-08 | Fixing bad index used in Space2DSW | MateusMP | |
Fix wrong col_obj access using wrong index variable. Related with issue #11695 | |||
2017-11-08 | Fix tilemap undo/redo | Marc Gilleron | |
2017-11-08 | Fix crash when guessing type of variable declared to itself | Bojidar Marinov | |
Fixes #10972 | |||
2017-11-08 | Fix "Invalid outputs" error when calling a void method from visual script | Bojidar Marinov | |
Fixes #11851 | |||
2017-11-08 | Merge pull request #12706 from MillionOstrich/particle-random-velocity | Rémi Verschelde | |
Fix randomisation of initial particle velocity | |||
2017-11-08 | Merge pull request #12718 from GodotExplorer/export-editor-theme | Rémi Verschelde | |
Create new theme from the current editor | |||
2017-11-08 | Merge pull request #12725 from karroffel/gdnative-api-fixes | Rémi Verschelde | |
[GDNative] even more API fixes | |||
2017-11-08 | Merge pull request #12744 from AndreaCatania/patch-1 | Rémi Verschelde | |
Compile Android with STL enabled by default | |||
2017-11-08 | Compile Android with STL enabled by default | AndreaCatania | |
2017-11-08 | Merge pull request #12731 from mhilbrunner/issue-12584 | Rémi Verschelde | |
Ignore files not ending with '.xml' when building doc header | |||
2017-11-08 | Merge pull request #12743 from BastiaanOlij/increase_joystick_maxaxis | Andreas Haas | |
Increase joystick axis from 8 to 10 | |||
2017-11-08 | Merge pull request #12739 from mhilbrunner/patch-1 | Rémi Verschelde | |
[DOCS] OS.get_unique_string(). See #3628. | |||
2017-11-08 | Merge pull request #12735 from mhilbrunner/delete-clearselect | Rémi Verschelde | |
Editor: Update 2D viewport and inspector selection on delete. | |||
2017-11-08 | Increase joystick axis from 8 to 10 | Bastiaan Olij | |
2017-11-08 | Merge pull request #12734 from BastiaanOlij/mobilevr_fix_typo | Rémi Verschelde | |
Fix has_gyro and has_grav mixup | |||
2017-11-08 | Merge pull request #11379 from m4nu3lf/feature/no_bias_overrotation | Rémi Verschelde | |
Avoid bias over rotation in contact resolution | |||
2017-11-08 | Merge pull request #12724 from AndreaCatania/bullet | Rémi Verschelde | |
Bullet: Fix collision exceptions | |||
2017-11-08 | [DOCS] OS.get_unique_string(). | Max Hilbrunner | |
2017-11-08 | Editor: Update 2D viewport and inspector selection on delete. Fix #12591. | mhilbrunner | |
2017-11-08 | Fix has_gyro and has_grav mixup | Bastiaan Olij | |
2017-11-08 | Merge pull request #12730 from mhilbrunner/unicode | Poommetee Ketson | |
Use UTF-8 for locale names. Fixes #12462. | |||
2017-11-08 | Merge pull request #12729 from Chaosus/fixlicensesymbol | Poommetee Ketson | |
Fix invalid license symbol | |||
2017-11-07 | Ignore files not ending with '.xml' when building doc header | mhilbrunner | |
2017-11-07 | Use UTF-8 for locale names. Fixes #12462. | mhilbrunner | |
2017-11-07 | Fixed invalid license symbol | Chaosus | |
2017-11-07 | Fixed collision exception - #12681 | AndreaCatania | |
2017-11-07 | [GDNative] even more API fixes | Karroffel | |
2017-11-07 | Add menu to import current editor theme into theme editor | Geequlim | |
2017-11-06 | Remove performance warnings, closes #11585 | Juan Linietsky | |