summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-04Merge pull request #2030 from romulox-x/iosScreenSizepunto-
ios screen resolution
2015-06-03improved calculation of screen resolution on iosromulox_x
2015-06-01-fixes to navigation, so edge-merging is more flexible on conflictJuan Linietsky
-add tab support to richtextlabel -some click fixes to audio stream resampled -ability to import largetextures (dialog)
2015-05-31mesh previewreduz
2015-05-31work in progress, resource previewsJuan Linietsky
2015-05-27-fix bug in animation editorJuan Linietsky
-fix crash bug in physics motion, closes #1993
2015-05-27added conversion from int, string to colorJuan Linietsky
fixes #1971
2015-05-26Merge pull request #1966 from romulox-x/iosServicesAdditionspunto-
Improved iOS Game Center functions
2015-05-26oops, previous commit was not workingJuan Linietsky
it is working now
2015-05-26ability to run 2D physics in a threadJuan Linietsky
also, 2D physics is now thread safe too. see physics_2d/thread_model
2015-05-25opening data.pczAriel Manzur
2015-05-25fixed support for zip packagesAriel Manzur
2015-05-25improved animation editorJuan Linietsky
-same-value link keys -new layout -forward, backwards playback -integrated curve/property editor -auto increment sprite frame after insert -copy & paste animation resoucres
2015-05-23added response event for game center overlay closingromulox_x
2015-05-23added data to descriptions dictionary that was missing. Made the elements ↵romulox_x
that sound weird as plurals consistently singular. changed int arrays to bool arrays in descriptions
2015-05-23Fixed null pointer bug in ios store. added functions to game center to reset ↵romulox_x
the user's achievements, request all the achievements they've made progress on, request descriptions of all possible achievements, and show the built in game center overlay. Upgraded all (I think) deprecated functions to ios 6 versions. as per discussion with reduz on IRC, ios 6 is now the official lowest supported iOS version. compatibility could be added, but it's so obsolete, it's tough to argue for continuing to support it. some naming of functions and dictionary parameters might need to change. I just named them whatever made sense to me :)
2015-05-22Merge pull request #1963 from akien-mga/masterJuan Linietsky
Fix building release target with debug symbols
2015-05-22Fix building release target with debug symbolsRémi Verschelde
This forced the -g2 CCFLAG in release builds, making them relatively heavy. Fixes #1781.
2015-05-21version bump to stableJuan Linietsky
2015-05-21Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-05-20Merge pull request #1951 from akien-mga/masterJuan Linietsky
Add input mapping GUI demo
2015-05-20Add input mapping GUI demoRémi Verschelde
2015-05-19fixes on sample importingJuan Linietsky
2015-05-19more fixesJuan Linietsky
fix ctrl-a for some cases, mentioned in #1704 fix toggling visibility not updating, fixes #1923
2015-05-19fixed latin separation in label, broke it? for cjkJuan Linietsky
changed non-separatable character detection so latin works properly. This is probably incorrect. If you speak chinese, korean or japanese, please help me fix it. closes #1935
2015-05-19more fixesJuan Linietsky
-only refuse to load an older file if version major is different, fixes #1944 -fix drive letter default value, fixes #1939
2015-05-18fix a crash situation when starting a thread and other small fixesJuan Linietsky
2015-05-18fix a compile errorJuan Linietsky
2015-05-18-Rename unexisting by nonexistant, closes #1940Juan Linietsky
-Added function to retrieve list of actions fron InputMap
2015-05-17-changed some copyrights to 2015Juan Linietsky
2015-05-17version bump to rc3Juan Linietsky
2015-05-17small description improvementJuan Linietsky
2015-05-17added a built-in scene changer API, closes #1928Juan Linietsky
2015-05-17reinstante focus into textedit after menu used in code editorJuan Linietsky
2015-05-17fix crash on help, closes #1873Juan Linietsky
2015-05-17properly save external resources, fixes #1924Juan Linietsky
added API to get scancode names to OS
2015-05-17Merge pull request #1927 from antonyjones67/RevertReadmeChangeJuan Linietsky
Put this back to fix web page.Will have to figure something else for …
2015-05-17Put this back to fix web page.Will have to figure something else for ↵Antony Jones
mainpage in doxygen.
2015-05-16-Integers and Float should interpolate on animation, maybe fixes #1891, ↵Juan Linietsky
please test
2015-05-16sleeping property now should work properly, fixes #1892Juan Linietsky
2015-05-16Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-05-16-small motion demo, to better troubleshootJuan Linietsky
2015-05-16-bit slower execution in debug, but proper error reporting for get index and ↵Juan Linietsky
operators, fixes #1911
2015-05-16Merge pull request #1901 from guilhermefelipecgs/add_ignore_tagsJuan Linietsky
Ignore etags, ctags, gtags and cscope.
2015-05-16Merge pull request #1900 from guilhermefelipecgs/fix_#1898Juan Linietsky
Fix find option in Help tab. #1898
2015-05-16Merge pull request #1881 from NateWardawg/masterJuan Linietsky
Removed redundant code in the kinematic 3D demo.
2015-05-16Merge pull request #1880 from antonyjones67/DoxyFIleJuan Linietsky
Added Doxyfile for Doxygen documentation. Had to modify codec.h becau…
2015-05-16Merge pull request #1761 from est31/masterJuan Linietsky
Fix headless exporting bugs
2015-05-16Merge pull request #1908 from vipsbpig/masterJuan Linietsky
fix multitouch release problem
2015-05-15fix multitouch release problemvipsbpig