Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-14 | [GDNative] fix editor crash with NativeScript | karroffel | |
2018-01-13 | [GDNative] cache API hashes | karroffel | |
2018-01-13 | SCons: Allow unbundling bullet on Linux (only 2.87+) | Rémi Verschelde | |
2018-01-13 | bullet: Streamline bundling, remove extraneous src/ folder | Rémi Verschelde | |
Document version and how to extract sources in thirdparty/README.md. Drop unnecessary CMake and Premake files. Simplify SCsub, drop unused one. | |||
2018-01-13 | doc: Update version string in XML | Rémi Verschelde | |
2018-01-12 | Merge pull request #15630 from neikeq/issue-15454 | Rémi Verschelde | |
Mono: StackFrame and MonoDevelop crash fixes | |||
2018-01-12 | Mono: Some StackTrace to StackInfo[] fixes | Ignacio Etcheverry | |
- Sometimes `StackFrame.GetMethod()` returns null (e.g.: latest frame of a `MissingMethodException`). Still not sure what to do with that frame (maybe skip it), but at least it no longer fails. - Skip `CSharpLanguage::debug_get_current_stack_info()` if an error is printed from `GDMonoUtils::update_corlib_cache()`. - Fix crash when calling `GDMonoUtils::print_unhandled_exception(exc)` if there is no ScriptDebugger attached. | |||
2018-01-12 | Mono: Fix starting MonoDevelop process from the wrong appdomain | Ignacio Etcheverry | |
2018-01-12 | Merge pull request #15628 from endragor/fix-gdnative-charstrings | Rémi Verschelde | |
Fix GDNative procedures returning godot_char_string | |||
2018-01-12 | Fix GDNative procedures returning godot_char_string | Ruslan Mustakov | |
2018-01-12 | Properly resize textures so they can be ETC compressed, fixes #15139 | Juan Linietsky | |
this may make import times slower though, will have to wait for 3.1 for background texture import and compressonator. | |||
2018-01-12 | Update docs | Bojidar Marinov | |
[ci skip] | |||
2018-01-12 | Bind many more properties to scripts | Bojidar Marinov | |
Notable potentially breaking changes: - PROPERTY_USAGE_NOEDITOR is now PROPERTY_USAGE_STORAGE | PROPERTY_USAGE_NETWORK, without PROPERTY_USAGE_INTERNAL - Some properties were renamed, and sometimes even shadowed by new ones - New getter methods (some virtual) were added | |||
2018-01-11 | Merge pull request #15580 from karroffel/gdnative-api-fixes | Rémi Verschelde | |
[GDNative] updates to string API and const fixes | |||
2018-01-11 | [GDNative] updates to string API and const fixes | karroffel | |
2018-01-10 | Merge pull request #15537 from ↵ | Rémi Verschelde | |
PJB3005/18-01-09-fix-color-string-constructor-mono Fixes Mono color creation from string being 0-255 instead of 0-1. | |||
2018-01-10 | Fixes Mono color creation from string. | Pieter-Jan Briers | |
Fixes #15468 Also improves the error messages if the string isn't hex, because saying that the color value is negative is just a side effect of the implementation and tells you nothing. | |||
2018-01-10 | Merge pull request #15541 from neikeq/look-all-i-want-to-tell-you-is | Rémi Verschelde | |
Mono: Some fixes for #15463 | |||
2018-01-09 | Fix warning when editor resource preview try to read pluginscript resource | Emmanuel Leblond | |
2018-01-09 | Mono: Some fixes for #15463 | Ignacio Etcheverry | |
2018-01-09 | Fix crash in pluginscript complete_code | Emmanuel Leblond | |
2018-01-09 | Merge pull request #15463 from neikeq/the-stack-frame-madness | Rémi Verschelde | |
Mono: Implement stack info for errors and exceptions | |||
2018-01-09 | Mono: Fix iteration order of object types when generating bindings | Ignacio Etcheverry | |
2018-01-09 | External editor fixes | Ignacio Etcheverry | |
- Fix VS Code opening on the previous line to the desired one. - Fix running MonoDevelop without the line and column parameters. - Fix `ScriptEditor::_goto_script_line` not working with language overriden external editors. | |||
2018-01-09 | Mono: Implement stack info for errors and exceptions | Ignacio Etcheverry | |
2018-01-08 | Merge pull request #15490 from AndreaCatania/kin | Rémi Verschelde | |
Fixed #15417 kinematics char jumping | |||
2018-01-08 | Removed useless error print on bullet shapes | AndreaCatania | |
2018-01-08 | Fixed Bullet collision shapes scale | AndreaCatania | |
2018-01-08 | Merge pull request #15426 from poke1024/fix15409 | Rémi Verschelde | |
Fixes RegEx::sub injecting null character (issue 15409) | |||
2018-01-07 | Fixes RegEx::sub injecting null character (issue 15409) | Bernhard Liebl | |
2018-01-07 | doc: Sync classref with current source | Rémi Verschelde | |
2018-01-06 | [GDNative] fix reloading of non-reloadable libraries | karroffel | |
2018-01-06 | Removed PBM bitmap loader, added abiliy to importi mages as bitmap. Fixes #14828 | Juan Linietsky | |
2018-01-06 | [GDNative] added reload property | karroffel | |
2018-01-06 | Fix build of GDMonoField | Rémi Verschelde | |
Closes #15385. | |||
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde | |
Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module. | |||
2018-01-04 | Merge pull request #15346 from neikeq/properties-are-overrated | Rémi Verschelde | |
Mono: Add properties support in scripts | |||
2018-01-04 | Mono: Add properties support in scripts | Ignacio Etcheverry | |
2018-01-04 | Disable lto for gdnative wrapper | Emmanuel Leblond | |
2018-01-04 | Merge pull request #15326 from robfram/issue-15303 | Rémi Verschelde | |
Fix Issue#15303 FreeBSD compilation error in thekla_atlas | |||
2018-01-04 | Fix Issue#15303 FreeBSD compilation error in thekla_atlas due to wrong ↵ | robfram | |
definition of NV_OS_LINUX instead NV_OS_FREEBSD | |||
2018-01-04 | Merge pull request #13257 from AndreaCatania/master | Rémi Verschelde | |
Fixed kinematic movement stuck, Changed how shape scale works. | |||
2018-01-04 | Merge pull request #15223 from ibrahn/ogg-data-leak-fix | Rémi Verschelde | |
free associated audio data on AudioStreamOGGVorbis destruction | |||
2018-01-03 | doc: Sync classref with current source | Rémi Verschelde | |
2018-01-03 | Remove too verbose printf statements from VideoStreamTheora | samvila | |
2018-01-03 | Merge pull request #15114 from capnm/fix-bad-lightmap-crash | Rémi Verschelde | |
Avoid thekla_unwrap crash | |||
2018-01-03 | Merge pull request #15120 from AndreaCatania/gridm | Rémi Verschelde | |
Added layer and mask in the gridmap node | |||
2018-01-03 | Merge pull request #15089 from poke1024/funcref-warn | Rémi Verschelde | |
Warn about funcref creation | |||
2018-01-01 | Merge pull request #15246 from vnen/uwp-gdnative | George Marques | |
Make GDNative DLLs work on UWP | |||
2018-01-01 | Make GDNative DLLs work on UWP | George Marques | |