Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-05 | Merge pull request #4547 from neikeq/pr-wrong-debug-methods | Rémi Verschelde | |
Fix wrong return and argument types in documentation | |||
2016-05-04 | Fix wrong return and argument types in documentation | Ignacio Etcheverry | |
2016-05-03 | Fix crash in dynamic font | sanikoyes | |
2016-05-01 | Support for dynamic fonts (TTF) | Juan Linietsky | |
Added support for DynamicFont, which can load a TTF of any size to use as a font. No import required. | |||
2016-04-28 | move Font to BitmapFont | Juan Linietsky | |
so we can add DynamicFont later.. | |||
2016-04-21 | Adds a remove class item option in the theme editor. | Aren Villanueva | |
I've also added a get_stylebox_types helper function to the theme class in order to figure out exactly what types are available to a theme. | |||
2016-04-20 | Merge pull request #4302 from Anarchid/gridmap-navmesh | Rémi Verschelde | |
Navmesh support for GridMaps | |||
2016-04-20 | Implement GridMap support for navigation meshes | Anarchid | |
2016-04-18 | Add a add_triangle_fan method to SurfaceTool | Bojidar Marinov | |
Closes #4298 | |||
2016-04-15 | Fixed curve baking, now always start at origin point | Hearto Lazor | |
2016-03-15 | Merge pull request #3528 from SaracenOne/baked_light_realtime_colourize | Rémi Verschelde | |
Ability to colourize baked lighting in real time. | |||
2016-03-14 | Automatically create input node when creating a ShaderGraph | Franklin Sobrinho | |
2016-03-12 | -Made editor support SSL certs by default (embedded them) | Juan Linietsky | |
-Made asset sharing support https -Many fixes to HTTPRequest -Added an asset installer dialog -Visual cleanups to asset sharing tab -Fixed some issues in ScrollContainer, hope it does not break things -Asset sharing tab is not visible (hidden on purpose) for now. | |||
2016-03-09 | remove trailing whitespace | Hubert Jarosz | |
2016-03-04 | -Work on addon editor plugin (disabled by default) | Juan Linietsky | |
-New HTTPRequest node, to make HTTP requests simpler. | |||
2016-02-21 | Fix missing dependency resolver in Windows | eska | |
2016-02-21 | Add support for placeholders in tscn, which was missing. Closes #3652 | Juan Linietsky | |
2016-02-09 | -Added missing functions to the doc, fixes #3583 | Juan Linietsky | |
2016-02-09 | -Allow renaming root node of inherited scene | Juan Linietsky | |
2016-02-08 | -Cleaned up GraphEdit, also fixes #3568 | Juan Linietsky | |
2016-02-08 | Property handle rotated controls in 2D editor, fixes #3613 | Juan Linietsky | |
2016-02-06 | Ability to colourize baked lighting in real time. | Saracen | |
2016-02-02 | -make animationplayer thinner, also toolbuttons too. fixes #3526 | Juan Linietsky | |
2016-01-29 | -Increment resources total in scene format text, fixes #3506 | Juan Linietsky | |
2016-01-25 | Merge pull request #3440 from TheHX/issue-2946 | Rémi Verschelde | |
Fixed small inconsistencies with the text format | |||
2016-01-24 | Merge pull request #3434 from TheHX/pr-tscn-dependency | Juan Linietsky | |
Fix .tscn not raising dependency error | |||
2016-01-24 | Fix .tscn not raising dependency error | Franklin Sobrinho | |
2016-01-24 | Fixed small inconsistencies with the text format | Franklin Sobrinho | |
2016-01-24 | Fix .tscn format not loading groups | Franklin Sobrinho | |
2016-01-23 | -Some changes to how scenes and scripts are overriden in scene instance and ↵ | Juan Linietsky | |
inheritance -Fixes #3127 and also properly fixes #2958 | |||
2016-01-23 | -Added ability to remap dependencies in tscn (forgot to do it..), fixes #3368 | Juan Linietsky | |
2016-01-23 | -Ability to retrieve state data from PackedScene, closes #3413 | Juan Linietsky | |
2016-01-15 | Add presets. | MarianoGNU | |
Also fix some bugs. Fix a crash and a minor bug | |||
2016-01-15 | Move shaders to default theme and add shader_override related methods to ↵ | MarianoGNU | |
Control class | |||
2016-01-15 | Add a visual editor to color picker. | MarianoGNU | |
2016-01-14 | -Make sure scenes properly update when switching tabs, even if sub-instances ↵ | Juan Linietsky | |
changed. Fixes #3201 | |||
2016-01-12 | Fix situation where TSCN format might crash, closes #3062 | Juan Linietsky | |
2016-01-06 | Merge pull request #3136 from MarianoGnu/bug_fixing | Rémi Verschelde | |
Fix RGBA Uniform autogeneration in ShaderGraph | |||
2016-01-06 | Fix .tscn format not loading signal binds | Franklin Sobrinho | |
2016-01-06 | Merge pull request #3159 from neikeq/tab_close_icon | Rémi Verschelde | |
Add tab close icon to the default theme | |||
2016-01-03 | -Replaced tinyjpg for jpgd (public domain), fixes progressive encoded jpgs ↵ | Juan Linietsky | |
and speeds up. Closes #2040 -Removed support of loading BitMap as image, now it must be load as a pnm, also closes #2040 | |||
2016-01-02 | -Restore mouse on X11 when debugger break happens, closes #2232 | Juan Linietsky | |
2016-01-01 | Update copyright to 2016 in headers | George Marques | |
2015-12-31 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | |
2015-12-31 | -Ensure .tscn and .tres always save in a deterministic way, fixes #2495 | Juan Linietsky | |
-Scene edit state is saved outside the scene now, to avoid changes .tscn files when nothing really changed -Created a VariantWriter helper to unify all variant to text writing -Moved SceneFormatText writing to VariantWriter -Moved ConfigFile to use VariantWriter and VariantParser, added compatibility mode for old .cfg files that use engine.cfg format | |||
2015-12-29 | Add tab close icon to the default theme | Ignacio Etcheverry | |
2015-12-28 | Add missing argument names in GDScript bindings | Rémi Verschelde | |
All classes were reviewed apart from VisualServer for which no argument name is documented at all. While doing this review, I found quite a few bugs that were fixed either in earlier commits or this one (mostly documentation bugs though, i.e. some arguments were listed at the wrong place). | |||
2015-12-28 | Fix wrong getters in ShaderGraph | Rémi Verschelde | |
2015-12-26 | Merge pull request #3140 from neikeq/fix_refresh_icon | Juan Linietsky | |
Add reload icon to FileDialog's default theme | |||
2015-12-26 | Added reload icon to FileDialog's default theme | Ignacio Etcheverry | |