Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-15 | Adds the ability to draw parent-children relationship lines in scene tree editor | UgisBrekis | |
Can be turned on/off in editor settings + line color change available as well | |||
2016-06-14 | Added some theme icons and its sources | Daniel J. Ramirez | |
2016-06-13 | fix crash when clearing dynamicfontdata, closes #4877 | Juan Linietsky | |
2016-06-13 | Merge pull request #5176 from marcelofg55/master | Juan Linietsky | |
Fixed overloaded virtual functions with const vs none warning | |||
2016-06-12 | resolve numerical error when comparing instancing an inheritance to avoid ↵ | Juan Linietsky | |
saving changed properties when they didn't, closes 4759 | |||
2016-06-12 | Fixed ancient bug that prevented proper theme editing, closes #4924 | Juan Linietsky | |
2016-06-12 | Fixed overloaded virtual functions with const vs none warning | marcelofg55 | |
2016-06-06 | Merge pull request #5026 from Geequlim/patch9frame-extension | Juan Linietsky | |
Enhanced Patch9Frame | |||
2016-06-05 | Bitmask import plugin | Saracen | |
2016-06-05 | Enhanced StyleBoxTexture: | Geequlim | |
Add texture region support for StyleBoxTexture. Quick region(texture region and scale region) selection for StyleBoxTexture with TextureRegionEditorPlugin. | |||
2016-06-05 | Add texture region support for stylebox render | Geequlim | |
2016-06-04 | Physics2D: Rename default_density to default_linear_damp | Rémi Verschelde | |
Also adds a proper deprecating warning and tries to do some porting automatically. Supersedes #4109. | |||
2016-06-01 | Merge pull request #4952 from sanikoyes/Pr-fix-stb-font-prop | Juan Linietsky | |
fix stb font property names | |||
2016-05-31 | Some cleanup to GDScript | Juan Linietsky | |
separated GDFunction (VM) from GDScript in two different files | |||
2016-05-31 | fix stb font property names | sanikoyes | |
2016-05-30 | Merge remote-tracking branch 'origin/master' | Juan Linietsky | |
2016-05-30 | changed font system to use fallbacks | Juan Linietsky | |
this way more than 64k characters can be used | |||
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 | Finalized DynamicFont implementation | Juan Linietsky | |
-DynamicFont uses Freetype by default -Editor fonts are now scalable thanks to this -Cleaned up documentation browser and added fonts for this | |||
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-24 | Fixed caret color not changing though properties | Paulb23 | |
2016-05-21 | remove trailing whitespace | Hubert Jarosz | |
2016-05-17 | -Added configuration warning system for nodes | Juan Linietsky | |
-Added a new "add" and "instance" buttons for scene tree -Added a vformat() function to ease translation work | |||
2016-05-13 | Merge pull request #4096 from neikeq/pr-margin-cont-imp | Juan Linietsky | |
MarginContainer improvements | |||
2016-05-11 | -begun implementing drag & drop editor wide | Juan Linietsky | |
-filesystem dock dnd support -property list dnd support -scene tree dnd support | |||
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-21 | MarginContainer: Add top, right and bottom margins | Ignacio Etcheverry | |
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 | |