Mark Oates

Results 79 issues of Mark Oates

[pr description to be written]

Fixes https://github.com/allegroflare/allegro_flare/issues/98

Currently the constants are defined here: https://github.com/liballeg/allegro5/blob/f818aee0ba95ecbf2c3caba8d6e56e594d66470b/addons/audio/allegro5/allegro_audio.h Having an `*_UNDEFINED` for this enumeration (as well as several others), will allow objects to have default properties that are "not set" or...

Several data objects were added during https://github.com/allegroflare/allegro_flare/pull/248 that were not included in the PR or the merge. They need to be updated into `master`. A full list is not known...

There's like 100 occurrences of "`dimentions`" and 0 of "`dimensions`".

`Color` class has undergone a lot of changes during the pre-alpha development cycle. There's `Color`, `Color::color`... there `Color()` methods which can't be used to create a color. It always seems...

# Overview - Think/manipulate at a high level - Have many complex/compound concepts well-formed and clarified ## Desirable Outcomes Different from project outcomes or, desirable outcomes represent things that would...

AllegroFlare/Bin needs: - `destroy("name")` - `destroy(T of_value)` - `destroy(std::vector names)` - `destroy(std::vector of_values)` - `preload(std::vector filenames_also_as_identifiers)` - `preload(std::vector list_of_identifiers_and_filenames)`