aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/io_plugins (follow)
Commit message (Expand)AuthorAgeFilesLines
* i18n: Don't make print_line calls translatableRémi Verschelde2016-05-045-27/+27
* Modified editor strings to be translatable in the futureJuan Linietsky2016-05-037-248/+248
* Allow any directory for custom character set and gradient image file when imp...volzhs2016-05-011-2/+2
* move Font to BitmapFontJuan Linietsky2016-04-282-20/+20
* correct typo "overwrite"volzhs2016-04-141-2/+2
* remove trailing whitespaceHubert Jarosz2016-03-093-7/+7
* Completed the support for plugins! It is not possible to add plugins.Juan Linietsky2016-02-273-7/+8
* -fixed more issues resampling soundsJuan Linietsky2016-02-111-4/+4
* -Made some icon data types smaller so they take up less spaceJuan Linietsky2016-02-111-1/+1
* Support BMFont in font editor plugin, closes #2204Juan Linietsky2016-01-021-0/+22
* Update copyright to 2016 in headersGeorge Marques2016-01-0114-14/+14
* -Fix to progress dialog, speding it upJuan Linietsky2015-12-211-8/+35
* added binary API to StreamPeer, fixes #2863Juan Linietsky2015-12-133-4/+4
* Set default destination filename of imported font to be input font filenameJulian Murgia - StraToN2015-12-041-0/+4
* -Upgraded webp to a MUCH newer version. Hoping it fixes some bugs in the proc...Juan Linietsky2015-12-042-0/+128
* Better import mesh warningsFranklin Sobrinho2015-11-251-25/+14
* -remove Vector2.atan2() replaced by Vector2.angle(), fixes #2260Juan Linietsky2015-11-191-2/+2
* Merge pull request #2707 from akien-mga/masterJuan Linietsky2015-11-181-4/+0
|\
| * Cosmetic fixes to SCons buildsystemRémi Verschelde2015-11-011-4/+0
* | -fixes to animatedsprite used with atlasJuan Linietsky2015-11-111-4/+8
* | -support for stereo ima-adpcm sample compression & playbackJuan Linietsky2015-11-093-5/+103
|/
* -Fixes on atlas import to save memory if mipmaps are not usedJuan Linietsky2015-10-201-4/+16
* Merge pull request #2479 from firefly2442/cppcheck-unusedvarsJuan Linietsky2015-10-171-1/+1
|\
| * ran cppcheck, found unused variablesfirefly24422015-09-161-1/+1
* | -Added ability to use cubic interpolation on image resize (little more qualit...Juan Linietsky2015-10-012-5/+5
|/
* merged some stuff for okamJuan Linietsky2015-09-032-130/+200
* Multiple scene editing *POTENTIALLY UNSTABLE*Juan Linietsky2015-06-221-1/+1
* -fixed many memory initialization issuesJuan Linietsky2015-06-061-2/+2
* Merge remote-tracking branch 'origin/master'Juan Linietsky2015-06-062-37/+338
|\
| * -fixes to navigation, so edge-merging is more flexible on conflictJuan Linietsky2015-06-012-37/+338
* | new file dialog!Juan Linietsky2015-06-066-41/+41
|/
* fixes on sample importingJuan Linietsky2015-05-191-2/+3
* fix a crash situation when starting a thread and other small fixesJuan Linietsky2015-05-181-1/+4
* optional formal changesehriche2015-05-061-0/+2
* fix font import path on windows, closes #1675Juan Linietsky2015-05-041-2/+5
* -Fixes from source code analyzizer, closes #1768Juan Linietsky2015-05-011-2/+2
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-04-241-0/+1
|\
| * fix to collada import crashJuan Linietsky2015-04-231-0/+1
* | local changesJuan Linietsky2015-04-241-1/+1
|/
* Changed collada importer to properly handle ALL blend shape arrays, fixes pro...Juan Linietsky2015-04-221-14/+67
* -Changed Godot exit to be clean.Juan Linietsky2015-04-201-1/+2
* -fix local and global usage for DirAccess, fixes #791Juan Linietsky2015-04-181-1/+0
* -Fixed post-import script-reload buf, fixes #1683Juan Linietsky2015-04-181-3/+9
* Updated copyright year in all headersJuan Linietsky2015-04-1814-14/+14
* -Fix issue of scene import script path being broken on reimport, fixes #1668Juan Linietsky2015-04-131-1/+2
* improved save path error messages for scene, textures and audio, fixes #1514Juan Linietsky2015-04-123-7/+49
* -Better Collada now keeps mesh names properly from blender, makes the "overwr...Juan Linietsky2015-04-081-7/+23
* fixed re-import of scene when new nodes are added, fixes #1620Juan Linietsky2015-04-082-5/+14
* Merge branch 'master' of https://github.com/not-surt/godot into snapping2Carl Olsson2015-03-231-2/+2
|\
| * fixes to new window management APIJuan Linietsky2015-03-221-2/+2