| Commit message (Expand) | Author | Age | Files | Lines |
* | Multiple scene editing *POTENTIALLY UNSTABLE* | Juan Linietsky | 2015-06-22 | 16 | -248/+949 |
* | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | 2015-06-16 | 11 | -53/+570 |
|\ |
|
| * | fixed small refresh issue when moving docks | Juan Linietsky | 2015-06-14 | 1 | -0/+4 |
| * | fixes for dock motion | Juan Linietsky | 2015-06-14 | 2 | -2/+62 |
| * | missing changes | Juan Linietsky | 2015-06-14 | 7 | -11/+35 |
| * | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | 2015-06-13 | 1 | -4/+42 |
| |\ |
|
| * | | some editor window changes | Juan Linietsky | 2015-06-13 | 4 | -42/+471 |
* | | | fix "v" pivot adjust function | Juan Linietsky | 2015-06-16 | 1 | -1/+11 |
| |/
|/| |
|
* | | made changing pivot simpler in 2D nodes (just press v with mouse over position) | Juan Linietsky | 2015-06-12 | 1 | -4/+42 |
|/ |
|
* | Merge pull request #2023 from TheJosh/dae-exporter-assimp | Juan Linietsky | 2015-06-07 | 1 | -7/+17 |
|\ |
|
| * | Fix DAE exporter - files unreadable by Assimp | Josh Heidenreich | 2015-06-02 | 1 | -7/+17 |
* | | Merge pull request #1973 from Biliogadafr/ColorRamp | Juan Linietsky | 2015-06-07 | 4 | -0/+122 |
|\ \ |
|
| * | | Replace color phases with color ramp for Particles2D. | Biliogadafr | 2015-05-24 | 4 | -0/+122 |
* | | | -fixed many memory initialization issues | Juan Linietsky | 2015-06-06 | 9 | -13/+28 |
* | | | Merge remote-tracking branch 'origin/master' | Juan Linietsky | 2015-06-06 | 3 | -38/+340 |
|\ \ \
| | |/
| |/| |
|
| * | | -fixes to navigation, so edge-merging is more flexible on conflict | Juan Linietsky | 2015-06-01 | 3 | -38/+340 |
* | | | new file dialog! | Juan Linietsky | 2015-06-06 | 60 | -207/+859 |
|/ / |
|
* | | mesh preview | reduz | 2015-05-31 | 3 | -0/+132 |
* | | work in progress, resource previews | Juan Linietsky | 2015-05-31 | 22 | -17/+2444 |
* | | -fix bug in animation editor | Juan Linietsky | 2015-05-27 | 1 | -1/+9 |
* | | ability to run 2D physics in a thread | Juan Linietsky | 2015-05-26 | 1 | -3/+3 |
* | | improved animation editor | Juan Linietsky | 2015-05-25 | 22 | -91/+773 |
|/ |
|
* | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | 2015-05-21 | 11 | -46/+87 |
|\ |
|
| * | fixes on sample importing | Juan Linietsky | 2015-05-19 | 1 | -2/+3 |
| * | fix a crash situation when starting a thread and other small fixes | Juan Linietsky | 2015-05-18 | 1 | -1/+4 |
| * | fix a compile error | Juan Linietsky | 2015-05-18 | 1 | -1/+1 |
| * | -Rename unexisting by nonexistant, closes #1940 | Juan Linietsky | 2015-05-18 | 2 | -2/+2 |
| * | -changed some copyrights to 2015 | Juan Linietsky | 2015-05-17 | 2 | -3/+3 |
| * | reinstante focus into textedit after menu used in code editor | Juan Linietsky | 2015-05-17 | 1 | -0/+6 |
| * | properly save external resources, fixes #1924 | Juan Linietsky | 2015-05-17 | 2 | -33/+57 |
| * | Merge pull request #1900 from guilhermefelipecgs/fix_#1898 | Juan Linietsky | 2015-05-16 | 1 | -1/+1 |
| |\ |
|
| | * | Fix #1898 | Guilherme Felipe | 2015-05-13 | 1 | -1/+1 |
| * | | Merge pull request #1761 from est31/master | Juan Linietsky | 2015-05-16 | 2 | -0/+6 |
| |\ \
| | |/
| |/| |
|
| | * | Abort when exporting fails | est31 | 2015-05-05 | 1 | -0/+5 |
| | * | Set settings directory variable when loading settings fails | est31 | 2015-05-05 | 1 | -0/+1 |
| * | | -Fixed bug in translation remaps, also added proper demo, maybe fixes #1729 | Juan Linietsky | 2015-05-12 | 1 | -2/+3 |
| * | | fixed crash on make resources unique menu option, fixes #1874 | Juan Linietsky | 2015-05-11 | 1 | -1/+1 |
* | | | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | 2015-05-11 | 15 | -29/+79 |
|\| | |
|
| * | | -compatibility option for physicsbody layers, fixes #1842 | Juan Linietsky | 2015-05-10 | 1 | -0/+1 |
| * | | corrected copyright date in project manager, fixes #1870 | Juan Linietsky | 2015-05-09 | 1 | -1/+1 |
| * | | optional formal changes | ehriche | 2015-05-06 | 6 | -8/+10 |
| * | | fixed SpatialEditor::_init_indications. loopcounter "i" used ambiguous | ehriche | 2015-05-06 | 1 | -3/+3 |
| * | | fixed issue with format string in PCKPacker::flush | ehriche | 2015-05-06 | 1 | -1/+1 |
| |/ |
|
| * | fix crash in editor when using alt+arrows to indent, thanks adolson and romul... | Juan Linietsky | 2015-05-05 | 1 | -12/+12 |
| * | Proper support for code editor autosaving (disabled by default) | Juan Linietsky | 2015-05-04 | 3 | -2/+44 |
| * | fix font import path on windows, closes #1675 | Juan Linietsky | 2015-05-04 | 2 | -2/+6 |
| * | Merge pull request #1738 from jackmakesthings/master | Juan Linietsky | 2015-05-03 | 1 | -0/+1 |
| |\ |
|
| | * | issue #1715 - menu separator | jack | 2015-04-25 | 1 | -0/+1 |
* | | | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | 2015-05-01 | 184 | -594/+728 |
|\| | |
|
| * | | -Fixes from source code analyzizer, closes #1768 | Juan Linietsky | 2015-05-01 | 3 | -4/+4 |