Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-20 | Fix gridmap disappearing after editing after bake, closes #14868 | Juan Linietsky | |
2017-12-19 | Fix fatal mono logs not getting logged to disk. | PJB3005 | |
They aborted the application without flushing the log file. Also there was a typo. | |||
2017-12-19 | -Fix some crashes in unwrapper | Juan Linietsky | |
-Add emission lighting to raytrace mode, fixes #14686 | |||
2017-12-19 | Should no longer crash after rebaking, may be a solution to #14795 | Juan Linietsky | |
Not sure if this is the same problem, as reported, please test. | |||
2017-12-18 | Add plugin to edit GDNativeLibrary | geequlim | |
Rename GDNativeLibraryEditor to GDNativeLibrarySingletonEditor | |||
2017-12-18 | doc: Sync classref with current source | Rémi Verschelde | |
2017-12-18 | Added baked light support for gridmaps. | Juan Linietsky | |
2017-12-17 | Merge pull request #14788 from mrcdk/ogg_pop_noise_fix | Rémi Verschelde | |
Fix ogg looping pop noise. Closes #11468 | |||
2017-12-17 | Merge pull request #14754 from willnationsdev/dictionary-copy | Rémi Verschelde | |
Added 'duplicate' function for Dictionary in C++ and API. | |||
2017-12-17 | Dictionary::copy -> ::duplicate | Will Nations | |
2017-12-17 | Fix ogg looping pop noise. Closes #11468 | MrCdK | |
2017-12-17 | Now every variant type has its icon. | Daniel J. Ramirez | |
2017-12-17 | General use Variant type icons, plus other icon updates. | Daniel J. Ramirez | |
2017-12-17 | Cleanup some #if 0'd code | Rémi Verschelde | |
2017-12-16 | Merge pull request #12845 from remorse107/Array-Dictionary-Fix | Rémi Verschelde | |
Fix issue #11400. Fixes issue with arrays and dictionary acting as static objects between different instances of objects. | |||
2017-12-16 | Remove get_stack_bottom | Ruslan Mustakov | |
It's not used in godot-nim any longer and there were no other uses for it. | |||
2017-12-16 | Merge pull request #14676 from NathanWarden/nav_create_to_add | Rémi Verschelde | |
Renamed navmesh_create to navmesh_add since no navmesh is created. | |||
2017-12-16 | Merge pull request #14708 from Faless/get_packet_not_const_rebased | Rémi Verschelde | |
Remove "const" from PacketPeer get_packet/get_var, move windows network related stuff to drivers | |||
2017-12-15 | Made built-in identifiers properly constant in shaders. Fixes #14449, closes ↵ | Juan Linietsky | |
#14629 | |||
2017-12-15 | Renamed navmesh/poly_create to navmesh/poly_add since no navmesh is created. | Nathan Warden | |
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 |