| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Turn some prints to error logs, remove others | Rémi Verschelde | 2016-07-24 | 1 | -2/+1 |
| | | | | | Fixes #5876 in passing. | ||||
| * | put text formats for resources and scenes as priority | Juan Linietsky | 2016-07-19 | 4 | -6/+24 |
| | | |||||
| * | Revert "Homogeinize resource formats loaders/savers" | Rémi Verschelde | 2016-07-19 | 2 | -1644/+0 |
| | | | | | | | | | The text format definition needs to stay in `scene/` as it relies on other scene components, and `core/` must stay self-contained. This reverts commits a5e27503fd52589703d637d1245a023233a14a27 and 1492fd846073a4fa643365a8a5d4e021868c0e48. | ||||
| * | Merge pull request #5467 from RandomShaper/enhance-tidy-extensions | Juan Linietsky | 2016-07-16 | 3 | -17/+1645 |
| |\ | | | | | Enhance/tidy file extensions management | ||||
| | * | Tidy up population of extensions list | Pedro J. Estébanez | 2016-06-28 | 1 | -17/+1 |
| | | | |||||
| | * | Homogeinize resource formats loaders/savers | Pedro J. Estébanez | 2016-06-28 | 2 | -0/+1644 |
| | | | |||||
| * | | Remove unused variables (fourth pass) + dead code | Rémi Verschelde | 2016-07-08 | 4 | -9/+0 |
| |/ | | | | Also fix a potential regression from 3fcb9b1ec179b99d979d4cfea9b5e3c80e4a3e33. | ||||
| * | Improved binding system (ObjectTypeDB::bind_method) to be friendlier to ↵ | Juan Linietsky | 2016-06-22 | 2 | -2/+1 |
| | | | | | | | statically typed languages, should help in the Mono integration. Disabled by default. | ||||
| * | added missing status, closes #4361 | Juan Linietsky | 2016-06-20 | 1 | -0/+1 |
| | | |||||
| * | corrently parse utf8 from zip_io open, closes #1708 | Juan Linietsky | 2016-06-18 | 1 | -2/+5 |
| | | | | | this probably failed when exporting or opening android apk files too, should fix that too. | ||||
| * | Fixed make_dir and make_dir_recursive erros, closes #1680 closes #1872 | Juan Linietsky | 2016-06-18 | 1 | -3/+3 |
| | | |||||
| * | Add missing license headers in our source files (#5255) | Rémi Verschelde | 2016-06-18 | 6 | -0/+168 |
| | | | | Also removes a couple wrong Godot headers from third-party source files. | ||||
| * | Merge pull request #5250 from bojidar-bg/add-sha256 | Juan Linietsky | 2016-06-17 | 3 | -0/+300 |
| |\ | | | | | Add sha256 to String and File/FileAccess. | ||||
| | * | Add sha256 to String and File/FileAccess. | Bojidar Marinov | 2016-06-17 | 3 | -0/+300 |
| | | | | | | | | | Probably does #4166 | ||||
| * | | Fixed PacketPeer.get_var() return type in docs | J08nY | 2016-06-16 | 1 | -1/+1 |
| |/ | |||||
| * | Classref: Added docs for StreamPeer* (#5216) | J08nY | 2016-06-15 | 1 | -1/+0 |
| | | |||||
| * | Zip-align exported APK | Pedro J. Estébanez | 2016-06-13 | 1 | -4/+13 |
| | | |||||
| * | Merge pull request #4895 from TheoXD/_fix_interactive_loader_cache | Juan Linietsky | 2016-06-06 | 1 | -1/+5 |
| |\ | | | | | fixed interactive_loader() not returning a cached scene | ||||
| | * | fixed interactive_loader() not returning a cached scene | TheoXD | 2016-05-30 | 1 | -1/+5 |
| | | | |||||
| * | | Add missing license information (MiniZip) | Roberto | 2016-06-06 | 8 | -6/+98 |
| | | | |||||
| * | | Fix typo in http_client.h | J08nY | 2016-06-03 | 1 | -1/+1 |
| | | | |||||
| * | | Removed invalid DEFVAL for HTTPClient::request_raw | Ignacio Etcheverry | 2016-06-01 | 1 | -1/+1 |
| |/ | |||||
| * | Added translation support to Godot | Juan Linietsky | 2016-05-27 | 3 | -9/+22 |
| | | | | | included is a French translation! | ||||
| * | Changed import workflow | Juan Linietsky | 2016-05-27 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | -Rearrange favorites in fs dock with drag and drop -Removed import -> sub-scene, moved to scenetree contextual menu -Removed import -> re-import , moved and integrated to FS dock -Added ability in FS dock to re-import more than one resource simultaneously -Added ability to drag from native filesystem explorer to Godot, only works on Windows though -Removed scene reimport merge options, never worked well. Eventually merging materials should be re-added -Added ability to set custom root node type when importing scenes -Re-Import is now automatic, can be configured back to manual in editor settings -Added resource previews in property list for many resource types | ||||
| * | remove trailing whitespace | Hubert Jarosz | 2016-05-21 | 1 | -1/+1 |
| | | |||||
| * | classref: Directory and ConfigFile | Rémi Verschelde | 2016-05-12 | 1 | -1/+1 |
| | | |||||
| * | httpclient request withh raw_array body | Alexander Holland | 2016-05-04 | 2 | -2/+57 |
| | | |||||
| * | fix - HTTPClient connection keep-alive duplicate Headers #4208 | Alexander Holland | 2016-04-27 | 1 | -0/+1 |
| | | |||||
| * | Encode axis_value in Variant for InputEvent::JOYSTICK_MOTION. | Hinsbart | 2016-04-23 | 1 | -2/+4 |
| | | | | | | | 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+) | ||||
| * | Added getter method for the connection property in HTTPClient. (#4336) | Mounir Ybanez | 2016-04-18 | 2 | -0/+8 |
| | | | | | - Exposed a getter method for the private property named `connection` in HTTPClient class. | ||||
| * | -Made editor support SSL certs by default (embedded them) | Juan Linietsky | 2016-03-12 | 2 | -0/+30 |
| | | | | | | | | | | -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. | ||||
| * | remove trailing whitespace | Hubert Jarosz | 2016-03-09 | 18 | -118/+118 |
| | | |||||
| * | -Work on addon editor plugin (disabled by default) | Juan Linietsky | 2016-03-04 | 2 | -6/+2 |
| | | | | | -New HTTPRequest node, to make HTTP requests simpler. | ||||
| * | Fix missing dependency resolver in Windows | eska | 2016-02-21 | 1 | -0/+1 |
| | | |||||
| * | adds original http headers to response_headers | Ariel Manzur | 2016-02-19 | 1 | -4/+4 |
| | | |||||
| * | adds original http header to response_headers | Ariel Manzur | 2016-02-19 | 1 | -1/+1 |
| | | |||||
| * | -remved p_peer is null error messages, fixes #1150 | reduz | 2016-01-24 | 1 | -1/+1 |
| | | |||||
| * | -Remote deploy now uses FS over USB on Android, super fast! | Juan Linietsky | 2016-01-20 | 1 | -2/+2 |
| | | |||||
| * | -Make sure scenes properly update when switching tabs, even if sub-instances ↵ | Juan Linietsky | 2016-01-14 | 2 | -2/+5 |
| | | | | | changed. Fixes #3201 | ||||
| * | made headers case insensitive | Ariel Manzur | 2016-01-11 | 1 | -2/+3 |
| | | |||||
| * | Merge pull request #3297 from AlexHolly/comment-some-print_lines | Rémi Verschelde | 2016-01-11 | 1 | -3/+3 |
| |\ | | | | | comment some print_lines | ||||
| | * | comment some print_lines | Alexander Holland | 2016-01-09 | 1 | -3/+3 |
| | | | |||||
| * | | added a new function to escape properly json, fixes #3282 | Juan Linietsky | 2016-01-10 | 1 | -1/+1 |
| | | | |||||
| * | | -fix stray file left open when parsing configuration, closes #3299 | Juan Linietsky | 2016-01-10 | 1 | -1/+3 |
| | | | |||||
| * | | make sure file is closed if something fails | Juan Linietsky | 2016-01-10 | 1 | -0/+2 |
| |/ | |||||
| * | -Use simpler methods for parsing simple tags, fixes #3274 | Juan Linietsky | 2016-01-08 | 1 | -1/+1 |
| | | |||||
| * | -fix bugs related to parsing config files with new variantparser, closes ↵ | Juan Linietsky | 2016-01-07 | 1 | -0/+4 |
| | | | | | #3248 closes #3207 | ||||
| * | Added default value param to ConfigFile.get_value() | Ignacio Etcheverry | 2016-01-01 | 2 | -5/+5 |
| | | |||||
| * | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 50 | -50/+50 |
| | | |||||
| * | make json sub-dictionaries shared, fixes #2381 | Juan Linietsky | 2015-12-31 | 1 | -2/+2 |
| | | |||||
