aboutsummaryrefslogtreecommitdiff
path: root/misc/scripts/fix_headers.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-13Wrap Emscripten module into JS Engine singleton per SConsLeon Krause1-6/+5
Emscripten's meta DCE changes in 1.37.27(/28?) make it impossible to keep using --pre-js for this
2018-01-13Fixes hangs with Tree in multi selection mode (issue 15588)Bernhard Liebl1-0/+3
2018-01-13Fix files section size in dependency error dialogBernhard Liebl1-0/+1
2018-01-13SCons: Allow unbundling bullet on Linux (only 2.87+)Rémi Verschelde5-14/+32
2018-01-13COPYRIGHT: Update with recently added thirdparty librariesRémi Verschelde2-50/+103
Also various updates to thirdparty/README.md.
2018-01-13Fix open_dynamic_library for AndroidRuslan Mustakov2-0/+13
2018-01-13bullet: Streamline bundling, remove extraneous src/ folderRémi Verschelde652-1295/+32
Document version and how to extract sources in thirdparty/README.md. Drop unnecessary CMake and Premake files. Simplify SCsub, drop unused one.
2018-01-13zstd: Update to pristine 1.3.3Rémi Verschelde21-1433/+1505
2018-01-13tinyexr: Update to pristine commit e385dad (security update)Rémi Verschelde2-84/+179
2018-01-13openssl: Update to pristine 1.0.2n (security update)Rémi Verschelde74-360/+887
2018-01-13libogg: Update to pristine version 1.3.3Rémi Verschelde5-21/+51
2018-01-13Deselect on undo/redo in TextEditPaul Joannon1-0/+4
2018-01-13doc: Sync with current sourceRémi Verschelde7-14/+12
2018-01-13doc: Update version string in XMLRémi Verschelde487-487/+487
2018-01-13Fix get_parent_range to return 0 when there is no parentRuslan Mustakov1-2/+2
Fixes #15635
2018-01-13Small fix for Control bindingsletheed2-2/+11
2018-01-13Fix clicking on sub-resources in a node's right-click menubinbitten1-0/+1
2018-01-13Bump version to 3.0-rc1Rémi Verschelde1-1/+1
Nothing to see here.. ;)
2018-01-12Fix mat2 alignmentbinbitten2-9/+23
2018-01-12Set correct types on a couple variables inside the canvas.glslMrCdK1-1/+1
2018-01-12Properly save the new save safe setting, avoid crash.Juan Linietsky2-2/+3
2018-01-12Attempt renaming multiple times on safe file save, and make the behavior ↵Juan Linietsky2-15/+26
optional. Fixes #14339.
2018-01-12Mono: Some StackTrace to StackInfo[] fixesIgnacio Etcheverry4-6/+38
- Sometimes `StackFrame.GetMethod()` returns null (e.g.: latest frame of a `MissingMethodException`). Still not sure what to do with that frame (maybe skip it), but at least it no longer fails. - Skip `CSharpLanguage::debug_get_current_stack_info()` if an error is printed from `GDMonoUtils::update_corlib_cache()`. - Fix crash when calling `GDMonoUtils::print_unhandled_exception(exc)` if there is no ScriptDebugger attached.
2018-01-12Added some explanations that should make it easier to use the ↵Grosskopf1-8/+27
AnimationTreePlayer
2018-01-12Mono: Fix starting MonoDevelop process from the wrong appdomainIgnacio Etcheverry1-0/+2
2018-01-12Fix mat2 alignmentJuan Linietsky1-2/+4
2018-01-12Fix uniform alignment, closes #14962Juan Linietsky1-4/+58
2018-01-12Fix Material's shader property bindingRuslan Mustakov1-1/+1
ShaderGraph doesn't exist in 3.0.
2018-01-12Fix GDNative procedures returning godot_char_stringRuslan Mustakov1-3/+3
2018-01-12Make burley default for materials, fixes #15054Juan Linietsky1-1/+1
2018-01-12Properly resize textures so they can be ETC compressed, fixes #15139Juan Linietsky1-1/+19
this may make import times slower though, will have to wait for 3.1 for background texture import and compressonator.
2018-01-12modify default param names in couple of signalsUnknown3-7/+7
'name' default param should not be used since there is problem with name shadowing
2018-01-12[macOS] Adds ability to open files with "Open With" or double-click from Finderbruvzg3-1/+33
2018-01-12Make members a bit more visible color wiseJuan Linietsky1-1/+1
2018-01-12Add special coloring to members, to make shadowing more obvious.Juan Linietsky4-0/+66
2018-01-12get_target_fps and set_target_fps now both use an intPaul Joannon2-2/+2
2018-01-12fix set_stream_peer binding in PacketPeerPaul Joannon1-1/+1
2018-01-12Instance dependency for particles was not being get rid of. Again fixes #15591Juan Linietsky1-0/+1
2018-01-12Reset collider on ray nodeAndreaCatania1-0/+2
2018-01-12Renamed tree_exited to tree_exiting. tree_exited is now used for actual out ↵Juan Linietsky16-41/+51
of tree notification. Updated doc accordingly.
2018-01-12Fix malformed doc after #15611Rémi Verschelde2-1/+4
2018-01-12-Remove color operator clamping, which is unnecesary. Fixes #15184, fixes ↵Juan Linietsky5-63/+62
#14686. -Refresh progress bar less often, makes baking, exporting, etc. faster.
2018-01-11Restored multiplication by textureJuan Linietsky1-1/+1
2018-01-12Fix HTML5 feature tagsLeon Krause3-13/+21
'HTML5' is the platform tag, the 'JavaScript' tag indicates availability of the JavaScript.eval singleton. Also report texture compression support.
2018-01-11Removed extra multiplication in bakerJuan Linietsky1-1/+1
2018-01-12Update docsBojidar Marinov71-3092/+695
[ci skip]
2018-01-12Bind many more properties to scriptsBojidar Marinov98-471/+562
Notable potentially breaking changes: - PROPERTY_USAGE_NOEDITOR is now PROPERTY_USAGE_STORAGE | PROPERTY_USAGE_NETWORK, without PROPERTY_USAGE_INTERNAL - Some properties were renamed, and sometimes even shadowed by new ones - New getter methods (some virtual) were added
2018-01-11Fixes nodes being resized or moved when changing an anchorGilles Roudiere1-5/+13
2018-01-11Properly fix blend equations for both transparent and non transparent ↵Juan Linietsky1-5/+23
framebuffers. Closes #15047
2018-01-11Fixes add script button updateGilles Roudiere2-13/+16