summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-09Merge branch 'master' of http://github.com/okamstudio/godotAnton Yabchinskiy
2014-12-08compilation fixJuan Linietsky
2014-12-08version update for rc2Juan Linietsky
2014-12-08Small FixesJuan Linietsky
-=-=-=-=-=- -Bug in navmesh demo fixed -Bug in variant -Better Collada Exporter supports proper names of exported shapekeys
2014-12-08Merge pull request #916 from quabug/commitJuan Linietsky
Add move_child_notify method in Node class
2014-12-08Merge pull request #939 from marynate/PR-tween-demo-iconJuan Linietsky
Add missing icon.png to tween demo
2014-12-08Merge pull request #940 from marynate/PR-fix-isim-buildJuan Linietsky
Update ios simulator build config file
2014-12-08Merge pull request #941 from adolson/confirm-insert-trackJuan Linietsky
remove old unused pref, added new confirm insert track
2014-12-08remove old unused pref, added new confirm insert trackDana Olson
2014-12-08Update ios simulator build config file to build under new ios SDKmarynate
2014-12-08Add missing icon.png to tween demomarynate
2014-12-07More FixesJuan Linietsky
-=-=-=-=-= -Bug in saving multinline text in xml fixed. #925 -typo in android export fixed. #930
2014-12-07Merge pull request #933 from adolson/alt-arrows-editor-fixJuan Linietsky
Alt+arrows editor undo/redo fix
2014-12-07now undo/redo supportedDana Olson
2014-12-07apply patch #882 from dcubixDana Olson
2014-12-07more bugfixesJuan Linietsky
2014-12-07missing fix in fileJuan Linietsky
2014-12-07Batch of BugfixesJuan 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-04Merge branch 'master' of http://github.com/okamstudio/godotAnton Yabchinskiy
2014-12-04Merge branch 'master' of https://github.com/okamstudio/godotAnton Yabchinskiy
2014-12-03Merge pull request #917 from thomassigurdsen/masterJuan Linietsky
SConstruct imports multiprocessing, which is then never used
2014-12-03Remove multiprocessing from imports in SConstructThomas Sigurdsen
Rationale: unused import, also prevented scons from building on my setup.
2014-12-03use tab instead of spacequabug
2014-12-03Add move_child_notify method in Node classquabug
2014-12-02-fixes to vmethod for buttonJuan Linietsky
2014-12-02-Ability to ask for documents/pictures/etc system dirs.Juan Linietsky
-Fixes to animationplayer -fixes to collada importer
2014-12-01Merge pull request #863 from JIghtuse/masterJuan Linietsky
Fix CppCheck 'duplicateExpression' warning
2014-12-01Merge pull request #867 from adolson/circleshape2d-radius-incrementJuan Linietsky
add sane radius increment to CircleShape2D
2014-11-28Merge branch 'libao'Anton Yabchinskiy
2014-11-28Add missing check for AO_ENABLED in audio_driver_ao.cppAnton Yabchinskiy
2014-11-26-fix sound room params (was not working)Juan Linietsky
-fixes to DAE exporter -ios fixes (video)
2014-11-24Update the list of authors in libao driver sourcesAnton Yabchinskiy
2014-11-22Merge branch 'libao'Anton Yabchinskiy
2014-11-22Include cstring header for memset()Anton Yabchinskiy
2014-11-22Cast samples_in to samples_out with reinterpret_cast<int16_t*>Anton Yabchinskiy
2014-11-22samples_in is an instance variable, prefix it with ad->Anton Yabchinskiy
2014-11-22Fix syntax error in call to ao_play()Anton Yabchinskiy
2014-11-22Merge branch 'libao'Anton Yabchinskiy
2014-11-22Set libao sample format to 16 bitsAnton Yabchinskiy
Some plugins don't support 32 bit samples.
2014-11-22Check return value of ao_play()Anton Yabchinskiy
2014-11-22Write audio samples to libao deviceAnton Yabchinskiy
2014-11-22Change 0 to NULL for ao_open_live() and deviceAnton Yabchinskiy
It's NULL in other places.
2014-11-22Minor code formatting fixes in ao driverAnton Yabchinskiy
2014-11-22Open/close libao audio deviceAnton Yabchinskiy
2014-11-22Initialize/shutdown libaoAnton Yabchinskiy
2014-11-22Use libao driver on X11 platformAnton Yabchinskiy
2014-11-22Add ao/ subdir to drivers/SCsubAnton Yabchinskiy
2014-11-22Add 'ao' build optionAnton Yabchinskiy
2014-11-22Import sources for libao driver (unfinished, based on dummy driver)Anton Yabchinskiy
2014-11-22Disable X11 joystick functions also for OpenBSDAnton Yabchinskiy