| Commit message (Collapse) | Author | Files | Lines |
|
(cherry picked from commit 5e360fe178e4fae0fd750d2daf7457a28268ffcd)
|
|
(cherry picked from commit 611a94e3a673a61b51746366366c698c66ef0195)
|
|
Also prefix all thirdparty-related toggles with `builtin`.
(cherry picked from commit cc95d4448c6005c3007c8460f09b8be1595eb3c0)
|
|
(cherry picked from commit 7504a85e5a9a55da7b394bbfc0dbee25cb9b6d09)
|
|
(cherry picked from commit b18ff942be0dd89bda32e01cc30a41c196fc9290)
|
|
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.
|
|
(cherry picked from commit 4c9b00b5085c0ab9195842f9a0cf2287d9242bbe)
|
|
(cherry picked from commit 40ba6d328be82f5b1e87b54e5db450c2f62731ef)
|
|
|
|
(cherry picked from commit a7d492eb53489083181682839c6d7f83a888ad46)
|
|
Allows to attach scripts by dragging them onto the target Node.
(cherry picked from commit a3944e66dac9eda11b80fe0598db0ef7c207155c)
|
|
(cherry picked from commit eed9179ea30deaf4b4fa7348bbe54904a165eb55)
|
|
|
|
|
|
(cherry picked from commit 707185d9d8a273c1bf2a70dcba707045295427a9)
|
|
(cherry picked from commit 8d5644c4b217636994440f698b09ef395e5dfa55)
|
|
This reverts commit 3ef272290460670b82621727ba2e876fa0a5a01e.
(cherry picked from commit 3f15a65307c0a3c2c4769af964356996ed367c35)
|
|
Apparently it might still be necessary for some console ports.
(cherry picked from commit e34a5324c884960735b3f743956b3a052574d6ee)
|
|
(cherry picked from commit 51ad1c16683589aa1ebc73e29416e1b0fc50d30d)
|
|
(cherry picked from commit d517bc908f9c1e00503266ab9a639552660cf72c)
|
|
(cherry picked from commit 1e7f078ce9832a1b53be587d1d4cfbd14b760623)
|
|
(cherry picked from commit 470ead74dbc3d6ea7133ab90c0d09ed637e7a5f5)
|
|
(cherry picked from commit 9605a1d0da481c7ad071ffdf99d6f6728ac0bccb)
|
|
(cherry picked from commit b76a0ca40c02a29692ca124dd1d28a3cecc6c3fb)
|
|
(cherry picked from commit ace18d28d2cc02c0b59b9d90b3f6f578d2617ed8)
|
|
Fixes #6530.
(cherry picked from commit 853d1ce9f30b93933e5e2f5dad78f7bf75742b15)
|
|
(cherry picked from commit 753ba67d653c65239f0549313f3cca3330fd27f9)
|
|
Release mode
When godot is in release mode, GDscript compiler does not generate
bytecodes for OPCODE_LINE and OPCODE_BREAKPOINT anymore.
This optimizes GDscript execution speed when the script contains a lot
of comments in blocs executed in loops.
Fixes #6487
(cherry picked from commit 217e09c79da008e15bd789260e8b2513689c90bd)
|
|
(cherry picked from commit 8d57640d3745084d5c4abc4e6926298c2f4a3fb4)
|
|
(cherry picked from commit 7494a8c3c6738ae212cc9ec62eb478056b846e3d)
|
|
Fix #2801
(cherry picked from commit 604ddd691cc0599dabfda30d8a49b08eb51f7e5b)
|
|
Fix part of #6633
(cherry picked from commit 414d58e6c0ab8d3a75206127fac8e2b80cc67f29)
|
|
(cherry picked from commit c8093678a08df8e5dc3878e6136cfab131a65227)
|
|
Raname shader tokenizer methods for clarity
|
|
(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)
|
|
(cherry picked from commit e57042e8a93e4f3d65cc91633f5af0daedf69a2a)
|
|
The reordering of the SConscript includes allows to ensure that
stuff like the builtin zlib headers will be available for libpng.
Also moved glew back into global env, otherwise windows seems
not to find it... Kind of shooting in the dark with this multi-env
setup.
(cherry picked from commit 248bc9159c0b515e3e276db644744161283881ef)
|
|
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 e6dc51a0f764dcd7cd07482c022c1e92e6a4da3d)
|
|
(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)
|
|
Sources are untouched, tarball from https://sourceforge.net/projects/libsquish
(cherry picked from commit 249836e530f51cbb2f8692a479a35900c425fdd5)
|
|
(cherry picked from commit 8311a78df5cdf257297c1ec7493cb098dc76f010)
|
|
(cherry picked from commit 8981ff8a84e8cc6967afe3a11613e7d72d8ac599)
|