Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-03 | Merge pull request #4532 from vnen/pr-update-opus-1.1.2 | Rémi Verschelde | |
Update Opus driver to 1.1.2 | |||
2016-05-03 | Merge pull request #4523 from neikeq/pr-issue-4504 | Rémi Verschelde | |
Fix checking unsaved changes only in current scene | |||
2016-05-02 | Merge pull request #4531 from djrm/classref-edit | Rémi Verschelde | |
Documented bool methods | |||
2016-05-02 | Documented bool methods | Daniel J. Ramirez | |
2016-05-02 | Merge pull request #4529 from djrm/classref-float | Rémi Verschelde | |
Documented float | |||
2016-05-02 | Documented float | Daniel J. Ramirez | |
2016-05-02 | Merge pull request #4528 from djrm/classref-int | Rémi Verschelde | |
Documented int methods | |||
2016-05-02 | Documented int methods | Daniel J. Ramirez | |
2016-05-02 | Merge pull request #4527 from ↵ | Juan Linietsky | |
godotengine/revert-4518-animationplayer-finished-name Revert "added name parameter on animationplayer finished" | |||
2016-05-02 | Revert "added name parameter on animationplayer finished" | Juan Linietsky | |
2016-05-02 | Merge pull request #4526 from CowThing/classref-edit | Rémi Verschelde | |
Documenting Timer and AnimationPlayer | |||
2016-05-02 | Update Opus driver to 1.1.2 | George Marques | |
And opusfile to 0.7. | |||
2016-05-02 | Finished AnimationPlayer Documentation | CowThing | |
Finished AnimationPlayer Documentation | |||
2016-05-02 | Merge pull request #4274 from Griefchief/master | Rémi Verschelde | |
Fixes 64 bit MSVC builds, disables bits parameter | |||
2016-05-02 | Finished Timer Documentation | CowThing | |
Finished Timer Documentation | |||
2016-05-02 | Merge pull request #4524 from SaracenOne/glsl_includes | Rémi Verschelde | |
Fix error in GLSL #include code | |||
2016-05-02 | Fix checking unsaved changes only in current scene | Ignacio Etcheverry | |
2016-05-02 | Fix error in GLSL #include code | Saracen | |
2016-05-02 | Merge pull request #4518 from AlexHolly/animationplayer-finished-name | Rémi Verschelde | |
added name parameter on animationplayer finished | |||
2016-05-02 | Merge pull request #4505 from SaracenOne/glsl_includes | Rémi Verschelde | |
Support for #includes in built-in GL shaders. | |||
2016-05-01 | Support for dynamic fonts (TTF) | Juan Linietsky | |
Added support for DynamicFont, which can load a TTF of any size to use as a font. No import required. | |||
2016-05-02 | added name parameter on animationplayer finished | Alexander Holland | |
2016-05-01 | Documented YSort (#4515) | CowThing | |
Documented YSort | |||
2016-05-01 | Debugger: Fix breaked signal binding (#4508) | Rémi Verschelde | |
Closes #4270. | |||
2016-05-01 | Merge pull request #4506 from akien-mga/pr-tabs | Rémi Verschelde | |
Tabs: Various fixes for multiple tabs and right/close buttons position | |||
2016-05-01 | Merge pull request #4510 from djrm/classref-edit | Rémi Verschelde | |
Documented ColorRamp | |||
2016-05-01 | Documented ColorRamp | Daniel J. Ramirez | |
2016-05-01 | Merge pull request #4509 from djrm/classref-edit | Rémi Verschelde | |
Partial documentation for Particles2D | |||
2016-05-01 | Partial documentation for Particles2D | Daniel J. Ramirez | |
2016-05-01 | Merge pull request #4507 from bojidar-bg/document-popup-and-inherited | Rémi Verschelde | |
Document Popup, PopupDialog, PopupMenu, and PopupPanel | |||
2016-05-01 | Document Popup, PopupDialog, PopupMenu, and PopupPanel | Bojidar Marinov | |
2016-05-01 | Tabs: Fix align issue with right/close buttons | Rémi Verschelde | |
The stylebox around the close button was badly centered. There were also bad margins applied when using right buttons. | |||
2016-05-01 | Tabs: cleanup code, no functional change | Rémi Verschelde | |
Some dead code removed, a few cosmetic changes. | |||
2016-05-01 | Tabs: Fix navigation buttons overlap when resizing | Rémi Verschelde | |
It was not taking into account the minimum width of the stylebox. Fixed by factorizing some duplicate code. | |||
2016-05-01 | Tabs: Fix icon size not taken into account for offset | Rémi Verschelde | |
Fixes #4107. | |||
2016-05-01 | Support for #includes in built-in GL shaders. | Saracen | |
2016-05-01 | Merge pull request #4502 from volzhs/import-font | Rémi Verschelde | |
Allow any directory for custom character set and gradient image file … | |||
2016-05-01 | FileDialog: reset mkdir label after use (#4500) | Rémi Verschelde | |
Closes #1686. | |||
2016-05-01 | OSX: Fix lib suffix for Android lib (#4499) | Rémi Verschelde | |
Fixes #1452. | |||
2016-05-01 | GridMap: Fix backwards rotate hotkeys (#4498) | Rémi Verschelde | |
Fixes #1237 | |||
2016-05-01 | AnimationPlayer: Prevent resetting timeline when pinned (#4497) | Rémi Verschelde | |
Fixes #1019 | |||
2016-05-01 | math: Fix rounding error for 0 in Math::round (#4495) | Rémi Verschelde | |
Thus revert the previous workaround in commit b123bc4a2a9c07fcfd27a84109960bda158b3b9d. Fixes #3221. | |||
2016-05-01 | Project manager: unescape project names (#4494) | Rémi Verschelde | |
Fixes #3609 | |||
2016-05-01 | Add math/script expression evaluation in editor (#3620) | Franco Eusébio Garcia | |
Rebase of #453 | |||
2016-05-01 | Allow any directory for custom character set and gradient image file when ↵ | volzhs | |
import font fix #4486 | |||
2016-04-30 | Merge pull request #4488 from vnen/pr-windows-pid | Rémi Verschelde | |
Implement OS.get_process_ID for Windows | |||
2016-04-29 | Ignore invalid folders in `platform` | Rémi Verschelde | |
Fixes #4479 | |||
2016-04-29 | Implement OS.get_process_ID for Windows | George Marques | |
Based on code by @ratsdiov. Closes #1733 | |||
2016-04-29 | classref: Run doctool and merge BitmapFont | Rémi Verschelde | |
BitmapFont was split from the Font class, so the relevant method descriptions were readded manually. | |||
2016-04-29 | disabled appirater | Ariel Manzur | |