Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-24 | added ability to define signals in script | Juan Linietsky | |
closes #2175 | |||
2015-06-23 | Merge pull request #2168 from KillerJaguar/input-helper | Juan Linietsky | |
Added helper methods to InputEvent | |||
2015-06-23 | Merge pull request #2172 from jrimclean/development | Juan Linietsky | |
Fixed compilation on MacOS X | |||
2015-06-23 | Merge branch 'master' of github.com:okamstudio/godot into development | James McLean | |
2015-06-23 | Added helper methods to InputEvent | Jaguar | |
2015-06-23 | Merge pull request #2166 from TheHX/collision_shape_editor | Juan Linietsky | |
CollisionShape2D visual editor | |||
2015-06-23 | Merge pull request #2165 from TheHX/issue_2102 | Juan Linietsky | |
Fix for issue related to GridMap editor | |||
2015-06-23 | CollisionShape2D visual editor | Franklin Sobrinho | |
2015-06-23 | Fix for issue related to GridMap editor | Franklin Sobrinho | |
* closes #2102 | |||
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 | Merge branch 'master' of github.com:okamstudio/godot into development | James McLean | |
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 | Fixed compilation error on MacOS X. | James McLean | |
2015-06-22 | Merge branch 'master' of github.com:okamstudio/godot into development | James McLean | |
2015-06-21 | Merge branch 'master' of github.com:okamstudio/godot into development | James McLean | |
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 | |