Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-30 | include not necessary anymore | Julian Murgia - StraToN | |
2015-07-30 | Added automatic clear output on Play in Godot Settings | Julian Murgia - StraToN | |
2015-07-29 | Added "Clear" button top right of output debug console in editor | Julian Murgia - StraToN | |
2015-06-29 | Several performance improvements, mainly in loading and instancing scenes ↵ | Juan Linietsky | |
and resources. A general speedup should be apparent, with even more peformance increase when compiling optimized. WARNING: Tested and it seems to work, but if something breaks, please report. | |||
2015-06-26 | improved get_node(), connect(), etc code completion. | Juan Linietsky | |
-properly completes text arguments -includes the "/root" autoloads | |||
2015-06-24 | added a tiny bit more space to docks and script tab | Juan Linietsky | |
2015-06-24 | fix connection dialog bug | Juan Linietsky | |
2015-06-24 | added ability to define signals in script | Juan Linietsky | |
closes #2175 | |||
2015-06-23 | CollisionShape2D visual editor | Franklin Sobrinho | |
2015-06-23 | Merge pull request #1907 from tommy3/show-hidden-files | Juan Linietsky | |
set initial flag 'show_hidden_files' for file dialogs in project manager initialization | |||
2015-06-22 | Merge pull request #2070 from Krzycho666/AnimationPlayer_fix | Juan Linietsky | |
Animation player set_steps fix | |||
2015-06-22 | Merge pull request #2101 from sanikoyes/Pr-script-editor-save-state | Juan Linietsky | |
Pr-Script editor | |||
2015-06-22 | Merge pull request #2132 from gber/master | Juan Linietsky | |
Fix typo that produced invalid markup for images | |||
2015-06-22 | Merge pull request #2144 from Krzycho666/UndoRedo_fix | Juan Linietsky | |
added GDscript bidings for UndoRedo class | |||
2015-06-22 | Small fixes for Grid/Tile map editor palette | Franklin Sobrinho | |
2015-06-22 | Grid/Tile map editor new item palette | Franklin Sobrinho | |
2015-06-22 | Multiple scene editing *POTENTIALLY UNSTABLE* | Juan Linietsky | |
-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 | |||
2015-06-21 | - added GDscript bidings for UndoRedo class mechanizm | krzycho | |
- registered UndoRedo | |||
2015-06-20 | Fix typo that produced invalid markup for images | Guido Berhoerster | |
2015-06-16 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-06-16 | fix "v" pivot adjust function | Juan Linietsky | |
2015-06-16 | Script editor: restore line/column after script reload | sanikoyes | |
2015-06-14 | fixed small refresh issue when moving docks | Juan Linietsky | |
2015-06-14 | fixes for dock motion | Juan Linietsky | |
2015-06-14 | missing changes | Juan Linietsky | |
2015-06-13 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-06-13 | some editor window changes | Juan Linietsky | |
-ability to make dock position configurable, and it gets saved -editor starts maximized default | |||
2015-06-12 | made changing pivot simpler in 2D nodes (just press v with mouse over position) | Juan Linietsky | |
2015-06-11 | fixed problem with crashing godot when changing number of steps while no ↵ | krzycho | |
animation added | |||
2015-06-07 | Merge pull request #2023 from TheJosh/dae-exporter-assimp | Juan Linietsky | |
Fix Blender DAE exporter - files are unreadable by Assimp | |||
2015-06-07 | Merge pull request #1973 from Biliogadafr/ColorRamp | Juan Linietsky | |
Replace color phases with color ramp for Particles2D. (need some review/guidance) | |||
2015-06-06 | -fixed many memory initialization issues | Juan Linietsky | |
-fixed deadlock on previews thread -fixed compilation errors on unix | |||
2015-06-06 | Merge remote-tracking branch 'origin/master' | Juan Linietsky | |
Conflicts: tools/editor/io_plugins/editor_texture_import_plugin.cpp | |||
2015-06-06 | new file dialog! | Juan Linietsky | |
-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 | |||
2015-06-02 | Fix DAE exporter - files unreadable by Assimp | Josh Heidenreich | |
Colours came though as 3x component instead of 4x component. Index of refraction was in the wrong place. | |||
2015-06-01 | -fixes to navigation, so edge-merging is more flexible on conflict | Juan Linietsky | |
-add tab support to richtextlabel -some click fixes to audio stream resampled -ability to import largetextures (dialog) | |||
2015-05-31 | mesh preview | reduz | |
2015-05-31 | work in progress, resource previews | Juan Linietsky | |
2015-05-27 | -fix bug in animation editor | Juan Linietsky | |
-fix crash bug in physics motion, closes #1993 | |||
2015-05-26 | ability to run 2D physics in a thread | Juan Linietsky | |
also, 2D physics is now thread safe too. see physics_2d/thread_model | |||
2015-05-25 | improved animation editor | Juan Linietsky | |
-same-value link keys -new layout -forward, backwards playback -integrated curve/property editor -auto increment sprite frame after insert -copy & paste animation resoucres | |||
2015-05-24 | Replace color phases with color ramp for Particles2D. | Biliogadafr | |
2015-05-21 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-05-19 | fixes on sample importing | Juan Linietsky | |
2015-05-18 | fix a crash situation when starting a thread and other small fixes | Juan Linietsky | |
2015-05-18 | fix a compile error | Juan Linietsky | |
2015-05-18 | -Rename unexisting by nonexistant, closes #1940 | Juan Linietsky | |
-Added function to retrieve list of actions fron InputMap | |||
2015-05-17 | -changed some copyrights to 2015 | Juan Linietsky | |
2015-05-17 | reinstante focus into textedit after menu used in code editor | Juan Linietsky | |
2015-05-17 | properly save external resources, fixes #1924 | Juan Linietsky | |
added API to get scancode names to OS |