aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add bind method for create_from_fnt (load fnt made by BMFont)volzhs2015-06-101-0/+1
* Merge pull request #2051 from jrimclean/masterJuan Linietsky2015-06-081-2/+2
|\
| * Fixed get_packet/put_packet bindings in PacketPeer.James McLean2015-06-081-2/+2
|/
* draw button focus before text and iconJuan Linietsky2015-06-083-5/+14
* grid container supports separate h and v spacingJuan Linietsky2015-06-082-9/+12
* Delete godot.creator.user.RG2068Juan Linietsky2015-06-081-193/+0
* logo in svg curves & licenseJuan Linietsky2015-06-082-0/+136
* Added Node.find_node(mask) functionJuan Linietsky2015-06-082-0/+25
* Merge pull request #2044 from est31/fix-winJuan Linietsky2015-06-072-2/+4
|\
| * Complete fix for windows compilabilityest312015-06-072-2/+4
* | Merge pull request #2042 from est31/fix-winJuan Linietsky2015-06-074-24/+14
|\|
| * Fix windows compilabilityest312015-06-074-24/+14
|/
* Merge pull request #2037 from est31/use-local-winJuan Linietsky2015-06-0711-38/+182
|\
| * Add OS.get_time_zone_info functionest312015-06-068-2/+119
| * Add utc param to get_time and get_date methodsest312015-06-0611-35/+62
| * Use local time for both time and date on winest312015-06-062-3/+3
* | Merge pull request #2029 from est31/rawarrayJuan Linietsky2015-06-071-1/+36
|\ \
| * | Add String.to_utf8() and String.to_ascii()est312015-06-041-1/+36
* | | Merge pull request #2023 from TheJosh/dae-exporter-assimpJuan Linietsky2015-06-071-7/+17
|\ \ \
| * | | Fix DAE exporter - files unreadable by AssimpJosh Heidenreich2015-06-021-7/+17
| |/ /
* | | Merge pull request #2017 from Razzlegames/multitouch_fix_1908Juan Linietsky2015-06-071-1/+1
|\ \ \
| * | | Additional Fix for Multi-touch release problemKyle Luce2015-05-311-1/+1
* | | | Merge pull request #2007 from Krzycho666/masterJuan Linietsky2015-06-071-0/+1
|\ \ \ \
| * | | | Fixed ui_accept problem. It's possible now to make a custom ui_accept action ...krzycho2015-05-291-0/+1
* | | | | Merge pull request #1977 from choikwa/masterJuan Linietsky2015-06-071-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge pull request #2 from okamstudio/masterKevin Choi2015-05-3163-628/+3981
| |\ \ \ \ \
| * \ \ \ \ \ Merge pull request #1 from okamstudio/masterKevin Choi2015-05-2530-106/+840
| |\ \ \ \ \ \
| * | | | | | | fix typo error in Color::invertchoikwa2015-05-241-1/+1
* | | | | | | | Merge pull request #1973 from Biliogadafr/ColorRampJuan Linietsky2015-06-0713-70/+861
|\ \ \ \ \ \ \ \
| * | | | | | | | Inline get_color_at_offset(). Delete unnecessary check.Biliogadafr2015-05-282-49/+44
| * | | | | | | | Add get_color_at_offset(). Ensure correct points order.Biliogadafr2015-05-263-38/+67
| * | | | | | | | Replace color phases with color ramp for Particles2D.Biliogadafr2015-05-2413-64/+831
| |/ / / / / / /
* | | | | | | | Merge pull request #1932 from Faless/gravity_distance_fullJuan Linietsky2015-06-0714-6/+70
|\ \ \ \ \ \ \ \
| * | | | | | | | Calculate gravity based on distance from body to gravity point (2D)Fabio Alessandrelli2015-05-188-3/+36
| * | | | | | | | Calculate gravity based on distance from body to gravity pointFabio Alessandrelli2015-05-187-4/+35
* | | | | | | | | -fixed many memory initialization issuesJuan Linietsky2015-06-0623-41/+80
* | | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-06-0677-214/+2413
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master'Juan Linietsky2015-06-0614-57/+807
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| | * | | | | | | | Merge pull request #2030 from romulox-x/iosScreenSizepunto-2015-06-041-2/+3
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| | | * | | | | | | improved calculation of screen resolution on iosromulox_x2015-06-031-2/+3
| | |/ / / / / / /
| * | | | | | | / new file dialog!Juan Linietsky2015-06-0675-213/+2218
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-06-06125-823/+5769
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | -fixes to navigation, so edge-merging is more flexible on conflictJuan Linietsky2015-06-0112-55/+611
| |/ / / / / /
| * | | | / / mesh previewreduz2015-05-313-0/+132
| | |_|_|/ / | |/| | | |
| * | | | | work in progress, resource previewsJuan Linietsky2015-05-3130-28/+2485
| | |_|_|/ | |/| | |
| * | | | -fix bug in animation editorJuan Linietsky2015-05-273-2/+17
| * | | | added conversion from int, string to colorJuan Linietsky2015-05-271-2/+6
| * | | | Merge pull request #1966 from romulox-x/iosServicesAdditionspunto-2015-05-265-19/+225
| |\ \ \ \
| | * | | | added response event for game center overlay closingromulox_x2015-05-233-2/+13
| | * | | | added data to descriptions dictionary that was missing. Made the elements th...romulox_x2015-05-231-5/+11