Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-25 | Merge pull request #8217 from bojidar-bg/gdscript-fix-keyword-call | Rémi Verschelde | |
Make GDScript allow some keywords as identifiers | |||
2017-07-25 | [NativeScript] bound `new` to ClassDB | Karroffel | |
2017-07-24 | [GDNative] basic OS detection | Karroffel | |
2017-07-24 | GDNative register_property | Ramesh Ravone | |
2017-07-24 | Merge pull request #9814 from karroffel/nativescript-doublefree | Thomas Herzog | |
[NativeScript] forgot to uncomment userdata return | |||
2017-07-24 | [NativeScript] forgot to uncomment userdata return | Karroffel | |
2017-07-24 | Merge pull request #9809 from karroffel/nativescript-doublefree | Thomas Herzog | |
[NativeScript] fix double free but on exit | |||
2017-07-24 | [NativeScript] fix double free but on exit | Karroffel | |
2017-07-24 | Merge pull request #9764 from Noshyaar/pr-fix2 | Rémi Verschelde | |
Add object type hint for docs | |||
2017-07-24 | [GDNative] new GDNative API | Karroffel | |
This adds GDNative as a separate class type. It can be used to interface with native libraries by using "native calls", which can be registered by modules (and in future other GDNative libraries?). It also reworks the currently called "GDNativeScript" into a "NativeScript" that just makes use of the new GDNative instead of it being the component that implements that functionality. | |||
2017-07-23 | Make GDScript allow some keywords as identifiers | Bojidar Marinov | |
Fixes #8085 Added some comments around the use of is_token_literal, as discussed. | |||
2017-07-23 | Add object type hint for docs | Poommetee Ketson | |
2017-07-23 | Merge pull request #9765 from Noshyaar/pr-clang | Rémi Verschelde | |
Clang-formatting *.cpp and *.h (some files excluded) | |||
2017-07-23 | Merge pull request #9758 from vnen/fix-vs-return | Rémi Verschelde | |
VS: Fix return value for user-defined functions | |||
2017-07-23 | Merge pull request #9741 from vnen/fix-vs-customnode | Rémi Verschelde | |
Fix issues with custom nodes in visual script | |||
2017-07-23 | Merge pull request #9706 from djrm/theme_fixes | Rémi Verschelde | |
Icons can now be added inside line edits (Search icon). | |||
2017-07-22 | Clang-formatting *.cpp and *.h (some files excluded) | Poommetee Ketson | |
2017-07-22 | VS: Fix return value for user-defined functions | George Marques | |
2017-07-21 | Update a VS custom node when its script changes | George Marques | |
2017-07-22 | gdnative bug fix in get (return null check) | Ramesh Ravone | |
2017-07-21 | Fix issues with custom nodes in visual script | George Marques | |
- Doesn't crash anymore. - Inputs are properly transferred. | |||
2017-07-19 | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky | |
-Added system for feature overrides, it's pretty cool :) | |||
2017-07-19 | Icons can now be added inside line edits (Search icon). | Daniel J. Ramirez | |
Fixed window title bar margins. fixed compilation error | |||
2017-07-19 | Merge pull request #9699 from RameshRavone/master | Thomas Herzog | |
[gdnative] `Object::_get` return type and dynamic property | |||
2017-07-19 | [GDNative] dynamic properties | Ramesh Ravone | |
2017-07-19 | Add object type hint for docs | Poommetee Ketson | |
2017-07-18 | _get return type fix | Ramesh Ravone | |
2017-07-17 | -Reorganized all properties of project settings (Sorry, Again). | Juan Linietsky | |
(Lot's of bloat accumulated, so it was time for clean up.) -Made EditorSettings and ProjectSettings search more useful (search in sections too) | |||
2017-07-17 | Merge pull request #9652 from djrm/theme_fixes | Rémi Verschelde | |
Improvements and fixes for the default theme. | |||
2017-07-16 | Improvements and fixes for the default theme. | Daniel J. Ramirez | |
Added customizable border size and window highlight. | |||
2017-07-15 | Many fixes to improve GI Probe quality | Juan Linietsky | |
2017-07-15 | Expose Dictionary::next to GDNative | sheepandshepherd | |
2017-07-15 | Some more typo fixes for "threshold" | Rémi Verschelde | |
Looks like @reduz really does not like that word. | |||
2017-07-11 | [#7212] Fixed missing 'Variant' return values in documentation. | ducdetronquito | |
2017-07-11 | Merge pull request #8573 from neikeq/gdfs-completed | Rémi Verschelde | |
Adds "completed" signal to GDFunctionState | |||
2017-07-05 | Some changes to dual paraboloid envmap generation, fixes somme bleeding | Juan Linietsky | |
2017-07-03 | Merge pull request #9457 from TwistedTwigleg/Fixed_Vector3_snap | Rémi Verschelde | |
Fixed syntax inconsistency in Vector3.snap and Vector3.snapped | |||
2017-07-03 | Fixed syntax inconsistency in Vector3.snap and Vector3.snapped | TwistedTwigleg | |
2017-06-30 | -Many fixes to VisualScript, fixed property names, etc. | Juan Linietsky | |
-Added ability to set/get a field in GetSet, as well as assignment ops -Added a Select node -Fixed update bugs related to variable list and exported properties, closes #9458 | |||
2017-06-30 | Disable etc2comp and tinyexr modules on non-tools build | Rémi Verschelde | |
They are not necessary in such configuration, and require C++11 and (on Android) the STL. Fixes #9273. | |||
2017-06-27 | Merge pull request #9360 from GodotExplorer/pr-external-editor-language-check | Rémi Verschelde | |
Better user experience with external text editors. | |||
2017-06-27 | Better user expirence with external text editors. | geequlim | |
Implements open_in_external_editor for subclasses of ScriptLanguage. Add option 'Debug with external editor' to debug menu to control the behavoir of script opened by editor. | |||
2017-06-26 | -Fixed SCREEN_TEXTURE and other related 2D shader parameters. | Juan Linietsky | |
-Fixded BackBuffercopy object | |||
2017-06-26 | Revert "Revert "Fixed RegEx::search missing return type hint"" | Rémi Verschelde | |
2017-06-26 | Revert "Fixed RegEx::search missing return type hint" | Juan Linietsky | |
2017-06-26 | Merge pull request #9379 from leezh/regex_bind_fix | Rémi Verschelde | |
Fixed RegEx::search missing return type hint | |||
2017-06-26 | Fixed inverted group thrown off by quantifiers | Zher Huei Lee | |
2017-06-26 | Fixes RegEx capture grabbing too much #9382 | Zher Huei Lee | |
Incorrect behaviour was caused when next->test was throwing off the results. | |||
2017-06-26 | Fixed RegEx::search missing return type hint | Zher Huei Lee | |
2017-06-25 | Merge pull request #9334 from Noshyaar/pr-genh | Rémi Verschelde | |
BuildSystem: generated files have .gen.extension |