| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #6403 from ISylvox/fix-export-templates | Rémi Verschelde | 2016-09-06 | 3 | -2/+5 |
| |\ | | | | | Fix for Compiling Export Templates | ||||
| | * | 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) | ||||
| * | Merge pull request #6400 from razvanc-r/template | Rémi Verschelde | 2016-09-05 | 1 | -7/+5 |
| |\ | | | | | Update GDScript template | ||||
| | * | Clean up GDScript template | Răzvan Cosmin Rădulescu | 2016-09-05 | 1 | -7/+5 |
| |/ | |||||
| * | Merge pull request #6372 from waldson/master | Rémi Verschelde | 2016-09-05 | 1 | -10/+0 |
| |\ | | | | | Fixes LineEdit text selection with mouse selecting more than intended | ||||
| | * | Fixes LineEdit text selection with mouse selecting more than intended | Waldson Patrício | 2016-09-02 | 1 | -10/+0 |
| | | | |||||
| * | | Merge pull request #6352 from hurikhan/fix_release_build_II | Rémi Verschelde | 2016-09-05 | 1 | -2/+2 |
| |\ \ | | | | | | | Fix release build. (II) | ||||
| | * | | Fix release build. (II) | Mario Schlack | 2016-09-01 | 1 | -2/+2 |
| | | | | |||||
| * | | | 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 | 10 | -4/+499 |
| | | | | |||||
| * | | | Made basic call nodes unsequenced, since they are like gdscript and most ↵ | Juan Linietsky | 2016-09-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | return const. | ||||
| * | | | Merge pull request #6379 from Hinsbart/update_mappings | George Marques | 2016-09-02 | 1 | -1/+28 |
| |\ \ \ | | | | | | | | | Update gamepad mappings from community db. | ||||
| | * | | | Update gamepad mappings from community db. | Andreas Haas | 2016-09-02 | 1 | -1/+28 |
| |/ / / | |||||
| * | | | InputEvent: Fix event comparisons when type is NONE | Rémi Verschelde | 2016-09-02 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | Was a regression from 2e5a4cb5ca33576ea81601f949b2e633ff92213c. Fixes #6376. | ||||
| * | | | -Added focus to comment node | Juan Linietsky | 2016-09-02 | 5 | -1/+40 |
| | |/ |/| | | | | | -Make comment node not grab focus on main area | ||||
| * | | Merge pull request #6365 from akien-mga/pr-locales | Rémi Verschelde | 2016-09-02 | 1 | -24/+414 |
| |\ \ | | | | | | | i18n: Update list of supported locales based off glibc | ||||
| | * | | i18n: Update list of supported locales based off glibc | Rémi Verschelde | 2016-09-01 | 1 | -24/+414 |
| | | | | | | | | | | | | | Fixes #5733, fixes #6214. | ||||
| * | | | Basic type constants for visual script | Juan Linietsky | 2016-09-02 | 5 | -3/+200 |
| | | | | |||||
| * | | | 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 | 11 | -41/+196 |
| |/ / | | | | | | | is_action_just_released() | ||||
| * | | i18n: Sync template and and merge translations | Rémi Verschelde | 2016-09-01 | 30 | -528/+2082 |
| | | | |||||
| * | | i18n: Sync translations from Weblate | Rémi Verschelde | 2016-09-01 | 22 | -3955/+23534 |
| | | | | | | | | | | | Translator credits added manually based on Weblate git log. Adds Catalan, Danish and Norwegian Bokmål initial translations. | ||||
| * | | -Fixed issue in Kinematicbody2D | Juan Linietsky | 2016-09-01 | 9 | -35/+51 |
| | | | |||||
| * | | More improvements to visual script.. | Juan Linietsky | 2016-08-31 | 17 | -29/+171 |
| |/ | | | | fixed a bug of not saving when sub-nodes changed. | ||||
| * | -Reworked constant nodes better | Juan Linietsky | 2016-08-31 | 8 | -53/+359 |
| | | | | | -Added simple switch node, removed InputEventFilter | ||||
| * | classref: Sync with recent changes | Rémi Verschelde | 2016-08-31 | 1 | -157/+914 |
| | | |||||
| * | draw_line: Properly bind antialiased argument | Rémi Verschelde | 2016-08-31 | 2 | -2/+2 |
| | | |||||
| * | Merge pull request #6321 from hurikhan/fix_windows_mousemode | Rémi Verschelde | 2016-08-31 | 1 | -0/+2 |
| |\ | | | | | Windows: Hide the mouse cursor when MOUSE_MODE_CAPTURED is activated. | ||||
| | * | Hide the mouse cursor when MOUSE_MODE_CAPTURED is activated. | Mario Schlack | 2016-08-29 | 1 | -0/+2 |
| | | | |||||
| * | | Merge pull request #6228 from manokara/tilemap-someinfo | Rémi Verschelde | 2016-08-31 | 2 | -0/+13 |
| |\ \ | | | | | | | Add mouse position information in TileMap. | ||||
| | * | | editor: Add mouse position information in TileMap | Mark Nokalt | 2016-08-30 | 2 | -0/+13 |
| | | | | |||||
| * | | | More visual script improvements | Juan Linietsky | 2016-08-30 | 26 | -357/+725 |
| | | | | | | | | | | | | | | | | | | | -Added anti-aliasing on lines -Improved draw performance enormously -Removed sequence ports for most nodes, current visual scripts will likely be broken now. Sorry! | ||||
| * | | | Merge pull request #6332 from J08nY/vis-script-setget-flip | Rémi Verschelde | 2016-08-30 | 1 | -3/+3 |
| |\ \ \ | | | | | | | | | VisualScript: Fixed VariableGet vs VariableSet node names, fixes #6325 | ||||
| | * | | | VisualScript: Fixed VariableGet vs VariableSet node names, fixes #6325 | J08nY | 2016-08-30 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | Merge pull request #5670 from timoschwarzer/feature/camera2d_limit_smoothing | Rémi Verschelde | 2016-08-30 | 3 | -7/+53 |
| |\ \ \ \ | | | | | | | | | | | Add an option to smooth camera limits when camera smoothing is enabled. | ||||
| | * | | | | Add an option to smooth camera limits when camera smoothing is enabled. | Timo Schwarzer | 2016-07-13 | 3 | -7/+53 |
| | | | | | | |||||
| * | | | | | Merge pull request #5262 from vnen/button-signals | Rémi Verschelde | 2016-08-30 | 2 | -2/+23 |
| |\ \ \ \ \ | |_|/ / / |/| | | | | Add button_down and button_up signals | ||||
| | * | | | | Better document the BaseButton signals | George Marques | 2016-08-26 | 1 | -2/+12 |
| | | | | | | |||||
| | * | | | | Add button_down and button_up signals | George Marques | 2016-08-26 | 1 | -0/+11 |
| | | | | | | |||||
| * | | | | | Merge pull request #4376 from eska014/js-eval | Rémi Verschelde | 2016-08-30 | 6 | -2/+242 |
| |\ \ \ \ \ | | | | | | | | | | | | | Add JavaScript eval interface to web export | ||||
| | * | | | | | Add JavaScript eval interface | eska | 2016-06-30 | 6 | -2/+242 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #6324 from djrm/fix_compilation | Rémi Verschelde | 2016-08-29 | 1 | -1/+1 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Fixed compilation | ||||
| | * | | | | | | 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 #6264 from MasonAsh/issue-6263 | Rémi Verschelde | 2016-08-29 | 1 | -3/+6 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix sliders incorrectly calculating value on click | ||||
| | * | | | | | | | Slider value accounts for grabber offset | Mason Ashbridge | 2016-08-24 | 1 | -3/+6 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge pull request #6245 from volzhs/issue-6154 | Rémi Verschelde | 2016-08-29 | 1 | -10/+13 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Change "Disable Filter" to "Enable Filter" on Font Import window | ||||
