Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-30 | Add support for non-ISO locale identifiers via renames map | Ré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-29 | Merge pull request #12437 from mhilbrunner/astar-setpointweightscale | Rémi Verschelde | |
AStar: Add setters for point position and scale weight, cleanup | |||
2017-10-27 | Merge pull request #12423 from tagcup/zstd_1.3.2 | Rémi Verschelde | |
Update zstd to 1.3.2. | |||
2017-10-27 | AStar: Add setters for point position and scale weight, cleanup | Unknown | |
2017-10-27 | Add an option to use zstd's recently introduced long range matching (off by ↵ | Ferenc Arn | |
default). | |||
2017-10-26 | Merge pull request #12422 from eska014/httpclient-api | Rémi Verschelde | |
Remove HTTPClient::send_body_text and ::send_body_data | |||
2017-10-26 | Update zstd to 1.3.2. | Ferenc Arn | |
2017-10-26 | Remove HTTPClient::send_body_text and ::send_body_data | Leon Krause | |
These were never implemented, the request* methods provide parameters to send body data as part of the client's requests. | |||
2017-10-25 | Removes Script::get_node_type() | Jerome67000 | |
used before GDScript, with squirrel apparently | |||
2017-10-25 | Add a function to get the full name of a locale | sheepandshepherd | |
2017-10-24 | Merge pull request #12365 from neikeq/p | Rémi Verschelde | |
Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialog | |||
2017-10-24 | Small fix in core/set.h and similar fix in core/map.h | Cradmon | |
2017-10-24 | Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialog | Ignacio 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-23 | Merge pull request #12183 from marcelofg55/err_index | Rémi Verschelde | |
Improved *_FAIL_INDEX error macros to print the index/size | |||
2017-10-23 | Merge pull request #12341 from jagt/move-button-joy-enums | Rémi Verschelde | |
Move BUTTON and JOY constants to enums | |||
2017-10-23 | move button/joy constants to enums | jagt | |
2017-10-22 | Fixed memory leak with AStar class | Robert Hernandez | |
2017-10-22 | Many fixes to SSAO, should be good now. | Juan Linietsky | |
2017-10-22 | Improved *_FAIL_INDEX error macros to print the index/size | Marcelo Fernandez | |
2017-10-22 | Merge pull request #11401 from SaracenOne/snapped_drag | Rémi Verschelde | |
Added snapping to spatial drag and drop. | |||
2017-10-22 | Bind MainLoop.notif_wm_go_back_request | Poommetee Ketson | |
2017-10-21 | Merge pull request #11982 from tagcup/get_quat | Rémi Verschelde | |
Added Basis::get_quat(). | |||
2017-10-21 | Cleanup unnecessary debug prints | Rémi Verschelde | |
2017-10-21 | Fix 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-20 | variant.h: Update comments with numeric enum values | Sebastian 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-20 | Merge pull request #12247 from endragor/fix-rotated-logger | Rémi Verschelde | |
Fix rotated logger naming and backup deletion [ci skip] | |||
2017-10-20 | Merge pull request #12241 from eska014/vs-binds | Rémi Verschelde | |
Bind more VisualServer functions [ci skip] | |||
2017-10-20 | Fix rotated logger naming and backup deletion | Ruslan Mustakov | |
2017-10-20 | Bind some VisualServer functions | Leon Krause | |
2017-10-19 | Fix Color.r8/g8/b8/a8 being type float instead of type int | Marcelo Fernandez | |
2017-10-16 | Fix formatting of debug log overflow | Pedro J. Estébanez | |
Fixes #12087. | |||
2017-10-13 | Fix Alpha Border bugfix | Comanche_Ak | |
2017-10-13 | Remove junk output | Ruslan Mustakov | |
Remove several prints that were added for engine debugging, but are of no use to the end user, and only pollute the editor and game logs. | |||
2017-10-11 | Merge pull request #11539 from BastiaanOlij/remove_directory_scan | Rémi Verschelde | |
Removed directory scan from project load | |||
2017-10-11 | Merge pull request #12039 from Hinsbart/expose_joy_connection | Rémi Verschelde | |
Input: expose joy_connection_changed() [ci skip] | |||
2017-10-11 | Added Basis::get_quat() and set_quat(). | Ferenc Arn | |
2017-10-11 | Input: expose joy_connection_changed() | Andreas Haas | |
2017-10-11 | Merge pull request #11954 from neikeq/d | Ignacio Etcheverry | |
Added 'exposed' field to ClassInfo for registered classes | |||
2017-10-10 | Merge pull request #11919 from Toizi/array_sort_ref | Andreas Haas | |
Array::sort/invert now return reference to Array | |||
2017-10-10 | Merge pull request #11987 from endragor/define-va-copy | Ignacio Etcheverry | |
Define va_copy with --std=c++03 (fixes #11979) | |||
2017-10-10 | Made directory scan optional | BastiaanOlij | |
2017-10-10 | Define va_copy with --std=c++03 (fixes #11979) | Ruslan Mustakov | |
2017-10-09 | Adds 'exposed' field to ClassInfo | Ignacio Etcheverry | |
This field represents if the class is exposed to the scripting API. The value is 'true' if the class was registered manually ('ClassDB::register_*class()'), otherwise it's false (registered on '_post_initialize'). - Added missing registration of classes that are meant to be exposed. | |||
2017-10-09 | Array::sort, sort_custom and invert now return reference to Array to allow ↵ | Marius Guggenmos | |
chaining of operations | |||
2017-10-09 | Merge pull request #11810 from marcelofg55/osx_export_improv | Rémi Verschelde | |
OS X export code improvements | |||
2017-10-09 | Fix trailing whitespaces in project settings header comment | Emmanuel Leblond | |
2017-10-09 | Merge pull request #11947 from eska014/fix-obj-marshalling | Rémi Verschelde | |
Fix exporting projects with custom input event actions | |||
2017-10-08 | Fix binary marshalling of Objects | Leon Krause | |
2017-10-08 | [GDnative] Add string_name api | Emmanuel Leblond | |
2017-10-06 | Merge pull request #11853 from endragor/long-string-logging | Andreas Haas | |
Fix logging of long strings via RotatedFileLogger |