Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-24 | - Improves portability in joystick buttons enum | Ariel Manzur | |
- Fixes linking bug in modules split library | |||
2018-01-24 | Update AUTHORS list | Rémi Verschelde | |
Adds @Nutriz and @nounoursheureux. | |||
2018-01-24 | doc: Sync with current source | Rémi Verschelde | |
2018-01-24 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2018-01-24 | Silence verbose stderr info message on X11 | Rémi Verschelde | |
2018-01-24 | Merge pull request #16041 from Chaosus/fixcolordoc | Rémi Verschelde | |
Fix small bug in color doc | |||
2018-01-24 | Fix bug in color doc | Chaosus | |
2018-01-24 | Merge pull request #16025 from AndreaCatania/raysh | Rémi Verschelde | |
Improved stabilization of ray shape in Bullet | |||
2018-01-24 | Improved stabilization of ray shape in Bullet | Andrea Catania | |
2018-01-24 | Merge pull request #15844 from letheed/better-error-msg | Rémi Verschelde | |
Make cyclic resource inclusion error message more helpful | |||
2018-01-24 | Merge pull request #15869 from guilhermefelipecgs/fix_always_open_output_on_play | Rémi Verschelde | |
Fix option run/output/always_open_output_on_play | |||
2018-01-24 | Merge pull request #16018 from volzhs/rotate-line | Rémi Verschelde | |
Rotate Control node with respecting pivot offset | |||
2018-01-24 | Merge pull request #16019 from eska014/html5-fix-no-resize-on-start | Rémi Verschelde | |
Fix HTML5 JS API setResizeCanvasOnStart | |||
2018-01-24 | Merge pull request #16005 from Zephilinox/print_fps | Rémi Verschelde | |
Print FPS setting now only prints the game FPS | |||
2018-01-24 | Rotate Control node with respecting pivot offset | volzhs | |
2018-01-24 | Fix HTML5 JS API setResizeCanvasOnStart | Leon Krause | |
2018-01-24 | Merge pull request #16016 from neikeq/issue-13316 | Ignacio Etcheverry | |
Fix CSharpInstance::call not initializing CallError | |||
2018-01-24 | Fix CSharpInstance::call not initializing CallError | Ignacio Etcheverry | |
2018-01-23 | Print FPS setting now only prints the game FPS | Zephilinox | |
2018-01-23 | Merge pull request #15999 from paulloz/fix-csharp-await | Rémi Verschelde | |
Fix csharp await | |||
2018-01-23 | update signals' MethodInfo in Tween | Paul Joannon | |
key is a NodePath, not a String | |||
2018-01-23 | SignalAwaiter::_signal_callback was calling the thunk with a wrong pointer | Paul Joannon | |
2018-01-23 | Merge pull request #15994 from brainsick/path2d-curve-defense | Rémi Verschelde | |
defend Path2D against a null curve | |||
2018-01-22 | defend Path2D against a null curve | Todd Ross | |
2018-01-22 | Merge pull request #15972 from akien-mga/mono-warning | Rémi Verschelde | |
Mono: Display opt-out warning in editor about WIP status | |||
2018-01-22 | Merge pull request #15984 from volzhs/physics_fps | Rémi Verschelde | |
Rename Fixed Fps to Physics Fps on Project Settings | |||
2018-01-23 | Rename Fixed Fps to Physics Fps on Project Settings | volzhs | |
Fixes #15981 | |||
2018-01-22 | More precise description for is_visible_in_tree | PetePete1984 | |
2018-01-22 | Merge pull request #15973 from paulloz/csharp-rid-fix | Rémi Verschelde | |
RID cached class was wrong (mono) | |||
2018-01-22 | Mono: Display opt-out warning in editor about WIP status | Rémi Verschelde | |
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. | |||
2018-01-22 | RID cached class was wrong (mono) | Paul Joannon | |
2018-01-22 | Merge pull request #15968 from Noshyaar/license | Rémi Verschelde | |
Copyright: replace tabs by 8 spaces | |||
2018-01-22 | Copyright: replace tabs by 8 spaces | Poommetee Ketson | |
2018-01-22 | Copyright: Add license info for bullet and Mozilla CA certs | Rémi Verschelde | |
2018-01-22 | Bump version to 3.0-rc3 | Rémi Verschelde | |
Jamais deux sans trois. | |||
2018-01-22 | i18n: Fix typo in translation msgid | Rémi Verschelde | |
2018-01-22 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2018-01-22 | Merge pull request #15949 from MarianoGnu/issue_15743 | Rémi Verschelde | |
Prevent prompting unexpected errors on Bullet's RigidBody. Attemps to fix #15743 | |||
2018-01-22 | Merge pull request #15963 from Noshyaar/l | Rémi Verschelde | |
Fix ObjectDB Instances still exist | |||
2018-01-22 | Fix ObjectDB Instances still exist | Poommetee Ketson | |
``` 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. ``` | |||
2018-01-22 | Merge pull request #15938 from poke1024/fix15904 | Rémi Verschelde | |
Fix crash on deleted rigidbodies without contact monitor (issue 15904) | |||
2018-01-21 | Merge pull request #15917 from brainsick/doc-os-commands | Rémi Verschelde | |
clarify OS.execute usage | |||
2018-01-21 | Fix typo in CollisionObject warning | Rémi Verschelde | |
2018-01-21 | I have no idea why this commit fixes #15392 | Juan Linietsky | |
2018-01-21 | Merge pull request #15935 from paulloz/fix-csharp-exported-properties | George Marques | |
Fix GDMonoProperty::set_value | |||
2018-01-21 | Merge pull request #15916 from touilleMan/disable-pluginscritp-in-dialog-box | George Marques | |
Hide only PluginScript in dialog box | |||
2018-01-21 | attemp to fix #15743 | Mariano Suligoy | |
2018-01-21 | Fix crash on deleted rigidbodies without contact monitor (issue 15904) | Bernhard Liebl | |
2018-01-21 | fix GDMonoProperty::set_value | Paul Joannon | |
was calling getter and not setter should close #15387 | |||
2018-01-21 | Merge pull request #15929 from poke1024/fix15902 | Rémi Verschelde | |
Revert 67ae443c5696b96590ca4c32cb2828692e805b73 |