godot/core
2017-07-04 23:53:08 -03:00
..
bind Add compression support for File object 2017-06-19 16:38:37 -03:00
helper renamed all Rect3.pos to Rect3.position 2017-06-09 15:54:02 +02:00
io Reworked translation system 2017-06-28 17:01:35 -03:00
math Implemented environment arrays for skybox reflection and roughness, quality increase is enormous. 2017-07-04 23:53:08 -03:00
os Make the InputEvent device property get saved 2017-06-24 16:28:19 +03:00
allocators.h
array.cpp
array.h
class_db.cpp Remove methods from code completion which are already exposed by properties, makes completion cleaner and more close to the documentation. 2017-06-23 15:10:46 -03:00
class_db.h Remove methods from code completion which are already exposed by properties, makes completion cleaner and more close to the documentation. 2017-06-23 15:10:46 -03:00
color_names.inc
color.cpp
color.h -Added .hdr format support 2017-05-28 21:48:05 -03:00
command_queue_mt.cpp
command_queue_mt.h Add normalmap support for drawing in all low level primitives. Only added support in Sprite so far. 2017-06-17 23:27:42 -03:00
compressed_translation.cpp Split thirdparty smaz.c out of compressed_translation.cpp 2017-04-28 21:19:24 +02:00
compressed_translation.h
core_string_names.cpp -Added folding to property editor, persistent on objects it edits 2017-06-25 17:31:22 -03:00
core_string_names.h -Added folding to property editor, persistent on objects it edits 2017-06-25 17:31:22 -03:00
dictionary.cpp
dictionary.h
dvector.cpp
dvector.h Fixed memory leaks 2017-06-16 02:39:16 +02:00
engine.cpp
engine.h
error_list.h
error_macros.cpp
error_macros.h
event_queue.cpp
event_queue.h
func_ref.cpp
func_ref.h
global_config.cpp -Fix freezes caused by etccomp2, closes #9183 2017-06-16 21:49:37 -03:00
global_config.h Revert "Use .godot as file extension for project files." 2017-04-29 17:56:51 +02:00
global_constants.cpp Removal of InputEvent as built-in Variant type.. 2017-05-20 17:05:38 -03:00
global_constants.h
hash_map.h
hashfuncs.h
image.cpp Added 'blit_rect_mask' for 3.0 too 2017-06-24 08:53:54 -07:00
image.h Added 'blit_rect_mask' for 3.0 too 2017-06-24 08:53:54 -07:00
input_map.cpp Removal of InputEvent as built-in Variant type.. 2017-05-20 17:05:38 -03:00
input_map.h Removal of InputEvent as built-in Variant type.. 2017-05-20 17:05:38 -03:00
int_types.h
list.h
make_binders.py
map.h
message_queue.cpp Make MessageQueue::flush() reentrant 2017-05-18 13:02:49 +02:00
message_queue.h
method_bind.cpp
method_bind.h BuildSystem: generated files have .gen.extension 2017-06-25 07:55:01 +07:00
method_ptrcall.h fixed PowerState enum cast 2017-06-01 00:16:33 +02:00
object.cpp Merge pull request #9195 from kubecz3k/obj-incoming-connections 2017-06-27 00:06:42 +02:00
object.h Merge pull request #9195 from kubecz3k/obj-incoming-connections 2017-06-27 00:06:42 +02:00
packed_data_container.cpp Removal of InputEvent as built-in Variant type.. 2017-05-20 17:05:38 -03:00
packed_data_container.h
pair.h
path_db.cpp
path_db.h
path_remap.cpp
path_remap.h
pool_allocator.cpp
pool_allocator.h
print_string.cpp
print_string.h
ref_ptr.cpp
ref_ptr.h
reference.cpp
reference.h fixed ptrcall cast for const Ref<T> 2017-06-20 21:38:21 +02:00
register_core_types.cpp Removal of InputEvent as built-in Variant type.. 2017-05-20 17:05:38 -03:00
register_core_types.h
resource.cpp Reworked translation system 2017-06-28 17:01:35 -03:00
resource.h Reworked translation system 2017-06-28 17:01:35 -03:00
rid.cpp
rid.h
ring_buffer.h RingBuffer: Adds find() method 2017-05-05 02:09:43 +02:00
safe_refcount.cpp
safe_refcount.h
script_debugger_local.cpp
script_debugger_local.h
script_debugger_remote.cpp Removal of Image from Variant, converted to a Resource. 2017-05-17 07:37:45 -03:00
script_debugger_remote.h
script_language.cpp
script_language.h Add ability to use custom script templates. 2017-06-13 20:03:08 +00:00
SCsub BuildSystem: generated files have .gen.extension 2017-06-25 07:55:01 +07:00
self_list.h
set.h
simple_type.h
sort.h
string_db.cpp
string_db.h
translation.cpp Reworked translation system 2017-06-28 17:01:35 -03:00
translation.h Rename Godot-specific resource extensions 2017-06-15 21:35:20 -03:00
typedefs.h
ucaps.h
undo_redo.cpp
undo_redo.h
ustring.cpp Fix crash with String copy from with NULL string parameter 2017-06-25 21:57:06 +08:00
ustring.h Fix natural sorting order in EditorFileDialog, FileDialog and EditorFileSystemDirectory 2017-05-12 13:02:25 +01:00
variant_call.cpp Add basic compression functions to PoolBaseArray 2017-06-19 16:38:10 -03:00
variant_construct_string.cpp
variant_op.cpp -Many fixes to VisualScript, fixed property names, etc. 2017-06-30 21:35:05 -03:00
variant_parser.cpp renamed all Rect3.pos to Rect3.position 2017-06-09 15:54:02 +02:00
variant_parser.h
variant.cpp renamed all Rect3.pos to Rect3.position 2017-06-09 15:54:02 +02:00
variant.h Removal of InputEvent as built-in Variant type.. 2017-05-20 17:05:38 -03:00
vector.h
version.h BuildSystem: generated files have .gen.extension 2017-06-25 07:55:01 +07:00
vmap.h
vset.h