summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2017-07-25Merge pull request #8217 from bojidar-bg/gdscript-fix-keyword-callRémi Verschelde
Make GDScript allow some keywords as identifiers
2017-07-25[NativeScript] bound `new` to ClassDBKarroffel
2017-07-24[GDNative] basic OS detectionKarroffel
2017-07-24GDNative register_propertyRamesh Ravone
2017-07-24Merge pull request #9814 from karroffel/nativescript-doublefreeThomas Herzog
[NativeScript] forgot to uncomment userdata return
2017-07-24[NativeScript] forgot to uncomment userdata returnKarroffel
2017-07-24Merge pull request #9809 from karroffel/nativescript-doublefreeThomas Herzog
[NativeScript] fix double free but on exit
2017-07-24[NativeScript] fix double free but on exitKarroffel
2017-07-24Merge pull request #9764 from Noshyaar/pr-fix2Rémi Verschelde
Add object type hint for docs
2017-07-24[GDNative] new GDNative APIKarroffel
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-23Make GDScript allow some keywords as identifiersBojidar Marinov
Fixes #8085 Added some comments around the use of is_token_literal, as discussed.
2017-07-23Add object type hint for docsPoommetee Ketson
2017-07-23Merge pull request #9765 from Noshyaar/pr-clangRémi Verschelde
Clang-formatting *.cpp and *.h (some files excluded)
2017-07-23Merge pull request #9758 from vnen/fix-vs-returnRémi Verschelde
VS: Fix return value for user-defined functions
2017-07-23Merge pull request #9741 from vnen/fix-vs-customnodeRémi Verschelde
Fix issues with custom nodes in visual script
2017-07-23Merge pull request #9706 from djrm/theme_fixesRémi Verschelde
Icons can now be added inside line edits (Search icon).
2017-07-22Clang-formatting *.cpp and *.h (some files excluded)Poommetee Ketson
2017-07-22VS: Fix return value for user-defined functionsGeorge Marques
2017-07-21Update a VS custom node when its script changesGeorge Marques
2017-07-22gdnative bug fix in get (return null check)Ramesh Ravone
2017-07-21Fix issues with custom nodes in visual scriptGeorge 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-19Icons can now be added inside line edits (Search icon).Daniel J. Ramirez
Fixed window title bar margins. fixed compilation error
2017-07-19Merge pull request #9699 from RameshRavone/masterThomas Herzog
[gdnative] `Object::_get` return type and dynamic property
2017-07-19[GDNative] dynamic propertiesRamesh Ravone
2017-07-19Add object type hint for docsPoommetee Ketson
2017-07-18_get return type fixRamesh 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-17Merge pull request #9652 from djrm/theme_fixesRémi Verschelde
Improvements and fixes for the default theme.
2017-07-16Improvements and fixes for the default theme.Daniel J. Ramirez
Added customizable border size and window highlight.
2017-07-15Many fixes to improve GI Probe qualityJuan Linietsky
2017-07-15Expose Dictionary::next to GDNativesheepandshepherd
2017-07-15Some 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-11Merge pull request #8573 from neikeq/gdfs-completedRémi Verschelde
Adds "completed" signal to GDFunctionState
2017-07-05Some changes to dual paraboloid envmap generation, fixes somme bleedingJuan Linietsky
2017-07-03Merge pull request #9457 from TwistedTwigleg/Fixed_Vector3_snapRémi Verschelde
Fixed syntax inconsistency in Vector3.snap and Vector3.snapped
2017-07-03Fixed syntax inconsistency in Vector3.snap and Vector3.snappedTwistedTwigleg
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-30Disable etc2comp and tinyexr modules on non-tools buildRémi Verschelde
They are not necessary in such configuration, and require C++11 and (on Android) the STL. Fixes #9273.
2017-06-27Merge pull request #9360 from GodotExplorer/pr-external-editor-language-checkRémi Verschelde
Better user experience with external text editors.
2017-06-27Better 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-26Revert "Revert "Fixed RegEx::search missing return type hint""Rémi Verschelde
2017-06-26Revert "Fixed RegEx::search missing return type hint"Juan Linietsky
2017-06-26Merge pull request #9379 from leezh/regex_bind_fixRémi Verschelde
Fixed RegEx::search missing return type hint
2017-06-26Fixed inverted group thrown off by quantifiersZher Huei Lee
2017-06-26Fixes RegEx capture grabbing too much #9382Zher Huei Lee
Incorrect behaviour was caused when next->test was throwing off the results.
2017-06-26Fixed RegEx::search missing return type hintZher Huei Lee
2017-06-25Merge pull request #9334 from Noshyaar/pr-genhRémi Verschelde
BuildSystem: generated files have .gen.extension