aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Allow for linebreaks in function calls and definitions and yeild/signal.Bojidar Marinov2016-10-031-2/+30
| | |/ / / | |/| | |
* | | | | i18n: Fix string that broke msgmergeRémi Verschelde2016-10-091-1/+1
| |/ / / |/| | |
* | | | Merge pull request #6741 from Faless/network_no_spoofRémi Verschelde2016-10-091-1/+6
|\ \ \ \
| * | | | Better checks for Multiplayer API, prevent packet source spoofing.Fabio Alessandrelli2016-10-071-1/+6
| |/ / /
* | | | Merge pull request #6730 from Faless/fix_export_crash_errorRémi Verschelde2016-10-091-0/+10
|\ \ \ \
| * | | | Throw an error when exporting a resource classFabio Alessandrelli2016-10-061-0/+10
| |/ / /
* | | | Merge pull request #6702 from Faless/load_error_leading_slashRémi Verschelde2016-10-092-1/+14
|\ \ \ \
| * | | | Add warning when (pre)loading paths with leading / (#4280 - #3106)Fabio Alessandrelli2016-10-042-1/+14
| |/ / /
* | | | Merge pull request #6657 from Faless/multi_channel_rpcRémi Verschelde2016-10-092-16/+27
|\ \ \ \ | |/ / / |/| | |
| * | | Use 2 different ENet channels for reliable/unreliable packetsFabio Alessandrelli2016-09-302-16/+27
| |/ /
* / / Fix possible buffer overflow in NetworkedMultiplayerENetFabio Alessandrelli2016-09-301-1/+1
|/ /
* | Fix build for templatesGeorge Marques2016-09-122-0/+6
* | Do ctrl-click on any code identifier to go to definiton or help page.Juan Linietsky2016-09-125-1/+482
* | Merge pull request #6281 from bojidar-bg/gdscript-ternary-operatorJuan Linietsky2016-09-113-14/+125
|\ \
| * | Ternary operator in GDScript (a if x else b)Bojidar Marinov2016-08-253-14/+125
* | | Added constants from types in code completion, somehow this was never added.Juan Linietsky2016-09-111-1/+12
* | | -Cleaned up find/replace bar for replace (made selection only default if sele...Juan Linietsky2016-09-111-0/+1
* | | Merge pull request #5920 from 29jm/fix-warningsJuan Linietsky2016-09-102-3/+3
|\ \ \
| * | | Fix some comparisons between signed and unsigned integersJohan Manuel2016-08-131-2/+2
| * | | Fix some warnings about misleading indentationJohan Manuel2016-08-131-2/+2
| * | | Remove some unused variablesJohan Manuel2016-08-131-1/+1
* | | | Merge pull request #6292 from bojidar-bg/gdscript-add-enumsJuan Linietsky2016-09-103-0/+111
|\ \ \ \
| * | | | Add enum naming, by assinging a given enum's values to a DictBojidar Marinov2016-08-271-0/+20
| * | | | Adds enums to GDScriptBojidar Marinov2016-08-273-0/+91
| | |/ / | |/| |
* | | | Merge pull request #6363 from vnen/winrtJuan Linietsky2016-09-101-0/+13
|\ \ \ \
| * | | | Patch thirdy-party libraries to build for WinRTGeorge Marques2016-09-031-0/+13
* | | | | Merge pull request #6436 from djrm/iconsRémi Verschelde2016-09-091-1/+1
|\ \ \ \ \
| * | | | | Tweaked some icons, including xform oneDaniel J. Ramirez2016-09-081-1/+1
* | | | | | Renamed the bind_native functions to bind_vararg, should make it show the doc...Juan Linietsky2016-09-074-3/+11
|/ / / / /
* | | | | -Added diectly editable expressions on node to VSEditor, closes #6392Juan Linietsky2016-09-063-5/+39
* | | | | Changed Vector3.snap from fmod to stepify, which makes more sense, fixes #6399Juan Linietsky2016-09-065-376/+504
* | | | | Should Fix Compiling Export TemplatesISylvox2016-09-063-2/+5
* | | | | Clean up GDScript templateRăzvan Cosmin Rădulescu2016-09-051-7/+5
* | | | | Removed script_variables/ prefix to VS properties, made them easier to access...Juan Linietsky2016-09-042-27/+12
* | | | | Added expression nodes to visual script, please test.Juan Linietsky2016-09-046-6/+1727
* | | | | small fixJuan Linietsky2016-09-031-0/+1
* | | | | Connection hints when connecting to empty space.Juan Linietsky2016-09-038-3/+491
* | | | | Made basic call nodes unsequenced, since they are like gdscript and most retu...Juan Linietsky2016-09-031-2/+2
* | | | | Basic type constants for visual scriptJuan Linietsky2016-09-023-0/+189
* | | | | made visual script switch more flexibleJuan Linietsky2016-09-014-53/+53
* | | | | -Modified Input and added is_action_just_pressed() as well as is_action_just_...Juan Linietsky2016-09-012-3/+67
* | | | | More improvements to visual script..Juan Linietsky2016-08-319-24/+96
* | | | | -Reworked constant nodes betterJuan Linietsky2016-08-317-52/+340
* | | | | More visual script improvementsJuan Linietsky2016-08-309-276/+509
|/ / / /
* | | | VisualScript: Fixed VariableGet vs VariableSet node names, fixes #6325J08nY2016-08-301-3/+3
* | | | Fixed compilationDaniel J. Ramirez2016-08-291-1/+1
* | | | Merge pull request #6303 from Marqin/enet_bind_ip_rebasedRémi Verschelde2016-08-292-2/+12
|\ \ \ \
| * | | | add NetworkedMultiplayerENet::set_bind_ipHubert Jarosz2016-08-272-2/+12
* | | | | Merge pull request #6223 from RandomShaper/improve-gridmap-editRémi Verschelde2016-08-292-25/+23
|\ \ \ \ \
| * | | | | Improve/fix GridMap editorPedro J. Estébanez2016-08-212-25/+23