aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #6403 from ISylvox/fix-export-templatesRémi Verschelde2016-09-063-2/+5
|\ | | | | Fix for Compiling Export Templates
| * Should Fix Compiling Export TemplatesISylvox2016-09-063-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/templateRémi Verschelde2016-09-051-7/+5
|\ | | | | Update GDScript template
| * Clean up GDScript templateRăzvan Cosmin Rădulescu2016-09-051-7/+5
|/
* Merge pull request #6372 from waldson/masterRémi Verschelde2016-09-051-10/+0
|\ | | | | Fixes LineEdit text selection with mouse selecting more than intended
| * Fixes LineEdit text selection with mouse selecting more than intendedWaldson Patrício2016-09-021-10/+0
| |
* | Merge pull request #6352 from hurikhan/fix_release_build_IIRémi Verschelde2016-09-051-2/+2
|\ \ | | | | | | Fix release build. (II)
| * | Fix release build. (II)Mario Schlack2016-09-011-2/+2
| | |
* | | Removed script_variables/ prefix to VS properties, made them easier to ↵Juan Linietsky2016-09-042-27/+12
| | | | | | | | | | | | access from GD and Expression nodes
* | | 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-0310-4/+499
| | |
* | | Made basic call nodes unsequenced, since they are like gdscript and most ↵Juan Linietsky2016-09-031-2/+2
| | | | | | | | | | | | return const.
* | | Merge pull request #6379 from Hinsbart/update_mappingsGeorge Marques2016-09-021-1/+28
|\ \ \ | | | | | | | | Update gamepad mappings from community db.
| * | | Update gamepad mappings from community db.Andreas Haas2016-09-021-1/+28
|/ / /
* | | InputEvent: Fix event comparisons when type is NONERémi Verschelde2016-09-021-0/+4
| | | | | | | | | | | | | | | Was a regression from 2e5a4cb5ca33576ea81601f949b2e633ff92213c. Fixes #6376.
* | | -Added focus to comment nodeJuan Linietsky2016-09-025-1/+40
| |/ |/| | | | | -Make comment node not grab focus on main area
* | Merge pull request #6365 from akien-mga/pr-localesRémi Verschelde2016-09-021-24/+414
|\ \ | | | | | | i18n: Update list of supported locales based off glibc
| * | i18n: Update list of supported locales based off glibcRémi Verschelde2016-09-011-24/+414
| | | | | | | | | | | | Fixes #5733, fixes #6214.
* | | Basic type constants for visual scriptJuan Linietsky2016-09-025-3/+200
| | |
* | | made visual script switch more flexibleJuan Linietsky2016-09-014-53/+53
| | |
* | | -Modified Input and added is_action_just_pressed() as well as ↵Juan Linietsky2016-09-0111-41/+196
|/ / | | | | | | is_action_just_released()
* | i18n: Sync template and and merge translationsRémi Verschelde2016-09-0130-528/+2082
| |
* | i18n: Sync translations from WeblateRémi Verschelde2016-09-0122-3955/+23534
| | | | | | | | | | Translator credits added manually based on Weblate git log. Adds Catalan, Danish and Norwegian Bokmål initial translations.
* | -Fixed issue in Kinematicbody2DJuan Linietsky2016-09-019-35/+51
| |
* | More improvements to visual script..Juan Linietsky2016-08-3117-29/+171
|/ | | | fixed a bug of not saving when sub-nodes changed.
* -Reworked constant nodes betterJuan Linietsky2016-08-318-53/+359
| | | | -Added simple switch node, removed InputEventFilter
* classref: Sync with recent changesRémi Verschelde2016-08-311-157/+914
|
* draw_line: Properly bind antialiased argumentRémi Verschelde2016-08-312-2/+2
|
* Merge pull request #6321 from hurikhan/fix_windows_mousemodeRémi Verschelde2016-08-311-0/+2
|\ | | | | Windows: Hide the mouse cursor when MOUSE_MODE_CAPTURED is activated.
| * Hide the mouse cursor when MOUSE_MODE_CAPTURED is activated.Mario Schlack2016-08-291-0/+2
| |
* | Merge pull request #6228 from manokara/tilemap-someinfoRémi Verschelde2016-08-312-0/+13
|\ \ | | | | | | Add mouse position information in TileMap.
| * | editor: Add mouse position information in TileMapMark Nokalt2016-08-302-0/+13
| | |
* | | More visual script improvementsJuan Linietsky2016-08-3026-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-flipRémi Verschelde2016-08-301-3/+3
|\ \ \ | | | | | | | | VisualScript: Fixed VariableGet vs VariableSet node names, fixes #6325
| * | | VisualScript: Fixed VariableGet vs VariableSet node names, fixes #6325J08nY2016-08-301-3/+3
| | | |
* | | | Merge pull request #5670 from timoschwarzer/feature/camera2d_limit_smoothingRémi Verschelde2016-08-303-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 Schwarzer2016-07-133-7/+53
| | | | |
* | | | | Merge pull request #5262 from vnen/button-signalsRémi Verschelde2016-08-302-2/+23
|\ \ \ \ \ | |_|/ / / |/| | | | Add button_down and button_up signals
| * | | | Better document the BaseButton signalsGeorge Marques2016-08-261-2/+12
| | | | |
| * | | | Add button_down and button_up signalsGeorge Marques2016-08-261-0/+11
| | | | |
* | | | | Merge pull request #4376 from eska014/js-evalRémi Verschelde2016-08-306-2/+242
|\ \ \ \ \ | | | | | | | | | | | | Add JavaScript eval interface to web export
| * | | | | Add JavaScript eval interfaceeska2016-06-306-2/+242
| | | | | |
* | | | | | Merge pull request #6324 from djrm/fix_compilationRémi Verschelde2016-08-291-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fixed compilation
| * | | | | | 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_ip
| * | | | | | add NetworkedMultiplayerENet::set_bind_ipHubert Jarosz2016-08-272-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | which allows ENet to bind on custom IP.
* | | | | | | Merge pull request #6264 from MasonAsh/issue-6263Rémi Verschelde2016-08-291-3/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix sliders incorrectly calculating value on click
| * | | | | | | Slider value accounts for grabber offsetMason Ashbridge2016-08-241-3/+6
| | | | | | | |
* | | | | | | | Merge pull request #6245 from volzhs/issue-6154Rémi Verschelde2016-08-291-10/+13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Change "Disable Filter" to "Enable Filter" on Font Import window