18th April 2004 18:12 UTC
Fucking errors
I want my ten seconds to save between the crash and winamp closing back.
Another wonderful random crash. Fuck.
Archive: Fucking errors
Raz
18th April 2004 18:12 UTC
Fucking errors
I want my ten seconds to save between the crash and winamp closing back.
Another wonderful random crash. Fuck.
TomyLobo
18th April 2004 18:22 UTC
hmm an autosave function would be nice...
and quite easy to code i think :)
if (modified) {
if (!lmodified) {
modt=t;
}
if (t-modt>300) {
saveAVS("autosave.avs");
//saveAVS should contain "modified=false;" somewhere
modt=t;
}
}
lmodified=modified;
hungryskull
18th April 2004 21:51 UTC
I want my ten seconds to save between the crash and winamp closing back.I want it back to.
Tuggummi
19th April 2004 07:17 UTC
Don't forget the ability to choose wheter or not autosave is used (i wouldn't use it)
TomyLobo
19th April 2004 07:59 UTC
I'm not the one who'll code this, right? :)
I would do if I had the source, though :)
Tuggummi
19th April 2004 14:43 UTC
Didn't mean that Tomy :blah:
Just making a note that if the nullsoft staff ever actually reads these or updates avs for that matter :p
hungryskull
19th April 2004 23:23 UTC
Yeah, a checkbox would be nice. In case it saves code that doesn't work.
TomyLobo
19th April 2004 23:31 UTC
better than saving no code, huh?
and it wouldn't have to be the same filename as before but instead a fixed filename that is only used by autosave
maybe even multiple autosave files like
autosave1.avs
autosave2.avs
autosave3.avs
autosave4.avs
Those could be the recent 4 autosaves
Tuggummi
20th April 2004 07:41 UTC
Wasn't thinking about it that way (that it would save code that doesn't work), i just wouldn't want it to save on it's own at all.
Fork me on GitHub