| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Merge pull request #945 from adolson/color-contrasted-fix | Juan Linietsky | 2015-01-08 | 1 | -1/+1 | |
| |\ \ | ||||||
| | * | | closes #163 | Dana Olson | 2014-12-08 | 1 | -1/+1 | |
| * | | | Merge pull request #946 from adolson/uint64-fix | Juan Linietsky | 2015-01-08 | 1 | -1/+1 | |
| |\ \ \ | ||||||
| | * | | | wrong typedef - closes #270 | Dana Olson | 2014-12-08 | 1 | -1/+1 | |
| | |/ / | ||||||
| * | | | Merge pull request #958 from adolson/bind-set_window_title | Juan Linietsky | 2015-01-08 | 1 | -1/+1 | |
| |\ \ \ | |_|/ |/| | | ||||||
| | * | | added GDScript binding for set_window_title | Dana Olson | 2014-12-10 | 1 | -1/+1 | |
| | |/ | ||||||
| * | | -attempt to be friendlier on non english keyboards | Juan Linietsky | 2015-01-04 | 1 | -2/+100 | |
| * | | -WIP to add proper key swapping according to keyboard layout | Juan Linietsky | 2015-01-04 | 4 | -0/+24 | |
| * | | -Fix shortcuts for OSX code completion, fixes #1111 | Juan Linietsky | 2015-01-04 | 1 | -14/+58 | |
| * | | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | 2015-01-03 | 5 | -7/+38 | |
| |\ \ | ||||||
| | * | | removed print | Juan Linietsky | 2015-01-03 | 1 | -2/+0 | |
| | * | | -added new code completion guess locations, closes #1032 | Juan Linietsky | 2015-01-03 | 2 | -0/+27 | |
| | * | | -fixed issue with denormals in half precission, closes #1073 | Juan Linietsky | 2015-01-03 | 3 | -7/+13 | |
| * | | | -Work in progress visual shader editor *DOES NOT WORK YET* | Juan Linietsky | 2015-01-03 | 3 | -0/+15 | |
| |/ / | ||||||
| * | | -fix assignment to vector types in script using integer indices crash (#978) | Juan Linietsky | 2015-01-02 | 1 | -2/+2 | |
| * | | -assignment of ord to string index made valid #1072 | Juan Linietsky | 2015-01-02 | 1 | -11/+21 | |
| * | | Merge pull request #1087 from adolson/connect-fix | Juan Linietsky | 2015-01-02 | 1 | -1/+1 | |
| |\ \ | ||||||
| | * | | change parameter name from ip to port | Dana Olson | 2015-01-01 | 1 | -1/+1 | |
| * | | | Fix for bug 1088 | Muresan Vlad aka Mury | 2015-01-02 | 1 | -0/+2 | |
| * | | | -fix get_as_text (#1022 ) | Juan Linietsky | 2014-12-21 | 1 | -0/+1 | |
| * | | | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | 2014-12-21 | 5 | -5/+12 | |
| |\ \ \ | ||||||
| | * | | | Fixes | Juan Linietsky | 2014-12-20 | 5 | -5/+12 | |
| | |/ / | ||||||
| * / / | -improved completion options for InputEvent, shows all event types now | Juan Linietsky | 2014-12-18 | 2 | -3/+16 | |
| |/ / | ||||||
| * | | Merge pull request #984 from orbitcowboy/master | Juan Linietsky | 2014-12-17 | 1 | -1/+1 | |
| |\ \ | ||||||
| | * | | xml_parser: check array length index before accessing the array. | orbitcowboy | 2014-12-16 | 1 | -1/+1 | |
| * | | | -removed annoying pragma | Juan Linietsky | 2014-12-17 | 1 | -2/+2 | |
| |/ / | ||||||
| * | | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | 2014-12-16 | 5 | -3/+15 | |
| |\ \ | ||||||
| | * | | Small batch of fixes | Juan Linietsky | 2014-12-15 | 5 | -3/+15 | |
| | |/ | ||||||
| * / | New Code Completion | Juan Linietsky | 2014-12-16 | 6 | -2/+138 | |
| |/ | ||||||
| * | Small Fixes | Juan Linietsky | 2014-12-08 | 1 | -1/+1 | |
| * | More Fixes | Juan Linietsky | 2014-12-07 | 1 | -1/+5 | |
| * | -Ability to ask for documents/pictures/etc system dirs. | Juan Linietsky | 2014-12-02 | 5 | -1/+53 | |
| * | Merge pull request #863 from JIghtuse/master | Juan Linietsky | 2014-12-01 | 3 | -3/+3 | |
| |\ | ||||||
| | * | Fix CppCheck 'duplicateExpression' warning | Boris Egorov | 2014-11-07 | 3 | -3/+3 | |
| * | | NavMesh | Juan Linietsky | 2014-11-17 | 4 | -5/+5 | |
| * | | UDP Fixes | Juan Linietsky | 2014-11-13 | 8 | -4/+51 | |
| * | | oops | Juan Linietsky | 2014-11-12 | 1 | -1/+1 | |
| * | | missing bind | Juan Linietsky | 2014-11-12 | 1 | -0/+1 | |
| * | | 3D Import Import & UDP | Juan Linietsky | 2014-11-12 | 4 | -1/+86 | |
| |/ | ||||||
| * | SceneMainLoop -> SceneTree | Juan Linietsky | 2014-11-05 | 3 | -3/+5 | |
| * | Bug Fixes | Juan Linietsky | 2014-11-02 | 4 | -0/+18 | |
| * | -Much improvement to baked light baker | Juan Linietsky | 2014-10-27 | 3 | -5/+10 | |
| * | - Fix issue #802: randomize() now generate non-zero seed during the first hou... | Guy Rabiller | 2014-10-27 | 1 | -1/+1 | |
| * | Fix some more incorrect bindings | Gerold31 | 2014-10-26 | 1 | -1/+1 | |
| * | Little Bits | Juan Linietsky | 2014-10-12 | 1 | -0/+1 | |
| * | -Rasterizer supports meshes with both skeletons and blend shapes | Juan Linietsky | 2014-10-09 | 2 | -0/+37 | |
| * | Build System Changes | Juan Linietsky | 2014-10-07 | 15 | -5742/+63 | |
| * | missing fils from yesterday comit. | Juan Linietsky | 2014-10-03 | 2 | -0/+21 | |
| * | Huge Amount of BugFix | Juan Linietsky | 2014-10-03 | 6 | -2/+199 | |
| * | -variables with export in script are now IMMEDIATELY AND ALWAYS visible in pr... | Juan Linietsky | 2014-09-22 | 2 | -1/+5 | |
