aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/io_plugins
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | -Fix potential deadlock in stream player -Fix collada to support broken files from ColladaMaya
* 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
| | | | if destination filename was ".fnt" (ie. no filename set by user)
* -Upgraded webp to a MUCH newer version. Hoping it fixes some bugs in the ↵Juan Linietsky2015-12-042-0/+128
| | | | | | process. Keeping old version just in case for now. -Added ability to convert xml and tscn scenes to binary on export, makes loading of larger scenes faster
* 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 buildsystem
| * Cosmetic fixes to SCons buildsystemRémi Verschelde2015-11-011-4/+0
| | | | | | | | | | | | - Removed trailing spaces - Made sure all indentation is done using tabs (fixes #39) - Potentially fixed an identation issue for openssl check
* | -fixes to animatedsprite used with atlasJuan Linietsky2015-11-111-4/+8
| |
* | -support for stereo ima-adpcm sample compression & playbackJuan Linietsky2015-11-093-5/+103
|/ | | | -support for converting samples to ima-adpcm upon export
* -Fixes on atlas import to save memory if mipmaps are not usedJuan Linietsky2015-10-201-4/+16
| | | | -Make the video memory visible to improve debugging
* Merge pull request #2479 from firefly2442/cppcheck-unusedvarsJuan Linietsky2015-10-171-1/+1
|\ | | | | ran cppcheck, found unused variables
| * ran cppcheck, found unused variablesfirefly24422015-09-161-1/+1
| |
* | -Added ability to use cubic interpolation on image resize (little more ↵Juan Linietsky2015-10-012-5/+5
|/ | | | | | quality on non-po2 resizing) -Added ability for exporter to shrink images to non-integer values. Helps if you want to convert your game artwork from 1080->720 or similar
* merged some stuff for okamJuan Linietsky2015-09-032-130/+200
|
* Multiple scene editing *POTENTIALLY UNSTABLE*Juan Linietsky2015-06-221-1/+1
| | | | | | | | | | | -ability to edit multiple scenes at the same time -resource internal IDs are now persistent, this makes multiple scene editing possible but maaaaay result in file corruption bugs (tested and could not find anything but possibility exists because core code changed, report immediately if you find this). -properly save settings, layout, etc when edited -script editing is independent from scene editing now -show a yellow box when a script belongs to the scene
* -fixed many memory initialization issuesJuan Linietsky2015-06-061-2/+2
| | | | | -fixed deadlock on previews thread -fixed compilation errors on unix
* Merge remote-tracking branch 'origin/master'Juan Linietsky2015-06-062-37/+338
|\ | | | | | | | | Conflicts: tools/editor/io_plugins/editor_texture_import_plugin.cpp
| * -fixes to navigation, so edge-merging is more flexible on conflictJuan Linietsky2015-06-012-37/+338
| | | | | | | | | | | | -add tab support to richtextlabel -some click fixes to audio stream resampled -ability to import largetextures (dialog)
* | new file dialog!Juan Linietsky2015-06-066-41/+41
|/ | | | | | | | | -ItemList control for easier lists/thumbnails -New file dialog, with support for thumbnails, favorites, recent places, etc -Moved .fscache out of the project, no more bugs due to committed/pulled .fscache! -Dir dialog now sorts directories
* 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 ↵Juan Linietsky2015-04-221-14/+67
| | | | problems with animated normals, uvs, etc.
* -Changed Godot exit to be clean.Juan Linietsky2015-04-201-1/+2
| | | | | -Added more debug information on memory cleanliness on exit (if run with -v) -Fixed several memory leaks, fixes #1731, fixes #755
* -fix local and global usage for DirAccess, fixes #791Juan Linietsky2015-04-181-1/+0
| | | | please test anyway..
* -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 ↵Juan Linietsky2015-04-081-7/+23
| | | | "overwrite existing, keep materials" import mode work properly.
* 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
| | | | | | | | | | | | -needs testing on Linux -needs testing on Windows -NEED SOMEONE TO IMPLEMENT IT ON OSX!! PLEASE HELP!
* | Add iostream include to collada plugin and change to light occluder to use ↵Carl Olsson2015-03-231-0/+1
|/ | | | canvas item snap function.
* Merge pull request #1433 from cheece/patch-1Juan Linietsky2015-03-221-1/+53
|\ | | | | COLLADA load morph target normals
| * COLLADA load normals from morph targetcheece2015-02-241-1/+53
| | | | | | if the file has normals use them!
* | signed distance field font supportJuan Linietsky2015-03-211-6/+6
| |
* | wip distance field font importJuan Linietsky2015-03-201-50/+297
| | | | | | | | font import may not work if using distance field, this is WIP
* | merges from okam repoJuan Linietsky2015-03-031-4/+7
|/
* Merge pull request #1215 from Qwertie-/PR-GUIJuan Linietsky2015-01-141-1/+1
|\ | | | | Fixed typo in error message
| * Fixed typo in messageLuke Picciau2015-01-141-1/+1
| |
* | fixesJuan Linietsky2015-01-132-1/+6
| |