Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2019-01-01 | Fix missing/malformed license headers | Rémi Verschelde | |
2018-12-30 | Merge pull request #24506 from JFonS/expose_gizmos | Rémi Verschelde | |
Expose the new gizmo plugin system to scripting | |||
2018-12-30 | Merge pull request #24545 from akien-mga/osxcross-mono | Rémi Verschelde | |
SCons: Allow building Mono module with OSXCross | |||
2018-12-30 | Fix loading EXR with alpha channel | Rémi Verschelde | |
Fixes #24659. | |||
2018-12-27 | SCons: Drop ios_sim option forcing x86, simulator needs x86_64 | Rémi Verschelde | |
2018-12-27 | doc: Sync classref with current source | Rémi Verschelde | |
Fix various code formatting issues and argument names. | |||
2018-12-27 | Fix size in HeightMapShapeBullet::set_data | Rémi Verschelde | |
2018-12-27 | Merge pull request #24622 from Supatier/fix-vscode-w-uncommon-exec-name | Ignacio Etcheverry | |
Fix: Cannot find code editor: VSCode; although installed on linux | |||
2018-12-27 | Merge pull request #24610 from Faless/emws_buf_size_fixes | Rémi Verschelde | |
Fix HTML5 WebSocket client buffers size. | |||
2018-12-27 | Fix Godot unable to find VSCode binary | Supatier | |
VSCode's executable name is not uniform and godot only search for "code". | |||
2018-12-27 | Merge pull request #24561 from KellyThomas/fix-antiquewhite | Rémi Verschelde | |
fix capitalization for antiquewhite | |||
2018-12-26 | Fix HTML5 WebSocket client buffers size. | Fabio Alessandrelli | |
2018-12-22 | `GodotRestInfoContactResultCallback::addSingleResult` now returns normal | Daniel Abbott | |
`PhysicsDirectSpaceState.get_rest_info()` now provides normals in result Addresses issue 24558 | |||
2018-12-23 | fix capitalization for antiquewhite | Kelly Thomas | |
2018-12-22 | SCons: Allow building Mono module with OSXCross | Rémi Verschelde | |
Improve the test logic to only assume that we're building for macOS if OSXCROSS_ROOT is defined *and* we requested p=osx. Supersedes #24480. | |||
2018-12-21 | Expose the new gizmo plugin system to scripting | JFonS | |
2018-12-21 | [Mono] Color - add ColorN(), Colors - add named color properties | Kelly Thomas | |
2018-12-20 | Merge pull request #24499 from akien-mga/android-thirdparty | Rémi Verschelde | |
Android: Better identify thirdparty C/C++ code | |||
2018-12-20 | doc: Add missing commas after "If true/false" | Rémi Verschelde | |
2018-12-20 | Android: Better identify thirdparty C/C++ code | Rémi Verschelde | |
- The `cpu-features.{c,h}` code was only used by chance by the webm (libvpx) code, so I moved it there. It was actually introduced before that and wasn't in use, and libvpx just happened to be able to compile thanks to it being bundled. It could potentially be compiled on the fly from the Android NDK, but since we plan to replace the webm module by a GDNative plugin in the near future, I went the bundling route. - `ifaddrs_android.h` is already provided in the Android NDK as `ifaddrs.h`, same as on other Unixes. Yet we cannot use it until we up the min API level to 24, where `getifaddrs` is first defined. I moved the files to `thirdparty/misc` and synced them with upstream WebRTC (only indentation changes and removal of `static` qualifiers). Also removes dropped thirdparty files from COPYRIGHT.txt after changes in #24105 and #24145. | |||
2018-12-18 | Merge pull request #23615 from buresu/pluginscript-new | Rémi Verschelde | |
PluginScript: Add support for the new() method | |||
2018-12-16 | Merge pull request #24385 from hpvb/reduce-string-coew | Rémi Verschelde | |
Reduce String CoW | |||
2018-12-16 | Reduce String CoW | Hein-Pieter van Braam | |
By introducing an intermediate proxy class for the array subscript operator for String and CharString we can control better when CowData will actually CoW. This should improve performance of String usage for most cases. | |||
2018-12-16 | Merge pull request #19501 from Zylann/custom_loaders | Rémi Verschelde | |
Added basic support for custom resource savers and loaders | |||
2018-12-15 | Added basic support for custom resource savers and loaders | Marc Gilleron | |
2018-12-15 | doc: Sync classref with current source | Rémi Verschelde | |
2018-12-15 | Add support for collision layers and masks in CSG shapes | meditator | |
2018-12-14 | doc: Grammar and punctuation fixes for CSGMesh and CSGCombiner | corrigentia | |
2018-12-13 | i18n: Sync translation template with current source | Rémi Verschelde | |
Also French translation update and misc fixes to source strings. | |||
2018-12-11 | Merge pull request #24224 from BastiaanOlij/flip_bitangent | Rémi Verschelde | |
Reverse bitangent on everythings | |||
2018-12-10 | Update libwebp to 1.0.1 | volzhs | |
2018-12-09 | Merge pull request #20609 from YeldhamDev/menu_hover_explicit | Rémi Verschelde | |
Make opening menus with the same parent on mouse focus explicit | |||
2018-12-09 | Merge pull request #20745 from Zylann/heightmap_from_image | Rémi Verschelde | |
Allow to create a heightmap collision shape from an image | |||
2018-12-09 | Merge pull request #24223 from vnen/gdscript-better-type-compatible | Rémi Verschelde | |
Fix type-compatibilty check in GDScript | |||
2018-12-08 | Tweaks after feedback | Ben Rog-Wilhelm | |
2018-12-07 | Implement CSharpScript::get_script_method_list and related functionality. | Ben Rog-Wilhelm | |
2018-12-08 | Reverse bitangent on everythings to ensure default normal map behavriour is ↵ | Bastiaan Olij | |
consistent | |||
2018-12-07 | Fix type-compatibilty check in GDScript | George Marques | |
Objects and PoolArrays are properly tested for conversion. | |||
2018-12-07 | Merge pull request #22934 from SeleckyErik/issue-11457 | Rémi Verschelde | |
GDscript function str2var now returns null on invalid input | |||
2018-12-03 | Fix csgshape collider without object id | Aron Castro | |
2018-12-01 | Fix crash due to ~CSharpInstance() being called on freed instance | Ignacio Etcheverry | |
This would be the case when calling SetScript on an object with a C# script. | |||
2018-11-30 | Implement CSharpScript::is_valid() | Ignacio Etcheverry | |
2018-11-30 | Merge pull request #24091 from neikeq/ii | Ignacio Etcheverry | |
C#: Improve tool script support and fix reloading issues | |||
2018-11-30 | C#: Improve tool script support and fix reloading issues | Ignacio Etcheverry | |
2018-11-28 | GDscript function str2var now returns input string on invalid input | Erik | |
str2var used to raise a blocking error when invalid input was passed. Now it logs an error message and returns the input string. This solution was proposed in #13021. Closes #11457 and #13021. | |||
2018-11-28 | Merge pull request #24025 from aaronfranke/analyzer-errors | Rémi Verschelde | |
Fix many errors found by PVS-Studio | |||
2018-11-28 | Merge pull request #24017 from eska014/rt-squish | Rémi Verschelde | |
Enable squish decompression in runtime builds | |||
2018-11-28 | Build squish decompression in runtime | Leon Krause | |
2018-11-28 | Fix many errors found by PVS-Studio | Aaron Franke | |
Fix errors 2, 3, 4, 6, 8, 9, 11, 12, 13, 14, and 15. |