Mark Oates

Results 69 comments of Mark Oates

Monolith library would include Allegro core as well.

[spdlog](https://github.com/gabime/spdlog) is a possible alternative.

This does not need to be included in `0.9` release. There hasn't been any ask for a logging system at this point and development is mostly managed well with the...

Integration happened first, currently being developed on [this branch](https://github.com/allegroflare/allegro_flare/compare/mind-dive-prototype?expand=1). It's expected to be merged.

For the 3rd option, here is an example of a nice list of language codes: http://www.science.co.il/Language/Locale-codes.asp

This is marked "low priority" because it's not a pressing issue. Realistically, this should only be addressed when it comes up as being something to tackle. An `append_language_file()` type of...

I'm considering just simply removing the `input_hints_tokens`. If the user wanted to set the input hints to an explicit string, then they could use the "combo tokens" and just have...

Here's the location where streams stop playing if the play position is greater than the length: https://github.com/liballeg/allegro5/blob/4aa54e6c994af21bc63d8b593673ab3df62390f8/addons/audio/kcm_voice.c#L221 It's also possible that manual audio stopping would occur in other locations, including...

Allegro has `ALLEGRO_EVENT_AUDIO_STREAM_FINISHED`: https://liballeg.org/a5docs/trunk/audio.html#allegro_event_audio_stream_finished. As a similar feature, there also exists `ALLEGRO_EVENT_VIDEO_FINISHED` here: https://liballeg.org/a5docs/trunk/video.html#allegro_event_video_finished

Might be nice to have a "pause" feature, along with preferences on what to do on a pause (continue music @ 50%, stop ambience, mute/hold currently playing samples & sample...