summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2017-12-20Fix gridmap disappearing after editing after bake, closes #14868Juan Linietsky
2017-12-19Fix fatal mono logs not getting logged to disk.PJB3005
2017-12-19-Fix some crashes in unwrapperJuan Linietsky
2017-12-19Should no longer crash after rebaking, may be a solution to #14795Juan Linietsky
2017-12-18Add plugin to edit GDNativeLibrarygeequlim
2017-12-18doc: Sync classref with current sourceRémi Verschelde
2017-12-18Added baked light support for gridmaps.Juan Linietsky
2017-12-17Merge pull request #14788 from mrcdk/ogg_pop_noise_fixRémi Verschelde
2017-12-17Merge pull request #14754 from willnationsdev/dictionary-copyRémi Verschelde
2017-12-17Dictionary::copy -> ::duplicateWill Nations
2017-12-17Fix ogg looping pop noise. Closes #11468MrCdK
2017-12-17Now every variant type has its icon.Daniel J. Ramirez
2017-12-17General use Variant type icons, plus other icon updates.Daniel J. Ramirez
2017-12-17Cleanup some #if 0'd codeRémi Verschelde
2017-12-16Merge pull request #12845 from remorse107/Array-Dictionary-FixRémi Verschelde
2017-12-16Remove get_stack_bottomRuslan Mustakov
2017-12-16Merge pull request #14676 from NathanWarden/nav_create_to_addRémi Verschelde
2017-12-16Merge pull request #14708 from Faless/get_packet_not_const_rebasedRémi Verschelde
2017-12-15Made built-in identifiers properly constant in shaders. Fixes #14449, closes ...Juan Linietsky
2017-12-15Renamed navmesh/poly_create to navmesh/poly_add since no navmesh is created.Nathan Warden
2017-12-15Remove "const" from PacketPeer get_packet/get_varFabio Alessandrelli
2017-12-15Merge pull request #14679 from touilleMan/add-godot_get_global_constants-to-g...Thomas Herzog
2017-12-15Fixes thekla atlas mingw-w64 buildbruvzg
2017-12-15Add missing godot_get_stack_bottom and godot_get_global_constants in gdnative...Emmanuel Leblond
2017-12-14GDScript files are converted to binary on export now.Juan Linietsky
2017-12-14-Add lightmapperJuan Linietsky
2017-12-13Merge pull request #14626 from Hinsbart/module_envRémi Verschelde
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
2017-12-13Merge pull request #14591 from mhilbrunner/patch-6Rémi Verschelde
2017-12-13Merge pull request #14593 from Hinsbart/mono_envRémi Verschelde
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
2017-12-12stream_peer_openssl: add missing break & formatMax Hilbrunner
2017-12-12Merge pull request #14555 from bojidar-bg/14324-nested-ternaryRémi Verschelde
2017-12-12Merge pull request #14561 from volzhs/libwebp-0.6.1Rémi Verschelde
2017-12-12Update libwebp to 0.6.1volzhs
2017-12-11Properly support nested ternary expressionsBojidar Marinov
2017-12-11Merge pull request #13836 from AndreaCatania/scaleRémi Verschelde
2017-12-11Merge pull request #14516 from AndreaCatania/patch-2Rémi Verschelde
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
2017-12-09Make GDScript parser raise error when exporting ObjectGeorge Marques
2017-12-09-Ability to and unwrap lightmap coordinates on importJuan Linietsky