summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gd_functions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Merge pull request #3814 from est31/iterators_for_for"Rémi Verschelde2016-03-011-83/+0
| | | | | This reverts commit adf50568890cefb5fc354dbc1b21c4140bb410f9, reversing changes made to ee2bc87c0ef3cc1a432655ff935e60f32977904d.
* Add xrange builtin functionest312016-02-281-0/+83
| | | | Also update classes.xml in order to document xrange
* Merge pull request #3445 from akien-mga/masterRémi Verschelde2016-01-261-1/+4
|\ | | | | Add missing return for typeof() MethodInfo
| * Add missing return for typeof() MethodInfoRémi Verschelde2016-01-251-1/+4
| |
* | Added var2bytes and bytes2var to convet any variable to bytes and back. ↵Juan Linietsky2016-01-021-0/+66
| | | | | | | | Closes #2075
* | Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
| |
* | small fixes to color8Juan Linietsky2015-12-311-1/+1
| |
* | -Added Color8(r8,g8,b8,a8) function as well as .r8,.g8,.b8,.a8 members to ↵Juan Linietsky2015-12-311-0/+35
| | | | | | | | Color, to deal with colors in the 0-255 range. Closes #2345
* | force thread model to single-safe when running editor, fixes #2387Juan Linietsky2015-12-311-0/+1
| |
* | -Changed var2str and str2var in GDScript to use VariantWriter and VariantParserJuan Linietsky2015-12-311-2/+19
| | | | | | | | -It is now finally possible to parse back a variant from text!
* | replaced :var by :Variant in documentation, fixes #2897Juan Linietsky2015-12-141-2/+2
|/
* Make dict2inst set internal members of instanceGeorge Marques2015-09-201-0/+9
| | | | Fix #2490
* -Added prints() function, fixes #1132, #1859Juan Linietsky2015-05-091-0/+24
| | | | -Tabs work inside built-in log window, fixes #1867
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
|
* -renamed function to get object from instance idJuan Linietsky2015-04-181-4/+4
| | | | -added function to get list of tiles used
* Merge pull request #1567 from sanikoyes/Pr-GDScript-seed-get-instJuan Linietsky2015-04-071-0/+34
|\ | | | | Pr-GDScript-seed-get-inst
| * Add seed/get_inst function for GDScriptsanikoyes2015-03-251-0/+34
| | | | | | | | | | seed -> Math::seed get_inst -> ObjectDB::get_instance
* | fix printraw to make it actually print rawyg2f2015-04-061-1/+1
|/
* Updated the variable in the lerp function to be weight instead of percent.Nathan Warden2015-02-201-1/+1
|
* begin new serialization frameworkJuan Linietsky2015-02-151-3/+29
| | | | also got rid of STL dependency on triangulator
* -Work in progress visual shader editor *DOES NOT WORK YET*Juan Linietsky2015-01-031-0/+4
|
* More 3D WorkJuan Linietsky2014-06-161-0/+13
| | | | | | | | -=-=-=-=-=- -ESM Shadow Mapping for softer and less glitchy shadows -HDR Pipeline (convert to Linear on texture import, convert to SRGB at the end) -Fix to xml parse bug
* -Support for changing fontsJuan Linietsky2014-04-051-1/+1
| | | | | | | -Detect when free() might crash the project and throw error -fixed 2D Bounce in physics (3d still broken) -renamed “on_top” property to “behind_parent”, which makes more sense, old on_top remains there for compatibility but is invisible. -large amount of fixes
* -fix bug in cache for atlas import/exportJuan Linietsky2014-03-131-1/+40
| | | | | | | | | | -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
* -moved script to modulesJuan Linietsky2014-02-241-0/+1218