| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Merge remote-tracking branch 'origin/master' | Juan Linietsky | 2016-05-21 | 3 | -18/+18 | |
| |\ \ | ||||||
| | * | | remove trailing whitespace | Hubert Jarosz | 2016-05-21 | 3 | -18/+18 | |
| | | | | ||||||
| * | | | First version of Profiler | Juan Linietsky | 2016-05-21 | 11 | -2/+413 | |
| |/ / | | | | | | | | | It is now possible to profile GDScript as well as some parts of Godot internals. | |||||
| * | | -Added configuration warning system for nodes | Juan Linietsky | 2016-05-17 | 4 | -1/+78 | |
| | | | | | | | | | | | -Added a new "add" and "instance" buttons for scene tree -Added a vformat() function to ease translation work | |||||
| * | | Removing round from int interpolation | punto- | 2016-05-17 | 1 | -1/+1 | |
| |/ | | | This might break some animations that use int tracks in continuous mode, but it should provide a more uniform interpolation for things like sprite frames. | |||||
| * | New reworked AnimatedSprite! | Juan Linietsky | 2016-05-14 | 4 | -5/+21 | |
| | | | | | | | | | | -New SpriteFrames editor, with support for drag&drop, multiple animation sets, animation speed and loop. -New AnimatedSprite, with support for all the new features! AnimatedSprite3D has not been updated yet. -Added support for drag&drop to other editors, such as resourcepreload, sample library, etc. | |||||
| * | classref: Directory and ConfigFile | Rémi Verschelde | 2016-05-12 | 2 | -6/+6 | |
| | | ||||||
| * | Added possibility to strip left and right to strip_edges (#4594) | Mattias Cibien | 2016-05-11 | 3 | -14/+18 | |
| | | ||||||
| * | Merge pull request #4553 from AlexHolly/fix-percent-decode-utf8 | Rémi Verschelde | 2016-05-07 | 1 | -5/+6 | |
| |\ | | | | | fix percent decode utf8 error | |||||
| | * | fix percent decode utf8 error | Alexander Holland | 2016-05-05 | 1 | -5/+6 | |
| | | | ||||||
| * | | Variant: readd String.ends_with and Dict.has_all | Rémi Verschelde | 2016-05-06 | 1 | -0/+4 | |
| | | | | | | | | | Erroneously removed in cfd3efd09785301eed733abe9e46fd89da3ad114. | |||||
| * | | export fix_alpha_edges | Ariel Manzur | 2016-05-05 | 1 | -4/+2 | |
| |/ | ||||||
| * | Merge pull request #4549 from AlexHolly/httpclient-rawbody-support | Rémi Verschelde | 2016-05-05 | 2 | -2/+57 | |
| |\ | | | | | HTTPClient request with raw_array body | |||||
| | * | httpclient request withh raw_array body | Alexander Holland | 2016-05-04 | 2 | -2/+57 | |
| | | | ||||||
| * | | Merge pull request #4547 from neikeq/pr-wrong-debug-methods | Rémi Verschelde | 2016-05-05 | 1 | -0/+12 | |
| |\ \ | | | | | | | Fix wrong return and argument types in documentation | |||||
| | * | | Add missing Vector2Array case to Variant::operator String() | Ignacio Etcheverry | 2016-05-04 | 1 | -0/+12 | |
| | | | | | | | | | | | | | - Correcly display Vector2Array default arguments in the documentation | |||||
| * | | | ability to shrink all images x2 on load | Juan Linietsky | 2016-05-04 | 2 | -0/+61 | |
| | |/ |/| | | | | | | | this is for extreme cases when running on devices with very low video memory, so you can still retain compatibility. | |||||
| * | | Modified editor strings to be translatable in the future | Juan Linietsky | 2016-05-03 | 4 | -0/+33 | |
| |/ | ||||||
| * | Support for dynamic fonts (TTF) | Juan Linietsky | 2016-05-01 | 1 | -1/+3 | |
| | | | | | | Added support for DynamicFont, which can load a TTF of any size to use as a font. No import required. | |||||
| * | math: Fix rounding error for 0 in Math::round (#4495) | Rémi Verschelde | 2016-05-01 | 1 | -1/+3 | |
| | | | | | Thus revert the previous workaround in commit b123bc4a2a9c07fcfd27a84109960bda158b3b9d. Fixes #3221. | |||||
| * | Add math/script expression evaluation in editor (#3620) | Franco Eusébio Garcia | 2016-05-01 | 1 | -0/+43 | |
| | | | | Rebase of #453 | |||||
| * | fix - HTTPClient connection keep-alive duplicate Headers #4208 | Alexander Holland | 2016-04-27 | 1 | -0/+1 | |
| | | ||||||
| * | Merge pull request #4409 from Hinsbart/encode_axis_value | Rémi Verschelde | 2016-04-24 | 1 | -2/+4 | |
| |\ | | | | | Encode axis_value in Variant for InputEvent::JOYSTICK_MOTION. | |||||
| | * | Encode axis_value in Variant for InputEvent::JOYSTICK_MOTION. | Hinsbart | 2016-04-23 | 1 | -2/+4 | |
| | | | | | | | | | | | | | Fixes a bug that caused InputMap actions which have been set to joystick axes not to work correctly on exported builds as the axis_value property wouldn't be serialized into engine.cfb. See recent discussion in #49 (Post 121+) | |||||
| * | | add sign comparison for joystick axis events in InputMap::_find_event | Hinsbart | 2016-04-22 | 1 | -1/+1 | |
| |/ | | | | fixes #4400 | |||||
| * | Merge pull request #4345 from mownier/add/getter/http-client-connection | Rémi Verschelde | 2016-04-18 | 2 | -0/+8 | |
| |\ | | | | | Added getter method for the connection property in HTTPClient. | |||||
| | * | Added getter method for the connection property in HTTPClient. (#4336) | Mounir Ybanez | 2016-04-18 | 2 | -0/+8 | |
| | | | | | | | | | - Exposed a getter method for the private property named `connection` in HTTPClient class. | |||||
| * | | string ends_with | Alexander Holland | 2016-04-17 | 1 | -0/+2 | |
| | | | ||||||
| * | | Fix File.get_csv_line not including quoted newlines in the output | Bojidar Marinov | 2016-04-16 | 1 | -1/+3 | |
| |/ | | | | Close #1232 | |||||
| * | Merge pull request #4223 from AlexHolly/dictionary-has-all | Rémi Verschelde | 2016-04-11 | 3 | -0/+14 | |
| |\ | | | | | dictionary has_all | |||||
| | * | dictionary has_all | Alexander Holland | 2016-04-04 | 3 | -0/+14 | |
| | | | ||||||
| * | | Use non-templated nearest_power_of_2 | punto- | 2016-04-11 | 1 | -2/+3 | |
| | | | | | | | | | | | | | Works around #4262 and likely #4190. (cherry picked from commit 3a390e9b44cb196aa4b4843dd8b3a7875bbc3a3f) | |||||
| * | | Remove duplicate | Rémi Verschelde | 2016-04-07 | 1 | -1/+0 | |
| |/ | ||||||
| * | Remove trailing spaces | Rémi Verschelde | 2016-04-02 | 1 | -24/+24 | |
| | | ||||||
| * | Add support for patch versions (2.0.x) | Rémi Verschelde | 2016-03-22 | 1 | -0/+4 | |
| | | | | | (cherry picked from commit 706d576f7b24ec62effd59f66f1d7c47c813056b) | |||||
| * | Add function to convert Date time from a dictionary to Epoch | Kyle Luce | 2016-03-16 | 2 | -28/+157 | |
| | | | | | | | | | - Also changed get_time_from_unix_time to get_date_time_from_unix_time to be consistent. Ticket: https://github.com/godotengine/godot/issues/4038 | |||||
| * | Fixes the month consistency issue in enums and get_date etc | Kyle Luce | 2016-03-13 | 3 | -5/+10 | |
| | | | | | | | | | | | - Also updated the docs to reflect this. - Added some vim temp files to gitignore - Changed NaCL to be consistent with the other OS_Unix::get_date implementation (added 1 to month to map to 1-12) Ticket: https://github.com/godotengine/godot/issues/4025 | |||||
| * | Remove undefined binds | Rémi Verschelde | 2016-03-12 | 1 | -2/+0 | |
| | | | | | Bug introduced by 6eb4812 | |||||
| * | Borderless window support for the Win32 build. Default window position is ↵ | Saracen | 2016-03-12 | 3 | -1/+18 | |
| | | | | | now also centred. | |||||
| * | -Made editor support SSL certs by default (embedded them) | Juan Linietsky | 2016-03-12 | 4 | -3/+41 | |
| | | | | | | | | | | -Made asset sharing support https -Many fixes to HTTPRequest -Added an asset installer dialog -Visual cleanups to asset sharing tab -Fixed some issues in ScrollContainer, hope it does not break things -Asset sharing tab is not visible (hidden on purpose) for now. | |||||
| * | Merge pull request #3934 from Razzlegames/epocConvert | Rémi Verschelde | 2016-03-10 | 2 | -3/+73 | |
| |\ | | | | | Added epoc to dictionary converter (for human readable display when only given an epoc time) | |||||
| | * | Added epoc to dictionary converter | Kyle Luce | 2016-03-05 | 2 | -3/+73 | |
| | | | | | | | | | | | | | | | Useful for when user is storing time as epoc and wants to do operations on this time and then display in human readable form https://www.facebook.com/groups/godotengine/permalink/737469773056286/?comment_id=738011009668829&reply_comment_id=738192799650650¬if_t=group_comment_reply | |||||
| * | | remove trailing whitespace | Hubert Jarosz | 2016-03-09 | 116 | -2949/+2949 | |
| | | | ||||||
| * | | Merge pull request #3991 from JoshuaGrams/issue-3711 | Rémi Verschelde | 2016-03-08 | 1 | -1/+7 | |
| |\ \ | | | | | | | Issue 3711 | |||||
| | * | | Variant::blend: add Quat, fix Vector3. | Josh Grams | 2016-03-08 | 1 | -1/+7 | |
| | | | | ||||||
| * | | | Merge pull request #3833 from AlexHolly/feature-file-md5 | Rémi Verschelde | 2016-03-08 | 2 | -0/+11 | |
| |\ \ \ | |/ / |/| | | expose md5 for file(s) to gdscript | |||||
| | * | | expose md5 for file(s) to gdscript | Alexander Holland | 2016-02-25 | 2 | -0/+11 | |
| | | | | ||||||
| * | | | fix InputMap::action_erase_event() | hondres | 2016-03-07 | 1 | -4/+1 | |
| | |/ |/| | | | | | fixes #3976 | |||||
| * | | -Work on addon editor plugin (disabled by default) | Juan Linietsky | 2016-03-04 | 2 | -6/+2 | |
| | | | | | | | | | -New HTTPRequest node, to make HTTP requests simpler. | |||||
| * | | Revert "Merge pull request #3814 from est31/iterators_for_for" | Rémi Verschelde | 2016-03-01 | 3 | -244/+0 | |
| | | | | | | | | | | | This reverts commit adf50568890cefb5fc354dbc1b21c4140bb410f9, reversing changes made to ee2bc87c0ef3cc1a432655ff935e60f32977904d. | |||||
