summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gd_compiler.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* -Fixed bug in "extends"Juan Linietsky2014-05-241-0/+10
|
* Making Godot Easier to Use..Juan Linietsky2014-05-241-0/+10
| | | | | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-=-= -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.
* Fixes to constants in scopeJuan Linietsky2014-05-021-26/+36
|
* -Fixes to OpenSSL compilation (more)Juan Linietsky2014-05-011-1/+6
| | | | -Fix bug in GDScript, now static functions can call static functions.
* -moved script to modulesJuan Linietsky2014-02-241-0/+1531