Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-09 | [DOCS] ConcavePolygonShape2D, CubeMap | Will Nations | |
2017-12-06 | Reduce some graphics memory usage by disabling unnecesary modes, closes #12831 | Juan Linietsky | |
2017-12-07 | Merge pull request #14350 from willnationsdev/miscellaneous-docs | Rémi Verschelde | |
[DOCS] Camera2D, EditorScript, EditorFileSystemDirectory [ci skip] | |||
2017-12-07 | Merge pull request #13827 from sersoong/master-addopenselection | Rémi Verschelde | |
Enhanced 'open' menu in filesystemdock | |||
2017-12-07 | Merge pull request #13958 from jjjuande/fix_revert_button | Rémi Verschelde | |
Fix the revert button issue with instanced nodes | |||
2017-12-06 | [DOCS] EditorScript methods | Will Nations | |
2017-12-06 | [DOCS] EditorFileSystemDirectory methods | Will Nations | |
2017-12-07 | Merge pull request #13956 from poke1024/fix-poly2d-mode-change | Rémi Verschelde | |
Fixes Polygon2D wip mode closing when editing mode is changed | |||
2017-12-07 | Merge pull request #14002 from poke1024/fixhelpspeed | Rémi Verschelde | |
Make "Search Help" more responsive | |||
2017-12-07 | Merge pull request #14003 from karroffel/dictionary-iterate-fix | Rémi Verschelde | |
fix Dictionary iteration | |||
2017-12-07 | Merge pull request #14006 from akien-mga/tinyexr | Rémi Verschelde | |
Fix TinyEXR import bug and update to current master | |||
2017-12-06 | [DOCS] Camera2D methods/constants | Will Nations | |
2017-12-07 | Use run-time dynamic linking for AddDllDirectory and RemoveDllDirectory to ↵ | bruvzg | |
support mingw-w64 build and Windows 7 with KB2533623. | |||
2017-12-07 | Merge pull request #14328 from YeldhamDev/popupmenu_submenu_fix | Rémi Verschelde | |
Fixed PopupMenu's submenus not showing up in certain situations | |||
2017-12-06 | Merge pull request #14347 from RandomShaper/adpod-mt | Juan Linietsky | |
Implement multitouch on X11 and improve it on Windows | |||
2017-12-06 | Merge pull request #12603 from GodotExplorer/beautify-json | Rémi Verschelde | |
Add indent and sort keys support for JSON.print | |||
2017-12-06 | -Fix particles with size==0, closes #13931 | Juan Linietsky | |
-Fixed material previews (dont show sphere unless for spatial) | |||
2017-12-06 | Merge pull request #13491 from RaXaR/master | Rémi Verschelde | |
Added get_popup() method to ColorPickerButton... | |||
2017-12-06 | Remove guards for the now targeted Windows 7+ | Pedro J. Estébanez | |
2017-12-06 | Add build param for targeted Windows version | Pedro J. Estébanez | |
2017-12-06 | Improve/fix multitouch on Windows | Pedro J. Estébanez | |
- Fix logic error. - Track touches to enable defensive handling and releasing on focus out. - Change comment-out by preprocessor `#if`. - Track/report coordinates as float. | |||
2017-12-06 | Implement multitouch on X11 | Pedro J. Estébanez | |
2017-12-06 | Merge pull request #13724 from RayKoopa/editor_file_dialog_context_menu | Rémi Verschelde | |
Add context menu to editor file dialogs | |||
2017-12-06 | Merge pull request #13436 from hoelzl/pr-vs-yield-signal-oneshot | Rémi Verschelde | |
Connect signal for VisualScript "Yield Signal" using oneshot mode | |||
2017-12-06 | Merge pull request #13409 from YeldhamDev/textedit_disabled | Rémi Verschelde | |
Add disabled theme to TextEdit | |||
2017-12-06 | Merge pull request #13427 from hoelzl/pr-vs-enable-yield | Rémi Verschelde | |
Make VisualScriptFunctionState instantiable | |||
2017-12-06 | Merge pull request #13948 from willnationsdev/multiplayernetworkpeer-docs | Rémi Verschelde | |
[DOCS] NetworkedMultiplayerPeer class, methods, & constants [ci skip] | |||
2017-12-06 | Merge pull request #13982 from willnationsdev/editorfiledialog-docs | Rémi Verschelde | |
[DOCS] EditorFileDialog props added, member/method/signal descs [ci skip] | |||
2017-12-06 | Merge pull request #13993 from willnationsdev/animationplayer-docs | Rémi Verschelde | |
[DOCS] AnimationPlayer new props, members/methods [ci skip] | |||
2017-12-06 | Merge pull request #13990 from willnationsdev/animation-docs | Rémi Verschelde | |
[DOCS] Animation methods desc 100% [ci skip] | |||
2017-12-06 | Merge pull request #14316 from willnationsdev/area-docs | Rémi Verschelde | |
[DOCS] Area members and methods [ci skip] | |||
2017-12-06 | Merge pull request #14317 from willnationsdev/curvetexture-docs | Rémi Verschelde | |
[DOCS] CurveTexture desc, members [ci skip] | |||
2017-12-06 | Merge pull request #14326 from RandomShaper/fix-chmod-error | Rémi Verschelde | |
Fix Windows-to-Linux export error | |||
2017-12-06 | Fix and rewrite folding logic, closes #14005, closes #13421 | Juan Linietsky | |
2017-12-06 | Make "Search Help" more responsive | poke1024 | |
2017-12-06 | Merge pull request #14329 from waldson/fix-missing-stylebox-on-linkbutton | Andreas Haas | |
Fix missing stylebox for LinkButton's hover states | |||
2017-12-06 | Particles2D: Fix normal map rid. | Andreas Haas | |
Looks like a Copy & Paste error, fixes #14334. | |||
2017-12-06 | Fixes to some thread safety situations to avoid GIProbe from freezing on ↵ | Juan Linietsky | |
save. Fixes #13338 | |||
2017-12-06 | Created internal usage flag to remove non editor properties from doc, closes ↵ | Juan Linietsky | |
#13334 | |||
2017-12-06 | Fix Windows-to-Linux export error | Pedro J. Estébanez | |
Now chmod() returns ERR_UNAVAILABLE by default, to signal the caller the problem is lack of support instead of a failed operation. | |||
2017-12-06 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | |
2017-12-06 | Attempt to see if this can solve the problem with #13338 | Juan Linietsky | |
2017-12-06 | Fix missing stylebox for LinkButton's hover states | Waldson Patrício | |
2017-12-06 | Fixed PopupMenu's submenus not showing up in certain situations. | Michael Alexsander Silva Dias | |
2017-12-06 | Travis: Disable OSX builds, they create too much backlog | Rémi Verschelde | |
Travis CI has not enough OSX build nodes allocated for open source projects, so we often have to wait several hours (up to a full day) for builds to start. | |||
2017-12-06 | Merge pull request #14318 from endragor/compile-sdk-version-26 | Rémi Verschelde | |
Update Android compileSdkVersion to 26 | |||
2017-12-06 | Fixed rim lighting glitch, closes #13340, closes #13986 | Juan Linietsky | |
2017-12-06 | Update Android compileSdkVersion to 26 | Ruslan Mustakov | |
2017-12-06 | [DOCS] EditorFileDialog props/member/method/signal | Will Nations | |
2017-12-06 | [DOCS] CurveTexture desc, members | Will Nations | |