Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-29 | Fix regression from #12473 and #12388 | Ignacio Etcheverry | |
2017-10-29 | Merge pull request #12473 from neikeq/Alpha2?-Let'sDoThis | Ignacio Etcheverry | |
BindingsGenerator cleanup and improved error messages | |||
2017-10-29 | Merge pull request #12388 from neikeq/r | Ignacio Etcheverry | |
Buildsystem improvements for the Mono module | |||
2017-10-29 | Buildsystem improvements for the Mono module | Ignacio Etcheverry | |
- Make sure to search the mono installation directory for the right architecture in the windows registry. - Do not build GodotSharpTools directly to #bin dir. Instead build to the default output path and copy it. This way we avoid MSBuild adding files we don't want to #bin. - Add hint path for MSBuild in OSX. - Copy shared library on Unix if not statically linking. - Use vswhere to search MSBuild and search for 14.0 tools version in the registry instead of 4.0. - SCons will only fallback xbuild when msbuild is not found if 'xbuild_fallback=yes' is passed to the command. - Use mono's assembly path as FrameworkPathOverride if using with system's MSBuild (not mono's fork). - Cleanup. | |||
2017-10-29 | Merge pull request #12445 from MattUV/docs-editing | Poommetee Ketson | |
[DOCS]Completed LineEdit.xml [ci skip] | |||
2017-10-29 | BindingsGenerator cleanup and improved error messages | Ignacio Etcheverry | |
If there is an error generating a property or a method, the error message will include the member and class names. | |||
2017-10-28 | [DOCS]Completed LineEdit.xml | MattUV | |
2017-10-28 | Merge pull request #12396 from AntiSC2/master | Chris Bradfield | |
[DOCS] Add and polish up documentation for Image methods | |||
2017-10-28 | Merge pull request #12389 from Chaosus/continuehotkey | Rémi Verschelde | |
Added hotkey for Continue action in Script editor [ci skip] | |||
2017-10-28 | Merge pull request #12448 from larsonjj/fix/property_editor_hidpi | Rémi Verschelde | |
Fixed scaling issues with editor action button and value editor popovers | |||
2017-10-28 | Merge pull request #12457 from Noshyaar/buffer | Rémi Verschelde | |
Refactor bufer to buffer [ci skip] | |||
2017-10-28 | Refactor bufer to buffer | Poommetee Ketson | |
2017-10-28 | Merge pull request #12443 from mhilbrunner/appnoname | Rémi Verschelde | |
Mono: Use "UnnamedProject" if "application/config/name" is empty | |||
2017-10-28 | Merge pull request #12430 from sersoong/master-test | Rémi Verschelde | |
3.0 Add copy button to sprite_frames_editor_plugin | |||
2017-10-28 | Merge pull request #12449 from Noshyaar/ab | Andreas Haas | |
ProjectSettings: show error msg in a label instead | |||
2017-10-28 | ProjectSettings: show error msg in a label instead | Poommetee Ketson | |
2017-10-27 | Fixed interface scaling issues with editor action button and value editor ↵ | Jake Larson | |
popovers | |||
2017-10-28 | Add copy button to sprite_frames_editor_plugin | sersoong | |
2017-10-27 | Mono: Use "UnnamedProject" if application/config/name is empty | Unknown | |
2017-10-27 | Merge pull request #12442 from mhilbrunner/patch-1 | Rémi Verschelde | |
detect.py: Fix KeyError if using MinGW and LTO | |||
2017-10-27 | detect.py: Fix KeyError if using MinGW and LTO | mhilbrunner | |
2017-10-27 | Fixing vsproj generation for paths with spaces | Daniel Alexandru Radu | |
Fixing vsproj generation by adding quotes arounnd $(ProjectDir). Otherwise the build will fail if the name has spaces in it [ci skip] | |||
2017-10-27 | Merge pull request #12440 from akien-mga/master | Rémi Verschelde | |
Travis: Simplify matrix, disable iphone and add X11 tools=no/clang | |||
2017-10-27 | Merge pull request #12423 from tagcup/zstd_1.3.2 | Rémi Verschelde | |
Update zstd to 1.3.2. | |||
2017-10-27 | Travis: Simplify matrix, disable iphone and add X11 tools=no/clang | Rémi Verschelde | |
Travis always has massive backlog of macOS builds, so we can't rely on them too much. The iphone build was mostly useful to spot tools=no or target=release_debug issues, so replacing it by an appropriate X11 build. | |||
2017-10-27 | Add an option to use zstd's recently introduced long range matching (off by ↵ | Ferenc Arn | |
default). | |||
2017-10-27 | Merge pull request #12435 from scayze/gl_frot_face | Rémi Verschelde | |
Fix shader compiler typo 'gl_FrotFace' | |||
2017-10-27 | Fix shader compiler typo gl_FrotFace | Scayze | |
2017-10-27 | Merge pull request #12432 from larsonjj/fix/property_editor_action_buttons | Rémi Verschelde | |
Fix editor action button layout | |||
2017-10-27 | Fix editor action button layout | Jake Larson | |
2017-10-27 | Merge pull request #12386 from zedutchgandalf/popup-text-margins | Rémi Verschelde | |
Fix text margins in property editor pop-up. | |||
2017-10-27 | Merge pull request #12408 from sheepandshepherd/pm_language | Rémi Verschelde | |
Add language option button to project manager | |||
2017-10-27 | Merge pull request #12426 from MattUV/node2d-correction | Nathan Lovato | |
[DOCS] Corrected some typing mistakes on Node2D.xml | |||
2017-10-27 | [DOCS] Corrected some typing mistakes on Node2D.xml | MattUV | |
2017-10-27 | Merge pull request #12339 from Ertain/master | Rémi Verschelde | |
Added descriptions for some methods. | |||
2017-10-26 | Sound support for Javascript (untested). | Juan Linietsky | |
2017-10-26 | Merge pull request #12422 from eska014/httpclient-api | Rémi Verschelde | |
Remove HTTPClient::send_body_text and ::send_body_data | |||
2017-10-26 | Update zstd to 1.3.2. | Ferenc Arn | |
2017-10-26 | Merge pull request #12308 from GiantBlargg/revert-11587-directional_light_init | Rémi Verschelde | |
Revert "In editor, instance DirectionalLight with an initial orientation" | |||
2017-10-26 | Remove HTTPClient::send_body_text and ::send_body_data | Leon Krause | |
These were never implemented, the request* methods provide parameters to send body data as part of the client's requests. | |||
2017-10-26 | Add language option button to project manager | sheepandshepherd | |
Closes #4901 | |||
2017-10-26 | Add and polish up documentation for Image methods | Jakob Sinclair | |
Written new documentation for undocumented methods. The already documented methods seemed to follow a very old style and changed them to fit the new guidelines for documentation. Signed-off-by: Jakob Sinclair <sinclair.jakob@mailbox.org> | |||
2017-10-26 | Merge pull request #12413 from Adinimys/master | Rémi Verschelde | |
Fixes infinite loop in NavPolygonInstance warnings | |||
2017-10-26 | Fixes infinite loop in NavPolygonInstance warnings | Cédric Fuchs | |
2017-10-26 | Added description for camera2D missing members | Henrique Campos | |
Also fixed typo in AudioEffectFilter. [ci skip] | |||
2017-10-26 | Merge pull request #12405 from Jerome67000/clean_getnodetype | Rémi Verschelde | |
Removes Script::get_node_type() [ci skip] | |||
2017-10-25 | Merge pull request #12407 from przmkg/master | Rémi Verschelde | |
Fix default C# script | |||
2017-10-25 | Fix default C# script | Przmk | |
2017-10-25 | Merge pull request #12406 from kubecz3k/distance-typo | Rémi Verschelde | |
fix a 'proximity_fade_distacne' typo in material [ci skip] | |||
2017-10-25 | fix a 'proximity_fade_distacne' typo in material | Jakub Grzesik | |