summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2017-11-09Remove get_default_video_mode definition on OSX/iOSRémi Verschelde
It had been missed in d09160a8b67fdc60e8108962c4e9bd4c0bc7f13e and broke compilation for those platforms. Took the opportunity to run clang-format on the code base to fix some corner cases that went through our static tests/were overlooked recently.
2017-11-09Make video mode initialization more intuitive, fixes #12022Juan Linietsky
2017-11-09Merge pull request #12780 from karroffel/dictionary-crashRémi Verschelde
fix dictionary constant access crash
2017-11-09fix dictionary constant access crashKarroffel
2017-11-08Increase joystick axis from 8 to 10Bastiaan Olij
2017-11-07Use UTF-8 for locale names. Fixes #12462.mhilbrunner
2017-11-06Merge pull request #12656 from karroffel/dictionary-ordered-hashmapRémi Verschelde
make Dictionary use OrderedHashMap
2017-11-06Merge pull request #12646 from poke1024/geomdocsPoommetee Ketson
Basic docs for Geometry plus two new functions
2017-11-05make Dictionary use OrderedHashMapKarroffel
2017-11-05Basic docs for Geometry plus two new functionsBernhard Liebl
2017-11-05Fixed dedent() binding did not return resultZher Huei Lee
2017-11-04make ConfigFile sections orderedKarroffel
2017-11-04Merge pull request #12593 from DmDerbin/masterPoommetee Ketson
AStar: implementation of get_point_connections
2017-11-04AStar: implementation of get_point_connectionsDmDerbin
2017-11-03make ConfigFile use OrderedHashMapKarroffel
2017-11-01-Modules can now add custom version info (added it for Mono)Juan Linietsky
-Version string takes this version info -Ability to download templates from the interweb (listing does not work yet)
2017-11-01Added String::dedent() to remove text indentationZher Huei Lee
This functions similarly to Python's textwrap.dedent() It's also been applied to doc_data.cpp to remove extra whitespace while parsing the XML.
2017-10-31Merge pull request #12035 from Chaosus/wrapfuncRémi Verschelde
Added new Wrap functions for numbers
2017-10-31Merge pull request #11249 from m4nu3lf/bugfix/get_eulerRémi Verschelde
Fix inertia tensor update & Generic6DOFJoint & Simplify Basis::get_euler()
2017-10-30Add Colemak keybindings to editor for osxN0hbdy
2017-10-30Added difference between function which return value or notЗахаров Андрей
Now ADDFUNC with suffix R add function with return value. It was changed because addfunc considers that the function doesn't return a value if it returns NIL.
2017-10-30Merge pull request #12471 from mhilbrunner/autocompleteRémi Verschelde
Fix get_node() and $ autocompletion when using single quotes
2017-10-30Fix get_node() and $ autocompletion when using single quotesUnknown
2017-10-30Add support for non-ISO locale identifiers via renames mapRémi Verschelde
Windows apparently uses "no" for Norwegian Bokmål, even though its ISO 639-1 language code is "nb"... Closes #12479. Also did some non-intrusive cleanup while at it.
2017-10-29Merge pull request #12437 from mhilbrunner/astar-setpointweightscaleRémi Verschelde
AStar: Add setters for point position and scale weight, cleanup
2017-10-27Merge pull request #12423 from tagcup/zstd_1.3.2Rémi Verschelde
Update zstd to 1.3.2.
2017-10-27AStar: Add setters for point position and scale weight, cleanupUnknown
2017-10-27Add an option to use zstd's recently introduced long range matching (off by ↵Ferenc Arn
default).
2017-10-26Merge pull request #12422 from eska014/httpclient-apiRémi Verschelde
Remove HTTPClient::send_body_text and ::send_body_data
2017-10-26Update zstd to 1.3.2.Ferenc Arn
2017-10-26Remove HTTPClient::send_body_text and ::send_body_dataLeon Krause
These were never implemented, the request* methods provide parameters to send body data as part of the client's requests.
2017-10-25Removes Script::get_node_type()Jerome67000
used before GDScript, with squirrel apparently
2017-10-25Add a function to get the full name of a localesheepandshepherd
2017-10-24Merge pull request #12365 from neikeq/pRémi Verschelde
Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialog
2017-10-24Small fix in core/set.h and similar fix in core/map.hCradmon
2017-10-24Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialogIgnacio Etcheverry
- Make ScriptCreateDialog disable the built-in script checked button if the language does not support it. - ScriptLanguage's get_template and make_template now receive the script path as class name if the the script language does not have named classes.
2017-10-23Merge pull request #12183 from marcelofg55/err_indexRémi Verschelde
Improved *_FAIL_INDEX error macros to print the index/size
2017-10-23Merge pull request #12341 from jagt/move-button-joy-enumsRémi Verschelde
Move BUTTON and JOY constants to enums
2017-10-23move button/joy constants to enumsjagt
2017-10-22Fixed memory leak with AStar classRobert Hernandez
2017-10-22Many fixes to SSAO, should be good now.Juan Linietsky
2017-10-22Improved *_FAIL_INDEX error macros to print the index/sizeMarcelo Fernandez
2017-10-22Merge pull request #11401 from SaracenOne/snapped_dragRémi Verschelde
Added snapping to spatial drag and drop.
2017-10-22Bind MainLoop.notif_wm_go_back_requestPoommetee Ketson
2017-10-21Merge pull request #11982 from tagcup/get_quatRémi Verschelde
Added Basis::get_quat().
2017-10-21Cleanup unnecessary debug printsRémi Verschelde
2017-10-21Fix InputEventJoypadMotion::action_match for 0 axis values.Patrick Yates
Make action_match ignore the sign if axis value is 0. This means that an axis value of 0 will match actions defined for both positive and negative values, as expected. Fixes #12223
2017-10-20variant.h: Update comments with numeric enum valuesSebastian Krzyszkowiak
Comments got desynchronized with the actual values of the enum. To avoid anyone making some stupid mistake here, let's fix it as soon as possible.
2017-10-20Merge pull request #12247 from endragor/fix-rotated-loggerRémi Verschelde
Fix rotated logger naming and backup deletion [ci skip]
2017-10-20Merge pull request #12241 from eska014/vs-bindsRémi Verschelde
Bind more VisualServer functions [ci skip]