Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-07 | Added setting to change current script background color, issue 5450 | Paulb23 | |
2016-09-06 | Merge pull request #6364 from akien-mga/pr-tools-cleanup | Rémi Verschelde | |
Cleanup of the tools folder | |||
2016-09-06 | Merge pull request #6410 from supaiku-o/issue-6029 | Rémi Verschelde | |
Always show output panel when debugging | |||
2016-09-06 | Merge pull request #6408 from supaiku-o/issue-6374 | Rémi Verschelde | |
Show object string cast instead of object id in debugger | |||
2016-09-06 | Merge pull request #6406 from volzhs/create-folder | Rémi Verschelde | |
Select newly created folder on Directory dialog | |||
2016-09-06 | Merge pull request #6403 from ISylvox/fix-export-templates | Rémi Verschelde | |
Fix for Compiling Export Templates | |||
2016-09-06 | Always show output panel when debugging | supaiku | |
2016-09-06 | Show object string cast instead of object id in debugger | supaiku | |
2016-09-06 | Select newly created folder on Directory dialog | volzhs | |
2016-09-06 | Should Fix Compiling Export Templates | ISylvox | |
- Works on Windows, Linux x11, Linux Server, Android, HTML5 - Not tested on Mac/iOS (don't have Apple's devices yet) | |||
2016-09-05 | Merge pull request #6400 from razvanc-r/template | Rémi Verschelde | |
Update GDScript template | |||
2016-09-05 | Clean up GDScript template | Răzvan Cosmin Rădulescu | |
2016-09-05 | Remove tools/script_plugins, demos of the old plugin API | Rémi Verschelde | |
They are superseded by the official demos in https://github.com/godotengine/godot-demo-projects/tree/master/plugins | |||
2016-09-05 | Merge tools/docdump in tools/doc | Rémi Verschelde | |
Reduces clutter in the tools folder. | |||
2016-09-05 | Move various scripts to the "scripts" folder | Rémi Verschelde | |
Thus cleaning up the "tools" folder a bit. | |||
2016-09-05 | Remove obsolete Win32 libraries that everyone had forgotten about | Rémi Verschelde | |
2016-09-05 | Move templates and distribution stuff to tools/dist | Rémi Verschelde | |
Also removed the obsolete iOS xcode template. | |||
2016-09-05 | Merge pull request #6372 from waldson/master | Rémi Verschelde | |
Fixes LineEdit text selection with mouse selecting more than intended | |||
2016-09-05 | Merge pull request #6352 from hurikhan/fix_release_build_II | Rémi Verschelde | |
Fix release build. (II) | |||
2016-09-04 | Removed script_variables/ prefix to VS properties, made them easier to ↵ | Juan Linietsky | |
access from GD and Expression nodes | |||
2016-09-04 | Added expression nodes to visual script, please test. | Juan Linietsky | |
2016-09-03 | small fix | Juan Linietsky | |
2016-09-03 | Connection hints when connecting to empty space. | Juan Linietsky | |
2016-09-03 | Made basic call nodes unsequenced, since they are like gdscript and most ↵ | Juan Linietsky | |
return const. | |||
2016-09-02 | Merge pull request #6379 from Hinsbart/update_mappings | George Marques | |
Update gamepad mappings from community db. | |||
2016-09-02 | Update gamepad mappings from community db. | Andreas Haas | |
2016-09-02 | InputEvent: Fix event comparisons when type is NONE | Rémi Verschelde | |
Was a regression from 2e5a4cb5ca33576ea81601f949b2e633ff92213c. Fixes #6376. | |||
2016-09-02 | Fixes LineEdit text selection with mouse selecting more than intended | Waldson Patrício | |
2016-09-02 | -Added focus to comment node | Juan Linietsky | |
-Make comment node not grab focus on main area | |||
2016-09-02 | Merge pull request #6365 from akien-mga/pr-locales | Rémi Verschelde | |
i18n: Update list of supported locales based off glibc | |||
2016-09-02 | Basic type constants for visual script | Juan Linietsky | |
2016-09-01 | made visual script switch more flexible | Juan Linietsky | |
2016-09-01 | -Modified Input and added is_action_just_pressed() as well as ↵ | Juan Linietsky | |
is_action_just_released() | |||
2016-09-01 | i18n: Update list of supported locales based off glibc | Rémi Verschelde | |
Fixes #5733, fixes #6214. | |||
2016-09-01 | i18n: Sync template and and merge translations | Rémi Verschelde | |
2016-09-01 | i18n: Sync translations from Weblate | Rémi Verschelde | |
Translator credits added manually based on Weblate git log. Adds Catalan, Danish and Norwegian Bokmål initial translations. | |||
2016-09-01 | -Fixed issue in Kinematicbody2D | Juan Linietsky | |
2016-08-31 | More improvements to visual script.. | Juan Linietsky | |
fixed a bug of not saving when sub-nodes changed. | |||
2016-09-01 | Fix release build. (II) | Mario Schlack | |
2016-08-31 | -Reworked constant nodes better | Juan Linietsky | |
-Added simple switch node, removed InputEventFilter | |||
2016-08-31 | classref: Sync with recent changes | Rémi Verschelde | |
2016-08-31 | draw_line: Properly bind antialiased argument | Rémi Verschelde | |
2016-08-31 | Merge pull request #6321 from hurikhan/fix_windows_mousemode | Rémi Verschelde | |
Windows: Hide the mouse cursor when MOUSE_MODE_CAPTURED is activated. | |||
2016-08-31 | Merge pull request #6228 from manokara/tilemap-someinfo | Rémi Verschelde | |
Add mouse position information in TileMap. | |||
2016-08-30 | More visual script improvements | Juan Linietsky | |
-Added anti-aliasing on lines -Improved draw performance enormously -Removed sequence ports for most nodes, current visual scripts will likely be broken now. Sorry! | |||
2016-08-30 | editor: Add mouse position information in TileMap | Mark Nokalt | |
2016-08-30 | Merge pull request #6332 from J08nY/vis-script-setget-flip | Rémi Verschelde | |
VisualScript: Fixed VariableGet vs VariableSet node names, fixes #6325 | |||
2016-08-30 | Merge pull request #5670 from timoschwarzer/feature/camera2d_limit_smoothing | Rémi Verschelde | |
Add an option to smooth camera limits when camera smoothing is enabled. | |||
2016-08-30 | Merge pull request #5262 from vnen/button-signals | Rémi Verschelde | |
Add button_down and button_up signals | |||
2016-08-30 | VisualScript: Fixed VariableGet vs VariableSet node names, fixes #6325 | J08nY | |