Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-09 | Merge branch 'master' of http://github.com/okamstudio/godot | Anton Yabchinskiy | |
2014-12-08 | compilation fix | Juan Linietsky | |
2014-12-08 | version update for rc2 | Juan Linietsky | |
2014-12-08 | Small Fixes | Juan Linietsky | |
-=-=-=-=-=- -Bug in navmesh demo fixed -Bug in variant -Better Collada Exporter supports proper names of exported shapekeys | |||
2014-12-08 | Merge pull request #916 from quabug/commit | Juan Linietsky | |
Add move_child_notify method in Node class | |||
2014-12-08 | Merge pull request #939 from marynate/PR-tween-demo-icon | Juan Linietsky | |
Add missing icon.png to tween demo | |||
2014-12-08 | Merge pull request #940 from marynate/PR-fix-isim-build | Juan Linietsky | |
Update ios simulator build config file | |||
2014-12-08 | Merge pull request #941 from adolson/confirm-insert-track | Juan Linietsky | |
remove old unused pref, added new confirm insert track | |||
2014-12-08 | remove old unused pref, added new confirm insert track | Dana Olson | |
2014-12-08 | Update ios simulator build config file to build under new ios SDK | marynate | |
2014-12-08 | Add missing icon.png to tween demo | marynate | |
2014-12-07 | More Fixes | Juan Linietsky | |
-=-=-=-=-= -Bug in saving multinline text in xml fixed. #925 -typo in android export fixed. #930 | |||
2014-12-07 | Merge pull request #933 from adolson/alt-arrows-editor-fix | Juan Linietsky | |
Alt+arrows editor undo/redo fix | |||
2014-12-07 | now undo/redo supported | Dana Olson | |
2014-12-07 | apply patch #882 from dcubix | Dana Olson | |
2014-12-07 | more bugfixes | Juan Linietsky | |
2014-12-07 | missing fix in file | Juan Linietsky | |
2014-12-07 | Batch of Bugfixes | Juan Linietsky | |
-=-=-=-=-=-=-=-=- -Fixed Export UV XForm (should work now). #923 -Fixed enforcement of limits in property editor. #919 -Fixed long-standing bug of export editings in script inheritance. #914, #859, #756 -Fixed horrible error reporting in shader language. #912 -Added kinematic collision with plane (please test well). #911 -Fixed double animation track insert when using 2D rigs. #904 -VKey updates offset parameter in sprite edition. #901 -Do not allow anymore a script to preload itself. (does not fix #899, but narrows it down) -Avoid connection editor from overriding selected text. #897 -Fixed timer autostart. #876 -Fixed collision layers in 3D physics. #872 -Improved operators in shader #857 -Fixed ambient lighting bug #834 -Avoid editor from processing gamepad input #813 -Added not keyword #752 Please test! | |||
2014-12-04 | Merge branch 'master' of http://github.com/okamstudio/godot | Anton Yabchinskiy | |
2014-12-04 | Merge branch 'master' of https://github.com/okamstudio/godot | Anton Yabchinskiy | |
2014-12-03 | Merge pull request #917 from thomassigurdsen/master | Juan Linietsky | |
SConstruct imports multiprocessing, which is then never used | |||
2014-12-03 | Remove multiprocessing from imports in SConstruct | Thomas Sigurdsen | |
Rationale: unused import, also prevented scons from building on my setup. | |||
2014-12-03 | use tab instead of space | quabug | |
2014-12-03 | Add move_child_notify method in Node class | quabug | |
2014-12-02 | -fixes to vmethod for button | Juan Linietsky | |
2014-12-02 | -Ability to ask for documents/pictures/etc system dirs. | Juan Linietsky | |
-Fixes to animationplayer -fixes to collada importer | |||
2014-12-01 | Merge pull request #863 from JIghtuse/master | Juan Linietsky | |
Fix CppCheck 'duplicateExpression' warning | |||
2014-12-01 | Merge pull request #867 from adolson/circleshape2d-radius-increment | Juan Linietsky | |
add sane radius increment to CircleShape2D | |||
2014-11-28 | Merge branch 'libao' | Anton Yabchinskiy | |
2014-11-28 | Add missing check for AO_ENABLED in audio_driver_ao.cpp | Anton Yabchinskiy | |
2014-11-26 | -fix sound room params (was not working) | Juan Linietsky | |
-fixes to DAE exporter -ios fixes (video) | |||
2014-11-24 | Update the list of authors in libao driver sources | Anton Yabchinskiy | |
2014-11-22 | Merge branch 'libao' | Anton Yabchinskiy | |
2014-11-22 | Include cstring header for memset() | Anton Yabchinskiy | |
2014-11-22 | Cast samples_in to samples_out with reinterpret_cast<int16_t*> | Anton Yabchinskiy | |
2014-11-22 | samples_in is an instance variable, prefix it with ad-> | Anton Yabchinskiy | |
2014-11-22 | Fix syntax error in call to ao_play() | Anton Yabchinskiy | |
2014-11-22 | Merge branch 'libao' | Anton Yabchinskiy | |
2014-11-22 | Set libao sample format to 16 bits | Anton Yabchinskiy | |
Some plugins don't support 32 bit samples. | |||
2014-11-22 | Check return value of ao_play() | Anton Yabchinskiy | |
2014-11-22 | Write audio samples to libao device | Anton Yabchinskiy | |
2014-11-22 | Change 0 to NULL for ao_open_live() and device | Anton Yabchinskiy | |
It's NULL in other places. | |||
2014-11-22 | Minor code formatting fixes in ao driver | Anton Yabchinskiy | |
2014-11-22 | Open/close libao audio device | Anton Yabchinskiy | |
2014-11-22 | Initialize/shutdown libao | Anton Yabchinskiy | |
2014-11-22 | Use libao driver on X11 platform | Anton Yabchinskiy | |
2014-11-22 | Add ao/ subdir to drivers/SCsub | Anton Yabchinskiy | |
2014-11-22 | Add 'ao' build option | Anton Yabchinskiy | |
2014-11-22 | Import sources for libao driver (unfinished, based on dummy driver) | Anton Yabchinskiy | |
2014-11-22 | Disable X11 joystick functions also for OpenBSD | Anton Yabchinskiy | |