| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #14978 from AndreaCatania/intshap | Juan Linietsky | 2017-12-23 | 1 | -1/+1 |
| |\ | | | | | Fixed dispatch callback | ||||
| | * | Fixed dispatch callback | AndreaCatania | 2017-12-23 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #14965 from AndreaCatania/intshap | Rémi Verschelde | 2017-12-23 | 3 | -12/+33 |
| |\| | | | | | Fixed bullet intersect_shape crash, Fixed bullet sleeping | ||||
| | * | Fixed rigidbody sleping, Fixes #13952 | AndreaCatania | 2017-12-23 | 2 | -11/+29 |
| | | | |||||
| | * | Fixed intersect_shape crash, closes #13697 | AndreaCatania | 2017-12-23 | 1 | -1/+4 |
| | | | |||||
| * | | Fix gridmap disappearing after editing after bake, closes #14868 | Juan Linietsky | 2017-12-20 | 1 | -1/+1 |
| | | | |||||
| * | | Fix fatal mono logs not getting logged to disk. | PJB3005 | 2017-12-19 | 1 | -1/+3 |
| | | | | | | | | | | | | | They aborted the application without flushing the log file. Also there was a typo. | ||||
| * | | -Fix some crashes in unwrapper | Juan Linietsky | 2017-12-19 | 1 | -1/+1 |
| | | | | | | | | | -Add emission lighting to raytrace mode, fixes #14686 | ||||
| * | | Should no longer crash after rebaking, may be a solution to #14795 | Juan Linietsky | 2017-12-19 | 1 | -8/+9 |
| |/ | | | | Not sure if this is the same problem, as reported, please test. | ||||
| * | Add plugin to edit GDNativeLibrary | geequlim | 2017-12-18 | 6 | -17/+555 |
| | | | | | Rename GDNativeLibraryEditor to GDNativeLibrarySingletonEditor | ||||
| * | doc: Sync classref with current source | Rémi Verschelde | 2017-12-18 | 1 | -0/+30 |
| | | |||||
| * | Added baked light support for gridmaps. | Juan Linietsky | 2017-12-18 | 2 | -27/+220 |
| | | |||||
| * | Merge pull request #14788 from mrcdk/ogg_pop_noise_fix | Rémi Verschelde | 2017-12-17 | 1 | -4/+12 |
| |\ | | | | | Fix ogg looping pop noise. Closes #11468 | ||||
| | * | Fix ogg looping pop noise. Closes #11468 | MrCdK | 2017-12-17 | 1 | -4/+12 |
| | | | |||||
| * | | Merge pull request #14754 from willnationsdev/dictionary-copy | Rémi Verschelde | 2017-12-17 | 1 | -3/+3 |
| |\ \ | | | | | | | Added 'duplicate' function for Dictionary in C++ and API. | ||||
| | * | | Dictionary::copy -> ::duplicate | Will Nations | 2017-12-17 | 1 | -3/+3 |
| | | | | |||||
| * | | | Now every variant type has its icon. | Daniel J. Ramirez | 2017-12-17 | 1 | -8/+8 |
| | |/ |/| | |||||
| * | | General use Variant type icons, plus other icon updates. | Daniel J. Ramirez | 2017-12-17 | 1 | -52/+52 |
| | | | |||||
| * | | Cleanup some #if 0'd code | Rémi Verschelde | 2017-12-17 | 3 | -949/+2 |
| |/ | |||||
| * | Merge pull request #12845 from remorse107/Array-Dictionary-Fix | Rémi Verschelde | 2017-12-16 | 1 | -9/+33 |
| |\ | | | | | Fix issue #11400. Fixes issue with arrays and dictionary acting as static objects between different instances of objects. | ||||
| | * | Fix issue #11400. Fixes issue with arrays and dictionary acting as static ↵ | Robert Morse | 2017-11-17 | 1 | -9/+33 |
| | | | | | | | | | objects between different instances of objects. | ||||
| * | | Remove get_stack_bottom | Ruslan Mustakov | 2017-12-16 | 3 | -14/+0 |
| | | | | | | | | | | | It's not used in godot-nim any longer and there were no other uses for it. | ||||
| * | | Merge pull request #14676 from NathanWarden/nav_create_to_add | Rémi Verschelde | 2017-12-16 | 1 | -2/+2 |
| |\ \ | | | | | | | Renamed navmesh_create to navmesh_add since no navmesh is created. | ||||
| | * | | Renamed navmesh/poly_create to navmesh/poly_add since no navmesh is created. | Nathan Warden | 2017-12-15 | 1 | -2/+2 |
| | | | | |||||
| * | | | Merge pull request #14708 from Faless/get_packet_not_const_rebased | Rémi Verschelde | 2017-12-16 | 2 | -6/+6 |
| |\ \ \ | | | | | | | | | Remove "const" from PacketPeer get_packet/get_var, move windows network related stuff to drivers | ||||
| | * | | | Remove "const" from PacketPeer get_packet/get_var | Fabio Alessandrelli | 2017-12-15 | 2 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | | | Made built-in identifiers properly constant in shaders. Fixes #14449, closes ↵ | Juan Linietsky | 2017-12-15 | 1 | -0/+5 |
| |/ / / | | | | | | | | | | #14629 | ||||
| * | | | Merge pull request #14679 from ↵ | Thomas Herzog | 2017-12-15 | 1 | -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 Leblond | 2017-12-15 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | gdnative_api.json | ||||
| * | | | | Fixes thekla atlas mingw-w64 build | bruvzg | 2017-12-15 | 1 | -1/+1 |
| |/ / / | |||||
| * / / | GDScript files are converted to binary on export now. | Juan Linietsky | 2017-12-14 | 1 | -0/+44 |
| |/ / | |||||
| * | | -Add lightmapper | Juan Linietsky | 2017-12-14 | 1 | -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_env | Rémi Verschelde | 2017-12-13 | 4 | -6/+19 |
| |\ \ | | | | | | | Scons: Build modules in seperate env. | ||||
| | * | | Scons: Build modules in seperate env. | Andreas Haas | 2017-12-13 | 4 | -6/+19 |
| | | | | |||||
| * | | | Merge pull request #14587 from hoelzl/pr-no-std-arg-on-msvc | Rémi Verschelde | 2017-12-13 | 2 | -2/+4 |
| |\ \ \ | | | | | | | | | Don't pass -std=gnu++11 to MSVC | ||||
| | * | | | Change -std=gnu++11 to -stc=c++11 and don't pass flag to MSVC | Matthias Hoelzl | 2017-12-12 | 2 | -2/+4 |
| | | | | | |||||
| * | | | | Merge pull request #14591 from mhilbrunner/patch-6 | Rémi Verschelde | 2017-12-13 | 1 | -2/+6 |
| |\ \ \ \ | | | | | | | | | | | Small fix in stream_peer_openssl: missing break, formatting | ||||
| | * | | | | stream_peer_openssl: add missing break & format | Max Hilbrunner | 2017-12-12 | 1 | -2/+6 |
| | |/ / / | |||||
| * | | | | Merge pull request #14593 from Hinsbart/mono_env | Rémi Verschelde | 2017-12-13 | 1 | -9/+12 |
| |\ \ \ \ | | |/ / | |/| | | Mono: Build in cloned env. | ||||
| | * | | | Mono: Build in cloned env. | Andreas Haas | 2017-12-12 | 1 | -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_atlas | Hein-Pieter van Braam | 2017-12-12 | 1 | -3/+7 |
| |/ / | |||||
| * | | Merge pull request #14555 from bojidar-bg/14324-nested-ternary | Rémi Verschelde | 2017-12-12 | 1 | -4/+7 |
| |\ \ | | | | | | | Properly support nested ternary expressions | ||||
| | * | | Properly support nested ternary expressions | Bojidar Marinov | 2017-12-11 | 1 | -4/+7 |
| | | | | | | | | | | | | | Fixes 14324. | ||||
| * | | | Merge pull request #14561 from volzhs/libwebp-0.6.1 | Rémi Verschelde | 2017-12-12 | 1 | -5/+6 |
| |\ \ \ | |/ / |/| | | Update libwebp to 0.6.1 | ||||
| | * | | Update libwebp to 0.6.1 | volzhs | 2017-12-12 | 1 | -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/scale | Rémi Verschelde | 2017-12-11 | 9 | -57/+100 |
| |\ \ \ | |/ / |/| | | Fixed bullet scale on get_transform and joints | ||||
| | * | | Changed how 6DOF limits works | AndreaCatania | 2017-12-09 | 2 | -35/+31 |
| | | | | |||||
| | * | | Fixed joint scale | AndreaCatania | 2017-12-09 | 5 | -14/+49 |
| | | | | |||||
| | * | | Fixed bullet get_transform scale | AndreaCatania | 2017-12-08 | 3 | -8/+20 |
| | | | | |||||
| * | | | Merge pull request #14516 from AndreaCatania/patch-2 | Rémi Verschelde | 2017-12-11 | 4 | -26/+34 |
| |\ \ \ | | | | | | | | | Implemented physics linear and angular lock | ||||
