| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | Allow for linebreaks in function calls and definitions and yeild/signal. | Bojidar Marinov | 2016-10-03 | 1 | -2/+30 | |
| | | |/ / / | |/| | | | | | | | | | | | | | (Plus maybe a few other things) | |||||
| * | | | | | 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. | |||||
| | * | | | | Better checks for Multiplayer API, prevent packet source spoofing. | Fabio Alessandrelli | 2016-10-07 | 1 | -1/+6 | |
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes the following problems. A malicious client was able to contact another peer faking its identity (even looking like he was the server). A malicious client was able to force other client disconnections by sending bogus system packets to the server. | |||||
| * | | | | 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 | |||||
| | * | | | | Throw an error when exporting a resource class | Fabio Alessandrelli | 2016-10-06 | 1 | -0/+10 | |
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "export var tex = Texture" will now throw an error to avoid crashing the editor: "Exported constant not a type or resource" Fixes #6719 . Closes #6729 | |||||
| * | | | | Merge pull request #6702 from Faless/load_error_leading_slash | Rémi Verschelde | 2016-10-09 | 2 | -1/+14 | |
| |\ \ \ \ | | | | | | | | | | | Add error when (pre)loading paths with leading / (#4280 - #3106) | |||||
| | * | | | | 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 | |||||
| | * | | | Use 2 different ENet channels for reliable/unreliable packets | Fabio Alessandrelli | 2016-09-30 | 2 | -16/+27 | |
| | |/ / | | | | | | | | | | | | | This avoids stalling other sequenced but unreliable packets (i.e. UNRELIABLE_ORDERED) when sending RELIABLE packets. | |||||
| * / / | Fix possible buffer overflow in NetworkedMultiplayerENet | Fabio Alessandrelli | 2016-09-30 | 1 | -1/+1 | |
| |/ / | | | | | | | NetworkedMultiplayerENet::get_packet was reporting the wrong size for the packet buffer exposing a potential buffer overflow in case of malformed/malicious packets | |||||
| * | | 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) | |||||
| | * | | Ternary operator in GDScript (a if x else b) | Bojidar Marinov | 2016-08-25 | 3 | -14/+125 | |
| | | | | | | | | | | | | | Fixes #1961 | |||||
| * | | | Added constants from types in code completion, somehow this was never added. | Juan Linietsky | 2016-09-11 | 1 | -1/+12 | |
| | | | | | | | | | | | | | Stuff like Label.ALIGN_CENTER or Mesh.PRIMITIVE_TRIANGLES did not complete.. | |||||
| * | | | -Cleaned up find/replace bar for replace (made selection only default if ↵ | Juan Linietsky | 2016-09-11 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | selection exists), also made buttons look like buttons -Fixed a bug related to theme propagation, may be able to solve #6443, #6302 and others. Please test. | |||||
| * | | | Merge pull request #5920 from 29jm/fix-warnings | Juan Linietsky | 2016-09-10 | 2 | -3/+3 | |
| |\ \ \ | | | | | | | | | Fix some more warnings | |||||
| | * | | | 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 | |
| |\ \ \ \ | | | | | | | | | | | Adds enums to GDScript | |||||
| | * | | | | 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 | |
| | | |/ / | |/| | | | | | | | | | | Fixes #2966 | |||||
| * | | | | Merge pull request #6363 from vnen/winrt | Juan Linietsky | 2016-09-10 | 1 | -0/+13 | |
| |\ \ \ \ | | | | | | | | | | | Fix the support for WinRT/UWP | |||||
| | * | | | | Patch thirdy-party libraries to build for WinRT | George Marques | 2016-09-03 | 1 | -0/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Patch enet code. - Patch OpenSSL code and add shims for unavailable API. - Add extra definition header for Freetype. | |||||
| * | | | | | Merge pull request #6436 from djrm/icons | Rémi Verschelde | 2016-09-09 | 1 | -1/+1 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Tweaked some icons, including xform one | |||||
| | * | | | | | 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 ↵ | Juan Linietsky | 2016-09-07 | 4 | -3/+11 | |
| |/ / / / / | | | | | | | | | | | | | | | | documentation more clearly and also make it easier to bind to C# | |||||
| * | | | | | -Added diectly editable expressions on node to VSEditor, closes #6392 | Juan Linietsky | 2016-09-06 | 3 | -5/+39 | |
| | | | | | | | | | | | | | | | | | | | | | -Added ability for LineEdit to expand to fit text | |||||
| * | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Works on Windows, Linux x11, Linux Server, Android, HTML5 - Not tested on Mac/iOS (don't have Apple's devices yet) | |||||
| * | | | | | 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 ↵ | Juan Linietsky | 2016-09-04 | 2 | -27/+12 | |
| | | | | | | | | | | | | | | | | | | | | | access from GD and Expression nodes | |||||
| * | | | | | 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 ↵ | Juan Linietsky | 2016-09-03 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | return const. | |||||
| * | | | | | 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 ↵ | Juan Linietsky | 2016-09-01 | 2 | -3/+67 | |
| | | | | | | | | | | | | | | | | | | | | | is_action_just_released() | |||||
| * | | | | | More improvements to visual script.. | Juan Linietsky | 2016-08-31 | 9 | -24/+96 | |
| | | | | | | | | | | | | | | | | | | | | | fixed a bug of not saving when sub-nodes changed. | |||||
| * | | | | | -Reworked constant nodes better | Juan Linietsky | 2016-08-31 | 7 | -52/+340 | |
| | | | | | | | | | | | | | | | | | | | | | -Added simple switch node, removed InputEventFilter | |||||
| * | | | | | More visual script improvements | Juan Linietsky | 2016-08-30 | 9 | -276/+509 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | -Added anti-aliasing on lines -Improved draw performance enormously -Removed sequence ports for most nodes, current visual scripts will likely be broken now. Sorry! | |||||
| * | | | | 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 | |
| |\ \ \ \ | | | | | | | | | | | add NetworkedMultiplayerENet::set_bind_ip | |||||
| | * | | | | add NetworkedMultiplayerENet::set_bind_ip | Hubert Jarosz | 2016-08-27 | 2 | -2/+12 | |
| | | | | | | | | | | | | | | | | | | | | | which allows ENet to bind on custom IP. | |||||
| * | | | | | Merge pull request #6223 from RandomShaper/improve-gridmap-edit | Rémi Verschelde | 2016-08-29 | 2 | -25/+23 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Improve/fix GridMap editor | |||||
| | * | | | | | Improve/fix GridMap editor | Pedro J. Estébanez | 2016-08-21 | 2 | -25/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix cursor/palette update on tile eyedropping Fix editor not cleaning its state when becoming inactive, which leaves indicators behind among other issues Fix/improve menu/keyboard shortcuts Merge 'Gridmap Editor' and 'Grid Map' settings into the latter | |||||
