Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-04 | Merge pull request #26591 from neikeq/oi | Rémi Verschelde | |
Mono: Add option to print MSBuild output and improve out of sync error | |||
2019-03-04 | Mono: Add option to print MSBuild output and improve out of sync error | Ignacio Etcheverry | |
2019-03-04 | Close file handles after use of new get_as_utf8_strings, fixes #26578 | Juan Linietsky | |
2019-03-04 | Merge pull request #26513 from cart/mono-log-profiler | Ignacio Etcheverry | |
Add mono log profiler support | |||
2019-03-04 | libwebp: Sync with upstream 1.0.2 | Rémi Verschelde | |
2019-03-04 | Revert "Forbid implicit type conversion in GDScript" | Rémi Verschelde | |
2019-03-04 | Merge pull request #26541 from clayjohn/noise_texture_scale | Rémi Verschelde | |
Added bump_strength to NoiseTexture | |||
2019-03-04 | Merge pull request #26562 from vnen/gdscript-no-implicit-cast | Rémi Verschelde | |
Forbid implicit type conversion in GDScript | |||
2019-03-03 | GDScript: Fix issue when detecting file class in inner class | George Marques | |
2019-03-03 | GDScript: Forbid implicit type conversion | George Marques | |
Since types are not present in release builds, this could cause issues where a variable does not have the exact defined type. | |||
2019-03-03 | GDScript: Allow `for` iterator to be rededefined | George Marques | |
2019-03-03 | Merge pull request #26547 from vnen/gdscript-dependency-parse | Juan Linietsky | |
Add a parse mode for GDScript which doesn't load dependencies | |||
2019-03-03 | added bump_strength to noisetexture | clayjohn | |
2019-03-03 | Add a dependency search mode for GDScript parser | George Marques | |
- This mode avoids loading any other resource. - Search for class_name now uses this mode, to avoid loading in the scan thread. - Implement get_dependencies() for GDScript loader, now exporting dependencies only should include the preloaded resources. | |||
2019-03-03 | Merge pull request #26528 from bojidar-bg/26047-gdscript-object-argument | George Marques | |
Allow parameters passed to GDScript functions to be nulled | |||
2019-03-03 | Merge pull request #26521 from bojidar-bg/25408-gdscript-constant-bug | George Marques | |
Fix GDScript checking for assigning to a constant only in release | |||
2019-03-03 | Allow parameters passed to GDScript functions to be nulled | Bojidar Marinov | |
Previous version resulted in confusing (but actually right) errors about converting "from Object to Object", since CallError does not include information about the actual types involved. | |||
2019-03-03 | Fix GDScript checking for assigning to a constant only in release | Bojidar Marinov | |
2019-03-02 | Add mono log profiler support | Carter Anderson | |
2019-03-02 | SCons: Move platform-specific Opus config to its module | Rémi Verschelde | |
2019-03-01 | Fix CSG crash, closes #26281 | Juan Linietsky | |
2019-03-01 | C#: Fix parsing of class full name when the base has generics | Ignacio Etcheverry | |
Also we no longer ignore base classes with generics, since we don't really care about that. | |||
2019-02-28 | Mono: Fail on script instance creation if constructor was not found | Ignacio Etcheverry | |
Previously this would result in NULL dereferencing. Now we fail with an error. | |||
2019-02-28 | Mono: Make sure the generated RootNamespace is a valid identifier | Ignacio Etcheverry | |
2019-02-28 | Merge pull request #26411 from neikeq/issue-26195 | Ignacio Etcheverry | |
C#: Add Array.Resize(int) method | |||
2019-02-28 | C#: Add Array.Resize(int) method | Ignacio Etcheverry | |
2019-02-28 | opus: Better sync sources list with upstream buildsystem | Rémi Verschelde | |
2019-02-28 | Merge pull request #26034 from QbieShay/issue_25596 | Rémi Verschelde | |
Inheriting from virtual class no longer causes the engine to crash. | |||
2019-02-27 | Inheriting from virtual class no longer causes the engine to crash, it ↵ | QbieShay | |
prints an error instead. Co-authored-by: Hein-Pieter van Braam <hp@tmm.cx> | |||
2019-02-27 | Merge pull request #26159 from marxin/fix-Wsuggest-attribute=format | Rémi Verschelde | |
Fix -Wsuggest-attribute=format warnings. | |||
2019-02-27 | Merge pull request #26134 from marxin/fix-Wsign-compare | Rémi Verschelde | |
Fix -Wsign-compare warnings. | |||
2019-02-27 | Fix -Wsign-compare warnings. | marxin | |
I decided to modify code in a defensive way. Ideally functions like size() or length() should return an unsigned type. | |||
2019-02-27 | Fix -Wsuggest-attribute=format warnings. | marxin | |
2019-02-27 | Merge pull request #26333 from neikeq/ayaya | Ignacio Etcheverry | |
Mono: Some editor usability improvements | |||
2019-02-27 | Mono: Some editor usability improvements | Ignacio Etcheverry | |
- Move "Mono" popup menu from the top right corner to `Projects -> Tools` as a submenu. - Add "Build solution" button to the top right corner. Makes it more visible and quicker to access. - Fix build list in the bottom panel unselect an item when clicking on empty space. Previously it would hide the issues panel but the item would remain selected, making it impossible to display the issues panel again if there was only one item. | |||
2019-02-27 | Remove problematic VS Code hint path on Windows | Ignacio Etcheverry | |
2019-02-27 | Merge pull request #26304 from bojidar-bg/26066-fix-exported-poolarray | Rémi Verschelde | |
Fix GDScript exports having the wrong type of default value by converting it | |||
2019-02-26 | -Properly handle missing ETC support on export | Juan Linietsky | |
-Added ability for resource importers to save metadata -Added ability for resource importers to validate depending on project settings | |||
2019-02-26 | Fix "No loader found for resource: res://" spam when NativeScript ↵ | Eric Rybicki | |
script_class_name is not empty. fixes #26275 | |||
2019-02-26 | Fix GDScript exports having the wrong type of default value by converting it | Bojidar Marinov | |
Also, initialize elements of PoolArrays when resizing them in the editor. Fixes #26066. | |||
2019-02-24 | Fixing C compatiblity for GDNative NET module | Fabio Alessandrelli | |
Also add net interfaces to gdnative_api.json | |||
2019-02-24 | Merge pull request #25018 from AllanDaemon/#24895 | George Marques | |
Fix support for optional parameters in setters | |||
2019-02-23 | C#: Fix Vector2.AngleToPoint | Ignacio Etcheverry | |
Fixes #26209 | |||
2019-02-23 | Merge pull request #26203 from neikeq/csharp-basis | Rémi Verschelde | |
C#: Basis fixes and cleanup | |||
2019-02-23 | C#: Basis fixes and cleanup | Ignacio Etcheverry | |
Fix Basis operator[int]. Now it returns columns instead of rows. Fix Transform2D.AfficeInverse() mutating rather than returning a new Transform2D. | |||
2019-02-22 | Revert "Optimized area check" | Rémi Verschelde | |
2019-02-22 | Merge pull request #26133 from YeldhamDev/ttr_undoredo_actions | Rémi Verschelde | |
Make translatable some undo/redo operations in the editor | |||
2019-02-22 | Merge pull request #26132 from marxin/fix-Wignored-qualifiers | Rémi Verschelde | |
Fix warnings seen with -Wignored-qualifiers. | |||
2019-02-22 | Merge pull request #26130 from karroffel/gdnative-dictionary-fix | Rémi Verschelde | |
added godot_dictionary_get_with_default to GDNative | |||
2019-02-22 | Merge pull request #26099 from marxin/fix-Wtype-limits-warnings | Rémi Verschelde | |
Fix all -Wtype-limits warnings. |