Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-14 | Fix crash when select target path on import 3d scene window | volzhs | |
2016-11-03 | Fixed flag for importing animation and skipping value tracks. | Saracen | |
2016-11-01 | style: Fix PEP8 whitespace issues in Python files | Rémi Verschelde | |
Done with `autopep8 --select=E2,W2`, fixes: - E201 - Remove extraneous whitespace. - E202 - Remove extraneous whitespace. - E203 - Remove extraneous whitespace. - E211 - Remove extraneous whitespace. - E221 - Fix extraneous whitespace around keywords. - E222 - Fix extraneous whitespace around keywords. - E223 - Fix extraneous whitespace around keywords. - E224 - Remove extraneous whitespace around operator. - E225 - Fix missing whitespace around operator. - E226 - Fix missing whitespace around operator. - E227 - Fix missing whitespace around operator. - E228 - Fix missing whitespace around operator. - E231 - Add missing whitespace. - E231 - Fix various deprecated code (via lib2to3). - E241 - Fix extraneous whitespace around keywords. - E242 - Remove extraneous whitespace around operator. - E251 - Remove whitespace around parameter '=' sign. - E261 - Fix spacing after comment hash. - E262 - Fix spacing after comment hash. - E265 - Format block comments. - E271 - Fix extraneous whitespace around keywords. - E272 - Fix extraneous whitespace around keywords. - E273 - Fix extraneous whitespace around keywords. - E274 - Fix extraneous whitespace around keywords. - W291 - Remove trailing whitespace. - W293 - Remove trailing whitespace. | |||
2016-10-17 | Merge pull request #6850 from akien-mga/pr-scsub-shebang | Rémi Verschelde | |
SCsub: Add python shebang as a hint for syntax highlighting | |||
2016-10-17 | SCsub: Add python shebang as a hint for syntax highlighting | Rémi Verschelde | |
Also switch existing shebangs to "better" /usr/bin/env python. | |||
2016-10-15 | Add option for root node name on Import 3D scene window | volzhs | |
2016-09-30 | Respect texture .flags files on export | Pedro J. Estébanez | |
2016-09-10 | Merge pull request #5920 from 29jm/fix-warnings | Juan Linietsky | |
Fix some more warnings | |||
2016-08-28 | check "disable_filter" option for backward compatibility | volzhs | |
2016-08-23 | Change "Disable Filter" to "Enable Filter" on Font Import window | volzhs | |
2016-08-13 | Fix various warnings | Johan Manuel | |
The warnings fixed were about things like unused variables, misleading indentation, missing default cases in switches and better grouping of conditions in if statements. | |||
2016-07-24 | Turn some prints to error logs, remove others | Rémi Verschelde | |
Fixes #5876 in passing. | |||
2016-07-18 | Revert "Change default extension to .tscn when import 3d scene" | Rémi Verschelde | |
Also adds a comment as to why this extension should not be changed. This commit reverts edf7082326526d76bfda095daa99e56317e30803. | |||
2016-07-18 | Change default extension to .tscn when import 3d scene | volzhs | |
2016-07-17 | Remove some noisy debug prints | Rémi Verschelde | |
Part of #5031 | |||
2016-07-13 | Removes AnimationPlayer renaming on import. | Saracen | |
2016-07-09 | properly generate tangents only upon request, closes #5580 | Juan Linietsky | |
2016-07-07 | Remove unused variables (third pass) + dead code | Rémi Verschelde | |
Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable | |||
2016-06-30 | Fixes to import plugin, closes #5318 | Juan Linietsky | |
2016-06-28 | Editor properly reloads scenes if they changed on disk or were reimported | Juan Linietsky | |
2016-06-26 | Fix error reporting when a scene is not imported properly, closes #3968 | Juan Linietsky | |
2016-06-21 | Fixed error using the same atlas rect for all images, closes #4139 | Juan Linietsky | |
2016-06-21 | Ability to premultiply alpha on font import, fixes #5231 | Juan Linietsky | |
2016-06-20 | i18n: Improve a couple English strings | Rémi Verschelde | |
2016-06-20 | -Added options for scene import plugin to keep materials and user-added ↵ | Juan Linietsky | |
tracks to animations, please test! closes #4425 | |||
2016-06-19 | Made .fnt warning translatable | Paulb23 | |
2016-06-19 | Merge pull request #5039 from jay3d/master | Rémi Verschelde | |
Add "-rigid" postfix import feature to create rigid bodies | |||
2016-06-19 | Merge pull request #4158 from Paulb23/add_fnt_extension_issue_162 | Rémi Verschelde | |
Adds .fnt extension if not provided, issue #162 | |||
2016-06-18 | Add missing license headers in our source files (#5255) | Rémi Verschelde | |
Also removes a couple wrong Godot headers from third-party source files. | |||
2016-06-18 | Add "-rigid" postfix import feature to create rigid bodies | jay3d | |
2016-06-16 | It is now possible to set a default custom theme, whether you want a hidpi ↵ | Juan Linietsky | |
default theme, or just use a custom font for the default theme | |||
2016-06-15 | Fix endless reimporting for LargeTexture close #5215 | Geequlim | |
2016-06-07 | Improved Blender/Collada shadeless->unshaded import | Pawel Kowal | |
2016-06-07 | Merge pull request #5057 from pkowal1982/master | Rémi Verschelde | |
Improved Blender/Collada -colonly import creating collision shapes fo… | |||
2016-06-05 | Improved Blender/Collada -colonly import creating collision shapes for empties | Pawel Kowal | |
2016-06-05 | Bitmask import plugin | Saracen | |
2016-06-02 | fix invalid texture plugin name | volzhs | |
EditorTextureImportPlugin had ``texture_2d``, ``texture_3d``, ``texture_atlas`` and ``larget_texture``. These are now just ``texture``. | |||
2016-05-30 | Added more translatable strings in code. Updated template tools.pot. | DimOkGamer | |
also improved Russian localization. | |||
2016-05-30 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | |
2016-05-30 | -Some fixes to OSX retina scaling for window functions | Juan Linietsky | |
-Implemented HiDPI detection and support for Godot Editor! | |||
2016-05-29 | Remove translatable strings in comments | George Marques | |
2016-05-29 | Set more visible string to translatable | Geequlim | |
2016-05-27 | Changed import workflow | Juan Linietsky | |
-Rearrange favorites in fs dock with drag and drop -Removed import -> sub-scene, moved to scenetree contextual menu -Removed import -> re-import , moved and integrated to FS dock -Added ability in FS dock to re-import more than one resource simultaneously -Added ability to drag from native filesystem explorer to Godot, only works on Windows though -Removed scene reimport merge options, never worked well. Eventually merging materials should be re-added -Added ability to set custom root node type when importing scenes -Re-Import is now automatic, can be configured back to manual in editor settings -Added resource previews in property list for many resource types | |||
2016-05-21 | i18n: Use %d instead of %i in vformat | Rémi Verschelde | |
Fixes #4742. | |||
2016-05-21 | i18n: Second pass at proofreading | Rémi Verschelde | |
Mostly removing commented out strings, plus a few critical ones that should not be translated. | |||
2016-05-21 | i18n: Proofreading of all strings | Rémi Verschelde | |
Done to ensure that no important identifiers are translatable, to fix compound strings using the new vformat() function, and some general English proofreading here and there. | |||
2016-05-18 | Check the save path before importing a 3D Mesh | Wilhem Barbier | |
2016-05-04 | i18n: Don't make print_line calls translatable | Rémi Verschelde | |
2016-05-03 | Modified editor strings to be translatable in the future | Juan Linietsky | |
2016-05-01 | Allow any directory for custom character set and gradient image file when ↵ | volzhs | |
import font fix #4486 |