Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-23 | added 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-23 | Fixed 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-22 | Merge pull request #1963 from akien-mga/master | Juan Linietsky | |
Fix building release target with debug symbols | |||
2015-05-22 | Fix building release target with debug symbols | Rémi Verschelde | |
This forced the -g2 CCFLAG in release builds, making them relatively heavy. Fixes #1781. | |||
2015-05-21 | version bump to stable | Juan Linietsky | |
2015-05-21 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-05-20 | Merge pull request #1951 from akien-mga/master | Juan Linietsky | |
Add input mapping GUI demo | |||
2015-05-20 | Add input mapping GUI demo | Rémi Verschelde | |
2015-05-19 | fixes on sample importing | Juan Linietsky | |
2015-05-19 | more fixes | Juan Linietsky | |
fix ctrl-a for some cases, mentioned in #1704 fix toggling visibility not updating, fixes #1923 | |||
2015-05-19 | fixed latin separation in label, broke it? for cjk | Juan 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-19 | more fixes | Juan Linietsky | |
-only refuse to load an older file if version major is different, fixes #1944 -fix drive letter default value, fixes #1939 | |||
2015-05-18 | fix a crash situation when starting a thread and other small fixes | Juan Linietsky | |
2015-05-18 | fix a compile error | Juan Linietsky | |
2015-05-18 | -Rename unexisting by nonexistant, closes #1940 | Juan Linietsky | |
-Added function to retrieve list of actions fron InputMap | |||
2015-05-17 | -changed some copyrights to 2015 | Juan Linietsky | |
2015-05-17 | version bump to rc3 | Juan Linietsky | |
2015-05-17 | small description improvement | Juan Linietsky | |
2015-05-17 | added a built-in scene changer API, closes #1928 | Juan Linietsky | |
2015-05-17 | reinstante focus into textedit after menu used in code editor | Juan Linietsky | |
2015-05-17 | fix crash on help, closes #1873 | Juan Linietsky | |
2015-05-17 | properly save external resources, fixes #1924 | Juan Linietsky | |
added API to get scancode names to OS | |||
2015-05-17 | Merge pull request #1927 from antonyjones67/RevertReadmeChange | Juan Linietsky | |
Put this back to fix web page.Will have to figure something else for … | |||
2015-05-17 | Put 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-16 | sleeping property now should work properly, fixes #1892 | Juan Linietsky | |
2015-05-16 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-05-16 | -small motion demo, to better troubleshoot | Juan Linietsky | |
2015-05-16 | -bit slower execution in debug, but proper error reporting for get index and ↵ | Juan Linietsky | |
operators, fixes #1911 | |||
2015-05-16 | Merge pull request #1901 from guilhermefelipecgs/add_ignore_tags | Juan Linietsky | |
Ignore etags, ctags, gtags and cscope. | |||
2015-05-16 | Merge pull request #1900 from guilhermefelipecgs/fix_#1898 | Juan Linietsky | |
Fix find option in Help tab. #1898 | |||
2015-05-16 | Merge pull request #1881 from NateWardawg/master | Juan Linietsky | |
Removed redundant code in the kinematic 3D demo. | |||
2015-05-16 | Merge pull request #1880 from antonyjones67/DoxyFIle | Juan Linietsky | |
Added Doxyfile for Doxygen documentation. Had to modify codec.h becau… | |||
2015-05-16 | Merge pull request #1761 from est31/master | Juan Linietsky | |
Fix headless exporting bugs | |||
2015-05-16 | Merge pull request #1908 from vipsbpig/master | Juan Linietsky | |
fix multitouch release problem | |||
2015-05-15 | fix multitouch release problem | vipsbpig | |
2015-05-13 | Ignore etags, ctags, gtags and cscope. | Guilherme Felipe | |
2015-05-13 | Fix #1898 | Guilherme Felipe | |
2015-05-12 | Fixes problem parsing config files using ConfigFile | Juan Linietsky | |
2015-05-12 | -Added lookat/get_angle_to functions in 2D, and a demo, closes #1843 | Juan Linietsky | |
-Added get_viewport().get_mouse_pos() to replace Input.get_mouse_pos(), closes #1838 | |||
2015-05-12 | -Fixed bug in translation remaps, also added proper demo, maybe fixes #1729 | Juan Linietsky | |
2015-05-11 | Translation Demo | Juan Linietsky | |
2015-05-11 | fixs particles on 3d platformer demo, closes #1588 | Juan Linietsky | |
2015-05-11 | -shadergraph now saved when on external file and modified, fixes #1832 | Juan Linietsky | |
2015-05-11 | fixed crash on make resources unique menu option, fixes #1874 | Juan Linietsky | |
2015-05-11 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-05-11 | -Updated isometric 2d demo to work using the new isometric support, fixes #1849 | Juan Linietsky | |
2015-05-10 | Removed redundant code in the kinematic 3D demo. | Nathan Warden | |
2015-05-10 | -improved one-way collision handling in both dynamic and character bodies ↵ | Juan Linietsky | |
for 2D, fixes #1854 | |||
2015-05-10 | -fixed some glitches in isometric light demo, closes #1858 | Juan Linietsky | |