aboutsummaryrefslogtreecommitdiff
path: root/core/os/input.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Making Godot Easier to Use..Juan Linietsky2014-05-241-0/+2
| | | | | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-=-= -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.
* Fixing compile error related to missing return value from input.cppSamuel Batista2014-03-141-1/+1
|
* -fix bug in cache for atlas import/exportJuan Linietsky2014-03-131-0/+7
| | | | | | | | | | -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
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+311