godot/editor/import
Pedro J. Estébanez 4ddcdc031b Modernize Mutex
- Based on C++11's `mutex`
- No more need to allocate-deallocate or check for null
- No pointer anymore, just a member variable
- Platform-specific implementations no longer needed
- Simpler for `NO_THREADS`
- `BinaryMutex` added for special cases as the non-recursive version
- `MutexLock` now takes a reference. At this point the cases of null `Mutex`es are rare. If you ever need that, just don't use `MutexLock`.
- `ScopedMutexLock` is dropped and replaced by `MutexLock`, because they were pretty much the same.
2021-02-18 11:58:08 +01:00
..
atlas_import_failed.xpm Added ability for multiple images to be imported as an atlas 2019-04-19 15:56:34 -03:00
editor_import_collada.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
editor_import_collada.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
editor_import_plugin.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
editor_import_plugin.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
editor_scene_importer_gltf.cpp fix gltf not importing files w/o bufferViews or accessors 2021-01-14 00:14:55 +01:00
editor_scene_importer_gltf.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
resource_importer_bitmask.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
resource_importer_bitmask.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
resource_importer_csv.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
resource_importer_csv.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
resource_importer_csv_translation.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
resource_importer_csv_translation.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
resource_importer_image.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
resource_importer_image.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
resource_importer_layered_texture.cpp Implement new CPU lightmapper 2021-01-14 18:05:56 +01:00
resource_importer_layered_texture.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
resource_importer_obj.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
resource_importer_obj.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
resource_importer_scene.cpp Implement new CPU lightmapper 2021-01-14 18:05:56 +01:00
resource_importer_scene.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
resource_importer_texture.cpp Modernize Mutex 2021-02-18 11:58:08 +01:00
resource_importer_texture.h Modernize Mutex 2021-02-18 11:58:08 +01:00
resource_importer_texture_atlas.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
resource_importer_texture_atlas.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
resource_importer_wav.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
resource_importer_wav.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00