.. |
bind
|
Add ClassDB binding for File.get_modified_time
|
2017-01-23 22:33:58 +01:00 |
helper
|
|
|
io
|
Audio bus editing is COMPLETE!
|
2017-01-25 14:31:52 -03:00 |
math
|
WIP new AudioServer, with buses, effects, etc.
|
2017-01-21 19:01:00 -03:00 |
os
|
Style: Various fixes to play nice with clang-format
|
2017-01-16 08:49:52 +01:00 |
allocators.h
|
|
|
array.cpp
|
Style: Cleanups, added headers, renamed files
|
2017-01-16 08:04:23 +01:00 |
array.h
|
Both Array and Dictionary are always in shared mode (removed copy on write).
|
2017-01-11 08:54:17 -03:00 |
class_db.cpp
|
Style: Cleanups, added headers, renamed files
|
2017-01-16 08:04:23 +01:00 |
class_db.h
|
Style: Cleanups, added headers, renamed files
|
2017-01-16 08:04:23 +01:00 |
color_names.inc
|
Add missing map.h include in color defs
|
2017-01-15 12:51:47 +01:00 |
color.cpp
|
Style: Cleanups, added headers, renamed files
|
2017-01-16 08:04:23 +01:00 |
color.h
|
Merge pull request #7093 from bojidar-bg/named-colors
|
2017-01-11 10:36:15 +01:00 |
command_queue_mt.cpp
|
Style: Cleanups, added headers, renamed files
|
2017-01-16 08:04:23 +01:00 |
command_queue_mt.h
|
Style: Cosmetic fixes to play nice with clang-format
|
2017-01-15 16:42:17 +01:00 |
compressed_translation.cpp
|
Style: Cleanups, added headers, renamed files
|
2017-01-16 08:04:23 +01:00 |
compressed_translation.h
|
|
|
core_string_names.cpp
|
|
|
core_string_names.h
|
|
|
dictionary.cpp
|
Style: Cleanups, added headers, renamed files
|
2017-01-16 08:04:23 +01:00 |
dictionary.h
|
Both Array and Dictionary are always in shared mode (removed copy on write).
|
2017-01-11 08:54:17 -03:00 |
dvector.cpp
|
|
|
dvector.h
|
|
|
engine.cpp
|
Style: Cleanups, added headers, renamed files
|
2017-01-16 08:04:23 +01:00 |
engine.h
|
Replace Engine version API by preexisting OS one
|
2017-01-13 18:25:49 +01:00 |
error_list.h
|
|
|
error_macros.cpp
|
Style: Cleanups, added headers, renamed files
|
2017-01-16 08:04:23 +01:00 |
error_macros.h
|
|
|
event_queue.cpp
|
|
|
event_queue.h
|
|
|
func_ref.cpp
|
|
|
func_ref.h
|
|
|
global_constants.cpp
|
Style: Cleanups, added headers, renamed files
|
2017-01-16 08:04:23 +01:00 |
global_constants.h
|
|
|
globals.cpp
|
Style: Cleanups, added headers, renamed files
|
2017-01-16 08:04:23 +01:00 |
globals.h
|
|
|
hash_map.h
|
Style: Fix whole-line commented code
|
2017-01-14 14:52:23 +01:00 |
hashfuncs.h
|
|
|
hq2x.cpp
|
|
|
hq2x.h
|
|
|
image.cpp
|
Style: Fix statements ending with ';;'
|
2017-01-16 08:49:52 +01:00 |
image.h
|
|
|
input_map.cpp
|
Style: Fix statements ending with ';;'
|
2017-01-16 08:49:52 +01:00 |
input_map.h
|
|
|
int_types.h
|
|
|
list.h
|
|
|
make_binders.py
|
|
|
map.h
|
Style: Fix statements ending with ';;'
|
2017-01-16 08:49:52 +01:00 |
message_queue.cpp
|
Style: Cleanups, added headers, renamed files
|
2017-01-16 08:04:23 +01:00 |
message_queue.h
|
|
|
method_bind.cpp
|
MethodBind: Make sure header order is kept
|
2017-01-14 22:07:28 +01:00 |
method_bind.h
|
|
|
method_ptrcall.h
|
updated method_ptrcall.h to use 3.0 naming
|
2017-01-17 11:36:17 +01:00 |
object.cpp
|
Style: Cleanups, added headers, renamed files
|
2017-01-16 08:04:23 +01:00 |
object.h
|
Style: Cleanups, added headers, renamed files
|
2017-01-16 08:04:23 +01:00 |
packed_data_container.cpp
|
Style: Cleanups, added headers, renamed files
|
2017-01-16 08:04:23 +01:00 |
packed_data_container.h
|
|
|
pair.h
|
|
|
path_db.cpp
|
Style: Fix statements ending with ';;'
|
2017-01-16 08:49:52 +01:00 |
path_db.h
|
|
|
path_remap.cpp
|
Style: Cleanups, added headers, renamed files
|
2017-01-16 08:04:23 +01:00 |
path_remap.h
|
|
|
pool_allocator.cpp
|
Style: Cleanups, added headers, renamed files
|
2017-01-16 08:04:23 +01:00 |
pool_allocator.h
|
|
|
print_string.cpp
|
Style: Cleanups, added headers, renamed files
|
2017-01-16 08:04:23 +01:00 |
print_string.h
|
|
|
ref_ptr.cpp
|
Style: Cleanups, added headers, renamed files
|
2017-01-16 08:04:23 +01:00 |
ref_ptr.h
|
|
|
reference.cpp
|
Style: Cleanups, added headers, renamed files
|
2017-01-16 08:04:23 +01:00 |
reference.h
|
Style: Cleanups, added headers, renamed files
|
2017-01-16 08:04:23 +01:00 |
register_core_types.cpp
|
Style: Cleanups, added headers, renamed files
|
2017-01-16 08:04:23 +01:00 |
register_core_types.h
|
|
|
resource.cpp
|
WIP new AudioServer, with buses, effects, etc.
|
2017-01-21 19:01:00 -03:00 |
resource.h
|
Style: Cleanups, added headers, renamed files
|
2017-01-16 08:04:23 +01:00 |
rid.cpp
|
|
|
rid.h
|
|
|
ring_buffer.h
|
|
|
safe_refcount.cpp
|
|
|
safe_refcount.h
|
|
|
script_debugger_local.cpp
|
Style: Fix statements ending with ';;'
|
2017-01-16 08:49:52 +01:00 |
script_debugger_local.h
|
|
|
script_debugger_remote.cpp
|
Style: Cleanups, added headers, renamed files
|
2017-01-16 08:04:23 +01:00 |
script_debugger_remote.h
|
|
|
script_language.cpp
|
|
|
script_language.h
|
Type renames:
|
2017-01-11 00:52:51 -03:00 |
SCsub
|
|
|
self_list.h
|
|
|
set.h
|
Style: Fix statements ending with ';;'
|
2017-01-16 08:49:52 +01:00 |
simple_type.h
|
|
|
sort.h
|
|
|
string_db.cpp
|
Style: Cleanups, added headers, renamed files
|
2017-01-16 08:04:23 +01:00 |
string_db.h
|
|
|
translation.cpp
|
Style: Cleanups, added headers, renamed files
|
2017-01-16 08:04:23 +01:00 |
translation.h
|
|
|
typedefs.h
|
Style: Various fixes to play nice with clang-format
|
2017-01-16 08:49:52 +01:00 |
ucaps.h
|
|
|
undo_redo.cpp
|
Ability to drag and drop around audio effects!
|
2017-01-24 00:19:31 -03:00 |
undo_redo.h
|
|
|
ustring.cpp
|
Fix crash when creating new project
|
2017-01-17 03:50:42 +09:00 |
ustring.h
|
Merge pull request #7010 from AlexHolly/format-string2
|
2017-01-14 11:56:24 -03:00 |
variant_call.cpp
|
Style: Various fixes to play nice with clang-format
|
2017-01-16 08:49:52 +01:00 |
variant_construct_string.cpp
|
Style: Various fixes to play nice with clang-format
|
2017-01-16 08:49:52 +01:00 |
variant_op.cpp
|
Style: Cleanups, added headers, renamed files
|
2017-01-16 08:04:23 +01:00 |
variant_parser.cpp
|
Style: Fix statements ending with ';;'
|
2017-01-16 08:49:52 +01:00 |
variant_parser.h
|
|
|
variant.cpp
|
Style: Fix statements ending with ';;'
|
2017-01-16 08:49:52 +01:00 |
variant.h
|
Style: Cleanups, added headers, renamed files
|
2017-01-16 08:04:23 +01:00 |
vector.h
|
|
|
vmap.h
|
|
|
vset.h
|
|
|