aboutsummaryrefslogtreecommitdiff
path: root/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge pull request #15223 from ibrahn/ogg-data-leak-fixRémi Verschelde2018-01-042-0/+17
|\ \ \ \ | |_|/ / |/| | | free associated audio data on AudioStreamOGGVorbis destruction
| * | | free associated audio data on AudioStreamOGGVorbis destructionIbrahn Sahir2017-12-312-0/+17
| | | |
* | | | doc: Sync classref with current sourceRémi Verschelde2018-01-031-0/+42
| | | |
* | | | Remove too verbose printf statements from VideoStreamTheorasamvila2018-01-031-9/+0
| | | |
* | | | Merge pull request #15114 from capnm/fix-bad-lightmap-crashRémi Verschelde2018-01-031-0/+7
|\ \ \ \ | | | | | | | | | | Avoid thekla_unwrap crash
| * | | | Avoid thekla_unwrap crashMartin Capitanio2017-12-311-0/+7
| | | | | | | | | | | | | | | | | | | | Godot crashed here sometimes by generating the uv map.
* | | | | Merge pull request #15120 from AndreaCatania/gridmRémi Verschelde2018-01-032-0/+96
|\ \ \ \ \ | | | | | | | | | | | | Added layer and mask in the gridmap node
| * | | | | Added layer and mask in the gridmap nodeAndreaCatania2017-12-282-0/+96
| | | | | |
* | | | | | Merge pull request #15089 from poke1024/funcref-warnRémi Verschelde2018-01-031-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Warn about funcref creation
| * | | | | | Warn about funcref creationBernhard Liebl2017-12-261-1/+1
| | | | | | |
* | | | | | | Merge pull request #15246 from vnen/uwp-gdnativeGeorge Marques2018-01-012-2/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Make GDNative DLLs work on UWP
| * | | | | | | Make GDNative DLLs work on UWPGeorge Marques2018-01-012-2/+5
| | |_|_|/ / / | |/| | | | |
* | | | | | | Update copyright statements to 2018Rémi Verschelde2018-01-01310-626/+626
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Happy new year to the wonderful Godot community!
* | | | | | | Merge pull request #15232 from neikeq/issue-15138-and-moreRémi Verschelde2018-01-019-58/+119
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Mono fixes
| * | | | | | | Mono: Change BindingsGenerator singleton to avoid StringName leaksIgnacio Etcheverry2018-01-014-18/+30
| | | | | | | |
| * | | | | | | Mono: Script lifetime fixesIgnacio Etcheverry2018-01-017-40/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - alloc_language_binding: Use strong GC handle as well for references. Fixes #15138 - Set the native instance field of Godot.Object to IntPtr.Zero when it's freed. - Create weak handles without tracking resurrection (that was causing trouble). This means we have to call notification predelete before queueing a native Object for deletion, and use the MonoObject* passed by the finalizer because the weak GC handle target will return NULL at this point.
* | | | | | | | Merge pull request #15136 from neikeq/issue-15128Ignacio Etcheverry2017-12-311-49/+48
|\| | | | | | | | |/ / / / / / |/| | | | | | Mono: Bindings no longer relie on DocData for accessors
| * | | | | | Mono: Bindings no longer relie on DocData for accessorsIgnacio Etcheverry2017-12-291-49/+48
| | |_|/ / / | |/| | | |
* / | | | | fix typo in switch statementfirefly24422017-12-301-1/+1
|/ / / / /
* | | | | Merge pull request #14996 from neikeq/enums-monoNoshyaar2017-12-2710-296/+765
|\ \ \ \ \ | |_|/ / / |/| | | | Mono: Make the bindings generator output enums
| * | | | Mono: Make the bindings generator output enumsIgnacio Etcheverry2017-12-2410-296/+765
| | |_|/ | |/| | | | | | | | | | - Switch to PascalCase for constants names
* | | | Merge pull request #14997 from neikeq/issue-14988Ignacio Etcheverry2017-12-244-7/+15
|\ \ \ \ | | | | | | | | | | Marshal NULL MonoString* as empty Godot string
| * | | | Marshal NULL MonoString* as empty Godot stringIgnacio Etcheverry2017-12-244-7/+15
| |/ / /
* | | | Restored opus build since WebM needs it, but disabled it from code.Juan Linietsky2017-12-242-11/+11
| | | |
* | | | -Removed OpenMP support, replaced by a custom class.Juan Linietsky2017-12-241-1/+6
| | | | | | | | | | | | | | | | -Disabled Opus, implementation is wrong.
* | | | Merge pull request #14982 from GodotExplorer/more-translate-textNoshyaar2017-12-242-12/+12
|\ \ \ \ | |/ / / |/| | | Add more translatable text for editor plugins.
| * | | Add more translatable text for editor plugins.geequlim2017-12-232-12/+12
| | | |
* | | | Merge pull request #14978 from AndreaCatania/intshapJuan Linietsky2017-12-231-1/+1
|\ \ \ \ | |/ / / |/| | | Fixed dispatch callback
| * | | Fixed dispatch callbackAndreaCatania2017-12-231-1/+1
| | | |
* | | | Merge pull request #14965 from AndreaCatania/intshapRémi Verschelde2017-12-233-12/+33
|\| | | | |/ / |/| | Fixed bullet intersect_shape crash, Fixed bullet sleeping
| * | Fixed rigidbody sleping, Fixes #13952AndreaCatania2017-12-232-11/+29
| | |
| * | Fixed intersect_shape crash, closes #13697AndreaCatania2017-12-231-1/+4
| |/
* | Fix gridmap disappearing after editing after bake, closes #14868Juan Linietsky2017-12-201-1/+1
| |
* | Fix fatal mono logs not getting logged to disk.PJB30052017-12-191-1/+3
| | | | | | | | | | | | They aborted the application without flushing the log file. Also there was a typo.
* | -Fix some crashes in unwrapperJuan Linietsky2017-12-191-1/+1
| | | | | | | | -Add emission lighting to raytrace mode, fixes #14686
* | Should no longer crash after rebaking, may be a solution to #14795Juan Linietsky2017-12-191-8/+9
|/ | | | Not sure if this is the same problem, as reported, please test.
* Add plugin to edit GDNativeLibrarygeequlim2017-12-186-17/+555
| | | | Rename GDNativeLibraryEditor to GDNativeLibrarySingletonEditor
* doc: Sync classref with current sourceRémi Verschelde2017-12-181-0/+30
|
* Added baked light support for gridmaps.Juan Linietsky2017-12-182-27/+220
|
* Merge pull request #14788 from mrcdk/ogg_pop_noise_fixRémi Verschelde2017-12-171-4/+12
|\ | | | | Fix ogg looping pop noise. Closes #11468
| * Fix ogg looping pop noise. Closes #11468MrCdK2017-12-171-4/+12
| |
* | Merge pull request #14754 from willnationsdev/dictionary-copyRémi Verschelde2017-12-171-3/+3
|\ \ | | | | | | Added 'duplicate' function for Dictionary in C++ and API.
| * | Dictionary::copy -> ::duplicateWill Nations2017-12-171-3/+3
| | |
* | | Now every variant type has its icon.Daniel J. Ramirez2017-12-171-8/+8
| |/ |/|
* | General use Variant type icons, plus other icon updates.Daniel J. Ramirez2017-12-171-52/+52
| |
* | Cleanup some #if 0'd codeRémi Verschelde2017-12-173-949/+2
|/
* Merge pull request #12845 from remorse107/Array-Dictionary-FixRémi Verschelde2017-12-161-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 Morse2017-11-171-9/+33
| | | | | | | | objects between different instances of objects.
* | Remove get_stack_bottomRuslan Mustakov2017-12-163-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_addRémi Verschelde2017-12-161-2/+2
|\ \ | | | | | | Renamed navmesh_create to navmesh_add since no navmesh is created.