It's been like three days please give us the source code. How do you expect me to keep the wiki up to date without it?
Increase the salt to force them to release the code (or at least give a reason for not releasing with an ETA)
Thanks for doing this, I was feeling too polite to bump the "source access" thread again, but since someone else went ahead, I'll chip in my voice of support. Getting pretty irritated that I've tried to do a git pull about eight times in the last three days and I invariably get 'Already up to date.'
The TiTsEd people are likely also getting annoyed, but I'm not one of them so I can't really speak for them.
BTW, decompiling is still an option in the short term, at least for RE'ing, but due to the sheer mass of the main 'TiTS.as' file it dumps out, it's pretty horrible trying to manipulate it in an editor/find a specific bit of code when compared to the nicely separated actionscript we have to work with otherwise (TiTs.as uses 'include' directives a lot, so they get merged during compilation into one mega TiTs class).
I think you'll find that programmers consider their code as much their personal mind baby as writers do their stories. And if it's something fresh and not just some variation of google->copy->paste code even more so.
Give them some personal space to admire their handiwork, they're probably ironing out bugs as we speak, too. Wouldn't want to present an unpolished product, now would we?
Ah, but as a programmer myself, I take pride in my work and like to share my sources so that others can appreciate what I've done better/find better ways to do something.
Still, I get what you're saying, and they can do whatever they please with their code, but I'd quite appreciate if they
fixed their release system so it automatically pushed public releases to Github again. It might (depending on how their framework/build service is managed) be as simple as (pseudo-shell code):
Code:
if [ $BUILD_PUBLIC ]; then
git push origin public
fi
…with a remote named 'public' set up for the local repository.
Maybe it'd be faster if someone went on the discord to ask? Assuming they're on there more frequently.
just consider it a vacation
Don't worry, I have.
I'm hoping that the reason is that the dev people are just on vacations or something. Since America Day was three days ago.