Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-24 | Merge pull request #19225 from Paulb23/open_all_files_in_script_editor | Max Hilbrunner | |
Open all files in script editor | |||
2018-07-24 | Removed unnecessary assignments | Wilson E. Alvarez | |
2018-07-23 | Merge pull request #15880 from neikeq/better-collections | Ignacio Etcheverry | |
Mono: Add Dictionary and Array classes | |||
2018-07-23 | Implemented Soft body | AndreaCatania | |
- Soft Body Physics node - Soft Body Rendering - Soft body Editor - Soft body importer | |||
2018-07-23 | Merge pull request #12403 from AndreaCatania/phymat | Juan Linietsky | |
Physics material | |||
2018-07-22 | Mono: Default to not shipping C# scripts content | Rémi Verschelde | |
Fixes #20053. | |||
2018-07-22 | Allow opening and editing of any utf_8 file in script editor | Paulb23 | |
2018-07-22 | Merge pull request #20337 from aaronfranke/mono-pascal-gd | Ignacio Etcheverry | |
[Mono] Improvements to GD.cs: PascalCasing and real_t | |||
2018-07-22 | Merge pull request #20229 from aaronfranke/mono-warning-text | Rémi Verschelde | |
[Mono] Update about/warning text | |||
2018-07-21 | [Mono] Improvements to GD.cs: PascalCasing and real_t | Aaron Franke | |
[Mono] Improvements to GD.cs: PascalCasing and real_t | |||
2018-07-21 | Merge pull request #19264 from vnen/typed-gdscript-final | Rémi Verschelde | |
Typed GDScript | |||
2018-07-21 | -Fix disable_3d flag | Juan Linietsky | |
-Add extra flag optimize=[size,speed] to be able to prioritize size | |||
2018-07-21 | [Mono] Update about/warning text | Aaron Franke | |
I've removed the section about being unable to export games using C# - as you are now able to do this, as long as the export templates are installed. Also, I've made a few minor grammar tweaks. | |||
2018-07-20 | Rewrite code completion | George Marques | |
- Use data type struct from the parser. - Avail from type hints when type can't be guessed. - Consider inner classes and other scripts when looking for candidates. | |||
2018-07-20 | Add ability to infer variable type from assigned value | George Marques | |
Syntax: var x : = 42 Infers the type of "x" to be an integer. | |||
2018-07-20 | Add editor highlight for type-safe lines | George Marques | |
The line number is hightlighted to indicate that the line contains only type-safe code. | |||
2018-07-20 | Fix line number detection in some parser nodes | George Marques | |
2018-07-20 | Use type hints to improve completion | George Marques | |
- Allow type hints to be completed. - Use type information to infer completion candidates. - Show typed function signature in tooltip. - Add type hints when completing declaration from virtual functions (optional). | |||
2018-07-20 | Add syntax highlighting to type hints | George Marques | |
2018-07-20 | Use type information to enable GDScript introspection | George Marques | |
This makes the Script API provide accurate information when requesting property or method info. | |||
2018-07-20 | Add typed instructions to GDScript | George Marques | |
- Typed assignment (built-in, native, and script). - Cast (built-in conversion; native and script checks). - Check type of functions arguments on call. - Check type of members on set. | |||
2018-07-20 | Add static type checks in the parser | George Marques | |
- Resolve types for all identifiers. - Error when identifier is not found. - Match return type and error when not returning a value when it should. - Check unreachable code (code after sure return). - Match argument count and types for function calls. - Determine if return type of function call matches the assignment. - Do static type check with match statement when possible. - Use type hints to determine export type. - Check compatibility between type hint and explicit export type. | |||
2018-07-20 | Store type hint of declared identifiers | George Marques | |
2018-07-20 | Move inheritance resolution to the parser | George Marques | |
2018-07-20 | Add typing syntax | George Marques | |
2018-07-20 | Merge pull request #20157 from GodotExplorer/image-load-webp | Juan Linietsky | |
Add webp buffer loader for Image | |||
2018-07-20 | Merge pull request #20257 from oisincar/fix_basis | Ignacio Etcheverry | |
Fix bug with Basis.Transposed() | |||
2018-07-20 | Add Array and Dictionary wrapper classes to C# | Ignacio Etcheverry | |
2018-07-19 | Added some documentation for the CSG nodes | Bastiaan Olij | |
2018-07-19 | Fix bug with Basis.Transposed() | oisincar | |
Fix bug where Basis.Transposed() incorrectly updated local basis, and returned an unmodified copy. This also fixes Transform.Inverse(). | |||
2018-07-18 | Merge pull request #20253 from neikeq/nobranchnameideasfeelsbadman | Ignacio Etcheverry | |
Make C# bindings generator ignore disabled classes | |||
2018-07-18 | Make C# bindings generator ignore disabled classes | Ignacio Etcheverry | |
2018-07-18 | Merge pull request #19931 from BastiaanOlij/csg_polygon_local | Juan Linietsky | |
Added path_local, path_continuous_u and path_joined properties to CSGPolygon | |||
2018-07-18 | Style: Format code with clang-format 6.0.1 | Rémi Verschelde | |
2018-07-17 | Merge pull request #20195 from Faless/ssl_handshake | Max Hilbrunner | |
Non-blocking SSL handshake | |||
2018-07-17 | Add webp buffer loader for Image | geequlim | |
Cleanup the code memory load related code for Image Fix jpeg buff load function always returns OK event failed | |||
2018-07-16 | Implement non blocking-handshake for StreamPeerSSL | Fabio Alessandrelli | |
2018-07-15 | Global class names (and GDScript support for it) | Juan Linietsky | |
2018-07-12 | Merge pull request #19540 from muiroc/cylinder | Max Hilbrunner | |
Cylinder resource and collision shape (bullet only) | |||
2018-07-10 | Fix visual script editor interface | K. S. Ernest (iFire) Lee | |
2018-07-10 | Merge pull request #19422 from Faless/mbedtls_2.10 | Rémi Verschelde | |
Bump mbedTLS to version 2.10.0 | |||
2018-07-10 | Merge pull request #20046 from SaracenOne/bmp_fix | Max Hilbrunner | |
Fix bits_per_pixel validation in BMP and TGA loader modules. | |||
2018-07-10 | Added path for Mono installed through Homebrew | Mads Ynddal | |
On macOS, it is common to install packages like Mono through the third-party package-manager Homebrew. This commit simply adds an additional path to where Homebrew installs the Mono framework. | |||
2018-07-08 | Fix bits_per_pixel validation in BMP and TGA loader modules. | Saracen | |
2018-07-07 | Added path_local and path_continious_u properties to CSGPolygon | Bastiaan Olij | |
2018-07-05 | Merge pull request #19637 from dragmz/19548 | Max Hilbrunner | |
Fix onready vars / vars accessing class members if _ready / _init not present | |||
2018-07-05 | Merge pull request #19231 from aaronfranke/mono-fposmod-to-mod | Ignacio Etcheverry | |
[Mono] Rename Fposmod to PosMod, fix output | |||
2018-07-04 | Merge pull request #18966 from chanon/new-debug-print | Max Hilbrunner | |
Add new debug print method that shows line number where the print came from | |||
2018-07-04 | Merge pull request #19872 from exts/export_signals | Ignacio Etcheverry | |
Mono: Fixes annotated signal loading in exported binaries | |||
2018-07-04 | Merge pull request #19756 from NathanWarden/mono_lerp_fixes | Ignacio Etcheverry | |
[C#] Lerp now consistent with Godot API. InverseLerp fixed. |