godot/core
Rémi Verschelde 70b0857f6c Fixes for new two-dash long command line arguments
- Fixes some single-dash leftovers that were missed in the previous commit
- Reorder the help output for clarity, and document missing options
- Drop obsolete options: --noop, --pack, --editor-scene, --level, --import, --import-script, --no-quit
- Improve error message on malformed arguments and do not display help on error
- Cleanup obsolete code here and there
2017-08-19 16:48:11 +02:00
..
bind Fixes for new two-dash long command line arguments 2017-08-19 16:48:11 +02:00
helper
io -Properly check limits to objects sent (regarding to size), fixes #9034 2017-08-18 10:59:31 -03:00
math Properly manage drawing of primitives when they lack an area, fixes #8930 2017-08-18 15:12:48 -03:00
os Synchronize parameter names in definition and declaration 2017-08-16 17:22:23 +02:00
allocators.h
array.cpp
array.h
class_db.cpp Merge pull request #9987 from Rubonnek/move-members-to-initilization-list 2017-08-11 10:31:04 +02:00
class_db.h Use const reference where favorable 2017-08-14 13:28:06 -04:00
color_names.inc
color.cpp
color.h
command_queue_mt.cpp
command_queue_mt.h
compressed_translation.cpp Removes type information from method binds 2017-08-10 07:17:50 +02:00
compressed_translation.h
core_string_names.cpp Moved member variables from constructor to initialization list 2017-08-08 21:43:19 -04:00
core_string_names.h Moved member variables from constructor to initialization list 2017-08-08 21:43:19 -04:00
dictionary.cpp
dictionary.h
dvector.cpp
dvector.h
engine.cpp
engine.h Fixes for new two-dash long command line arguments 2017-08-19 16:48:11 +02:00
error_list.h
error_macros.cpp
error_macros.h
event_queue.cpp
event_queue.h
func_ref.cpp Removes type information from vararg method binds 2017-08-10 07:17:51 +02:00
func_ref.h
global_constants.cpp
global_constants.h
hash_map.h Moved member variables from constructor to initialization list 2017-08-08 21:43:19 -04:00
hashfuncs.h
image.cpp Add closest_power_of_2 func and implement mix_rate/latency on OS X 2017-08-17 19:51:13 -03:00
image.h
input_map.cpp Removes type information from method binds 2017-08-10 07:17:50 +02:00
input_map.h
int_types.h
list.h
make_binders.py Improves method bind detection of signature types 2017-08-10 07:17:44 +02:00
map.h
message_queue.cpp
message_queue.h
method_bind.cpp Improves method bind detection of signature types 2017-08-10 07:17:44 +02:00
method_bind.h Added Corner Enum 2017-08-15 19:36:34 +02:00
method_ptrcall.h Use const reference where favorable 2017-08-14 13:28:06 -04:00
node_path.cpp
node_path.h
object.cpp Rename localization method to tr again 2017-08-18 22:38:38 +02:00
object.h Rename localization method to tr again 2017-08-18 22:38:38 +02:00
packed_data_container.cpp Removes type information from method binds 2017-08-10 07:17:50 +02:00
packed_data_container.h
pair.h Use const reference where favorable 2017-08-14 13:28:06 -04:00
path_remap.cpp
path_remap.h
pool_allocator.cpp
pool_allocator.h
print_string.cpp
print_string.h
project_settings.cpp Removes type information from method binds 2017-08-10 07:17:50 +02:00
project_settings.h Synchronize parameter names in definition and declaration 2017-08-16 17:22:23 +02:00
ref_ptr.cpp
ref_ptr.h
reference.cpp Removes type information from method binds 2017-08-10 07:17:50 +02:00
reference.h Improves method bind detection of signature types 2017-08-10 07:17:44 +02:00
register_core_types.cpp -Properly check limits to objects sent (regarding to size), fixes #9034 2017-08-18 10:59:31 -03:00
register_core_types.h
resource.cpp Removes type information from method binds 2017-08-10 07:17:50 +02:00
resource.h Synchronize parameter names in definition and declaration 2017-08-16 17:22:23 +02:00
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 -Properly check limits to objects sent (regarding to size), fixes #9034 2017-08-18 10:59:31 -03:00
script_debugger_remote.h -Properly check limits to objects sent (regarding to size), fixes #9034 2017-08-18 10:59:31 -03:00
script_language.cpp Moved member variables from constructor to initialization list 2017-08-08 21:43:19 -04:00
script_language.h
SCsub
self_list.h
set.h
simple_type.h
sort.h
string_db.cpp
string_db.h
translation.cpp Merge pull request #9987 from Rubonnek/move-members-to-initilization-list 2017-08-11 10:31:04 +02:00
translation.h
type_info.h Improves method bind detection of signature types 2017-08-10 07:17:44 +02:00
typedefs.h Add closest_power_of_2 func and implement mix_rate/latency on OS X 2017-08-17 19:51:13 -03:00
ucaps.h
undo_redo.cpp Removes type information from method binds 2017-08-10 07:17:50 +02:00
undo_redo.h
ustring.cpp Synchronize parameter names in definition and declaration 2017-08-16 17:22:23 +02:00
ustring.h Synchronize parameter names in definition and declaration 2017-08-16 17:22:23 +02:00
variant_call.cpp Moved member variables from constructor to initialization list 2017-08-08 21:43:19 -04:00
variant_construct_string.cpp Synchronize parameter names in definition and declaration 2017-08-16 17:22:23 +02:00
variant_op.cpp
variant_parser.cpp
variant_parser.h
variant.cpp
variant.h Improves method bind detection of signature types 2017-08-10 07:17:44 +02:00
vector.h Add closest_power_of_2 func and implement mix_rate/latency on OS X 2017-08-17 19:51:13 -03:00
version.h
vmap.h
vset.h