| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #6775 from RandomShaper/one-based-col-numbers | Rémi Verschelde | 2016-10-11 | 1 | -1/+1 |
| |\ |
|
| | * | Make text column numbers one-based | Pedro J. Estébanez | 2016-10-10 | 1 | -1/+1 |
| * | | Merge pull request #6694 from bojidar-bg/gdscript-newline-functions | Rémi Verschelde | 2016-10-11 | 1 | -2/+30 |
| |\ \ |
|
| | * | | Allow for linebreaks in function calls and definitions and yeild/signal. | Bojidar Marinov | 2016-10-03 | 1 | -2/+30 |
| * | | | i18n: Fix string that broke msgmerge | Rémi Verschelde | 2016-10-09 | 1 | -1/+1 |
| | |/
|/| |
|
| * | | Merge pull request #6741 from Faless/network_no_spoof | Rémi Verschelde | 2016-10-09 | 1 | -1/+6 |
| |\ \ |
|
| | * | | Better checks for Multiplayer API, prevent packet source spoofing. | Fabio Alessandrelli | 2016-10-07 | 1 | -1/+6 |
| | |/ |
|
| * | | Merge pull request #6730 from Faless/fix_export_crash_error | Rémi Verschelde | 2016-10-09 | 1 | -0/+10 |
| |\ \ |
|
| | * | | Throw an error when exporting a resource class | Fabio Alessandrelli | 2016-10-06 | 1 | -0/+10 |
| | |/ |
|
| * | | Merge pull request #6702 from Faless/load_error_leading_slash | Rémi Verschelde | 2016-10-09 | 2 | -1/+14 |
| |\ \ |
|
| | * | | Add warning when (pre)loading paths with leading / (#4280 - #3106) | Fabio Alessandrelli | 2016-10-04 | 2 | -1/+14 |
| | |/ |
|
| * | | Merge pull request #6657 from Faless/multi_channel_rpc | Rémi Verschelde | 2016-10-09 | 2 | -16/+27 |
| |\ \
| |/
|/| |
|
| | * | Use 2 different ENet channels for reliable/unreliable packets | Fabio Alessandrelli | 2016-09-30 | 2 | -16/+27 |
| * | | Fix possible buffer overflow in NetworkedMultiplayerENet | Fabio Alessandrelli | 2016-09-30 | 1 | -1/+1 |
| |/ |
|
| * | Fix build for templates | George Marques | 2016-09-12 | 2 | -0/+6 |
| * | Do ctrl-click on any code identifier to go to definiton or help page. | Juan Linietsky | 2016-09-12 | 5 | -1/+482 |
| * | Merge pull request #6281 from bojidar-bg/gdscript-ternary-operator | Juan Linietsky | 2016-09-11 | 3 | -14/+125 |
| |\ |
|
| | * | Ternary operator in GDScript (a if x else b) | Bojidar Marinov | 2016-08-25 | 3 | -14/+125 |
| * | | Added constants from types in code completion, somehow this was never added. | Juan Linietsky | 2016-09-11 | 1 | -1/+12 |
| * | | -Cleaned up find/replace bar for replace (made selection only default if sele... | Juan Linietsky | 2016-09-11 | 1 | -0/+1 |
| * | | Merge pull request #5920 from 29jm/fix-warnings | Juan Linietsky | 2016-09-10 | 2 | -3/+3 |
| |\ \ |
|
| | * | | Fix some comparisons between signed and unsigned integers | Johan Manuel | 2016-08-13 | 1 | -2/+2 |
| | * | | Fix some warnings about misleading indentation | Johan Manuel | 2016-08-13 | 1 | -2/+2 |
| | * | | Remove some unused variables | Johan Manuel | 2016-08-13 | 1 | -1/+1 |
| * | | | Merge pull request #6292 from bojidar-bg/gdscript-add-enums | Juan Linietsky | 2016-09-10 | 3 | -0/+111 |
| |\ \ \ |
|
| | * | | | Add enum naming, by assinging a given enum's values to a Dict | Bojidar Marinov | 2016-08-27 | 1 | -0/+20 |
| | * | | | Adds enums to GDScript | Bojidar Marinov | 2016-08-27 | 3 | -0/+91 |
| | | |/
| |/| |
|
| * | | | Merge pull request #6363 from vnen/winrt | Juan Linietsky | 2016-09-10 | 1 | -0/+13 |
| |\ \ \ |
|
| | * | | | Patch thirdy-party libraries to build for WinRT | George Marques | 2016-09-03 | 1 | -0/+13 |
| * | | | | Merge pull request #6436 from djrm/icons | Rémi Verschelde | 2016-09-09 | 1 | -1/+1 |
| |\ \ \ \ |
|
| | * | | | | Tweaked some icons, including xform one | Daniel J. Ramirez | 2016-09-08 | 1 | -1/+1 |
| * | | | | | Renamed the bind_native functions to bind_vararg, should make it show the doc... | Juan Linietsky | 2016-09-07 | 4 | -3/+11 |
| |/ / / / |
|
| * | | | | -Added diectly editable expressions on node to VSEditor, closes #6392 | Juan Linietsky | 2016-09-06 | 3 | -5/+39 |
| * | | | | Changed Vector3.snap from fmod to stepify, which makes more sense, fixes #6399 | Juan Linietsky | 2016-09-06 | 5 | -376/+504 |
| * | | | | Should Fix Compiling Export Templates | ISylvox | 2016-09-06 | 3 | -2/+5 |
| * | | | | Clean up GDScript template | Răzvan Cosmin Rădulescu | 2016-09-05 | 1 | -7/+5 |
| * | | | | Removed script_variables/ prefix to VS properties, made them easier to access... | Juan Linietsky | 2016-09-04 | 2 | -27/+12 |
| * | | | | Added expression nodes to visual script, please test. | Juan Linietsky | 2016-09-04 | 6 | -6/+1727 |
| * | | | | small fix | Juan Linietsky | 2016-09-03 | 1 | -0/+1 |
| * | | | | Connection hints when connecting to empty space. | Juan Linietsky | 2016-09-03 | 8 | -3/+491 |
| * | | | | Made basic call nodes unsequenced, since they are like gdscript and most retu... | Juan Linietsky | 2016-09-03 | 1 | -2/+2 |
| * | | | | Basic type constants for visual script | Juan Linietsky | 2016-09-02 | 3 | -0/+189 |
| * | | | | made visual script switch more flexible | Juan Linietsky | 2016-09-01 | 4 | -53/+53 |
| * | | | | -Modified Input and added is_action_just_pressed() as well as is_action_just_... | Juan Linietsky | 2016-09-01 | 2 | -3/+67 |
| * | | | | More improvements to visual script.. | Juan Linietsky | 2016-08-31 | 9 | -24/+96 |
| * | | | | -Reworked constant nodes better | Juan Linietsky | 2016-08-31 | 7 | -52/+340 |
| * | | | | More visual script improvements | Juan Linietsky | 2016-08-30 | 9 | -276/+509 |
| |/ / / |
|
| * | | | VisualScript: Fixed VariableGet vs VariableSet node names, fixes #6325 | J08nY | 2016-08-30 | 1 | -3/+3 |
| * | | | Fixed compilation | Daniel J. Ramirez | 2016-08-29 | 1 | -1/+1 |
| * | | | Merge pull request #6303 from Marqin/enet_bind_ip_rebased | Rémi Verschelde | 2016-08-29 | 2 | -2/+12 |
| |\ \ \ |
|