Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-23 | Merge pull request #1972 from PeaceSells50/UsefulVSSconsEnvs | Juan Linietsky | |
Setting build vs properties in scons. | |||
2015-06-23 | Merge pull request #2068 from Krzycho666/color_ramp | Juan Linietsky | |
ColorRamp new features | |||
2015-06-22 | Merge pull request #2058 from volzhs/create_from_fnt | Juan Linietsky | |
add bind method for create_from_fnt (load fnt made by BMFont) | |||
2015-06-22 | Merge pull request #2070 from Krzycho666/AnimationPlayer_fix | Juan Linietsky | |
Animation player set_steps fix | |||
2015-06-22 | Merge pull request #2072 from jrimclean/master | Juan Linietsky | |
Interpolation for affine transformations/Bound rot/pos Matrix32 constructor | |||
2015-06-22 | Merge pull request #2080 from bojidar-bg/patch-1 | Juan Linietsky | |
Fix to #2079 | |||
2015-06-22 | Merge pull request #2088 from KillerJaguar/setter-fix | Juan Linietsky | |
Fixed variables being set before calling the setter method | |||
2015-06-22 | Merge pull request #2090 from volzhs/pmr_virtual | Juan Linietsky | |
fix register Physics2DTestMotionResult not virtual | |||
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 | small in place fixes | Juan Linietsky | |
2015-06-22 | Merge pull request #2144 from Krzycho666/UndoRedo_fix | Juan Linietsky | |
added GDscript bidings for UndoRedo class | |||
2015-06-22 | Merge pull request #2145 from PeaceSells50/More_VS_Scons_Changes | Juan Linietsky | |
More vs scons changes | |||
2015-06-22 | Merge pull request #2149 from TheHX/item_list_palette | Juan Linietsky | |
Grid/Tile map editor new item palette | |||
2015-06-22 | Merge pull request #2150 from guilhermefelipecgs/add_editor_config | Juan Linietsky | |
Add .editorconfig | |||
2015-06-22 | ability to set process on parent nodes on visibility notifier | Juan Linietsky | |
2015-06-22 | Add .editorconfig | Guilherme Felipe | |
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 | added some missing biddings | krzycho | |
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-21 | Setting build vs properties in scons. | Peace Sells | |
2015-06-20 | Fix typo that produced invalid markup for images | Guido Berhoerster | |
2015-06-19 | Hide projects folder. | Peace Sells | |
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-15 | fix register Physics2DTestMotionResult | volzhs | |
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-13 | Fixed variables being set before calling the setter method | Jaguar | |
2015-06-13 | Delete .fscache from fog_of_war demo, closes #2079. | Bojidar Marinov | |
2015-06-13 | Resolved a merge conflict. | Bojidar Marinov | |
2015-06-12 | some optimizations in godot memory handling | Juan Linietsky | |
2015-06-12 | added ability for Area (3D) to detect other areas | Juan Linietsky | |
2015-06-12 | made changing pivot simpler in 2D nodes (just press v with mouse over position) | Juan Linietsky | |
2015-06-12 | Update rasterizer_gles2.cpp | Juan Linietsky | |
fixed camera plane | |||
2015-06-11 | Changed floats to 'real_t'. | James McLean | |
2015-06-11 | Changed 'scale' to 'scale_basis' in 'interpolate_with'. | James McLean | |
2015-06-11 | Merge branch 'master' of github.com:okamstudio/godot | James McLean | |
2015-06-11 | Implemented interpolation for affine transformations ↵ | James McLean | |
(Matrix32::interpolate_with) | |||
2015-06-11 | added icon | Juan Linietsky | |
2015-06-11 | new space shooter demo | Juan Linietsky | |
ortho camera sort fix, closes #2063 | |||
2015-06-11 | fixed problem with crashing godot when changing number of steps while no ↵ | krzycho | |
animation added | |||
2015-06-11 | founded and fixed a bug that freezed godot when deleting while grabbing ↵ | krzycho | |
color in ColorRamp |