| Commit message (Expand) | Author | Age | Files | Lines |
| * | removed unnecessary semicolons | Simon Wenner | 2015-05-03 | 1 | -20/+20 |
| * | fixed uninitialized variable (cppcheck) | Simon Wenner | 2015-05-03 | 1 | -1/+1 |
| * | -Fixed android export options (screen sizes, orientation should work) | Juan Linietsky | 2015-05-01 | 1 | -1/+1 |
| * | -removed get_mouse_pos from Input, as it only caused problems | Juan Linietsky | 2015-05-01 | 1 | -1/+1 |
| * | -Fixes from source code analyzizer, closes #1768 | Juan Linietsky | 2015-05-01 | 2 | -3/+3 |
| * | Sort xml files, so order is constant | est31 | 2015-05-01 | 6 | -18/+58 |
| * | fixed ColorArray constructor when taking array as parameter | romulox_x | 2015-04-27 | 1 | -1/+1 |
| * | Fixed bug in array comparison, fixes #1712 | Juan Linietsky | 2015-04-26 | 1 | -1/+2 |
| * | Ability to convert from nodes or other non resource with a get_rid() function... | Juan Linietsky | 2015-04-24 | 3 | -2/+12 |
| * | Corrected rectangle intersection, fixes #1731 | Juan Linietsky | 2015-04-24 | 2 | -10/+10 |
| * | resolved some cases wehre built-in doc is not properlt generated, fixes #1719 | Juan Linietsky | 2015-04-22 | 1 | -0/+2 |
| * | -Changed Godot exit to be clean. | Juan Linietsky | 2015-04-20 | 7 | -6/+55 |
| * | -Fixed post-import script-reload buf, fixes #1683 | Juan Linietsky | 2015-04-18 | 2 | -0/+5 |
| * | -fixed relative path saving to file, fixes #1694 | Juan Linietsky | 2015-04-18 | 2 | -4/+4 |
| * | -try to avoid errors when path using ".." is present in script include, fixes... | Juan Linietsky | 2015-04-18 | 4 | -4/+4 |
| * | Updated copyright year in all headers | Juan Linietsky | 2015-04-18 | 221 | -1283/+1283 |
| * | -fix vector rotation, fixes #1705 | Juan Linietsky | 2015-04-18 | 1 | -17/+2 |
| * | -Changed the cubic interpolator, improves situation with PathFollow in #1659 | Juan Linietsky | 2015-04-13 | 1 | -1/+18 |
| * | -Made sure that "free" function appears in documentation and code completion,... | Juan Linietsky | 2015-04-12 | 3 | -3/+6 |
| * | -Changed bootsplash option to use a file, fixes #1539 | Juan Linietsky | 2015-04-12 | 4 | -0/+13 |
| * | improved save path error messages for scene, textures and audio, fixes #1514 | Juan Linietsky | 2015-04-12 | 2 | -1/+10 |
| * | -fix resolver erase query to avoid running out of slots, fixes #1621 | Juan Linietsky | 2015-04-07 | 1 | -1/+1 |
| * | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | 2015-04-07 | 6 | -6/+46 |
| |\ |
|
| | * | Merge pull request #1554 from NateWardawg/inspectorupdate | Juan Linietsky | 2015-04-07 | 2 | -0/+22 |
| | |\ |
|
| | | * | Camel casing being capitalized only happens in the inspector now. | Nathan Warden | 2015-03-23 | 2 | -0/+22 |
| | * | | Merge pull request #1564 from Faless/area_combine-1 | Juan Linietsky | 2015-04-07 | 1 | -0/+9 |
| | |\ \ |
|
| | | * | | Use Vector for storing areas | Fabio Alessandrelli | 2015-03-24 | 1 | -0/+9 |
| | | |/ |
|
| | * | | Merge pull request #1585 from UsernameIsAReservedWord/add_is_queued_for_delet... | Juan Linietsky | 2015-04-07 | 2 | -1/+10 |
| | |\ \ |
|
| | | * | | Update object.h | UsernameIsAReservedWord | 2015-03-28 | 1 | -1/+1 |
| | | * | | add : bool Object.is_queued_for_deletion() | yg2f | 2015-03-28 | 2 | -1/+10 |
| | | |/ |
|
| | * | | Merge pull request #1614 from hurikhan/pr_parameter_names | Juan Linietsky | 2015-04-07 | 1 | -5/+5 |
| | |\ \ |
|
| | | * | | set screen parameter names for gdscript | hurikhan | 2015-04-03 | 1 | -5/+5 |
| * | | | | -Concatenating arrays keeps the shared property if any of the arrays is share... | Juan Linietsky | 2015-04-07 | 2 | -1/+3 |
| |/ / / |
|
| * / / | Added a PVRTC encoder for iOS | Juan Linietsky | 2015-04-06 | 2 | -0/+13 |
| |/ / |
|
| * / | merging okam changes | Juan Linietsky | 2015-04-02 | 1 | -5/+13 |
| |/ |
|
| * | Revert "Camelcased script variables will now capitalize in the inspector." | Juan Linietsky | 2015-03-22 | 2 | -25/+3 |
| * | fixes to new window management API | Juan Linietsky | 2015-03-22 | 3 | -64/+64 |
| * | Merge pull request #1487 from hurikhan/x11-window-management | Juan Linietsky | 2015-03-22 | 3 | -3/+132 |
| |\ |
|
| | * | Merge remote-tracking branch 'upstream/master' into x11-window-management | hurikhan | 2015-03-08 | 9 | -7/+261 |
| | |\ |
|
| | * | | Renamed EXPERIMENTAL_WM_API to NEW_WM_API | hurikhan | 2015-02-15 | 3 | -4/+4 |
| | * | | Merge remote-tracking branch 'upstream/master' into x11-window-management | hurikhan | 2015-02-15 | 10 | -18/+2406 |
| | |\ \ |
|
| | * \ \ | Merge remote-tracking branch 'upstream/master' into x11-window-management | hurikhan | 2015-02-12 | 6 | -17/+352 |
| | |\ \ \ |
|
| | * \ \ \ | Merge remote-tracking branch 'upstream/master' into x11-window-management | hurikhan | 2015-01-20 | 2 | -0/+26 |
| | |\ \ \ \ |
|
| | * | | | | | added the following methods: | hurikhan | 2015-01-17 | 3 | -5/+33 |
| | * | | | | | WIP -- set_resizable() + is_resizable added | hurikhan | 2015-01-15 | 3 | -1/+14 |
| | * | | | | | Merge remote-tracking branch 'upstream/master' into x11-window-management | hurikhan | 2015-01-14 | 1 | -2/+9 |
| | |\ \ \ \ \ |
|
| | * | | | | | | get_screen() + set_screen() added | hurikhan | 2015-01-14 | 3 | -5/+19 |
| | * | | | | | | get_screen_position() added | hurikhan | 2015-01-13 | 3 | -0/+7 |
| | * | | | | | | introduced the scons experimental_wm_api switch: | hurikhan | 2015-01-13 | 3 | -1/+9 |
| | * | | | | | | get_screen_size() added | hurikhan | 2015-01-11 | 3 | -0/+7 |