f86cffd8e6
fix percent decode utf8 error
2016-05-05 13:34:15 +02:00
c71afda499
Merge pull request #4549 from AlexHolly/httpclient-rawbody-support
...
HTTPClient request with raw_array body
2016-05-05 09:30:33 +02:00
99e31e1005
Merge pull request #4547 from neikeq/pr-wrong-debug-methods
...
Fix wrong return and argument types in documentation
2016-05-05 09:27:14 +02:00
ab1da5dc1b
httpclient request withh raw_array body
2016-05-04 19:49:01 +02:00
89d87294db
ability to shrink all images x2 on load
...
this is for extreme cases when running on devices with very low video
memory, so you can still retain compatibility.
2016-05-04 12:37:07 -03:00
2060e6616c
Add missing Vector2Array case to Variant::operator String()
...
- Correcly display Vector2Array default arguments in the documentation
2016-05-04 15:16:24 +02:00
567cb691ec
Modified editor strings to be translatable in the future
2016-05-03 22:25:37 -03:00
5bb7cef836
Support for dynamic fonts (TTF)
...
Added support for DynamicFont, which can load a TTF of any size to use
as a font. No import required.
2016-05-01 23:13:06 -03:00
6883325f92
math: Fix rounding error for 0 in Math::round ( #4495 )
...
Thus revert the previous workaround in commit b123bc4a2a .
Fixes #3221 .
2016-05-01 11:37:46 +02:00
a735573327
Add math/script expression evaluation in editor ( #3620 )
...
Rebase of #453
2016-05-01 10:33:32 +02:00
6ad226ac38
fix - HTTPClient connection keep-alive duplicate Headers #4208
2016-04-27 21:07:49 +02:00
a1ebf555b7
Merge pull request #4409 from Hinsbart/encode_axis_value
...
Encode axis_value in Variant for InputEvent::JOYSTICK_MOTION.
2016-04-24 14:32:43 +02:00
9201b5a27c
Encode axis_value in Variant for InputEvent::JOYSTICK_MOTION.
...
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+)
2016-04-23 15:26:07 +02:00
3b12f9ea82
add sign comparison for joystick axis events in InputMap::_find_event
...
fixes #4400
2016-04-22 16:36:45 +02:00
fd07ef07fa
Merge pull request #4345 from mownier/add/getter/http-client-connection
...
Added getter method for the connection property in HTTPClient.
2016-04-18 13:50:09 +02:00
0ca7e19242
Added getter method for the connection property in HTTPClient. ( #4336 )
...
- Exposed a getter method for the private property named `connection` in HTTPClient class.
2016-04-18 17:16:15 +08:00
a379ed56ea
string ends_with
2016-04-17 23:49:21 +02:00
7a18bb8ace
Fix File.get_csv_line not including quoted newlines in the output
...
Close #1232
2016-04-16 15:12:29 +03:00
89fcd529f3
Merge pull request #4223 from AlexHolly/dictionary-has-all
...
dictionary has_all
2016-04-11 20:59:35 +02:00
e8a0b2462b
Use non-templated nearest_power_of_2
...
Works around #4262 and likely #4190 .
(cherry picked from commit 3a390e9b44 )
2016-04-11 08:49:44 +02:00
473de561f8
Remove duplicate
2016-04-07 21:20:22 +02:00
a8ebd43ab7
dictionary has_all
2016-04-04 18:37:43 +02:00
0a5472e697
Remove trailing spaces
2016-04-02 20:26:12 +02:00
81b449908e
Add support for patch versions (2.0.x)
...
(cherry picked from commit 706d576f7b )
2016-03-22 18:41:09 +01:00
674c6f2f2d
Add function to convert Date time from a dictionary to Epoch
...
- 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
2016-03-16 23:13:39 -07:00
feef563f3f
Fixes the month consistency issue in enums and get_date etc
...
- 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
2016-03-13 15:27:39 -07:00
801221d01b
Remove undefined binds
...
Bug introduced by 6eb4812
2016-03-12 18:53:13 +01:00
6eb4812317
Borderless window support for the Win32 build. Default window position is now also centred.
2016-03-12 16:38:12 +00:00
8b1dcbfe4d
-Made editor support SSL certs by default (embedded them)
...
-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.
2016-03-12 10:46:38 -03:00
042f8bf88c
Merge pull request #3934 from Razzlegames/epocConvert
...
Added epoc to dictionary converter (for human readable display when only given an epoc time)
2016-03-10 15:00:58 +01:00
4a4f247914
remove trailing whitespace
2016-03-09 00:00:52 +01:00
1dad6eca81
Merge pull request #3991 from JoshuaGrams/issue-3711
...
Issue 3711
2016-03-08 23:54:46 +01:00
32bb7a04a2
Merge pull request #3833 from AlexHolly/feature-file-md5
...
expose md5 for file(s) to gdscript
2016-03-08 19:32:33 +01:00
f7fad32188
Variant::blend: add Quat, fix Vector3.
2016-03-08 06:38:19 -05:00
9544042adb
fix InputMap::action_erase_event()
...
fixes #3976
2016-03-07 19:00:17 +01:00
866e47ec54
Added epoc to dictionary converter
...
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
2016-03-05 12:15:01 -07:00
5a9b18b665
-Work on addon editor plugin (disabled by default)
...
-New HTTPRequest node, to make HTTP requests simpler.
2016-03-04 11:10:48 -03:00
002ff3cc9a
Revert "Merge pull request #3814 from est31/iterators_for_for"
...
This reverts commit adf5056889 , reversing
changes made to ee2bc87c0e .
2016-03-01 18:09:48 +01:00
391ce81c5e
AnimationTreePlayer: blend value tracks ( closes #2299 )
...
Variant:
- zero() sets a Variant to the appropriate type of zero value
- blend() blends part of one Variant on top of another.
2016-03-01 07:37:36 -05:00
0b24a13fa0
Fix bug with nearest_power_of_2_templated
...
We have to shift log(num of bits) many times not num of bytes many.
2016-02-29 06:51:19 +01:00
bc87ce6236
Add RangeIterator class for loops
2016-02-28 22:47:41 +01:00
6fc1c3a4d1
Completed the support for plugins! It is not possible to add plugins.
...
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!
2016-02-27 23:12:27 -03:00
d093f558ab
expose md5 for file(s) to gdscript
2016-02-25 19:25:29 +01:00
32e1a56cd3
Merge pull request #3771 from est31/fix_memalloc
...
Fix allocation bug
2016-02-23 22:12:25 +01:00
104e008b56
Fix missing dependency resolver in Windows
2016-02-21 22:51:19 +01:00
cc7cca55b0
adds original http headers to response_headers
2016-02-19 17:13:29 -03:00
5e36ae3bb6
adds original http header to response_headers
2016-02-19 17:13:29 -03:00
3ac0267daa
better array alignment
2016-02-19 07:01:57 -03:00
0846ab6a5f
fixes array allocation bug and sets DEFAULT_ALIGNMENT to 1. probably needs testing
2016-02-19 05:40:24 -03:00
fb1e52f4d8
Fix allocation bug if compiled with modern clang or gcc
...
* Add overflow checked intrinsic abstractions that check on overflow.
* Use them for memory allocation code.
* Use size_t type for memory allocation code to support full platform dependent width.
Fixes #3756 .
2016-02-19 07:58:42 +01:00