Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Merge pull request #1567 from sanikoyes/Pr-GDScript-seed-get-inst | Juan Linietsky | 2015-04-07 | 2 | -0/+36 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Add seed/get_inst function for GDScript | sanikoyes | 2015-03-25 | 2 | -0/+36 | |
| * | | | | | | Merge pull request #1568 from sanikoyes/Pr-missing-WM_RBUTTONDBLCLK | Juan Linietsky | 2015-04-07 | 1 | -1/+8 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | add missing WM_RBUTTONDBLCLK message | sanikoyes | 2015-03-25 | 1 | -1/+8 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #1569 from sanikoyes/Pr-sort-sample-library | Juan Linietsky | 2015-04-07 | 2 | -0/+2 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Sort sample lists by name(more readable) | sanikoyes | 2015-03-25 | 2 | -0/+2 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #1574 from UsernameIsAReservedWord/fix_3d_spot_attenuation | Juan Linietsky | 2015-04-07 | 2 | -2/+2 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | fixes_3d_spot_attenuation | yg2f | 2015-03-25 | 2 | -2/+2 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #1580 from UsernameIsAReservedWord/fixes_help_background_c... | Juan Linietsky | 2015-04-07 | 1 | -1/+3 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | makes_editorhelp_uses_editor_settings_bg_color | yg2f | 2015-03-26 | 1 | -1/+3 | |
| * | | | | | | | Merge pull request #1585 from UsernameIsAReservedWord/add_is_queued_for_delet... | Juan Linietsky | 2015-04-07 | 3 | -1/+11 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Update object.h | UsernameIsAReservedWord | 2015-03-28 | 1 | -1/+1 | |
| | * | | | | | | | add : bool Object.is_queued_for_deletion() | yg2f | 2015-03-28 | 3 | -1/+11 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1591 from MostafaHassan/pr_FixCrashInVisualShader | Juan Linietsky | 2015-04-07 | 2 | -2/+2 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Fixed crash when trying to add keypoints and deleting them while holding mous... | mostafahassan | 2015-03-31 | 1 | -1/+1 | |
| | * | | | | | | | Merge branch 'pr_PreventScriptFromExtendingItself' | mostafahassan | 2015-03-31 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | (Fix) script will not be able to extend itself | mostafahassan | 2015-03-31 | 1 | -1/+1 | |
| | | |/ / / / / / | ||||||
| * | | | | | | | | Merge pull request #1597 from UsernameIsAReservedWord/add_scons_custom_extra_... | Juan Linietsky | 2015-04-07 | 1 | -0/+4 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | add scons extra suffix option | yg2f | 2015-04-01 | 1 | -0/+4 | |
| * | | | | | | | | | Merge pull request #1602 from TheHX/fix_issue_#1594 | Juan Linietsky | 2015-04-07 | 1 | -1/+4 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Better fix | Franklin Sobrinho | 2015-04-03 | 1 | -0/+5 | |
| | * | | | | | | | | | fix_issue_#1594 | Franklin Sobrinho | 2015-04-02 | 1 | -2/+0 | |
| * | | | | | | | | | | Merge pull request #1609 from TheoXD/_fix_crash_in_viewport_picking | Juan Linietsky | 2015-04-07 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Bullet shower demo crashed because of dynamic casting in the code for object ... | TheoXD | 2015-04-03 | 1 | -1/+1 | |
| * | | | | | | | | | | | 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 | |
| * | | | | | | | | | | | | Merge pull request #1627 from Martho42/patch-1 | Juan Linietsky | 2015-04-07 | 1 | -3/+18 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Fixes the accelerometer | Martho42 | 2015-04-04 | 1 | -3/+18 | |
| | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Merge pull request #1639 from UsernameIsAReservedWord/fix_printraw | Juan Linietsky | 2015-04-07 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | fix printraw to make it actually print raw | yg2f | 2015-04-06 | 1 | -1/+1 | |
| | |/ / / / / / / / / / / | ||||||
* | / / / / / / / / / / / | -Concatenating arrays keeps the shared property if any of the arrays is share... | Juan Linietsky | 2015-04-07 | 4 | -3/+6 | |
|/ / / / / / / / / / / / | ||||||
* / / / / / / / / / / / | Added a PVRTC encoder for iOS | Juan Linietsky | 2015-04-06 | 25 | -16/+1648 | |
|/ / / / / / / / / / / | ||||||
* / / / / / / / / / / | fix shadow issue with lights in mix mode, i think fixes #1611 | Juan Linietsky | 2015-04-03 | 2 | -1/+5 | |
|/ / / / / / / / / / | ||||||
* / / / / / / / / / | Changes to Light | Juan Linietsky | 2015-04-03 | 20 | -61/+181 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | wrong function, changing.. | Juan Linietsky | 2015-04-02 | 2 | -2/+2 | |
* | | | | | | | | | javascript build fix | Juan Linietsky | 2015-04-02 | 2 | -0/+7 | |
* | | | | | | | | | Beta1 Attempt #1 | Juan Linietsky | 2015-04-02 | 8 | -8/+66 | |
* | | | | | | | | | merging okam changes | Juan Linietsky | 2015-04-02 | 9 | -31/+84 | |
* | | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godot | Ariel Manzur | 2015-04-02 | 12 | -302/+147 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | solved color depth issues on osx | Juan Linietsky | 2015-04-01 | 1 | -1/+1 | |
| * | | | | | | | | | fix shadow attenuation | Juan Linietsky | 2015-04-01 | 1 | -2/+1 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Option in Android export to use 32 bits buffer. | Juan Linietsky | 2015-03-31 | 4 | -268/+32 | |
| * | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | 2015-03-31 | 1 | -4/+5 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Merge pull request #1589 from MostafaHassan/pr_NoSelection_AddNodeToRoot | Juan Linietsky | 2015-03-31 | 1 | -4/+5 | |
| | |\| | | | | | | | ||||||
| | | * | | | | | | | New node will be added to root node if nothing is selected | mostafahassan | 2015-03-31 | 1 | -4/+5 | |
| | | |/ / / / / / | ||||||
| * | / / / / / / | read depth fixes | Juan Linietsky | 2015-03-31 | 4 | -7/+73 | |
| |/ / / / / / / | ||||||
| * / / / / / / | fixes for light2d in androids that do not support | Juan Linietsky | 2015-03-31 | 4 | -22/+37 | |
| |/ / / / / / | ||||||
* / / / / / / | fullscreen thing | Ariel m | 2015-04-02 | 2 | -20/+168 | |
|/ / / / / / | ||||||
* / / / / / | fixes to shader to get most new demos working on mobile | reduz | 2015-03-25 | 2 | -6/+6 | |
|/ / / / / | ||||||
* / / / / | 2D normal mapping and lighting simple demos | Juan Linietsky | 2015-03-24 | 14 | -0/+12 | |
|/ / / / |