| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | Merge pull request #12932 from willnationsdev/capitalize-enhancement | Rémi Verschelde | 2017-11-17 | 1 | -1/+1 | |
| |\ \ \ \ | | | | | | | | | | | Fixes a bug where capitalize didn't work with camelCase names | |||||
| | * | | | | Fixed a bug where capitalize didn't work with camelCase names | Will Nations | 2017-11-14 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Fail when attempting to retrieve a non-existent singleton | Leon Krause | 2017-11-14 | 1 | -5/+4 | |
| | | | | | | ||||||
| * | | | | | Move singleton management from ProjectSettings to Engine | Leon Krause | 2017-11-14 | 8 | -59/+77 | |
| | |_|_|/ |/| | | | ||||||
| * | | | | Merge pull request #12867 from eska014/html5-http | Rémi Verschelde | 2017-11-13 | 2 | -69/+78 | |
| |\ \ \ \ | |/ / / |/| | | | Implement HTTPClient in HTML5 platform | |||||
| | * | | | Implement HTTPClient in HTML5 platform | Leon Krause | 2017-11-13 | 2 | -69/+78 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Limitations: - Subject to same-origin policy - No persistent connection (but simulated for compatibility) - No blocking mode - No StreamPeer access - No chunked responses - Cannot disable host verification | |||||
| * | | | | Add support for the TAU constant. Fixes #12094. | Goutte | 2017-11-12 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | Remove get_default_video_mode definition on OSX/iOS | Rémi Verschelde | 2017-11-09 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | | | Make video mode initialization more intuitive, fixes #12022 | Juan Linietsky | 2017-11-09 | 1 | -3/+1 | |
| | | | | | ||||||
| * | | | | Merge pull request #12780 from karroffel/dictionary-crash | Rémi Verschelde | 2017-11-09 | 1 | -1/+1 | |
| |\ \ \ \ | | | | | | | | | | | fix dictionary constant access crash | |||||
| | * | | | | fix dictionary constant access crash | Karroffel | 2017-11-09 | 1 | -1/+1 | |
| | |/ / / | ||||||
| * | | | | Increase joystick axis from 8 to 10 | Bastiaan Olij | 2017-11-08 | 2 | -1/+5 | |
| | | | | | ||||||
| * | | | | Use UTF-8 for locale names. Fixes #12462. | mhilbrunner | 2017-11-07 | 1 | -2/+2 | |
| |/ / / | ||||||
| * | | | Merge pull request #12656 from karroffel/dictionary-ordered-hashmap | Rémi Verschelde | 2017-11-06 | 1 | -68/+35 | |
| |\ \ \ | | | | | | | | | make Dictionary use OrderedHashMap | |||||
| | * | | | make Dictionary use OrderedHashMap | Karroffel | 2017-11-05 | 1 | -68/+35 | |
| | | | | | ||||||
| * | | | | Merge pull request #12646 from poke1024/geomdocs | Poommetee Ketson | 2017-11-06 | 2 | -0/+14 | |
| |\ \ \ \ | |/ / / |/| | | | Basic docs for Geometry plus two new functions | |||||
| | * | | | Basic docs for Geometry plus two new functions | Bernhard Liebl | 2017-11-05 | 2 | -0/+14 | |
| | | | | | ||||||
| * | | | | Fixed dedent() binding did not return result | Zher Huei Lee | 2017-11-05 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | make ConfigFile sections ordered | Karroffel | 2017-11-04 | 3 | -34/+18 | |
| |/ / / | ||||||
| * | | | Merge pull request #12593 from DmDerbin/master | Poommetee Ketson | 2017-11-04 | 2 | -0/+18 | |
| |\ \ \ | | | | | | | | | AStar: implementation of get_point_connections | |||||
| | * | | | AStar: implementation of get_point_connections | DmDerbin | 2017-11-04 | 2 | -0/+18 | |
| | | | | | ||||||
| * | | | | make ConfigFile use OrderedHashMap | Karroffel | 2017-11-03 | 3 | -10/+11 | |
| |/ / / | ||||||
| * | | | -Modules can now add custom version info (added it for Mono) | Juan Linietsky | 2017-11-01 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | -Version string takes this version info -Ability to download templates from the interweb (listing does not work yet) | |||||
| * | | | Added String::dedent() to remove text indentation | Zher Huei Lee | 2017-11-01 | 3 | -0/+45 | |
| | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | | Merge pull request #12035 from Chaosus/wrapfunc | Rémi Verschelde | 2017-10-31 | 2 | -1/+19 | |
| |\ \ \ | | | | | | | | | Added new Wrap functions for numbers | |||||
| | * | | | Added new wrap functions | Chaosus | 2017-10-13 | 2 | -1/+19 | |
| | | | | | ||||||
| * | | | | Merge pull request #11249 from m4nu3lf/bugfix/get_euler | Rémi Verschelde | 2017-10-31 | 1 | -13/+12 | |
| |\ \ \ \ | | | | | | | | | | | Fix inertia tensor update & Generic6DOFJoint & Simplify Basis::get_euler() | |||||
| | * | | | | Fix Basis::get_euler_xyz() | m4nu3lf | 2017-09-22 | 1 | -13/+12 | |
| | | | | | | ||||||
| * | | | | | Add Colemak keybindings to editor for osx | N0hbdy | 2017-10-30 | 3 | -0/+24 | |
| | | | | | | ||||||
| * | | | | | Added difference between function which return value or not | Захаров Андрей | 2017-10-30 | 1 | -274/+289 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | | | | Merge pull request #12471 from mhilbrunner/autocomplete | Rémi Verschelde | 2017-10-30 | 2 | -0/+26 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Fix get_node() and $ autocompletion when using single quotes | |||||
| | * | | | | | Fix get_node() and $ autocompletion when using single quotes | Unknown | 2017-10-30 | 2 | -0/+26 | |
| | | | | | | | ||||||
| * | | | | | | Add support for non-ISO locale identifiers via renames map | Rémi Verschelde | 2017-10-30 | 2 | -65/+74 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | | | | | Merge pull request #12437 from mhilbrunner/astar-setpointweightscale | Rémi Verschelde | 2017-10-29 | 2 | -16/+45 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | AStar: Add setters for point position and scale weight, cleanup | |||||
| | * | | | | | AStar: Add setters for point position and scale weight, cleanup | Unknown | 2017-10-27 | 2 | -16/+45 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #12423 from tagcup/zstd_1.3.2 | Rémi Verschelde | 2017-10-27 | 4 | -4/+25 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | Update zstd to 1.3.2. | |||||
| | * | | | | | Add an option to use zstd's recently introduced long range matching (off by ↵ | Ferenc Arn | 2017-10-27 | 4 | -5/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | default). | |||||
| | * | | | | | Update zstd to 1.3.2. | Ferenc Arn | 2017-10-26 | 1 | -0/+1 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #12422 from eska014/httpclient-api | Rémi Verschelde | 2017-10-26 | 2 | -14/+0 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | Remove HTTPClient::send_body_text and ::send_body_data | |||||
| | * | | | | | Remove HTTPClient::send_body_text and ::send_body_data | Leon Krause | 2017-10-26 | 2 | -14/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These were never implemented, the request* methods provide parameters to send body data as part of the client's requests. | |||||
| * | | | | | | Removes Script::get_node_type() | Jerome67000 | 2017-10-25 | 2 | -3/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | used before GDScript, with squirrel apparently | |||||
| * | | | | | | Add a function to get the full name of a locale | sheepandshepherd | 2017-10-25 | 2 | -0/+17 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #12365 from neikeq/p | Rémi Verschelde | 2017-10-24 | 1 | -0/+1 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialog | |||||
| | * | | | | | | Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialog | Ignacio Etcheverry | 2017-10-24 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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. | |||||
| * | | | | | | | Small fix in core/set.h and similar fix in core/map.h | Cradmon | 2017-10-24 | 2 | -2/+0 | |
| | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | | Merge pull request #12183 from marcelofg55/err_index | Rémi Verschelde | 2017-10-23 | 3 | -22/+30 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Improved *_FAIL_INDEX error macros to print the index/size | |||||
| | * | | | | | | Improved *_FAIL_INDEX error macros to print the index/size | Marcelo Fernandez | 2017-10-22 | 3 | -22/+30 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #12341 from jagt/move-button-joy-enums | Rémi Verschelde | 2017-10-23 | 2 | -68/+70 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Move BUTTON and JOY constants to enums | |||||
| | * | | | | | | | move button/joy constants to enums | jagt | 2017-10-23 | 2 | -68/+70 | |
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Fixed memory leak with AStar class | Robert Hernandez | 2017-10-22 | 1 | -0/+1 | |
| | |_|/ / / / |/| | | | | | ||||||
