Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-17 | Mono: Improve C# core files (glue/cs_files) buildsystem | Ignacio Etcheverry | |
- Search C# files recursively in 'glue/cs_files'. - Determine a version for the C# core files automatically. The latest modified time will do for now. | |||
2018-08-16 | Merge pull request #20561 from willnationsdev/script-class-ns | Rémi Verschelde | |
Add NativeScript support for script classes via exported script properties. | |||
2018-08-16 | Fix Theora/Webm loaders declaring binary extension | Rémi Verschelde | |
RES_BASE_EXTENSION is only to declare our proprietary binary formats (e.g. "scn", "res", etc.). Fixes #20395. | |||
2018-08-16 | Delay initialising lens distortion shader so GLES2 doesn't crash | Bastiaan Olij | |
2018-08-15 | Add NativeScript support for script classes. | willnationsdev | |
2018-08-15 | Fix error spam from loading script class icons | Will Nations | |
2018-08-15 | Merge pull request #20560 from willnationsdev/class_icons | Rémi Verschelde | |
Add custom icons to script classes. | |||
2018-08-15 | Merge pull request #20945 from neikeq/dict-erase-retbool | Rémi Verschelde | |
Dictionary: remove erase_checked(key), make erase(key) return bool | |||
2018-08-14 | Merge pull request #18096 from aaronfranke/master | Juan Linietsky | |
[Core] Split up math_2d.h | |||
2018-08-14 | Add custom icons to script classes. | Will Nations | |
2018-08-14 | Merge pull request #20583 from neikeq/issue-15371 | Rémi Verschelde | |
Fix case where exported properties value is lost | |||
2018-08-15 | mono: add constants to transform and vector structs | Kelly Thomas | |
2018-08-14 | Dictionary: remove erase_checked(key), make erase(key) return bool | Ignacio Etcheverry | |
2018-08-14 | Merge pull request #20890 from KellyThomas/mono-is-instance-valid | Ignacio Etcheverry | |
mono: add IsInstanceValid(), move WeakRef() | |||
2018-08-14 | mono: add IsInstanceValid(), move WeakRef() | Kelly Thomas | |
2018-08-14 | SCons: Fix mono_root initialization | Rémi Verschelde | |
As advised by @neikeq. | |||
2018-08-13 | Merge pull request #20706 from mysticfall/issue-20705 | Ignacio Etcheverry | |
Add missing GetPtr() for Dictionary<> and Array<> | |||
2018-08-13 | Merge pull request #20913 from pulkomandy/master | Rémi Verschelde | |
Rebase patches for fixing haiku build. | |||
2018-08-13 | Fixed absent variable exception while trying to raise another exception. | Teashrock | |
2018-08-13 | Remove usage console spam | Chaosus | |
2018-08-13 | Merge pull request #20155 from Tunous/line-edit-clear | Rémi Verschelde | |
Add clear button to search fields | |||
2018-08-11 | Rebase patches for fixing haiku build. | Adrien Destugues | |
2018-08-11 | Merge pull request #20753 from Faless/ws_fix | Juan Linietsky | |
Fix WebSocket crash due to non PDO init after CowData PR | |||
2018-08-11 | Do not use theme to set LineEdit right_icon | Łukasz Rutkowski | |
2018-08-11 | Add clear text button to LineEdit | Łukasz Rutkowski | |
- Add pressed state to clear button - Enable clear button on all inputs with search icon - Remove duplicate clear buttons - Fix rendering of icon for center and right alignments - Add clear button to more search fields - Add clear icon to default theme - Add method to control enabled state of clear button - Add property to enable clear button from inspector | |||
2018-08-11 | [Core] Completely kill math_2d.h, change includes | Aaron Franke | |
2018-08-10 | [Core] Change math_2d includes to vector2 includes where relevant | Aaron Franke | |
2018-08-10 | Added system for GDScript warnings | George Marques | |
- Count and panel per script. - Ability to disable warnings per script using special comments. - Ability to disable warnings globally using Project Settings. - Option to treat enabled warnings as errors. | |||
2018-08-10 | Revert "added get_creation_time function for gdscript" | Juan Linietsky | |
2018-08-10 | Merge pull request #18914 from notwarp/master | Juan Linietsky | |
added get_creation_time function for gdscript | |||
2018-08-10 | Merge pull request #14704 from poke1024/colorconstants | Juan Linietsky | |
Allow some non-integer built-in constants in gdscript | |||
2018-08-09 | New gizmo structure and new gizmo disabling menu | JFonS | |
2018-08-07 | Merge pull request #20381 from AndreaCatania/phymat_2 | Juan Linietsky | |
Improved Physics material | |||
2018-08-07 | Removed physics material combination mode. Added rough and absorbent ↵ | Andrea Catania | |
parameter to material. Fixed 'change' signal connection | |||
2018-08-06 | Added proper import support for 3D and Array textures | Juan Linietsky | |
2018-08-06 | Fix WebSocket crash due to non PDO init. | Fabio Alessandrelli | |
Move RingBuffer (and few related vars) to LWSPeer. | |||
2018-08-04 | Merge pull request #20693 from AndreaCatania/soft_fix2 | Juan Linietsky | |
Fixed SoftBody pinned point offset calculation | |||
2018-08-04 | Add missing GetPtr() for Dictionary<> and Array<> | Xavier Cho | |
Add missing GetPtr() method for generic versions of Dictionary and Array to fix #20705. | |||
2018-08-04 | Merge pull request #20600 from exts/new_generic_methods | Ignacio Etcheverry | |
Mono: Added generic methods for PackedScene & ResourceLoader | |||
2018-08-03 | Added generic method for ResourceLoader: Load<T>() | exts | |
2018-08-03 | Fixed SoftBody pinned point offset calculation | Andrea Catania | |
2018-08-01 | Merge pull request #20644 from NickToony/master | Ignacio Etcheverry | |
Fixed Windows mono compile | |||
2018-07-31 | fixed: windows mono compile (#20598) | Nick Hope | |
tidy: formatting. | |||
2018-07-31 | Merge pull request #20639 from neikeq/issue-20531-and-cleanup | Ignacio Etcheverry | |
Mono: Fix property set_value and cleanup | |||
2018-07-31 | Mono: Fix property set_value and cleanup | Ignacio Etcheverry | |
2018-07-31 | Allow some non-integer built-in constants in gdscript | Bernhard Liebl | |
2018-07-29 | Fix case where exported properties value is lost | Ignacio Etcheverry | |
Fixes exported property modified values lost when creating a placeholder script instance with a failed script compilation - Object set/get will call PlaceHolderScriptInstance's new fallback set/get methods as a last resort. This way, placeholder script instances can keep the values for storage or until the script is compiled successfuly. - Script::can_instance() will only return true if a real script instance can be created. Otherwise, in the case of placeholder script instances, it will return false. - Object::set_script(script) is now in charge of requesting the creation of placeholder script instances. It's no longer Script::instance_create(owner)'s duty. - PlaceHolderScriptInstance has a new method set_build_failed(bool) to determine whether it should call into its script methods or not. - Fixed a few problems during reloading of C# scripts. | |||
2018-07-29 | Fix Mono compilation on Windows/Ming | Hein-Pieter van Braam | |
(cherry picked from commit 83140541dc91c29a288d7dd71044780b50b2cc4b) | |||
2018-07-28 | mbedtls: Update to upstream version 2.12.0 | Rémi Verschelde | |
_WIN32_WINNT redefinition fix is no longer needed as it was merged upstream. PR 1453 is still not merged, diff updated to current state. | |||
2018-07-28 | Merge pull request #20463 from fire/vs_expand_hints_to_virtual_func | Rémi Verschelde | |
Visualscript: Carry property hint and hint string through to Visualscript virtual funcs |