Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-27 | Add new editor and default theme (WIP) | Daniel J. Ramirez | |
2017-04-26 | Merge pull request #8544 from Paulb23/indent_type_setting | Rémi Verschelde | |
Changed indent type settings | |||
2017-04-26 | Merge pull request #8547 from eska014/html5-pointer-input | Rémi Verschelde | |
HTML5: Add (multi-)touch events, fix inverted scrolling | |||
2017-04-26 | Implement HTML5 touch events | L. Krause | |
2017-04-26 | Changed indent type settings | Paulb23 | |
2017-04-26 | Merge pull request #8540 from RameshRavone/revert-8538-patch-7 | Rémi Verschelde | |
Revert " 3.0 recompute_aabb on add_surface" | |||
2017-04-26 | Revert " 3.0 recompute_aabb on add_surface" | Ramesh Ravone | |
2017-04-26 | Merge pull request #8538 from RameshRavone/patch-7 | Rémi Verschelde | |
3.0 recompute_aabb on add_surface | |||
2017-04-26 | Merge pull request #8537 from volzhs/tr-fallback-master | Rémi Verschelde | |
Fix wrong fallback for locale | |||
2017-04-26 | Merge pull request #8535 from volzhs/android-obb-master | Rémi Verschelde | |
Fix error or download again if use obb for Android | |||
2017-04-26 | Merge pull request #8531 from RameshRavone/patch-5 | Rémi Verschelde | |
Settings: Moving Poly Editor into Editors category | |||
2017-04-26 | Merge pull request #8530 from volzhs/auto-accept-quit-master | Rémi Verschelde | |
Fix auto_accept_quit option to work | |||
2017-04-26 | Merge pull request #8522 from NNesh/mus | Rémi Verschelde | |
Fix AudioPlayer bugs with OGG | |||
2017-04-26 | Merge pull request #8519 from Paulb23/change_case_issue_8079 | Rémi Verschelde | |
Ability to Convert Case, issue 8079 | |||
2017-04-26 | Merge pull request #8539 from clayjohn/doc_surfacetool | Rémi Verschelde | |
Added documentation for SurfaceTool | |||
2017-04-25 | added documentation for SurfaceTool | clayjohn | |
2017-04-26 | 3.0 recompute_aabb on add_surface | Ramesh Ravone | |
2017-04-26 | Fix wrong fallback for locale | volzhs | |
2017-04-26 | Fix error or download again if use obb for Android | volzhs | |
2017-04-25 | Reimplement HTML5 mouse input without GLUT | L. Krause | |
Fixes inverted scrolling on Chromium | |||
2017-04-25 | Settings: Moving Poly Editor into Editors category | Ramesh Ravone | |
2017-04-25 | Fix AudioPlayer.get_pos() always returns 0 | NNesh | |
2017-04-25 | Fix auto_accept_quit option to work | volzhs | |
auto_accept_quit value is set first properly with GLOBAL_DEF("application/auto_accept_quit", true) in main.cpp after that it's reset to true in SceneTree:init() whatever value was. | |||
2017-04-25 | Ability to Convert Case, issue 8079 | Paulb23 | |
2017-04-25 | Merge pull request #8527 from RameshRavone/patch-3 | Rémi Verschelde | |
GDScript: Updating new script template with Indent settings | |||
2017-04-25 | Honoring the Indent setting for gdscript | Ramesh Ravone | |
2017-04-24 | Merge pull request #8518 from clayjohn/doc_worldenvironment | Rémi Verschelde | |
Added descriptions for WorldEnvironment node in documentation [ci skip] | |||
2017-04-25 | Fix AudioPlayer.play() bug when music always starts from 0 pos | NNesh | |
2017-04-24 | Merge pull request #8516 from karroffel/gdscript-save-fix | Rémi Verschelde | |
fixed a bug where saving a GDScript file crashed the editor | |||
2017-04-24 | added descriptions for WorldEnvironment node in documentation | clayjohn | |
2017-04-24 | fixed a bug where saving a GDScript file crashed the editor | Karroffel | |
I changed the loop in #8502, turns out it fixed the error I was facing but introduced a new one. This fixes both | |||
2017-04-24 | Merge pull request #8509 from nunodonato/fixspatialmaterial | Rémi Verschelde | |
Fixed #8102, by renaming FixedSpatialMaterial to SpatialMaterial | |||
2017-04-24 | Merge pull request #8506 from iam13islucky/patch-1 | Rémi Verschelde | |
[3.0] Fix bug in Image::_get_pixelb | |||
2017-04-24 | Merge pull request #8500 from Paulb23/space_indent_fixes | Rémi Verschelde | |
Space indent fixes | |||
2017-04-24 | Merge pull request #8499 from Melix19/patch-3 | Rémi Verschelde | |
Fix "Save/Delete Layout" text field goes outside of the popup | |||
2017-04-24 | Merge pull request #8469 from Melix19/patch-2 | Rémi Verschelde | |
Update snake_case splitting | |||
2017-04-24 | Merge pull request #8444 from magyar123/pr-complete-paths | Rémi Verschelde | |
Script editor now automatically completes file paths in GDScript | |||
2017-04-24 | Merge pull request #8420 from magyar123/pr-script-files-as-base | Rémi Verschelde | |
Added the ability to select files as base when creating scripts | |||
2017-04-24 | Merge pull request #8408 from 20kdc/bugfix-kine-mas | Rémi Verschelde | |
Apply is_ceiling/is_wall swap fix to 2D move_and_slide | |||
2017-04-24 | Fixed #8102, by renaming FixedSpatialMaterial to SpatialMaterial | Nuno Donato | |
2017-04-24 | Merge pull request #8395 from 20kdc/master | Rémi Verschelde | |
Ported move_and_slide to KinematicBody (3D) | |||
2017-04-24 | Merge pull request #8343 from volzhs/prevent_uncheck | Rémi Verschelde | |
Prevent to uncheck selected item with button group | |||
2017-04-24 | Merge pull request #8277 from tagcup/math_checks | Rémi Verschelde | |
Added various functions basic math classes. Also enabled math checks … | |||
2017-04-24 | Merge pull request #8102 from bd339/iss3172 | Rémi Verschelde | |
Show 3D raycasts when debugging collisions | |||
2017-04-24 | Merge pull request #8496 from akien-mga/stdout-cleanup | Rémi Verschelde | |
Fix property warnings and hide some debug prints | |||
2017-04-24 | Merge pull request #8502 from karroffel/multiscript | Rémi Verschelde | |
re-added MultiScript | |||
2017-04-23 | [3.0] Fix bug in Image::_get_pixelb | iam13islucky | |
Fixes issue: https://github.com/godotengine/godot/issues/8158 | |||
2017-04-24 | re-added MultiScript | Karroffel | |
The very first Godot version (when it was open sourced) had "MultiScript" which lets you use multiple scripts on one object. With the addition of mulitple new scripting languages (VisualScript, soon C# and GDNative) it can be of use to combine scripts rather than delegating (with huge maintainance cost) or creating child nodes which could impact performance. I used the code from 0b806ee as the base and made it work with the current master. | |||
2017-04-23 | Added a container to EditorNameDialog | Marco Melorio | |
2017-04-23 | Update snake_case splitting | Marco Melorio | |