aboutsummaryrefslogtreecommitdiff
path: root/tools/scripts/addheader.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-10-31scons: msvc_is_detected not available in 2.1Rémi Verschelde1-1/+1
2016-10-31classref: Sync with current sourcesRémi Verschelde1-0/+140
2016-10-31Fix p_index out of size error when closing scriptvolzhs1-1/+1
(cherry picked from commit 707185d9d8a273c1bf2a70dcba707045295427a9)
2016-10-31Fix Accept/ConfirmationDialog UI brokenvolzhs1-5/+8
(cherry picked from commit 8d5644c4b217636994440f698b09ef395e5dfa55)
2016-10-31Revert "Place child control under label in AcceptDialog."volzhs1-25/+10
This reverts commit 3ef272290460670b82621727ba2e876fa0a5a01e. (cherry picked from commit 3f15a65307c0a3c2c4769af964356996ed367c35)
2016-10-31scons: Move lib splitting method to methods.pyRémi Verschelde3-3/+51
Apparently it might still be necessary for some console ports. (cherry picked from commit e34a5324c884960735b3f743956b3a052574d6ee)
2016-10-31Adopt simpler strategy for big libs on WindowsPedro J. Estébanez2-50/+12
(cherry picked from commit 51ad1c16683589aa1ebc73e29416e1b0fc50d30d)
2016-10-31Add "Never" underline mode to LinkButtonrdb3-4/+9
(cherry picked from commit d517bc908f9c1e00503266ab9a639552660cf72c)
2016-10-31Fix locale for macOS-style localesDamon1-6/+12
(cherry picked from commit 1e7f078ce9832a1b53be587d1d4cfbd14b760623)
2016-10-31Change set_locale to fallback to the global language (#6910)Damon Myers1-6/+27
(cherry picked from commit 470ead74dbc3d6ea7133ab90c0d09ed637e7a5f5)
2016-10-31Remove dead code in FileSystemDockvolzhs1-7/+0
(cherry picked from commit 9605a1d0da481c7ad071ffdf99d6f6728ac0bccb)
2016-10-31Fix comparison bug with InputEventvolzhs1-1/+2
(cherry picked from commit b76a0ca40c02a29692ca124dd1d28a3cecc6c3fb)
2016-10-31"CCFLAGS" are for C and C++ compilerBłażej Szczygieł1-1/+1
(cherry picked from commit ace18d28d2cc02c0b59b9d90b3f6f578d2617ed8)
2016-10-31Prevent unwanted script editor input on game crashHenrique Lacreta Alves1-0/+1
Fixes #6530. (cherry picked from commit 853d1ce9f30b93933e5e2f5dad78f7bf75742b15)
2016-10-31Add/expose VisualServer::get_default_clear_color()Pedro J. Estébanez5-0/+9
(cherry picked from commit 753ba67d653c65239f0549313f3cca3330fd27f9)
2016-10-31Fixes #6487, GDscript compiler ignores OPCODE_LINE and OPCODE_BREAKPOINT in ↵yg2f1-2/+4
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)
2016-10-31Added general notes on RayCast[2D] updating behaviour and force_raycast_update()Karol Walasek1-0/+14
(cherry picked from commit 8d57640d3745084d5c4abc4e6926298c2f4a3fb4)
2016-10-31Added force_raycast_update GDScript method for RayCast[2D]Karol Walasek4-42/+59
(cherry picked from commit 7494a8c3c6738ae212cc9ec62eb478056b846e3d)
2016-10-30Fix extraneous NULL character on HTML exportGeorge Marques1-2/+2
Fix #2801 (cherry picked from commit 604ddd691cc0599dabfda30d8a49b08eb51f7e5b)
2016-10-30Fix the hiding of mouse cursor before interactionGeorge Marques1-2/+5
Fix part of #6633 (cherry picked from commit 414d58e6c0ab8d3a75206127fac8e2b80cc67f29)
2016-10-30Fix output binary paths for VS project generationGeorge Marques1-3/+3
(cherry picked from commit c8093678a08df8e5dc3878e6136cfab131a65227)
2016-10-30SCons: Use colored output if available, change "colored"->"verbose"Błażej Szczygieł5-14/+6
(cherry picked from commit 2bf4553fe056c1fab5367dfae62426d3c7cf8168)
2016-10-30Disable asserts in release modeBłażej Szczygieł1-0/+2
(cherry picked from commit 639ea563e059007675e3fe8071fd24d882da29ba)
2016-10-30SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde86-8/+164
Also switch existing shebangs to "better" /usr/bin/env python. (cherry picked from commit fc8ccd5b8c8b779bffd0f4d7f22f2f964c939163)
2016-10-30Theora: Don't compile unnecessary files, rename "x86_opt_*"Błażej Szczygieł6-35/+34
(cherry picked from commit 4ffa8f224d8d57520bd4953d67291c83152cd5e5)
2016-10-30png: Try to fix neon issue on iphone armv7Rémi Verschelde1-22/+24
(cherry picked from commit e57042e8a93e4f3d65cc91633f5af0daedf69a2a)
2016-10-30drivers: Refactor SCsub and drop redundant env_drivers cloneRémi Verschelde11-60/+60
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)
2016-10-30freetype: Make it a module and split thirdparty libraryRémi Verschelde509-878/+177
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)
2016-10-30chibi: Move to a moduleRémi Verschelde52-12/+84
(cherry picked from commit e6dc51a0f764dcd7cd07482c022c1e92e6a4da3d)
2016-10-30zlib: Split thirdparty files, simplify scons optionRémi Verschelde35-48/+55
(cherry picked from commit cbf52606f4928df46fc89d37d781bad782f0616e)
2016-10-30glew: Split thirdparty files and isolate envRémi Verschelde16-19/+115
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)
2016-10-30squish: Update to upstream 1.14Rémi Verschelde25-3643/+3912
Sources are untouched, tarball from https://sourceforge.net/projects/libsquish (cherry picked from commit 249836e530f51cbb2f8692a479a35900c425fdd5)
2016-10-30squish: Move to a module and split thirdparty libRémi Verschelde37-60/+145
(cherry picked from commit 8311a78df5cdf257297c1ec7493cb098dc76f010)
2016-10-30rtaudio: Split thirdparty filesRémi Verschelde7-4/+33
(cherry picked from commit 8981ff8a84e8cc6967afe3a11613e7d72d8ac599)
2016-10-30mpc: Move to a module and split thirdparty libmpcdecRémi Verschelde34-54/+157
(cherry picked from commit 5c12c9e69b85023934dc85f3aada03da150556be)
2016-10-30theora: Move to a module and split thirdparty libRémi Verschelde88-178/+199
Same rationale as the previous commits. (cherry picked from commit cfcc8a20e862b758c32bd3f152186e6df0591a24)
2016-10-30modules: Clone env in each moduleRémi Verschelde15-83/+85
This allows to pass include paths and flags only to a given thirdparty library, thus preventing conflicts between their files (e.g. between opus and openssl which both provide modes.h. This also has the nice effect of making the compilation command smaller for each module as it no longer related to all other modules, only the final linking brings them together. This however requires adding manually the ogg include path in opus and vorbis when building against the builtin ogg, since it is no longer in the global env. Also simplified template 'thirdparty_<module>_sources' to 'thirdparty_sources'. "Core" modules like cscript, gdscript, gridmap, ik and virtual_script still use the main env_modules, but it could be changed if need be. (cherry picked from commit da09c6131bcdace7e8e62c3dabc62890e9564c97) Obviously removed the parts about enet and visual_script.
2016-10-30openssl: Move to a module and split thirdparty libRémi Verschelde957-73/+831
Same rationale as the previous commits. (cherry picked from commit 422196759f93df249db38619f136cabd5dcf42cd) Removed the winrt-specific parts.
2016-10-30ogg/vorbis/opus/speex: Make them modules and unbundle thirdparty libsRémi Verschelde518-1480/+4421
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.
2016-10-30webp: Make it a module and unbundle libwebp thirdparty filesRémi Verschelde162-251/+287
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)
2016-10-30dds/etc1/pbm/pvr: Make those modules and split thirdparty filesRémi Verschelde55-126/+433
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)
2016-10-30jpg: Make it a module and split jpgd thirdparty filesRémi Verschelde13-35/+112
Similar rationale as in previous commit. (cherry picked from commit 16ba665db6bbd7f15aadc35fda87d69d0b220bf7)
2016-10-30png: Split library to thirdparty dir and allow unbundlingRémi Verschelde35-61/+203
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)
2016-10-30Drop nedmalloc which is apparently not used anymoreRémi Verschelde14-8003/+2
(cherry picked from commit f63bf12193deaf9cae5b1d6c7289afc17a7de946)
2016-10-30Added support for tooltips in ButtonArray. Fixes #6597Zher Huei Lee2-7/+47
(cherry picked from commit 38caa4ef918ef064f1b74fe9416b02fd517958c2)
2016-10-20Fixed tiny error in detect.py causing compilation for Android to fail.Randy Tan Shaoxian1-1/+1
2016-10-18Revert "Tween reset/stop/resume/remove for all object properties at once"Rémi Verschelde2-21/+18
This reverts commit 6fc894d65264e37f6c0772f3789bcec52c7bbe3a. It caused a regression, cf. #6863.
2016-10-18Added a generic AStar implementation to Godot.Juan Linietsky3-0/+506
It's pretty fast, use it for games where Navigation does not cut it. (cherry picked from commit 827a9aa8294e7e2405f645579cc3e7044f3be079)
2016-10-18osx: Support gamepad input.Andreas Haas6-3/+760
Fixes #3881 Vibration support is not optimal yet as it doesn't try to emulate the "weak" and "strong" motor strength, but just takes the parameter with the highest value for the vibration gain. (cherry picked from commit 8c886b9d7a22bfacf25a5f3303c25c099abf55f9)
2016-10-17classref: Sync with current sourceRémi Verschelde1-2/+10