aboutsummaryrefslogtreecommitdiff
path: root/core (follow)
Commit message (Collapse)AuthorAgeFilesLines
* New reworked AnimatedSprite!Juan Linietsky2016-05-144-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 ConfigFileRémi Verschelde2016-05-122-6/+6
|
* Added possibility to strip left and right to strip_edges (#4594)Mattias Cibien2016-05-113-14/+18
|
* Merge pull request #4553 from AlexHolly/fix-percent-decode-utf8Rémi Verschelde2016-05-071-5/+6
|\ | | | | fix percent decode utf8 error
| * fix percent decode utf8 errorAlexander Holland2016-05-051-5/+6
| |
* | Variant: readd String.ends_with and Dict.has_allRémi Verschelde2016-05-061-0/+4
| | | | | | | | Erroneously removed in cfd3efd09785301eed733abe9e46fd89da3ad114.
* | export fix_alpha_edgesAriel Manzur2016-05-051-4/+2
|/
* Merge pull request #4549 from AlexHolly/httpclient-rawbody-supportRémi Verschelde2016-05-052-2/+57
|\ | | | | HTTPClient request with raw_array body
| * httpclient request withh raw_array bodyAlexander Holland2016-05-042-2/+57
| |
* | Merge pull request #4547 from neikeq/pr-wrong-debug-methodsRémi Verschelde2016-05-051-0/+12
|\ \ | | | | | | Fix wrong return and argument types in documentation
| * | Add missing Vector2Array case to Variant::operator String()Ignacio Etcheverry2016-05-041-0/+12
| | | | | | | | | | | | - Correcly display Vector2Array default arguments in the documentation
* | | ability to shrink all images x2 on loadJuan Linietsky2016-05-042-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 futureJuan Linietsky2016-05-034-0/+33
|/
* Support for dynamic fonts (TTF)Juan Linietsky2016-05-011-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 Verschelde2016-05-011-1/+3
| | | | Thus revert the previous workaround in commit b123bc4a2a9c07fcfd27a84109960bda158b3b9d. Fixes #3221.
* Add math/script expression evaluation in editor (#3620)Franco Eusébio Garcia2016-05-011-0/+43
| | | Rebase of #453
* fix - HTTPClient connection keep-alive duplicate Headers #4208Alexander Holland2016-04-271-0/+1
|
* Merge pull request #4409 from Hinsbart/encode_axis_valueRémi Verschelde2016-04-241-2/+4
|\ | | | | Encode axis_value in Variant for InputEvent::JOYSTICK_MOTION.
| * Encode axis_value in Variant for InputEvent::JOYSTICK_MOTION.Hinsbart2016-04-231-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_eventHinsbart2016-04-221-1/+1
|/ | | | fixes #4400
* Merge pull request #4345 from mownier/add/getter/http-client-connectionRémi Verschelde2016-04-182-0/+8
|\ | | | | Added getter method for the connection property in HTTPClient.
| * Added getter method for the connection property in HTTPClient. (#4336)Mounir Ybanez2016-04-182-0/+8
| | | | | | | | - Exposed a getter method for the private property named `connection` in HTTPClient class.
* | string ends_withAlexander Holland2016-04-171-0/+2
| |
* | Fix File.get_csv_line not including quoted newlines in the outputBojidar Marinov2016-04-161-1/+3
|/ | | | Close #1232
* Merge pull request #4223 from AlexHolly/dictionary-has-allRémi Verschelde2016-04-113-0/+14
|\ | | | | dictionary has_all
| * dictionary has_allAlexander Holland2016-04-043-0/+14
| |
* | Use non-templated nearest_power_of_2punto-2016-04-111-2/+3
| | | | | | | | | | | | Works around #4262 and likely #4190. (cherry picked from commit 3a390e9b44cb196aa4b4843dd8b3a7875bbc3a3f)
* | Remove duplicateRémi Verschelde2016-04-071-1/+0
|/
* Remove trailing spacesRémi Verschelde2016-04-021-24/+24
|
* Add support for patch versions (2.0.x)Rémi Verschelde2016-03-221-0/+4
| | | | (cherry picked from commit 706d576f7b24ec62effd59f66f1d7c47c813056b)
* Add function to convert Date time from a dictionary to EpochKyle Luce2016-03-162-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 etcKyle Luce2016-03-133-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 bindsRémi Verschelde2016-03-121-2/+0
| | | | Bug introduced by 6eb4812
* Borderless window support for the Win32 build. Default window position is ↵Saracen2016-03-123-1/+18
| | | | now also centred.
* -Made editor support SSL certs by default (embedded them)Juan Linietsky2016-03-124-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/epocConvertRémi Verschelde2016-03-102-3/+73
|\ | | | | Added epoc to dictionary converter (for human readable display when only given an epoc time)
| * Added epoc to dictionary converterKyle Luce2016-03-052-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&notif_t=group_comment_reply
* | remove trailing whitespaceHubert Jarosz2016-03-09116-2949/+2949
| |
* | Merge pull request #3991 from JoshuaGrams/issue-3711Rémi Verschelde2016-03-081-1/+7
|\ \ | | | | | | Issue 3711
| * | Variant::blend: add Quat, fix Vector3.Josh Grams2016-03-081-1/+7
| | |
* | | Merge pull request #3833 from AlexHolly/feature-file-md5Rémi Verschelde2016-03-082-0/+11
|\ \ \ | |/ / |/| | expose md5 for file(s) to gdscript
| * | expose md5 for file(s) to gdscriptAlexander Holland2016-02-252-0/+11
| | |
* | | fix InputMap::action_erase_event()hondres2016-03-071-4/+1
| |/ |/| | | | | fixes #3976
* | -Work on addon editor plugin (disabled by default)Juan Linietsky2016-03-042-6/+2
| | | | | | | | -New HTTPRequest node, to make HTTP requests simpler.
* | Revert "Merge pull request #3814 from est31/iterators_for_for"Rémi Verschelde2016-03-013-244/+0
| | | | | | | | | | This reverts commit adf50568890cefb5fc354dbc1b21c4140bb410f9, reversing changes made to ee2bc87c0ef3cc1a432655ff935e60f32977904d.
* | AnimationTreePlayer: blend value tracks (closes #2299)Josh Grams2016-03-013-0/+70
| | | | | | | | | | | | Variant: - zero() sets a Variant to the appropriate type of zero value - blend() blends part of one Variant on top of another.
* | Fix bug with nearest_power_of_2_templatedest312016-02-291-1/+10
| | | | | | | | We have to shift log(num of bits) many times not num of bytes many.
* | Add RangeIterator class for loopssheepandshepherd2016-02-283-0/+244
| |
* | Completed the support for plugins! It is not possible to add plugins.Juan Linietsky2016-02-275-1/+15
|/ | | | | | Not all APIs are provided yet, please request whathever you are missing. Some example plugins are provided in demos/plugins. Just copy them to a folder in your project named addons/ and then enable them from the project settings. Have fun!
* Merge pull request #3771 from est31/fix_memallocRémi Verschelde2016-02-232-9/+56
|\ | | | | Fix allocation bug