godot/core/io
Martin Capitanio a6ab7a91ef Print the path of a corrupt image
After scanning a path in the project manager or starting a project it is not clear which
image can not be loaded.

After errors

```
    ERROR: _png_error_function: Not a PNG file
       At: drivers/png/image_loader_png.cpp:62.
    libpng error: Not a PNG file
    ERROR: _load_image: PNG Corrupted
       At: drivers/png/image_loader_png.cpp:94.
```

add

```
    ERROR: load_image: Error loading image: path/bad.png
       At: core/io/image_loader.cpp:69.
```
2019-01-20 04:19:12 +01:00
..
compression.cpp Update zstd to 1.3.8 2019-01-03 22:35:20 -02:00
compression.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
config_file.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
config_file.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
file_access_buffered_fa.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
file_access_buffered.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
file_access_buffered.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
file_access_compressed.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
file_access_compressed.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
file_access_encrypted.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
file_access_encrypted.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
file_access_memory.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
file_access_memory.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
file_access_network.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
file_access_network.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
file_access_pack.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
file_access_pack.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
file_access_zip.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
file_access_zip.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
http_client.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
http_client.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
image_loader.cpp Print the path of a corrupt image 2019-01-20 04:19:12 +01:00
image_loader.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
ip_address.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
ip_address.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
ip.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
ip.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
json.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
json.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
logger.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
logger.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
marshalls.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
marshalls.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
multiplayer_api.cpp Don't reset MultiplayerAPI when setting same peer. 2019-01-15 11:14:51 +01:00
multiplayer_api.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
net_socket.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
net_socket.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
networked_multiplayer_peer.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
networked_multiplayer_peer.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
packet_peer_udp.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
packet_peer_udp.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
packet_peer.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
packet_peer.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
pck_packer.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
pck_packer.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
resource_format_binary.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
resource_format_binary.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
resource_import.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
resource_import.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
resource_loader.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
resource_loader.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
resource_saver.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
resource_saver.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub SCons: Build core's thirdparty code in own environment 2018-09-28 11:40:41 +02:00
stream_peer_ssl.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
stream_peer_ssl.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
stream_peer_tcp.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
stream_peer_tcp.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
stream_peer.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
stream_peer.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
tcp_server.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
tcp_server.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
translation_loader_po.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
translation_loader_po.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
xml_parser.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
xml_parser.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
zip_io.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
zip_io.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00