| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
All the warnings are factored out of the platform-specific files and moved to
SConstruct. Will have to check that it does not introduce regressions on some
platforms/compilers.
|
| |
|
|
| |
(cherry picked from commit 27c7d253aa1f2125e37344d7829b5b87a4b9a901)
|
| |
|
|
|
|
|
|
| |
The other subfolders of tools/ had already been moved to either
editor/, misc/ or thirdparty/, so the hiding the editor code that
deep was no longer meaningful.
(Manual redo of 49c065d29ca07040c3fd810026121164ad86b247)
|
| |
|
|
|
|
|
|
|
|
|
| |
- `certs` and `editor_fonts` go to `thirdparty`
- `dist` and `scripts` go to a new `misc` folder
- `collada` and `doc` go to `tools/editor`
The next step will be to rename `tools/editor` to `editor` directly,
but this will be done at the right time to avoid breaking too many PRs.
(cherry picked from commit b87a232668d9f9f3b32c2fceb60bc5f6ef46df22)
|
| |
|
|
|
| |
(cherry picked from commits 790f629e5e1cccf721948b1153bb0dee139ac1a5
and 8b7a86ec7b7bc4bb115f45545aa062cba47022bc)
|
| |
|
|
|
|
| |
Also prefix all thirdparty-related toggles with `builtin`.
(cherry picked from commit cc95d4448c6005c3007c8460f09b8be1595eb3c0)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Done with `autopep8 --select=E7`, fixes:
- E701 - Put colon-separated compound statement on separate lines.
- E702 - Put semicolon-separated compound statement on separate lines.
- E703 - Put semicolon-separated compound statement on separate lines.
- E711 - Fix comparison with None.
- E712 - Fix (trivial case of) comparison with boolean.
- E713 - Fix (trivial case of) non-membership check.
- E721 - Fix various deprecated code (via lib2to3).
|
| |
|
|
|
|
|
|
|
|
|
| |
Done with `autopep8 --select=E3,W3`, fixes:
- E301 - Add missing blank line.
- E302 - Add missing 2 blank lines.
- E303 - Remove extra blank lines.
- E304 - Remove blank line following function decorator.
- E309 - Add missing blank line.
- W391 - Remove trailing blank lines.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Done with `autopep8 --select=E2,W2`, fixes:
- E201 - Remove extraneous whitespace.
- E202 - Remove extraneous whitespace.
- E203 - Remove extraneous whitespace.
- E211 - Remove extraneous whitespace.
- E221 - Fix extraneous whitespace around keywords.
- E222 - Fix extraneous whitespace around keywords.
- E223 - Fix extraneous whitespace around keywords.
- E224 - Remove extraneous whitespace around operator.
- E225 - Fix missing whitespace around operator.
- E226 - Fix missing whitespace around operator.
- E227 - Fix missing whitespace around operator.
- E228 - Fix missing whitespace around operator.
- E231 - Add missing whitespace.
- E231 - Fix various deprecated code (via lib2to3).
- E241 - Fix extraneous whitespace around keywords.
- E242 - Remove extraneous whitespace around operator.
- E251 - Remove whitespace around parameter '=' sign.
- E261 - Fix spacing after comment hash.
- E262 - Fix spacing after comment hash.
- E265 - Format block comments.
- E271 - Fix extraneous whitespace around keywords.
- E272 - Fix extraneous whitespace around keywords.
- E273 - Fix extraneous whitespace around keywords.
- E274 - Fix extraneous whitespace around keywords.
- W291 - Remove trailing whitespace.
- W293 - Remove trailing whitespace.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Done with `autopep8 --select=E1`, fixes:
- E101 - Reindent all lines.
- E112 - Fix under-indented comments.
- E113 - Fix over-indented comments.
- E115 - Fix under-indented comments.
- E116 - Fix over-indented comments.
- E121 - Fix a badly indented line.
- E122 - Fix a badly indented line.
- E123 - Fix a badly indented line.
- E124 - Fix a badly indented line.
- E125 - Fix indentation undistinguish from the next logical line.
- E126 - Fix a badly indented line.
- E127 - Fix a badly indented line.
- E128 - Fix a badly indented line.
- E129 - Fix a badly indented line.
|
| |
|
|
|
|
| |
Apparently it might still be necessary for some console ports.
(cherry picked from commit e34a5324c884960735b3f743956b3a052574d6ee)
|
| |
|
|
| |
(cherry picked from commit ace18d28d2cc02c0b59b9d90b3f6f578d2617ed8)
|
| |
|
|
| |
(cherry picked from commit c8093678a08df8e5dc3878e6136cfab131a65227)
|
| |
|
|
| |
(cherry picked from commit 2bf4553fe056c1fab5367dfae62426d3c7cf8168)
|
| |
|
|
| |
(cherry picked from commit 639ea563e059007675e3fe8071fd24d882da29ba)
|
| |
|
|
|
|
| |
Also switch existing shebangs to "better" /usr/bin/env python.
(cherry picked from commit fc8ccd5b8c8b779bffd0f4d7f22f2f964c939163)
|
| |
|
|
| |
(cherry picked from commit 4ffa8f224d8d57520bd4953d67291c83152cd5e5)
|
| |
|
|
|
|
|
| |
Comment out the weird workaround for building on Windows at it might
not be needed anymore. Testing needed to confirm.
(cherry picked from commit edbc0c0d0bed169b3c07ef0f504b97936f0dab37)
|
| |
|
|
| |
(cherry picked from commit cbf52606f4928df46fc89d37d781bad782f0616e)
|
| |
|
|
|
|
|
|
| |
Not fully happy about the way this one interacts with the various
platforms. Maybe the platform_config.h should be generated by the
SCsub instead of passing a define just to know where is the header.
(cherry picked from commit 36738ddda4f732fff7bbfb7b4605a47a0bd7c045)
|
| |
|
|
| |
(cherry picked from commit 8311a78df5cdf257297c1ec7493cb098dc76f010)
|
| |
|
|
| |
(cherry picked from commit 5c12c9e69b85023934dc85f3aada03da150556be)
|
| |
|
|
|
|
| |
Same rationale as the previous commits.
(cherry picked from commit cfcc8a20e862b758c32bd3f152186e6df0591a24)
|
| |
|
|
|
|
|
|
| |
Same rationale as the previous commits.
(cherry picked from commit 422196759f93df249db38619f136cabd5dcf42cd)
Removed the winrt-specific parts.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Took the opportunity to undo the Godot changed made to the
opus source. The opus module should eventually be built in its
own environment to avoid polluting others with too many include
dirs and defines.
TODO: Fix the platform/ stuff for opus.
(cherry picked from commit d9a291f6411f2e571c181da0ac89f550ba73f681)
speex module was only added while cherry-picking, as speex is removed
in the master branch but we don't want to break compatibility in 2.1.x.
Unbundling wasn't done as the module uses the internal speex_free,
so it would require some more work.
|
| |
|
|
|
|
|
|
| |
Note that there are two Godot-specific changes made to libwebp
for the javascript/HTML5 platform. They are documented in the
README.md.
(cherry picked from commit ee3cf211c6fd4d1e30617467cdbbe945798a68b3)
|
| |
|
|
|
|
|
|
|
|
| |
They are not particularly packaged in Linux distros so we do not
facilitate unbundling via SCons. There could be done if/when there
is interest.
Also s/pnm/pbm/, long-lived typo :)
(cherry picked from commit b1e8889d969f5f88539c47c2afac6c9ea2a2dc11)
|
| |
|
|
|
|
| |
Similar rationale as in previous commit.
(cherry picked from commit 16ba665db6bbd7f15aadc35fda87d69d0b220bf7)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Uses the new structure agreed upon in #6157, but the thirdparty/ folder
does not behave following a logic similar to that of modules/ yet.
The png driver can't be moved to a module as discussed in #6157, as it's
required by core together with a few other ImageLoader implementations
(see drivers/register_driver_types.cpp:register_core_driver_types())
Dropped the possibility to disable PNG support, it's a core component
of Godot.
(cherry picked from commit 5fef84a1358310304cb1114924525ec4df794b49)
|
| |
|
|
| |
(cherry picked from commit 4bdbafabce5aea47d131473a0b46830c401cc251)
|
| |
|
|
| |
(cherry picked from commit cfd17de23098297d076def400cd6d506700a5f03)
|
| |
|
|
| |
usage : env.android_add_default_config("applicationId 'com.godot.game'")
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
on x11.
closes #5119
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
NMake was not setup by the vsproj=yes compilation
parameter. After attempting other possible options,
this is the best fix for our current requirements.
Compiling via NMake is implementing an alternative
to SCons, so this fix escapes out of NMake
environment while also supporting different target
builds and IDE error list integration.
Also sets -j setting to 2 so that it's easy for
people to change it to a propper value and speed it
up a bit for those that do not.
Adds two missing .gitignore Visual Studio temp files
present in Visual Studio's .gitignore.
|
| |
|
|
| |
binary that contains both 32 bits and 64 bits binaries
|
| | |
|
| |
|
|
| |
Fixes #4479
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
-Added new Gradle build system, as it is the required build system
|
| |\
| |
| | |
Add way to look for templates at system wide level too
|
| | |
| |
| |
| | |
For this, put the detection into the OS class and its subclass.
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Useful for everybody wanting to package godot.
Fixes #1026.
-> Retain the old behaviour: path in error msg only when exporting.
-> User templates override system templates
|
| |/
|
|
|
|
| |
process. Keeping old version just in case for now.
-Added ability to convert xml and tscn scenes to binary on export, makes loading of larger scenes faster
|
| | |
|