summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-30Add support for non-ISO locale identifiers via renames mapRémi Verschelde
Windows apparently uses "no" for Norwegian Bokmål, even though its ISO 639-1 language code is "nb"... Closes #12479. Also did some non-intrusive cleanup while at it.
2017-10-29Merge pull request #12491 from neikeq/waitasecond···Ignacio Etcheverry
Fix FrameworkPathOverride and assemblies path loop
2017-10-29Fix FrameworkPathOverride and assemblies path loopIgnacio Etcheverry
2017-10-29Merge pull request #12490 from nbcks/masterRémi Verschelde
added support for paths with spaces for VSBUILDS
2017-10-29added support for paths with spaces for VSBUILDSnicholasbuckner
There was a problem with MSBuild in that windows file paths end with a backslash, which was escaping the last of the double quotes which surround the $(ProjectDir) directive. This was fixed by removing the last backslash through changing it to $(ProjectDir.TrimEnd('\')).
2017-10-29Merge pull request #12485 from hoelzl/pr-python3-buildRémi Verschelde
Fix build with Python 3 on Windows
2017-10-29Fix build with Python 3 on WindowsMatthias Hoelzl
2017-10-29Fix typo in project managerRémi Verschelde
[ci skip]
2017-10-29Mono: Fix Windows buildRémi Verschelde
2017-10-29libpng: Cosmetic update to upstream 1.6.34Rémi Verschelde
No code change in the part we are using, it only affected contrib code. [ci skip]
2017-10-29Disable logging until the logs location is sorted outRémi Verschelde
Temporary workaround for #12277.
2017-10-29i18n: Sync translation templates with current sourceRémi Verschelde
[ci skip]
2017-10-29i18n: Sync translations with WeblateRémi Verschelde
2017-10-29Merge pull request #12437 from mhilbrunner/astar-setpointweightscaleRémi Verschelde
AStar: Add setters for point position and scale weight, cleanup
2017-10-29classref: Apply doctool to fix formattingRémi Verschelde
Fixes regression from #12396 which caused #12466. [ci skip]
2017-10-29Merge pull request #12475 from neikeq/ohuiiiRémi Verschelde
Fix regression from #12473 and #12388
2017-10-29Merge pull request #12474 from neikeq/sRémi Verschelde
Mono: Add build project button and reload interval
2017-10-29Fix regression from #12473 and #12388Ignacio Etcheverry
2017-10-29Merge pull request #12473 from neikeq/Alpha2?-Let'sDoThisIgnacio Etcheverry
BindingsGenerator cleanup and improved error messages
2017-10-29Mono: Add build project button and reload intervalIgnacio Etcheverry
2017-10-29Merge pull request #12388 from neikeq/rIgnacio Etcheverry
Buildsystem improvements for the Mono module
2017-10-29Buildsystem improvements for the Mono moduleIgnacio 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-29Merge pull request #12445 from MattUV/docs-editingPoommetee Ketson
[DOCS]Completed LineEdit.xml [ci skip]
2017-10-29BindingsGenerator cleanup and improved error messagesIgnacio 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.xmlMattUV
2017-10-28Merge pull request #12396 from AntiSC2/masterChris Bradfield
[DOCS] Add and polish up documentation for Image methods
2017-10-28Merge pull request #12389 from Chaosus/continuehotkeyRémi Verschelde
Added hotkey for Continue action in Script editor [ci skip]
2017-10-28Merge pull request #12448 from larsonjj/fix/property_editor_hidpiRémi Verschelde
Fixed scaling issues with editor action button and value editor popovers
2017-10-28Merge pull request #12457 from Noshyaar/bufferRémi Verschelde
Refactor bufer to buffer [ci skip]
2017-10-28Refactor bufer to bufferPoommetee Ketson
2017-10-28Merge pull request #12443 from mhilbrunner/appnonameRémi Verschelde
Mono: Use "UnnamedProject" if "application/config/name" is empty
2017-10-28Merge pull request #12430 from sersoong/master-testRémi Verschelde
3.0 Add copy button to sprite_frames_editor_plugin
2017-10-28Merge pull request #12449 from Noshyaar/abAndreas Haas
ProjectSettings: show error msg in a label instead
2017-10-28ProjectSettings: show error msg in a label insteadPoommetee Ketson
2017-10-27Fixed interface scaling issues with editor action button and value editor ↵Jake Larson
popovers
2017-10-28Add copy button to sprite_frames_editor_pluginsersoong
2017-10-27Mono: Use "UnnamedProject" if application/config/name is emptyUnknown
2017-10-27Merge pull request #12442 from mhilbrunner/patch-1Rémi Verschelde
detect.py: Fix KeyError if using MinGW and LTO
2017-10-27detect.py: Fix KeyError if using MinGW and LTOmhilbrunner
2017-10-27Fixing vsproj generation for paths with spacesDaniel 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-27Merge pull request #12440 from akien-mga/masterRémi Verschelde
Travis: Simplify matrix, disable iphone and add X11 tools=no/clang
2017-10-27Merge pull request #12423 from tagcup/zstd_1.3.2Rémi Verschelde
Update zstd to 1.3.2.
2017-10-27Travis: Simplify matrix, disable iphone and add X11 tools=no/clangRé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-27AStar: Add setters for point position and scale weight, cleanupUnknown
2017-10-27Add an option to use zstd's recently introduced long range matching (off by ↵Ferenc Arn
default).
2017-10-27Merge pull request #12435 from scayze/gl_frot_faceRémi Verschelde
Fix shader compiler typo 'gl_FrotFace'
2017-10-27Fix shader compiler typo gl_FrotFaceScayze
2017-10-27Merge pull request #12432 from larsonjj/fix/property_editor_action_buttonsRémi Verschelde
Fix editor action button layout
2017-10-27Fix editor action button layoutJake Larson
2017-10-27Merge pull request #12386 from zedutchgandalf/popup-text-marginsRémi Verschelde
Fix text margins in property editor pop-up.