.. |
bind
|
vsnc --> vsync
|
2016-11-08 21:06:57 +07:00 |
helper
|
|
|
io
|
style: Fix PEP8 whitespace issues in Python files
|
2016-11-01 00:35:16 +01:00 |
math
|
Merge pull request #7039 from RandomShaper/fix-triangulation
|
2016-11-09 15:46:13 +01:00 |
os
|
memory ops implemented as OS functions by default
|
2016-11-18 21:55:30 +01:00 |
allocators.h
|
|
|
array.cpp
|
Add Array.front() and Array.back()
|
2016-11-18 18:45:51 -02:00 |
array.h
|
Add Array.front() and Array.back()
|
2016-11-18 18:45:51 -02:00 |
color.cpp
|
|
|
color.h
|
|
|
command_queue_mt.cpp
|
|
|
command_queue_mt.h
|
|
|
compressed_translation.cpp
|
|
|
compressed_translation.h
|
|
|
core_string_names.cpp
|
|
|
core_string_names.h
|
|
|
dictionary.cpp
|
WIP visual scripting, not working yet but you can check out stuff
|
2016-08-02 19:11:05 -03:00 |
dictionary.h
|
WIP visual scripting, not working yet but you can check out stuff
|
2016-08-02 19:11:05 -03:00 |
dvector.cpp
|
|
|
dvector.h
|
Added slicing operation to DVector via DVector.subarray(int start,int end) method.
|
2016-07-23 12:52:41 -07:00 |
error_list.h
|
Fix wrong number for ERR_* on comment
|
2016-11-04 00:57:34 +09:00 |
error_macros.cpp
|
|
|
error_macros.h
|
|
|
event_queue.cpp
|
|
|
event_queue.h
|
|
|
func_ref.cpp
|
Renamed the bind_native functions to bind_vararg, should make it show the documentation more clearly and also make it easier to bind to C#
|
2016-09-07 19:39:57 -03:00 |
func_ref.h
|
|
|
global_constants.cpp
|
|
|
global_constants.h
|
|
|
globals.cpp
|
Properly localize absolute path.
|
2016-11-22 09:09:39 +01:00 |
globals.h
|
Several all around fixes to visual scripting (in the process of creating demos)
|
2016-08-28 20:59:01 -03:00 |
hash_map.h
|
|
|
hashfuncs.h
|
Fixes hash float negative 0 problem
|
2016-10-12 21:24:07 +02:00 |
hq2x.cpp
|
Fixed HQ2x compiler warnings
|
2016-07-05 16:52:31 +02:00 |
hq2x.h
|
|
|
image_quantize.cpp
|
Remove unused variables (fourth pass) + dead code
|
2016-07-08 16:47:55 +02:00 |
image.cpp
|
Fix some warnings about unhandled switch cases
|
2016-08-13 13:21:35 +02:00 |
image.h
|
|
|
input_map.cpp
|
Fix Keyboard Input Hangs when using modifiers
|
2016-10-19 17:52:49 +02:00 |
input_map.h
|
Fix Keyboard Input Hangs when using modifiers
|
2016-10-19 17:52:49 +02:00 |
int_types.h
|
|
|
list.h
|
|
|
make_binders.py
|
style: Fix PEP8 blank lines issues in Python files
|
2016-11-01 00:35:16 +01:00 |
map.h
|
|
|
message_queue.cpp
|
|
|
message_queue.h
|
|
|
method_bind.cpp
|
WIP visual scripting, not working yet but you can check out stuff
|
2016-08-02 19:11:05 -03:00 |
method_bind.h
|
Renamed the bind_native functions to bind_vararg, should make it show the documentation more clearly and also make it easier to bind to C#
|
2016-09-07 19:39:57 -03:00 |
method_ptrcall.h
|
|
|
object_type_db.cpp
|
Added API version and hashing to ObjectTypeDB
|
2016-09-14 19:37:37 -03:00 |
object_type_db.h
|
Added API version and hashing to ObjectTypeDB
|
2016-09-14 19:37:37 -03:00 |
object.cpp
|
Throw error when trying to emit a non-existing signal.
|
2016-09-25 19:26:01 +02:00 |
object.h
|
More visual script work
|
2016-08-25 17:45:20 -03:00 |
packed_data_container.cpp
|
|
|
packed_data_container.h
|
|
|
pair.h
|
|
|
path_db.cpp
|
-High Level protocol optimization (should be smaller)
|
2016-08-22 01:19:24 -03:00 |
path_db.h
|
Fixed properly not save signals that already exist in their base scenes, closes #5656
|
2016-07-19 21:26:12 -03:00 |
path_remap.cpp
|
|
|
path_remap.h
|
|
|
pool_allocator.cpp
|
Remove unused variables (fourth pass) + dead code
|
2016-07-08 16:47:55 +02:00 |
pool_allocator.h
|
|
|
print_string.cpp
|
|
|
print_string.h
|
|
|
profile_clock.cpp
|
|
|
profile_clock.h
|
|
|
ref_ptr.cpp
|
|
|
ref_ptr.h
|
|
|
reference.cpp
|
|
|
reference.h
|
|
|
register_core_types.cpp
|
Merge pull request #6968 from neikeq/pr-register-trnglmesh
|
2016-11-12 14:01:59 +01:00 |
register_core_types.h
|
|
|
resource.cpp
|
Remove some noisy debug prints
|
2016-07-17 18:25:21 +02:00 |
resource.h
|
|
|
rid.cpp
|
|
|
rid.h
|
|
|
ring_buffer.h
|
|
|
safe_refcount.cpp
|
|
|
safe_refcount.h
|
|
|
script_debugger_local.cpp
|
|
|
script_debugger_local.h
|
|
|
script_debugger_remote.cpp
|
Merge pull request #6479 from RandomShaper/improve-debug-focus
|
2016-10-03 11:36:01 +02:00 |
script_debugger_remote.h
|
|
|
script_language.cpp
|
More visual script work
|
2016-08-25 17:45:20 -03:00 |
script_language.h
|
Do ctrl-click on any code identifier to go to definiton or help page.
|
2016-09-12 10:53:31 -03:00 |
SCsub
|
style: Various other PEP8 fixes in Python files
|
2016-11-01 00:35:16 +01:00 |
self_list.h
|
|
|
set.h
|
|
|
simple_type.h
|
|
|
sort.h
|
|
|
string_db.cpp
|
-High Level protocol optimization (should be smaller)
|
2016-08-22 01:19:24 -03:00 |
string_db.h
|
|
|
translation.cpp
|
Blimey! Ye Pirate locale be anchor' a'port!
|
2016-11-15 09:01:51 +01:00 |
translation.h
|
|
|
typedefs.h
|
|
|
ucaps.h
|
|
|
undo_redo.cpp
|
Renamed the bind_native functions to bind_vararg, should make it show the documentation more clearly and also make it easier to bind to C#
|
2016-09-07 19:39:57 -03:00 |
undo_redo.h
|
Implemented UndoRedo mergeable modes
|
2016-08-17 17:14:51 -03:00 |
ustring.cpp
|
added implementation of is_valid_ip_address()
|
2016-10-20 09:58:00 -03:00 |
ustring.h
|
added implementation of is_valid_ip_address()
|
2016-10-20 09:58:00 -03:00 |
variant_call.cpp
|
Add Array.front() and Array.back()
|
2016-11-18 18:45:51 -02:00 |
variant_construct_string.cpp
|
|
|
variant_op.cpp
|
Added small modification on parser for '+'
|
2016-10-22 14:26:48 -02:00 |
variant_parser.cpp
|
Use int instead of int32_t for Vectors
|
2016-10-06 16:51:19 -04:00 |
variant_parser.h
|
|
|
variant.cpp
|
fixes #6331, Variant::can_convert
|
2016-10-04 15:58:12 +02:00 |
variant.h
|
Added small modification on parser for '+'
|
2016-10-22 14:26:48 -02:00 |
vector.h
|
|
|
vmap.h
|
|
|
vset.h
|
|
|