summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2017-12-15Remove "const" from PacketPeer get_packet/get_varFabio Alessandrelli
They are NOT constant methods, as state by the comment message, they fetch the last packet and then forget about it, actively changing the state of the object.
2017-12-15Merge pull request #14679 from ↵Thomas Herzog
touilleMan/add-godot_get_global_constants-to-gdnative-wrapper [GDnative] missing godot_get_stack_bottom and godot_get_global_constants
2017-12-15Fixes thekla atlas mingw-w64 buildbruvzg
2017-12-15Add missing godot_get_stack_bottom and godot_get_global_constants in ↵Emmanuel Leblond
gdnative_api.json
2017-12-14GDScript files are converted to binary on export now.Juan Linietsky
2017-12-14-Add lightmapperJuan Linietsky
-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)
2017-12-13Merge pull request #14626 from Hinsbart/module_envRémi Verschelde
Scons: Build modules in seperate env.
2017-12-13Scons: Build modules in seperate env.Andreas Haas
2017-12-13Merge pull request #14587 from hoelzl/pr-no-std-arg-on-msvcRémi Verschelde
Don't pass -std=gnu++11 to MSVC
2017-12-13Merge pull request #14591 from mhilbrunner/patch-6Rémi Verschelde
Small fix in stream_peer_openssl: missing break, formatting
2017-12-13Merge pull request #14593 from Hinsbart/mono_envRémi Verschelde
Mono: Build in cloned env.
2017-12-12Change -std=gnu++11 to -stc=c++11 and don't pass flag to MSVCMatthias Hoelzl
2017-12-12Fix mingw build for thekla_atlasHein-Pieter van Braam
2017-12-12Mono: Build in cloned env.Andreas Haas
Use a cloned env, so that toggling glue_enabled doesn't force a full rebuild as mentioned in #14584.
2017-12-12stream_peer_openssl: add missing break & formatMax Hilbrunner
2017-12-12Merge pull request #14555 from bojidar-bg/14324-nested-ternaryRémi Verschelde
Properly support nested ternary expressions
2017-12-12Merge pull request #14561 from volzhs/libwebp-0.6.1Rémi Verschelde
Update libwebp to 0.6.1
2017-12-12Update libwebp to 0.6.1volzhs
* 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
2017-12-11Properly support nested ternary expressionsBojidar Marinov
Fixes 14324.
2017-12-11Merge pull request #13836 from AndreaCatania/scaleRémi Verschelde
Fixed bullet scale on get_transform and joints
2017-12-11Merge pull request #14516 from AndreaCatania/patch-2Rémi Verschelde
Implemented physics linear and angular lock
2017-12-10Implemented physics linear and angular lockAndreaCatania
2017-12-10Ray cast return shape id. Fixes #14473AndreaCatania
2017-12-10Style: Re-apply clang-format over recent invalid additionsRémi Verschelde
2017-12-09Fix missing parenthesisRémi Verschelde
2017-12-09GDNative: Fix warning when gdnative/singletons is missingRémi Verschelde
2017-12-09Changed how 6DOF limits worksAndreaCatania
2017-12-09Merge pull request #14459 from vnen/gdscript-object-exportRémi Verschelde
Make GDScript parser raise error when exporting Object
2017-12-09Make GDScript parser raise error when exporting ObjectGeorge Marques
2017-12-09-Ability to and unwrap lightmap coordinates on importJuan Linietsky
-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
2017-12-09Merge pull request #14358 from RandomShaper/fix-vscriptRémi Verschelde
Fix function arg count not considered in VisualScript
2017-12-09Merge pull request #12756 from Stratos695/masterRémi Verschelde
Allowing double-axis lock in RigidBody & KinematicBody (Fixes #12500)
2017-12-09Fixed joint scaleAndreaCatania
2017-12-08Fixed bullet get_transform scaleAndreaCatania
2017-12-08Fix thekla_atlas buildHein-Pieter van Braam
clang doesn't like c++ versions being supplied to build c source files.
2017-12-08Import thekla_atlasHein-Pieter van Braam
As requested by reduz, an import of thekla_atlas into thirdparty/
2017-12-07Fixed is_playing funtion (was reporting wrong), closes #13928Juan Linietsky
Made error reporting to opcode_set in gdscript a bit clearer
2017-12-07Merge pull request #14332 from akien-mga/clang-formatRémi Verschelde
Update style for clang-format 5.0.0, new min required version
2017-12-07doc: Sync classref after a496dd4d, removing NOEDITOR properties from docRémi Verschelde
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-12-07Style: Apply clang-format again on all filesRémi Verschelde
Fixes issues introduced by newer clang-format versions or commits pushed directly without using the clang-format pre-commit hook.
2017-12-07Fix function arg count not considered in VisualScriptPedro J. Estébanez
2017-12-07Merge pull request #14006 from akien-mga/tinyexrRémi Verschelde
Fix TinyEXR import bug and update to current master
2017-12-06Merge pull request #13436 from hoelzl/pr-vs-yield-signal-oneshotRémi Verschelde
Connect signal for VisualScript "Yield Signal" using oneshot mode
2017-12-06Merge pull request #13427 from hoelzl/pr-vs-enable-yieldRémi Verschelde
Make VisualScriptFunctionState instantiable
2017-12-05TinyEXR: Fix EXR header when parsing pixels encoded as HALFRémi Verschelde
Also free the header and image properly after usage. Fixes #13490.
2017-12-05Improve slang, especially in user-visible partsUnknown
2017-12-05Merge pull request #13992 from ISylvox/substract-to-subtractRémi Verschelde
Fix Typo: Substract to Subtract
2017-12-05Fixed typo: substract to subtractIndah Sylvia
2017-12-05GDNative: Save singletons only if there's a changeGeorge Marques
Ensures that the Project Settings are saved only if the list of singletons actually changed.