aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #15844 from letheed/better-error-msgRémi Verschelde2018-01-241-1/+1
|\ \ \ | | | | | | | | Make cyclic resource inclusion error message more helpful
| * | | Make cyclic resource inclusion error message more helpfulletheed2018-01-181-1/+1
| | | |
* | | | Merge pull request #15869 from guilhermefelipecgs/fix_always_open_output_on_playRémi Verschelde2018-01-241-1/+3
|\ \ \ \ | |_|/ / |/| | | Fix option run/output/always_open_output_on_play
| * | | Fix option run/output/always_open_output_on_playGuilherme Silva2018-01-191-1/+3
| | | |
* | | | Merge pull request #16018 from volzhs/rotate-lineRémi Verschelde2018-01-241-2/+2
|\ \ \ \ | | | | | | | | | | Rotate Control node with respecting pivot offset
| * | | | Rotate Control node with respecting pivot offsetvolzhs2018-01-241-2/+2
| | |_|/ | |/| |
* | | | Merge pull request #16019 from eska014/html5-fix-no-resize-on-startRémi Verschelde2018-01-241-8/+3
|\ \ \ \ | | | | | | | | | | Fix HTML5 JS API setResizeCanvasOnStart
| * | | | Fix HTML5 JS API setResizeCanvasOnStartLeon Krause2018-01-241-8/+3
| |/ / /
* | | | Merge pull request #16005 from Zephilinox/print_fpsRémi Verschelde2018-01-241-1/+1
|\ \ \ \ | | | | | | | | | | Print FPS setting now only prints the game FPS
| * | | | Print FPS setting now only prints the game FPSZephilinox2018-01-231-1/+1
| |/ / /
* | | | Merge pull request #16016 from neikeq/issue-13316Ignacio Etcheverry2018-01-241-2/+7
|\ \ \ \ | |/ / / |/| | | Fix CSharpInstance::call not initializing CallError
| * | | Fix CSharpInstance::call not initializing CallErrorIgnacio Etcheverry2018-01-241-2/+7
| | | |
* | | | Merge pull request #15999 from paulloz/fix-csharp-awaitRémi Verschelde2018-01-233-5/+5
|\ \ \ \ | | | | | | | | | | Fix csharp await
| * | | | update signals' MethodInfo in TweenPaul Joannon2018-01-231-3/+3
| | | | | | | | | | | | | | | | | | | | key is a NodePath, not a String
| * | | | SignalAwaiter::_signal_callback was calling the thunk with a wrong pointerPaul Joannon2018-01-232-2/+2
|/ / / /
* | | | Merge pull request #15994 from brainsick/path2d-curve-defenseRémi Verschelde2018-01-231-1/+1
|\ \ \ \ | | | | | | | | | | defend Path2D against a null curve
| * | | | defend Path2D against a null curveTodd Ross2018-01-221-1/+1
|/ / / /
* | | | Merge pull request #15972 from akien-mga/mono-warningRémi Verschelde2018-01-222-1/+93
|\ \ \ \ | | | | | | | | | | Mono: Display opt-out warning in editor about WIP status
| * | | | Mono: Display opt-out warning in editor about WIP statusRémi Verschelde2018-01-222-1/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This ensures that all users of the Mono flavour of Godot 3.0 are aware of its current shortcomings (no export, crashes and usability issues). The dialog is shown each time the editor is started, until the checkbox is disabled (i.e. until users will have actually read it). Fixes #15956.
* | | | | Merge pull request #15984 from volzhs/physics_fpsRémi Verschelde2018-01-221-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Rename Fixed Fps to Physics Fps on Project Settings
| * | | | | Rename Fixed Fps to Physics Fps on Project Settingsvolzhs2018-01-231-1/+1
|/ / / / / | | | | | | | | | | | | | | | Fixes #15981
* | | | | More precise description for is_visible_in_treePetePete19842018-01-221-1/+1
| | | | |
* | | | | Merge pull request #15973 from paulloz/csharp-rid-fixRémi Verschelde2018-01-221-1/+1
|\ \ \ \ \ | | | | | | | | | | | | RID cached class was wrong (mono)
| * | | | | RID cached class was wrong (mono)Paul Joannon2018-01-221-1/+1
| | | | | |
* | | | | | Merge pull request #15968 from Noshyaar/licenseRémi Verschelde2018-01-221-6/+6
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Copyright: replace tabs by 8 spaces
| * | | | | Copyright: replace tabs by 8 spacesPoommetee Ketson2018-01-221-6/+6
|/ / / / /
* / / / / Copyright: Add license info for bullet and Mozilla CA certsRémi Verschelde2018-01-222-7/+387
|/ / / /
* | | | Bump version to 3.0-rc3Rémi Verschelde2018-01-221-1/+1
| | | | | | | | | | | | | | | | Jamais deux sans trois.
* | | | i18n: Fix typo in translation msgidRémi Verschelde2018-01-2246-92/+92
| | | |
* | | | i18n: Sync translations with WeblateRémi Verschelde2018-01-2216-1254/+1300
| | | |
* | | | Merge pull request #15949 from MarianoGnu/issue_15743Rémi Verschelde2018-01-221-2/+4
|\ \ \ \ | | | | | | | | | | Prevent prompting unexpected errors on Bullet's RigidBody. Attemps to fix #15743
| * | | | attemp to fix #15743Mariano Suligoy2018-01-211-2/+4
| | | | |
* | | | | Merge pull request #15963 from Noshyaar/lRémi Verschelde2018-01-222-1/+6
|\ \ \ \ \ | | | | | | | | | | | | Fix ObjectDB Instances still exist
| * | | | | Fix ObjectDB Instances still existPoommetee Ketson2018-01-222-1/+6
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ``` WARNING: cleanup: ObjectDB Instances still exist! At: core/object.cpp:1989. Leaked Instance: VSeparator:13837 - Node Name: Leaked Instance: AutotileEditorHelper:13814 Orphan StringName: VSeparator Orphan StringName: AutotileEditorHelper StringName: 2 unclaimed string names at exit. ```
* | | | | Merge pull request #15938 from poke1024/fix15904Rémi Verschelde2018-01-222-0/+22
|\ \ \ \ \ | | | | | | | | | | | | Fix crash on deleted rigidbodies without contact monitor (issue 15904)
| * | | | | Fix crash on deleted rigidbodies without contact monitor (issue 15904)Bernhard Liebl2018-01-212-0/+22
| |/ / / /
* | | | | Merge pull request #15917 from brainsick/doc-os-commandsRémi Verschelde2018-01-211-1/+12
|\ \ \ \ \ | | | | | | | | | | | | clarify OS.execute usage
| * | | | | clarify OS.execute usage, add examplesTodd Ross2018-01-201-1/+12
| | | | | |
* | | | | | Fix typo in CollisionObject warningRémi Verschelde2018-01-211-1/+1
| | | | | |
* | | | | | I have no idea why this commit fixes #15392Juan Linietsky2018-01-212-15/+12
| | | | | |
* | | | | | Merge pull request #15935 from paulloz/fix-csharp-exported-propertiesGeorge Marques2018-01-211-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix GDMonoProperty::set_value
| * | | | | | fix GDMonoProperty::set_valuePaul Joannon2018-01-211-1/+1
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | was calling getter and not setter should close #15387
* | | | | | Merge pull request #15916 from touilleMan/disable-pluginscritp-in-dialog-boxGeorge Marques2018-01-211-2/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Hide only PluginScript in dialog box
| * | | | | Hide only PluginScript in dialog boxEmmanuel Leblond2018-01-211-2/+3
| | | | | |
* | | | | | Merge pull request #15929 from poke1024/fix15902Rémi Verschelde2018-01-211-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Revert 67ae443c5696b96590ca4c32cb2828692e805b73
| * | | | | GDScript: always call ResourceLoader::load() in non-completion modeBernhard Liebl2018-01-211-1/+1
|/ / / / /
* | | | | Allow shadowing class members with local variables in GDScript, closes #15896Juan Linietsky2018-01-201-14/+24
| | | | |
* | | | | Merge pull request #15905 from binbitten/fix-capture-winRémi Verschelde2018-01-201-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | Fix horizontal scroll for windows platform
| * | | | Fix horizontal scroll for windows platformbinbitten2018-01-201-1/+1
| | | | |
* | | | | Merge pull request #15898 from yurchor/patch-1Rémi Verschelde2018-01-201-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | Fix minor typo: it's -> its