Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-20 | Syncing classes.xml with current binary | George Marques | |
2015-10-19 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-10-19 | -some fixes to where screen is read from rasterizer | Juan Linietsky | |
-fixed bug in ogg vorbis looping -properly flushing audiostream rb when stopping | |||
2015-10-18 | Merge pull request #2630 from firefly2442/rasterizer-comparison-fix | Juan Linietsky | |
rasterizer comparison fix | |||
2015-10-18 | rasterizer comparison fix | firefly2442 | |
2015-10-18 | Merge pull request #2617 from MarianoGnu/master | Juan Linietsky | |
TextureProgress FillMode | |||
2015-10-18 | Add fill_degrees to limitate radial filling | MarianoGNU | |
2015-10-17 | Merge branch 'master' of https://github.com/okamstudio/godot | MarianoGNU | |
2015-10-17 | Add fill modes. Clockwise, Counter-CW and center-offset | MarianoGNU | |
2015-10-17 | fixes broken 3D in editor | Juan Linietsky | |
2015-10-17 | -remove path after inheriting, fixes #2616 | Juan Linietsky | |
2015-10-17 | -Propertly restrict renaming of nodes in inherited scenes, fixes #2615 | Juan Linietsky | |
2015-10-17 | remove unpexpected revert button, fixes #2614 | Juan Linietsky | |
2015-10-17 | -Added const to a reference, should fix #2613 | Juan Linietsky | |
2015-10-17 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-10-17 | -fixes disability to remove instanced nodes when reopening scene. Fixes #2610 | Juan Linietsky | |
2015-10-17 | Merge pull request #2274 from MarianoGnu/master | Juan Linietsky | |
Improve Visual Shader Editor responsiveness | |||
2015-10-17 | Fix crash when using a Scalar Uniform node to GraphShader | MarianoGNU | |
2015-10-17 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-10-17 | Merge pull request #1899 from guilhermefelipecgs/fix_#1897 | Juan Linietsky | |
Fix for scroll_to_line and search functions, fix #1897 | |||
2015-10-17 | Merge pull request #2053 from rodolforg/fix-import-button-label | Juan Linietsky | |
Small fix for Import Game dialog labels | |||
2015-10-17 | Merge pull request #2203 from volzhs/fix_android_payments | Juan Linietsky | |
Fix android payments | |||
2015-10-17 | Merge pull request #2250 from PeaceSells50/AddedGridMapSettings | Juan Linietsky | |
Added GridMap settings which allows the user to enter a pick distance. | |||
2015-10-17 | Merge pull request #2256 from sheepandshepherd/list-edits | Juan Linietsky | |
List::move_before updates front/back pointers, fixes #2255 | |||
2015-10-17 | Merge pull request #2266 from MrGreenTea/master | Juan Linietsky | |
added floor() and ceil() to Vector3 | |||
2015-10-17 | Merge pull request #2330 from FEDE0D/parallax_fix | Juan Linietsky | |
ParallaxBackground: added option to ignore camera zoom | |||
2015-10-17 | Merge pull request #2357 from volzhs/prevent-to-change-tool-mode | Juan Linietsky | |
prevent to change tool mode when control key is pressed | |||
2015-10-17 | Merge pull request #2362 from AlexHolly/update-scene-tab-fix | Juan Linietsky | |
[UI-FIX] - Update scene tabs on save | |||
2015-10-17 | Merge pull request #2365 from Mavhod/patch-1 | Juan Linietsky | |
get_date on Linux | |||
2015-10-17 | Merge pull request #2369 from Max-Might/master | Juan Linietsky | |
Haiku: platform support | |||
2015-10-17 | Merge pull request #2380 from StraToN/tabs-buttons | Juan Linietsky | |
Tab close button + display policies + application on Scenes Tabs | |||
2015-10-17 | Merge pull request #2395 from MrMormon/patch-1 | Juan Linietsky | |
Fixed misspelled local variable for code clarity | |||
2015-10-17 | Merge pull request #2402 from ERIIX/master | Juan Linietsky | |
Properly free enemies after death in 3d platformer demo. | |||
2015-10-17 | Merge pull request #2434 from cverdes/vsproj | Juan Linietsky | |
Ignore some extension of files created by Visual Studio 2013 | |||
2015-10-17 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-10-17 | misc cleanup | Juan Linietsky | |
2015-10-17 | Merge pull request #2455 from firefly2442/hide-menu-fix | Juan Linietsky | |
[UI fix] Hide opened menu when click on menu button | |||
2015-10-17 | Merge pull request #2457 from firefly2442/doxygen-fix | Juan Linietsky | |
Fix absolute paths used in doxygen, ignore generated documentation in Git | |||
2015-10-17 | Merge pull request #2479 from firefly2442/cppcheck-unusedvars | Juan Linietsky | |
ran cppcheck, found unused variables | |||
2015-10-17 | Merge pull request #2481 from firefly2442/cppcheck-arrayindexthencheck | Juan Linietsky | |
ran cppcheck, fixed cases where array index is used before limits check | |||
2015-10-17 | Merge pull request #2474 from masoudbh3/android-armeabi-v7a | Juan Linietsky | |
Fix android build script | |||
2015-10-17 | Merge pull request #2484 from firefly2442/add-physics-commandline-help | Juan Linietsky | |
add missing physics unit test to --help listing in main.cpp | |||
2015-10-17 | Merge pull request #2485 from masoudbh3/fix-x11-editor-boot-splash | Juan Linietsky | |
Fix X11 Editor Boot Splash (Maximized Boot Splash) | |||
2015-10-17 | Merge pull request #2488 from slapin/remove-unimplemented-exporter-option | Juan Linietsky | |
Remove of use_exclude_ctrl_bones option | |||
2015-10-17 | Merge pull request #2497 from vnen/fix-2490 | Juan Linietsky | |
Make dict2inst set internal members of instance | |||
2015-10-17 | Merge pull request #2520 from bojidar-bg/patch-3 | Juan Linietsky | |
Add missing \n to world_wrap. | |||
2015-10-17 | Merge pull request #2522 from ricpelo/master | Juan Linietsky | |
Disable filters for tilemap in 2D Platformer demo | |||
2015-10-17 | Merge pull request #2531 from bojidar-bg/patch-4 | Juan Linietsky | |
Fix parameters of funcRef::call_func | |||
2015-10-17 | Merge pull request #2549 from shackra/docdump-openproj | Juan Linietsky | |
Documentation Converter from XML to Open Project wiki markup format | |||
2015-10-17 | Merge pull request #2555 from jackmakesthings/class-reference-formatting | Juan Linietsky | |
Readability improvements for the in-game class reference |