pandemonium_engine/core
Hugo Locurcio 3395a3a727 Improve error messages when creating Images from code
The rationale behind the expected number of bytes is now displayed
in clear (width, height, format, number of mipmaps expected if any).

(cherry picked from commit 18e9e6a81a0aef27bbb78d3e52d52a4b009457bf)
2022-07-27 19:11:16 +02:00
..
bind ported: Add OS::is_process_running function. 2022-07-27 14:46:53 +02:00
crypto
io Ported: [3.x] Improve embedded PCK loading and exporting. - bruvzg 2022-07-27 09:33:39 +02:00
log
math Ported: Fix warnings found by Emscripten 3.1.10 2022-07-27 18:39:35 +02:00
os Fix inconsistent naming in Time 2022-07-27 18:28:47 +02:00
array.cpp Ported: Add fill method to Array and PoolArrays - timothyqiu, DarknessCatt 2022-07-26 15:49:30 +02:00
array.h Ported: Add fill method to Array and PoolArrays - timothyqiu, DarknessCatt 2022-07-26 15:49:30 +02:00
bitfield_dynamic.cpp
bitfield_dynamic.h
class_db.cpp
class_db.h
color_names.inc
color.cpp
color.h
command_queue_mt.cpp
command_queue_mt.h
compressed_translation.cpp
compressed_translation.h
core_builders.py
core_string_names.cpp
core_string_names.h
cowdata.h
dictionary.cpp
dictionary.h
engine.cpp
engine.h
error_list.h
error_macros.cpp
error_macros.h
func_ref.cpp
func_ref.h
global_constants.cpp
global_constants.h
hash_map.h
hashfuncs.h
image.cpp Improve error messages when creating Images from code 2022-07-27 19:11:16 +02:00
image.h Fix Image.blit_rect/blend_rect() for negative p_dest point 2022-07-27 09:03:55 +02:00
input_map.cpp
input_map.h
int_types.h
list.h
local_vector.h Ported: Add fill method to Array and PoolArrays - timothyqiu, DarknessCatt 2022-07-26 15:49:30 +02:00
make_binders.py
map.h
message_queue.cpp
message_queue.h
method_bind.cpp
method_bind.h
method_ptrcall.h
node_path.cpp
node_path.h
oa_hash_map.h Renamed OAHashMap's const lookup_ptr method to lookup_ptr_const. Also added back const qualifier to the other one. 2022-07-26 15:33:36 +02:00
object_id.h
object_rc.h
object.cpp Add optional 'default' argument to get_meta() 2022-07-26 11:50:20 +02:00
object.h
ordered_hash_map.h
packed_data_container.cpp
packed_data_container.h
paged_allocator.h
pair.h
path_remap.cpp
path_remap.h
pool_allocator.cpp
pool_allocator.h
pool_vector.cpp
pool_vector.h Ported: Add search methods for pool arrays 2022-07-27 15:44:10 +02:00
pooled_list.h
print_string.cpp
print_string.h
project_settings.cpp Move Display settings higher in the list 2022-07-27 18:44:38 +02:00
project_settings.h
ref_ptr.cpp
ref_ptr.h
reference.cpp
reference.h
register_core_types.cpp
register_core_types.h
resource.cpp
resource.h
rid_handle.cpp Ported: Improve locking safety for RID handles builds. Additional locks are added. This is primarily to cover a potential race condition where the pool is resized from another thread during a get operation. - lawnjelly 2022-07-26 15:34:36 +02:00
rid_handle.h Ported: Improve locking safety for RID handles builds. Additional locks are added. This is primarily to cover a potential race condition where the pool is resized from another thread during a get operation. - lawnjelly 2022-07-26 15:34:36 +02:00
rid.cpp
rid.h
ring_buffer.h
safe_refcount.cpp Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
safe_refcount.h
script_debugger_local.cpp Rename profiler "Idle Time" to "Process Time" 2022-07-27 15:08:06 +02:00
script_debugger_local.h Rename profiler "Idle Time" to "Process Time" 2022-07-27 15:08:06 +02:00
script_language.cpp
script_language.h Rename profiler "Idle Time" to "Process Time" 2022-07-27 15:08:06 +02:00
SCsub
self_list.h
set.h
simple_type.h
sort_array.h
string_buffer.h
string_builder.cpp
string_builder.h
string_name.cpp
string_name.h Ported: Implement Scene Unique Nodes - KoBeWi 2022-07-27 00:45:48 +02:00
threaded_callable_queue.h
translation.cpp
translation.h
type_info.h
typedefs.h
ucaps.h
undo_redo.cpp
undo_redo.h
ustring.cpp Fix left aligned integer sign in string formatting 2022-07-27 13:57:44 +02:00
ustring.h
variant_call.cpp Fix typos in binds. 2022-07-27 15:46:41 +02:00
variant_op.cpp
variant_parser.cpp Increase line counter when parsing comments 2022-07-27 18:27:16 +02:00
variant_parser.h
variant.cpp
variant.h
vector.h Backported the Vector function to_byte_array and slice 2022-07-26 15:05:54 +02:00
version.h
vmap.h
vset.h