aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 2.0.4 stable2.0.4-stableRémi Verschelde2016-07-091-1/+1
* OSX export: Default to fat format, make it an enumRémi Verschelde2016-07-091-21/+27
* added "arch" parameter, made iphone use it to build isimAriel Manzur2016-07-092-6/+17
* iOS simulator: merge into iphone detect.pyRémi Verschelde2016-07-093-152/+31
* corrently parse utf8 from zip_io open, closes #1708Juan Linietsky2016-07-091-2/+5
* classref: Add docs for InputEvent* and InputMapRémi Verschelde2016-07-081-11/+241
* classref: Fix arg name for is_action_pressed/releasedRémi Verschelde2016-07-083-25/+25
* Pass mouse position to Input singleton in web exporteska2016-07-081-0/+3
* Fix own world option of Viewport.Franklin Sobrinho2016-07-081-1/+1
* Avoid crash if setting modifiers fails, closes #5158Juan Linietsky2016-07-081-1/+3
* remove warnings if a script is missing and can't be openedJuan Linietsky2016-07-081-0/+2
* Fix several bugs related to node duplication and signals, closes #5405Juan Linietsky2016-07-082-3/+21
* Update String.capitalize() documentationPawel Kowal2016-07-081-1/+1
* classref: Sync for new sorting of constantsRémi Verschelde2016-07-081-1502/+1502
* Make sure builtin types' constants remain in orderGeorge Marques2016-07-082-58/+60
* Fix crash when null value through jni on androidvolzhs2016-07-081-0/+4
* Prettier str() for arraysIgnacio Etcheverry2016-07-081-6/+12
* Windows: prevent freeze while moving or resizing the game window.Andreas Haas2016-07-082-1/+17
* throw error if GridContainer::set_columns goes below 1, closes #5316Juan Linietsky2016-07-081-0/+1
* Make both signals be ordered and samplelibrary items too, fixes scenes changi...Juan Linietsky2016-07-082-1/+13
* Only emit item_selected once per Tree row, closes #5280Juan Linietsky2016-07-081-1/+6
* Remove error when getting dependencies from tscn files in some cases, closes ...Juan Linietsky2016-07-082-21/+34
* Fix bug in inner class reference, closes #1411Juan Linietsky2016-07-081-4/+9
* Fixed bug related to resolving constants in a class, closes #1110Juan Linietsky2016-07-081-1/+1
* Fix extends issue, closes #4026Juan Linietsky2016-07-081-1/+3
* Fixed bug in instance state ordering, closes #3904Juan Linietsky2016-07-082-4/+4
* Avoid recursion in filesystem scanning, closes #3838Juan Linietsky2016-07-081-16/+25
* Fix style bug in event queueRémi Verschelde2016-07-081-1/+1
* fix bug in reporting of message queue sizeJuan Linietsky2016-07-081-1/+1
* Properly complain when a scene file has not be selected, closes #3811Juan Linietsky2016-07-081-0/+22
* Ability to rotate controls using tool, closes #3800Juan Linietsky2016-07-082-10/+40
* Properly deliver localized coordinates when passing gui events through parent...Juan Linietsky2016-07-084-64/+74
* Fix compiling for X11 on non-86, this fixes #5444Ferdinand Thiessen2016-07-081-1/+3
* Fix visual server error when minimizing the windowGeorge Marques2016-07-081-2/+6
* Avoid mirroring to go negative to fix crash, closes #4036Juan Linietsky2016-07-081-0/+5
* remove the warning of instances in use at exitJuan Linietsky2016-07-081-1/+1
* Fix error reporting when a scene is not imported properly, closes #3968Juan Linietsky2016-07-083-12/+18
* Fixed selected text turning black, issue 5199Paulb232016-07-081-0/+1
* Optimize member access with selfPedro J. Estébanez2016-07-081-3/+11
* Changes X11 res_name to "Godot_Engine"paper-pauper2016-07-081-1/+1
* Fix string array parameter check with jnivolzhs2016-07-082-4/+4
* Remove duplicated aidl for androidvolzhs2016-07-081-144/+0
* Revert "Fixed the order of events called by _input, closes #4384"Rémi Verschelde2016-07-081-1/+1
* Dynamic property list for control margins allowing floating point properties ...Saracen2016-07-081-8/+80
* Fixed bug using DirAccess in Android Marshmallow due to data dir being a symlinkJuan Linietsky2016-07-022-2/+28
* Ignore some 2.1-specific filesRémi Verschelde2016-06-251-0/+3
* Add "bool" to GDScript reserverd keywordsAndreas Haas2016-06-251-0/+1
* Fix bug in String==StrRange comparisonGeorge Marques2016-06-251-5/+2
* Properly report a valid error instead of reporting as a bug, closes #3841Juan Linietsky2016-06-251-2/+2
* Fix network IP setting changevolzhs2016-06-251-1/+1