Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-15 | Remove "const" from PacketPeer get_packet/get_var | Fabio 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-15 | Merge 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-15 | Fixes thekla atlas mingw-w64 build | bruvzg | |
2017-12-15 | Add missing godot_get_stack_bottom and godot_get_global_constants in ↵ | Emmanuel Leblond | |
gdnative_api.json | |||
2017-12-14 | GDScript files are converted to binary on export now. | Juan Linietsky | |
2017-12-14 | -Add lightmapper | Juan 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-13 | Merge pull request #14626 from Hinsbart/module_env | Rémi Verschelde | |
Scons: Build modules in seperate env. | |||
2017-12-13 | Scons: Build modules in seperate env. | Andreas Haas | |
2017-12-13 | Merge pull request #14587 from hoelzl/pr-no-std-arg-on-msvc | Rémi Verschelde | |
Don't pass -std=gnu++11 to MSVC | |||
2017-12-13 | Merge pull request #14591 from mhilbrunner/patch-6 | Rémi Verschelde | |
Small fix in stream_peer_openssl: missing break, formatting | |||
2017-12-13 | Merge pull request #14593 from Hinsbart/mono_env | Rémi Verschelde | |
Mono: Build in cloned env. | |||
2017-12-12 | Change -std=gnu++11 to -stc=c++11 and don't pass flag to MSVC | Matthias Hoelzl | |
2017-12-12 | Fix mingw build for thekla_atlas | Hein-Pieter van Braam | |
2017-12-12 | Mono: 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-12 | stream_peer_openssl: add missing break & format | Max Hilbrunner | |
2017-12-12 | Merge pull request #14555 from bojidar-bg/14324-nested-ternary | Rémi Verschelde | |
Properly support nested ternary expressions | |||
2017-12-12 | Merge pull request #14561 from volzhs/libwebp-0.6.1 | Rémi Verschelde | |
Update libwebp to 0.6.1 | |||
2017-12-12 | Update libwebp to 0.6.1 | volzhs | |
* 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-11 | Properly support nested ternary expressions | Bojidar Marinov | |
Fixes 14324. | |||
2017-12-11 | Merge pull request #13836 from AndreaCatania/scale | Rémi Verschelde | |
Fixed bullet scale on get_transform and joints | |||
2017-12-11 | Merge pull request #14516 from AndreaCatania/patch-2 | Rémi Verschelde | |
Implemented physics linear and angular lock | |||
2017-12-10 | Implemented physics linear and angular lock | AndreaCatania | |
2017-12-10 | Ray cast return shape id. Fixes #14473 | AndreaCatania | |
2017-12-10 | Style: Re-apply clang-format over recent invalid additions | Rémi Verschelde | |
2017-12-09 | Fix missing parenthesis | Rémi Verschelde | |
2017-12-09 | GDNative: Fix warning when gdnative/singletons is missing | Rémi Verschelde | |
2017-12-09 | Changed how 6DOF limits works | AndreaCatania | |
2017-12-09 | Merge pull request #14459 from vnen/gdscript-object-export | Rémi Verschelde | |
Make GDScript parser raise error when exporting Object | |||
2017-12-09 | Make GDScript parser raise error when exporting Object | George Marques | |
2017-12-09 | -Ability to and unwrap lightmap coordinates on import | Juan 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-09 | Merge pull request #14358 from RandomShaper/fix-vscript | Rémi Verschelde | |
Fix function arg count not considered in VisualScript | |||
2017-12-09 | Merge pull request #12756 from Stratos695/master | Rémi Verschelde | |
Allowing double-axis lock in RigidBody & KinematicBody (Fixes #12500) | |||
2017-12-09 | Fixed joint scale | AndreaCatania | |
2017-12-08 | Fixed bullet get_transform scale | AndreaCatania | |
2017-12-08 | Fix thekla_atlas build | Hein-Pieter van Braam | |
clang doesn't like c++ versions being supplied to build c source files. | |||
2017-12-08 | Import thekla_atlas | Hein-Pieter van Braam | |
As requested by reduz, an import of thekla_atlas into thirdparty/ | |||
2017-12-07 | Fixed is_playing funtion (was reporting wrong), closes #13928 | Juan Linietsky | |
Made error reporting to opcode_set in gdscript a bit clearer | |||
2017-12-07 | Merge pull request #14332 from akien-mga/clang-format | Rémi Verschelde | |
Update style for clang-format 5.0.0, new min required version | |||
2017-12-07 | doc: Sync classref after a496dd4d, removing NOEDITOR properties from doc | Rémi Verschelde | |
2017-12-07 | Style: Apply new clang-format 5.0 style to all files | Rémi Verschelde | |
2017-12-07 | Style: Apply clang-format again on all files | Rémi Verschelde | |
Fixes issues introduced by newer clang-format versions or commits pushed directly without using the clang-format pre-commit hook. | |||
2017-12-07 | Fix function arg count not considered in VisualScript | Pedro J. Estébanez | |
2017-12-07 | Merge pull request #14006 from akien-mga/tinyexr | Rémi Verschelde | |
Fix TinyEXR import bug and update to current master | |||
2017-12-06 | Merge pull request #13436 from hoelzl/pr-vs-yield-signal-oneshot | Rémi Verschelde | |
Connect signal for VisualScript "Yield Signal" using oneshot mode | |||
2017-12-06 | Merge pull request #13427 from hoelzl/pr-vs-enable-yield | Rémi Verschelde | |
Make VisualScriptFunctionState instantiable | |||
2017-12-05 | TinyEXR: Fix EXR header when parsing pixels encoded as HALF | Rémi Verschelde | |
Also free the header and image properly after usage. Fixes #13490. | |||
2017-12-05 | Improve slang, especially in user-visible parts | Unknown | |
2017-12-05 | Merge pull request #13992 from ISylvox/substract-to-subtract | Rémi Verschelde | |
Fix Typo: Substract to Subtract | |||
2017-12-05 | Fixed typo: substract to subtract | Indah Sylvia | |
2017-12-05 | GDNative: Save singletons only if there's a change | George Marques | |
Ensures that the Project Settings are saved only if the list of singletons actually changed. |