aboutsummaryrefslogtreecommitdiff
path: root/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #14679 from ↵Thomas Herzog2017-12-151-0/+12
|\ | | | | | | | | touilleMan/add-godot_get_global_constants-to-gdnative-wrapper [GDnative] missing godot_get_stack_bottom and godot_get_global_constants
| * Add missing godot_get_stack_bottom and godot_get_global_constants in ↵Emmanuel Leblond2017-12-151-0/+12
| | | | | | | | gdnative_api.json
* | Fixes thekla atlas mingw-w64 buildbruvzg2017-12-151-1/+1
|/
* GDScript files are converted to binary on export now.Juan Linietsky2017-12-141-0/+44
|
* -Add lightmapperJuan Linietsky2017-12-141-3/+4
| | | | | | -Fixes to unwrapper (remove degenerates), makes Thekla not crash -Added optional cancel button in EditorProgress -Added function to force processing of events (needed for cancel button)
* Merge pull request #14626 from Hinsbart/module_envRémi Verschelde2017-12-134-6/+19
|\ | | | | Scons: Build modules in seperate env.
| * Scons: Build modules in seperate env.Andreas Haas2017-12-134-6/+19
| |
* | Merge pull request #14587 from hoelzl/pr-no-std-arg-on-msvcRémi Verschelde2017-12-132-2/+4
|\ \ | | | | | | Don't pass -std=gnu++11 to MSVC
| * | Change -std=gnu++11 to -stc=c++11 and don't pass flag to MSVCMatthias Hoelzl2017-12-122-2/+4
| | |
* | | Merge pull request #14591 from mhilbrunner/patch-6Rémi Verschelde2017-12-131-2/+6
|\ \ \ | | | | | | | | Small fix in stream_peer_openssl: missing break, formatting
| * | | stream_peer_openssl: add missing break & formatMax Hilbrunner2017-12-121-2/+6
| |/ /
* | | Merge pull request #14593 from Hinsbart/mono_envRémi Verschelde2017-12-131-9/+12
|\ \ \ | | |/ | |/| Mono: Build in cloned env.
| * | Mono: Build in cloned env.Andreas Haas2017-12-121-9/+12
| |/ | | | | | | Use a cloned env, so that toggling glue_enabled doesn't force a full rebuild as mentioned in #14584.
* / Fix mingw build for thekla_atlasHein-Pieter van Braam2017-12-121-3/+7
|/
* Merge pull request #14555 from bojidar-bg/14324-nested-ternaryRémi Verschelde2017-12-121-4/+7
|\ | | | | Properly support nested ternary expressions
| * Properly support nested ternary expressionsBojidar Marinov2017-12-111-4/+7
| | | | | | | | Fixes 14324.
* | Merge pull request #14561 from volzhs/libwebp-0.6.1Rémi Verschelde2017-12-121-5/+6
|\ \ | |/ |/| Update libwebp to 0.6.1
| * Update libwebp to 0.6.1volzhs2017-12-121-5/+6
| | | | | | | | | | | | | | * lossless performance and compression improvements + a new 'cruncher' mode (-m 6 -q 100) * ARM performance improvements with clang (15-20% w/ndk r15c) * webp-js: emscripten/webassembly based javascript decoder * miscellaneous bug & build fixes
* | Merge pull request #13836 from AndreaCatania/scaleRémi Verschelde2017-12-119-57/+100
|\ \ | |/ |/| Fixed bullet scale on get_transform and joints
| * Changed how 6DOF limits worksAndreaCatania2017-12-092-35/+31
| |
| * Fixed joint scaleAndreaCatania2017-12-095-14/+49
| |
| * Fixed bullet get_transform scaleAndreaCatania2017-12-083-8/+20
| |
* | Merge pull request #14516 from AndreaCatania/patch-2Rémi Verschelde2017-12-114-26/+34
|\ \ | | | | | | Implemented physics linear and angular lock
| * | Implemented physics linear and angular lockAndreaCatania2017-12-104-26/+34
| | |
* | | Ray cast return shape id. Fixes #14473AndreaCatania2017-12-102-2/+9
|/ /
* | Style: Re-apply clang-format over recent invalid additionsRémi Verschelde2017-12-101-2/+2
| |
* | Fix missing parenthesisRémi Verschelde2017-12-091-1/+1
| |
* | GDNative: Fix warning when gdnative/singletons is missingRémi Verschelde2017-12-091-2/+5
| |
* | Merge pull request #14459 from vnen/gdscript-object-exportRémi Verschelde2017-12-091-0/+4
|\ \ | | | | | | Make GDScript parser raise error when exporting Object
| * | Make GDScript parser raise error when exporting ObjectGeorge Marques2017-12-091-0/+4
| | |
* | | -Ability to and unwrap lightmap coordinates on importJuan Linietsky2017-12-092-3/+85
|/ / | | | | | | | | | | | | | | -Added unwrap functionality to Mesh -Ability to display and debug mesh UVs -Added multiline draw, so it's easier and faster to draw UVs -Many fixes to SurfaceTool -Fixes to Thekla Unwrap, but it's a piece of ass and it keeps crashing. Will have to go away
* | Merge pull request #14358 from RandomShaper/fix-vscriptRémi Verschelde2017-12-091-0/+1
|\ \ | | | | | | Fix function arg count not considered in VisualScript
| * | Fix function arg count not considered in VisualScriptPedro J. Estébanez2017-12-071-0/+1
| | |
* | | Merge pull request #12756 from Stratos695/masterRémi Verschelde2017-12-094-39/+22
|\ \ \ | |_|/ |/| | Allowing double-axis lock in RigidBody & KinematicBody (Fixes #12500)
| * | Allow double-axis lock in RigidBody and KinematicBodyEric Rybicki2017-11-104-39/+22
| | |
* | | Fix thekla_atlas buildHein-Pieter van Braam2017-12-082-2/+2
| | | | | | | | | | | | clang doesn't like c++ versions being supplied to build c source files.
* | | Import thekla_atlasHein-Pieter van Braam2017-12-084-0/+140
| | | | | | | | | | | | As requested by reduz, an import of thekla_atlas into thirdparty/
* | | Fixed is_playing funtion (was reporting wrong), closes #13928Juan Linietsky2017-12-071-2/+2
| | | | | | | | | | | | Made error reporting to opcode_set in gdscript a bit clearer
* | | Merge pull request #14332 from akien-mga/clang-formatRémi Verschelde2017-12-0751-227/+284
|\ \ \ | | | | | | | | Update style for clang-format 5.0.0, new min required version
| * | | Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-0750-226/+284
| | | |
| * | | Style: Apply clang-format again on all filesRémi Verschelde2017-12-073-9/+8
| | |/ | |/| | | | | | | | | | Fixes issues introduced by newer clang-format versions or commits pushed directly without using the clang-format pre-commit hook.
* / | doc: Sync classref after a496dd4d, removing NOEDITOR properties from docRémi Verschelde2017-12-0711-61/+112
|/ /
* | Merge pull request #14006 from akien-mga/tinyexrRémi Verschelde2017-12-071-5/+20
|\ \ | | | | | | Fix TinyEXR import bug and update to current master
| * | TinyEXR: Fix EXR header when parsing pixels encoded as HALFRémi Verschelde2017-12-051-5/+20
| | | | | | | | | | | | | | | Also free the header and image properly after usage. Fixes #13490.
* | | Merge pull request #13436 from hoelzl/pr-vs-yield-signal-oneshotRémi Verschelde2017-12-061-1/+1
|\ \ \ | | | | | | | | Connect signal for VisualScript "Yield Signal" using oneshot mode
| * | | Connect signal for VisualScript "Yield Signal" using oneshot modeMatthias Hoelzl2017-12-011-1/+1
| | | | | | | | | | | | | | | | | | | | Since the first call to a VisualScriptFunctionState invalidates the state, any further call results in errors.
* | | | Merge pull request #13427 from hoelzl/pr-vs-enable-yieldRémi Verschelde2017-12-061-1/+1
|\ \ \ \ | |_|/ / |/| | | Make VisualScriptFunctionState instantiable
| * | | Make VisualScriptFunctionState instantiableMatthias Hoelzl2017-11-301-1/+1
| |/ /
* | | Improve slang, especially in user-visible partsUnknown2017-12-055-7/+4
| | |
* | | Merge pull request #13992 from ISylvox/substract-to-subtractRémi Verschelde2017-12-0510-16/+16
|\ \ \ | | | | | | | | Fix Typo: Substract to Subtract