| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix garbage in string padding. | Andrew Dunai | 2018-03-04 | 1 | -1/+1 |
| | | |||||
| * | Fix typos with codespell | luz.paz | 2018-02-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Found via `codespell -q 3 --skip="./thirdparty,./editor/translations" -I ../godot-word-whitelist.txt` Whitelist consists of: ``` ang doubleclick lod nd que te unselect ``` | ||||
| * | Clean up some bad words from code comments | Artem Varaksa | 2018-02-17 | 2 | -3/+1 |
| | | |||||
| * | Merge pull request #16169 from hungrymonkey/issue_16160 | Rémi Verschelde | 2018-02-14 | 2 | -2/+2 |
| |\ | | | | | Change function signature from float to double to match type get_doub… | ||||
| | * | Change function signature from float to double to match type ↵ | hungrymonkey | 2018-01-29 | 2 | -2/+2 |
| | | | | | | | | | get_doubleCloses #16160 | ||||
| * | | Add mbedtls module | Fabio Alessandrelli | 2018-02-14 | 2 | -0/+2 |
| | | | |||||
| * | | Display set_nodelay to GDScript | Marlon Henry Schweigert | 2018-01-30 | 3 | -2/+3 |
| |/ | | | | | | | | | | | Pass enabled arg Rename set_nodelay to set_no_delay Add description to the method Change description | ||||
| * | Fix typos in code and docs with codespell | Rémi Verschelde | 2018-01-18 | 1 | -1/+1 |
| | | | | | Using v1.11.0 from https://github.com/lucasdemarchi/codespell | ||||
| * | doc: Replace some more "val" with "value" + sync | Rémi Verschelde | 2018-01-17 | 1 | -13/+12 |
| | | |||||
| * | fix set_stream_peer binding in PacketPeer | Paul Joannon | 2018-01-12 | 1 | -1/+1 |
| | | |||||
| * | Bind many more properties to scripts | Bojidar Marinov | 2018-01-12 | 6 | -0/+26 |
| | | | | | | | | Notable potentially breaking changes: - PROPERTY_USAGE_NOEDITOR is now PROPERTY_USAGE_STORAGE | PROPERTY_USAGE_NETWORK, without PROPERTY_USAGE_INTERNAL - Some properties were renamed, and sometimes even shadowed by new ones - New getter methods (some virtual) were added | ||||
| * | Dont print error when loading resource from cache | Ruslan Mustakov | 2018-01-11 | 1 | -1/+2 |
| | | |||||
| * | Removed PBM bitmap loader, added abiliy to importi mages as bitmap. Fixes #14828 | Juan Linietsky | 2018-01-06 | 2 | -20/+20 |
| | | |||||
| * | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 60 | -3/+68 |
| | | | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module. | ||||
| * | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 62 | -124/+124 |
| | | | | | Happy new year to the wonderful Godot community! | ||||
| * | Use a different strategy for path remaps, try loading from a remap file instead. | Juan Linietsky | 2017-12-18 | 1 | -0/+44 |
| | | | | | This ensures multiple PCK exports still work. | ||||
| * | Remove "const" from PacketPeer get_packet/get_var | Fabio Alessandrelli | 2017-12-15 | 2 | -11/+11 |
| | | | | | | | They are NOT constant methods, as state by the comment message, they fetch the last packet and then forget about it, actively changing the state of the object. | ||||
| * | Fix javascript build error and improve #14604 | Fabio Alessandrelli | 2017-12-15 | 1 | -2/+2 |
| | | |||||
| * | fix compile issue | Juan Linietsky | 2017-12-15 | 1 | -1/+1 |
| | | |||||
| * | -Added new scene conversion to binary on export (disabled by default, please ↵ | Juan Linietsky | 2017-12-15 | 2 | -26/+49 |
| | | | | | | | test) -This method works by directly converting text to binary, so the scene does not need to be loaded and saved | ||||
| * | Merge pull request #14604 from mhilbrunner/http-defaults | Rémi Verschelde | 2017-12-15 | 2 | -71/+84 |
| |\ | | | | | HTTP cleanup & better defaults | ||||
| | * | HTTP cleanup & better defaults | mhilbrunner | 2017-12-14 | 2 | -71/+84 |
| | | | |||||
| * | | GDScript files are converted to binary on export now. | Juan Linietsky | 2017-12-14 | 2 | -20/+52 |
| |/ | |||||
| * | HTTPClient: Add PATCH method and missing HTTP status codes | mhilbrunner | 2017-12-12 | 2 | -2/+32 |
| | | |||||
| * | Style: Re-apply clang-format over recent invalid additions | Rémi Verschelde | 2017-12-10 | 2 | -5/+5 |
| | | |||||
| * | Style: Apply new clang-format 5.0 style to all files | Rémi Verschelde | 2017-12-07 | 3 | -8/+8 |
| | | |||||
| * | Style: Apply clang-format again on all files | Rémi Verschelde | 2017-12-07 | 1 | -2/+2 |
| | | | | | | Fixes issues introduced by newer clang-format versions or commits pushed directly without using the clang-format pre-commit hook. | ||||
| * | Merge pull request #12603 from GodotExplorer/beautify-json | Rémi Verschelde | 2017-12-06 | 2 | -15/+42 |
| |\ | | | | | Add indent and sort keys support for JSON.print | ||||
| | * | Add indent and sort keys support for JSON.print | Geequlim | 2017-11-07 | 2 | -15/+42 |
| | | | |||||
| * | | Fix javascript build after bc2e8d99 | Rémi Verschelde | 2017-11-27 | 1 | -2/+2 |
| | | | |||||
| * | | Made Vector::ptrw explicit for writing, compiler was sometimes using the ↵ | Juan Linietsky | 2017-11-25 | 4 | -24/+24 |
| | | | | | | | | | | | | | wrong function, leading to unnecesary copy on writes and reduced performance. | ||||
| * | | Merge pull request #13176 from bojidar-bg/allow-subproperty-set | Juan Linietsky | 2017-11-22 | 2 | -3/+9 |
| |\ \ | | | | | | | Fix combatibility with older .scn files | ||||
| | * | | Fix combatibility with older .scn files | Bojidar Marinov | 2017-11-22 | 2 | -3/+9 |
| | | | | |||||
| * | | | Merge pull request #12284 from bojidar-bg/allow-subproperty-set | Rémi Verschelde | 2017-11-21 | 2 | -19/+7 |
| |\| | | | | | | | | Allow for getting/setting "dotted" properties of objects | ||||
| | * | | Allow for getting/setting indexed properties of objects using get/set_indexed | Bojidar Marinov | 2017-11-21 | 2 | -19/+7 |
| | | | | | | | | | | | | | Performance is around the same as using pure set() through GDScript. | ||||
| * | | | Return and repair file logging | Ruslan Mustakov | 2017-11-21 | 2 | -0/+7 |
| | | | | | | | | | | | | | And make it configurable, too. | ||||
| * | | | Rename Rect3 to AABB. | Ferenc Arn | 2017-11-17 | 2 | -12/+12 |
| |/ / | | | | | | | Fixes #12973. | ||||
| * | | 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 | ||||
| * | | make ConfigFile sections ordered | Karroffel | 2017-11-04 | 2 | -6/+6 |
| | | | |||||
| * | | make ConfigFile use OrderedHashMap | Karroffel | 2017-11-03 | 2 | -9/+10 |
| |/ | |||||
| * | Merge pull request #12423 from tagcup/zstd_1.3.2 | Rémi Verschelde | 2017-10-27 | 3 | -4/+19 |
| |\ | | | | | 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 | 3 | -5/+19 |
| | | | | | | | | | default). | ||||
| | * | Update zstd to 1.3.2. | Ferenc Arn | 2017-10-26 | 1 | -0/+1 |
| | | | |||||
| * | | 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. | ||||
| * | Cleanup unnecessary debug prints | Rémi Verschelde | 2017-10-21 | 1 | -18/+0 |
| | | |||||
| * | Fix rotated logger naming and backup deletion | Ruslan Mustakov | 2017-10-20 | 1 | -3/+3 |
| | | |||||
| * | Remove junk output | Ruslan Mustakov | 2017-10-13 | 1 | -2/+2 |
| | | | | | | 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. | ||||
| * | Define va_copy with --std=c++03 (fixes #11979) | Ruslan Mustakov | 2017-10-10 | 1 | -0/+11 |
| | | |||||
| * | Merge pull request #11947 from eska014/fix-obj-marshalling | Rémi Verschelde | 2017-10-09 | 1 | -1/+2 |
| |\ | | | | | Fix exporting projects with custom input event actions | ||||
| | * | Fix binary marshalling of Objects | Leon Krause | 2017-10-08 | 1 | -1/+2 |
| | | | |||||
