Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-01 | -Modified Input and added is_action_just_pressed() as well as ↵ | Juan Linietsky | |
is_action_just_released() | |||
2016-07-16 | Added gyroscope support to Godot and Android | Jamil Halabi | |
2016-07-05 | Input: add get_connected_joysticks() method. | Andreas Haas | |
fixes #5465 | |||
2016-06-21 | Set default duration parameter of joystick vibration to 0. | Andreas Haas | |
2016-06-15 | Add joystick vibration support on Linux (#5043) | Wilhem Barbier | |
2016-05-27 | Add magnetometer sensor support for Android | fluffrabbit | |
2016-01-08 | Add some joystick functions to input. Enables manipulation of mappings at ↵ | hondres | |
runtime | |||
2016-01-01 | Update copyright to 2016 in headers | George Marques | |
2015-12-28 | Add missing argument names in GDScript bindings | Rémi Verschelde | |
All classes were reviewed apart from VisualServer for which no argument name is documented at all. While doing this review, I found quite a few bugs that were fixed either in earlier commits or this one (mostly documentation bugs though, i.e. some arguments were listed at the wrong place). | |||
2015-09-24 | Added ability to set custom mouse cursors. Not hardware accelerated yet. | Juan Linietsky | |
2015-08-29 | -display/emulate_touchscreen now really emulates a touchscreen | Juan Linietsky | |
-icons to show node menus | |||
2015-05-01 | -Fixed android export options (screen sizes, orientation should work) | Juan Linietsky | |
-added functions to get mouse position in CanvasItem | |||
2015-05-01 | -removed get_mouse_pos from Input, as it only caused problems | Juan Linietsky | |
2015-04-18 | Updated copyright year in all headers | Juan Linietsky | |
2015-01-20 | Add InputEvent::ACTION get/set support for variant | sanikoyes | |
Add action_press/action_release method bind | |||
2015-01-03 | -added new code completion guess locations, closes #1032 | Juan Linietsky | |
-moved commandline fix to mingw-only, should fix #1064 | |||
2014-09-19 | - more fixes on #672 on windows | Juan Linietsky | |
- added #660, but need help on osx, help please I don't have a mac! - fixed #667 and #668 (eol detection in comments) - added #670 (hint when using method without () ) | |||
2014-08-01 | Small Issues & Maintenance | Juan Linietsky | |
-=-=-=-=-=-=-=-=-=-=-=-=-= -Begin work on Navigation Meshes (simple pathfinding for now, will improve soon) -More doc on theme overriding -Upgraded OpenSSL to version without bugs -Misc bugfixes | |||
2014-05-24 | Making Godot Easier to Use.. | Juan Linietsky | |
-=-=-=-=-=-=-=-=-=-=-=-=-=-= -Auto indenter in code editor, this makes it much easier to paste external code. -Zoom in 2D viewport now uses the mouse pointer as reference. -Obscure hack to see where code/line of GDScript in C++ backtrace. -Fixed a bug where keys would get stuck on X11 if pressed simultaneously -Added Api on IP singleton to request local IPs. -Premultiplied alpha support when importing texture, editing PNGs and as a blend mode. | |||
2014-03-14 | Fixing compile error related to missing return value from input.cpp | Samuel Batista | |
2014-03-13 | -fix bug in cache for atlas import/export | Juan Linietsky | |
-fix some menus -fixed bug in out transition curves -detect and remove file:/// in collada -remove multiscript for now -remove dependencies on mouse in OS, moved to Input -avoid fscache from screwing up (fix might make it slower, but it works) -funcref was missing, it's there now | |||
2014-02-09 | GODOT IS OPEN SOURCE | Juan Linietsky | |