Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-19 | Merge pull request #16822 from Noshyaar/timefmt | Rémi Verschelde | |
Fix timer second not zero padded when < 10 | |||
2018-02-19 | Fix timer second not zero padded when < 10 | Poommetee Ketson | |
Also RTR "Time Left:" | |||
2018-02-19 | Merge pull request #16819 from akien-mga/pm-setup | Rémi Verschelde | |
Prevent loading project-specific config in Project Manager | |||
2018-02-19 | Merge pull request #16816 from akien-mga/osx-remove-32-bit | Rémi Verschelde | |
OSX: Remove support for 32-bit and fat binaries | |||
2018-02-19 | Prevent loading project-specific config in Project Manager | Rémi Verschelde | |
The Project Manager should share the same settings as the editor most of the time. The whole init stuff with Main::setup and Main::start needs a good cleanup though. Fixes #15199. | |||
2018-02-19 | OSX: Remove support for 32-bit and fat binaries | Rémi Verschelde | |
Mac OS X is 64-bit only since 10.7 (Lion), which has reached End-Of-Life in October 2014. Therefore it no longer makes sense to support exporting 32-bit binaries for Mac OS X, and we can now default to 64-bit instead of bigger "fat" binaries. | |||
2018-02-19 | doc: Sync classref with current source | Rémi Verschelde | |
2018-02-19 | doc: Update version string in header | Rémi Verschelde | |
2018-02-19 | Readd VS.sync and VS.draw to keep compatibility | Rémi Verschelde | |
Those are deprecated as VS.force_sync and VS.force_draw do the same and more explicitly, but we cannot remove them without marking them as deprecated before that. Fixes issue introduced in #15892. | |||
2018-02-19 | Merge pull request #16755 from KidRigger/master | Rémi Verschelde | |
Gridmap editor now lists plane instead of floor when not horizontal | |||
2018-02-19 | Merge pull request #16810 from isaacremnant/clip_content | Poommetee Ketson | |
Force controls to save rect_clip_content | |||
2018-02-18 | Force controls to save rect_clip_content since they do not all default to false. | isaacremnant | |
2018-02-18 | Fix infinite recursion with editor import plugins | George Marques | |
2018-02-18 | Merge pull request #16326 from NathanWarden/fix_basis_mono | Ignacio Etcheverry | |
[Mono] Basis values now marshalled in the correct order. | |||
2018-02-18 | Merge pull request #16749 from PJB3005/18-02-16-project-manager-mono-debug-fix | Ignacio Etcheverry | |
Makes project manager never initialize mono debug. | |||
2018-02-18 | Merge pull request #16746 from PJB3005/18-02-16-fix-nodepath-pascalcase | Ignacio Etcheverry | |
Makes NodePath and RID follow PascalCase in C#. | |||
2018-02-18 | Merge pull request #16747 from PJB3005/18-02-16-nodepath-tostring | Ignacio Etcheverry | |
Give C# NodePath a ToString(). | |||
2018-02-18 | Merge pull request #16792 from Yanpas/md_maker | Rémi Verschelde | |
fixed md script | |||
2018-02-18 | Merge pull request #16785 from Calinou/remove-android-debugging-prints | Rémi Verschelde | |
Remove some debugging prints on Android | |||
2018-02-18 | Merge pull request #15235 from sersoong/master-batchtoggle | Rémi Verschelde | |
Enhanced Toggle Visibility button in scene tree editor | |||
2018-02-18 | fixed md script | Yan Pas | |
2018-02-18 | Merge pull request #16774 from sudoio/fix-16773 | Poommetee Ketson | |
Fix #16773 (Rename "Install" to "Download" in AssetLib) | |||
2018-02-18 | Remove some debugging prints on Android | Hugo Locurcio | |
2018-02-17 | Merge pull request #16770 from paulloz/csharp-signal-attribute | Rémi Verschelde | |
C# Signal attribute | |||
2018-02-17 | implement signal related methods in csharp_script so signals can be used ↵ | Paul Joannon | |
with emit | |||
2018-02-17 | add a [Signal] attribute to CSharpScripts | Paul Joannon | |
2018-02-17 | Merge pull request #16758 from ↵ | Rémi Verschelde | |
PJB3005/18-02-16-project-manager-nontools-flag-fix Ignore tools CLI flags in non-tools-builds. | |||
2018-02-17 | Merge pull request #16780 from neikeq/mono-fix-build-icons | Rémi Verschelde | |
Mono: Fix build status icons | |||
2018-02-17 | Merge pull request #16781 from eska014/html5-httpc | Rémi Verschelde | |
HTML5 HTTPClient fixes | |||
2018-02-17 | Flush HTTPClient response data only on request/close in HTML5 platform | Leon Krause | |
2018-02-17 | Warn when polling HTTPClient synchronously in HTML5 platform | Leon Krause | |
2018-02-17 | Mono: Fix build status icons | Ignacio Etcheverry | |
2018-02-17 | Disable insecure HTTP methods CONNECT and TRACE in HTML5 platform | Leon Krause | |
2018-02-17 | Merge pull request #16776 from sudoio/remove-bad-words | Rémi Verschelde | |
Clean up some bad words from code comments | |||
2018-02-17 | Clean up some bad words from code comments | Artem Varaksa | |
2018-02-17 | Fix #16773 (Rename "Install" to "Download" in AssetLib) | Artem Varaksa | |
2018-02-17 | Ignore tools CLI flags in non-tools builds. | Pieter-Jan Briers | |
Some flags were still parsed but either did nothing or broke everything. No reason to parse them. | |||
2018-02-17 | Gridmap editor now lists plane instead of floor when not horizontal. | Anish | |
Instead of gridmap editor calling grid as floor irrespective of the orientation, it now calls the grid plane if it's vertical and floor if horizontal. Resolves: #14611 | |||
2018-02-17 | Merge pull request #16702 from godotengine/locales-iw-in | Rémi Verschelde | |
Add locale renames for Hebrew and Indonesian on Windows | |||
2018-02-17 | Merge pull request #16759 from PJB3005/18-02-16-final-newline-editorconfig | Rémi Verschelde | |
Enforce insert_final_newline in the editorconfig. | |||
2018-02-17 | Merge pull request #16753 from akien-mga/ca-certificates | Rémi Verschelde | |
Update CA certificates to latest Mozilla bundle | |||
2018-02-17 | Merge pull request #16767 from sfotm/master | Poommetee Ketson | |
Direct to InputEventJoypadButton for using buttons [ci skip] | |||
2018-02-16 | Direct to InputEventJoypadButton for using buttons | Benjamin Stammen | |
2018-02-16 | Enforce insert_final_newline in the editorconfig. | Pieter-Jan Briers | |
2018-02-16 | Merge pull request #16754 from akien-mga/x11-static-libgcc | Hein-Pieter van Braam | |
X11: Link libgcc statically with use_static_cpp option | |||
2018-02-16 | X11: Link libgcc statically with use_static_cpp option | Rémi Verschelde | |
We were already linking libstdc++ statically for official binaries, protecting us against most portability issues. But apparently since we started using GCC 7 for official builds, we also need to link libgcc statically for at least 32-bit builds to be portable. Fixes #16409. | |||
2018-02-16 | Update CA certificates to latest Mozilla bundle | Rémi Verschelde | |
Copied from an up-to-date Fedora 27 install (ca-certificates-2018.2.22-1.0.fc27). | |||
2018-02-16 | Merge pull request #16653 from fire/server_again_2 | Rémi Verschelde | |
Worked with Faless(Fabio Alessandrelli) to update server platform. | |||
2018-02-16 | Merge pull request #16748 from Chaosus/fixscriptpreview | Rémi Verschelde | |
Fix script previews | |||
2018-02-16 | Fix script previews | Chaosus | |