aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_compiler.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-07-09OSX export: Default to fat format, make it an enumRémi Verschelde1-21/+27
Since we want to distribute only the fat binary in the official templates, this should make it work out of the box. 32 bits and 64 bits options are still available for people that want them, but will throw an error if the binaries are not in the template zip. (cherry picked from commit 02aeac12d1e0638ad223190b2eb5c6845090b4ed)
2016-07-09added "arch" parameter, made iphone use it to build isimAriel Manzur2-6/+17
(cherry picked from commit 10c512e46d57034b2fd6f408e0fec37f17e972e5)
2016-07-09iOS simulator: merge into iphone detect.pyRémi Verschelde3-152/+31
Fixes #4489 (cherry picked from commit dc8c14548833d6d1ffe209ecc37e442bc5259b3f)
2016-07-09corrently parse utf8 from zip_io open, closes #1708Juan Linietsky1-2/+5
this probably failed when exporting or opening android apk files too, should fix that too. (cherry picked from commit 1c541a2bee5f3ad71509d0d4a08d6db7d97c46da)
2016-07-08classref: Add docs for InputEvent* and InputMapRémi Verschelde1-11/+241
(cherry picked from commit 69c8b583e7b7c31e9316a24f185ca99f9452d91d)
2016-07-08classref: Fix arg name for is_action_pressed/releasedRémi Verschelde3-25/+25
Also position TEXTURE_SPHERE constant properly. (cherry picked from commit a15de809429171e93556db6e9d7010a2b3d61f18)
2016-07-08Pass mouse position to Input singleton in web exporteska1-0/+3
(cherry picked from commit 4beeff94335938ba0249aea69c4e47024b08bf64)
2016-07-08Fix own world option of Viewport.Franklin Sobrinho1-1/+1
It happens when the viewport has WorldEnviroment child with a valid Enviroment (cherry picked from commit 6b154c9706c4dc99728195d5009d42782bf51b86)
2016-07-08Avoid crash if setting modifiers fails, closes #5158Juan Linietsky1-1/+3
(cherry picked from commit 7e3044981ef3ed2a71270e331f2a36f57d5ec0c5)
2016-07-08remove warnings if a script is missing and can't be openedJuan Linietsky1-0/+2
(cherry picked from commit d8c31e0e7480906ccf230892b090e3c3cbe1b271)
2016-07-08Fix several bugs related to node duplication and signals, closes #5405Juan Linietsky2-3/+21
(cherry picked from commit 17e4ead62a949e2a1568574228a157ea4b403d30)
2016-07-08Update String.capitalize() documentationPawel Kowal1-1/+1
(cherry picked from commit fe49b7180420eb8dafe4ced86de7168a34c292b9)
2016-07-08classref: Sync for new sorting of constantsRémi Verschelde1-1502/+1502
2016-07-08Make sure builtin types' constants remain in orderGeorge Marques2-58/+60
This adds a list of constants for VariantCall to make sure the order of register is kept when showing in the editor help and in the documentation. This also remove the sorting of constants from the doctool, so it keeps the natural order in classes.xml. (cherry picked from commit 29b62ce5d009bfdc57e065e450d7e01c5bd5bd05)
2016-07-08Fix crash when null value through jni on androidvolzhs1-0/+4
(cherry picked from commit b09dbaa78e716078806fdf1f88dea279d7d3c257)
2016-07-08Prettier str() for arraysIgnacio Etcheverry1-6/+12
(cherry picked from commit 38ed5d9c7d5b3ce03e7ac5141ef0115a605e75bf)
2016-07-08Windows: prevent freeze while moving or resizing the game window.Andreas Haas2-1/+17
When moving or resizing the window, Windows spins up a seperate event-loop, effectively blocking the normal one. To work around this, we're starting a timer that will continue sending WM_TIMER messages which we can use to keep the mainloop running. fixes #4695 (cherry picked from commit 6856c5249104d2b69fe297ff7546092e3bb23555)
2016-07-08throw error if GridContainer::set_columns goes below 1, closes #5316Juan Linietsky1-0/+1
(cherry picked from commit f6725f9768b8ba379106b26810c83b0bd110764b)
2016-07-08Make both signals be ordered and samplelibrary items too, fixes scenes ↵Juan Linietsky2-1/+13
changing for git, closes #5289 (cherry picked from commit b391306828294bc28675e135e7c2232ac6b8305a)
2016-07-08Only emit item_selected once per Tree row, closes #5280Juan Linietsky1-1/+6
(cherry picked from commit 89bb72b2d3ae209eae64252fcbac7d6f0ff6e376)
2016-07-08Remove error when getting dependencies from tscn files in some cases, closes ↵Juan Linietsky2-21/+34
#3897 (cherry picked from commit 519fce94e97888d37efc11b44e6cc6cb01b51a3a)
2016-07-08Fix bug in inner class reference, closes #1411Juan Linietsky1-4/+9
(cherry picked from commit cf6450043d8815c5708644a097e3af85a1b120b6)
2016-07-08Fixed bug related to resolving constants in a class, closes #1110Juan Linietsky1-1/+1
(cherry picked from commit f4c66408276c5eff471d9e945eb02b36e7c71395)
2016-07-08Fix extends issue, closes #4026Juan Linietsky1-1/+3
(cherry picked from commit 565bb3afcc207aea6608bb119e21c6833f1b87b3)
2016-07-08Fixed bug in instance state ordering, closes #3904Juan Linietsky2-4/+4
(cherry picked from commit 8e1c0f287db96f73c8715ac1fa387b430f3758ca)
2016-07-08Avoid recursion in filesystem scanning, closes #3838Juan Linietsky1-16/+25
(cherry picked from commit 41a26528e4dc1e9204cbac20e3339ad89a2ed0ce)
2016-07-08Fix style bug in event queueRémi Verschelde1-1/+1
Same fix as for 1f9812ab835e97ff07f4abba23a7915e04d306c9 Not sure if this code actually does anything though, `buffer_max_used` seems unused. (cherry picked from commit bd424d8f734fdad261953142451e412db60b4543)
2016-07-08fix bug in reporting of message queue sizeJuan Linietsky1-1/+1
(cherry picked from commit 1f9812ab835e97ff07f4abba23a7915e04d306c9)
2016-07-08Properly complain when a scene file has not be selected, closes #3811Juan Linietsky1-0/+22
(cherry picked from commit d41b7a66e9e01b55310d68e216139d6b6cc712f1)
2016-07-08Ability to rotate controls using tool, closes #3800Juan Linietsky2-10/+40
(cherry picked from commit e2d208f1226f802b941d099c2f16223e7446cb07)
2016-07-08Properly deliver localized coordinates when passing gui events through ↵Juan Linietsky4-64/+74
parents, closes #4215 (cherry picked from commit 47d6cc08bbd745d63829e02ae408c4ce09ce1299)
2016-07-08Fix compiling for X11 on non-86, this fixes #5444Ferdinand Thiessen1-1/+3
(cherry picked from commit 9e751178eb45d048d6edafdd13663fd2dea047f9)
2016-07-08Fix visual server error when minimizing the windowGeorge Marques1-2/+6
(cherry picked from commit bf44275b1af5f8757162ebbd81bdbccdfcf61a26)
2016-07-08Avoid mirroring to go negative to fix crash, closes #4036Juan Linietsky1-0/+5
(cherry picked from commit 10f411b47bd46fc28f780be9f70c20228ef4428c)
2016-07-08remove the warning of instances in use at exitJuan Linietsky1-1/+1
(cherry picked from commit 8baa85d6b4428b3fcbcd7ef160e608471ea7606b)
2016-07-08Fix error reporting when a scene is not imported properly, closes #3968Juan Linietsky3-12/+18
(cherry picked from commit 33f1204dc4e919660bd923f366897349a9f9fdbb)
2016-07-08Fixed selected text turning black, issue 5199Paulb231-0/+1
(cherry picked from commit 7f98f37f139537fe82ac1e7b790c7517eed05f1b)
2016-07-08Optimize member access with selfPedro J. Estébanez1-3/+11
Let the compiler take the fast path when a member is superfluously accessed with `self.`. (cherry picked from commit d306b9bea57660676f10229dd65fc885e173f268)
2016-07-08Changes X11 res_name to "Godot_Engine"paper-pauper1-1/+1
Add additional/alternative WM_CLASS; only affects the game window, avoids redundancy and allows finer control in WMs (#5265) (cherry picked from commit dd1ad3175715d7a1eea089a4d9ecec8cb3a516fd)
2016-07-08Fix string array parameter check with jnivolzhs2-4/+4
(cherry picked from commit 456b7733fca2af68c1943597e181d7bcd81edc78)
2016-07-08Remove duplicated aidl for androidvolzhs1-144/+0
Tested IAP function on device. (cherry picked from commit a5a5bdef25f95008e7c4ddecf48694c43000fbdf)
2016-07-08Revert "Fixed the order of events called by _input, closes #4384"Rémi Verschelde1-1/+1
This reverts commit 299b0102f028881ac6acbfabd5208c4f8f3f2da9.
2016-07-08Dynamic property list for control margins allowing floating point properties ↵Saracen1-8/+80
to be used with ratio anchors. (cherry picked from commit d8392dd1176f5d133a77304ad591fe9cb311c3ea)
2016-07-02Fixed bug using DirAccess in Android Marshmallow due to data dir being a symlinkJuan Linietsky2-2/+28
2016-06-25Ignore some 2.1-specific filesRémi Verschelde1-0/+3
2016-06-25Add "bool" to GDScript reserverd keywordsAndreas Haas1-0/+1
Noticed that "bool" wasn't highlighted when used like `export(bool) var is_xy = false` (cherry picked from commit c871cf68012f833d33be9f1c9bcc59dea6a7a030)
2016-06-25Fix bug in String==StrRange comparisonGeorge Marques1-5/+2
It was comparing the StrRange with itself, always return true if both were the same length. Fix #3843 (cherry picked from commit f4dfa37a23629e011dac74911a87860edf83c63d)
2016-06-25Properly report a valid error instead of reporting as a bug, closes #3841Juan Linietsky1-2/+2
(cherry picked from commit 95e3279d34fd99bf816a19a7c0dc5a2d58e418e6)
2016-06-25Fix network IP setting changevolzhs1-1/+1
Fix #5368 (cherry picked from commit 515472bc524b3432667678bd1191042c3b6b03b1)
2016-06-25Add docs for String and CanvasItemGeorge Marques1-14/+46
(cherry picked from commit 6776fa63de4d96f043c1e970ee366a865d46da27)