Files
Tarocco d49c38bf18 Refactor LLDAELoader
- Many instances of null-checking if statements include both variable declaration and initialization (for scoping)
- Modern(ish) C++ conventions (e.g. range-based for loops, auto keyword)
- Local variable caching for array/iterator elements
- const keyword for variables that should not be mutated (optimization possible)
- const keyword for instance methods that should not mutate (affects LLModelLoader in one case)
- Consistent usage of un/signed types for array indexing
- Better readability/simplicity of branching
- Consolidated extractTranslation/ViaElement logic (reusability)
- Formatting
- Changes based on code review
2020-10-11 19:32:16 -04:00
..
2010-04-02 02:48:44 -03:00
2020-10-11 19:32:16 -04:00
2020-10-11 19:32:16 -04:00
2019-03-09 01:51:50 -06:00
2020-10-11 19:32:16 -04:00
2016-04-08 19:32:13 -05:00
2016-04-08 19:32:13 -05:00
2010-04-02 02:48:44 -03:00
2016-04-08 19:32:13 -05:00
2010-04-02 02:48:44 -03:00
2011-05-18 14:35:27 -05:00
2011-02-23 01:44:31 -06:00
2011-02-23 01:44:31 -06:00