| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make dict2inst set internal members of instance | George Marques | 2015-09-20 | 1 | -0/+9 |
| | | | | | Fix #2490 | ||||
| * | -Added prints() function, fixes #1132, #1859 | Juan Linietsky | 2015-05-09 | 1 | -0/+24 |
| | | | | | -Tabs work inside built-in log window, fixes #1867 | ||||
| * | Updated copyright year in all headers | Juan Linietsky | 2015-04-18 | 1 | -1/+1 |
| | | |||||
| * | -renamed function to get object from instance id | Juan Linietsky | 2015-04-18 | 1 | -4/+4 |
| | | | | | -added function to get list of tiles used | ||||
| * | Merge pull request #1567 from sanikoyes/Pr-GDScript-seed-get-inst | Juan Linietsky | 2015-04-07 | 1 | -0/+34 |
| |\ | | | | | Pr-GDScript-seed-get-inst | ||||
| | * | Add seed/get_inst function for GDScript | sanikoyes | 2015-03-25 | 1 | -0/+34 |
| | | | | | | | | | | | seed -> Math::seed get_inst -> ObjectDB::get_instance | ||||
| * | | fix printraw to make it actually print raw | yg2f | 2015-04-06 | 1 | -1/+1 |
| |/ | |||||
| * | Updated the variable in the lerp function to be weight instead of percent. | Nathan Warden | 2015-02-20 | 1 | -1/+1 |
| | | |||||
| * | begin new serialization framework | Juan Linietsky | 2015-02-15 | 1 | -3/+29 |
| | | | | | also got rid of STL dependency on triangulator | ||||
| * | -Work in progress visual shader editor *DOES NOT WORK YET* | Juan Linietsky | 2015-01-03 | 1 | -0/+4 |
| | | |||||
| * | More 3D Work | Juan Linietsky | 2014-06-16 | 1 | -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 fonts | Juan Linietsky | 2014-04-05 | 1 | -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/export | Juan Linietsky | 2014-03-13 | 1 | -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 modules | Juan Linietsky | 2014-02-24 | 1 | -0/+1218 |
