Sasha Szpakowski
Sasha Szpakowski
I didn't mean only exposing codename strings for operating system versions, I meant that the OS- and version-specific numbers (and other info) should be a string rather than a series...
I guess that would depend on what people want to use it for - if it's for data collection or branching logic, having the internal version numbers makes sense. If...
What about `return OS, prettyname, internalversionstring`?
How do you run the game? If you don't explicitly set the game's identity via `t.identity` in conf.lua, then LÖVE will try to guess one based on the game path...
> LÖVE will try to guess one based on the game path you give as an argument when launching LÖVE. Maybe we can make LÖVE normalize the path (including converting...
**Original comment by Bart van Strien (Bitbucket: [bartbes](https://bitbucket.org/bartbes), GitHub: [bartbes](https://github.com/bartbes)).** ---------------------------------------- You mention `tell` returns a value past the end of the video. Does seeking change that value at all?...
**Original comment by Sasha Szpakowski (Bitbucket: [slime73](https://bitbucket.org/slime73), GitHub: [slime73](https://github.com/slime73)).** ---------------------------------------- I did a bit of testing and this seems to only happen with theora videos that don't have audio. It...
**Original comment by Sasha Szpakowski (Bitbucket: [slime73](https://bitbucket.org/slime73), GitHub: [slime73](https://github.com/slime73)).** ---------------------------------------- It’s possible this is the same issue as part of #1401.
**Original comment by Evan Barger (Bitbucket: [epbarger](https://bitbucket.org/epbarger), GitHub: [epbarger](https://github.com/epbarger)).** ---------------------------------------- For the record, I believe I was using a theora video with no audio when I opened this original ticket.
**Original comment by Bart van Strien (Bitbucket: [bartbes](https://bitbucket.org/bartbes), GitHub: [bartbes](https://github.com/bartbes)).** ---------------------------------------- Given the location of the loop as reported by slime, it probably isn’t fixed, but can you check if...