Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | added icon | Juan Linietsky | |
2015-06-11 | new space shooter demo | Juan Linietsky | |
ortho camera sort fix, closes #2063 | |||
2015-06-08 | Merge pull request #2051 from jrimclean/master | Juan Linietsky | |
oops, thanks | |||
2015-06-08 | Fixed get_packet/put_packet bindings in PacketPeer. | James McLean | |
2015-06-08 | draw button focus before text and icon | Juan Linietsky | |
closes #2047 | |||
2015-06-08 | grid container supports separate h and v spacing | Juan Linietsky | |
closes #2049 | |||
2015-06-08 | Delete godot.creator.user.RG2068 | Juan Linietsky | |
2015-06-08 | logo in svg curves & license | Juan Linietsky | |
2015-06-08 | Added Node.find_node(mask) function | Juan Linietsky | |
by popular request | |||
2015-06-07 | Merge pull request #2044 from est31/fix-win | Juan Linietsky | |
Complete fix for windows compilability | |||
2015-06-07 | Complete fix for windows compilability | est31 | |
Thanks @volzhs for testing :) | |||
2015-06-07 | Merge pull request #2042 from est31/fix-win | Juan Linietsky | |
Fix windows compilability | |||
2015-06-07 | Fix windows compilability | est31 | |
2015-06-07 | Merge pull request #2037 from est31/use-local-win | Juan Linietsky | |
Time zone support | |||
2015-06-07 | Merge pull request #2029 from est31/rawarray | Juan Linietsky | |
Add String.to_utf8() and String.to_ascii() | |||
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 #2017 from Razzlegames/multitouch_fix_1908 | Juan Linietsky | |
Additional Fix for Multi-touch release problem |