PDA

View Full Version : Fucking errors


Raz
18th April 2004, 17:12
I want my ten seconds to save between the crash and winamp closing back.

Another wonderful random crash. Fuck.

TomyLobo
18th April 2004, 17:22
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, 20:51
I want my ten seconds to save between the crash and winamp closing back.

I want it back to.

Tuggummi
19th April 2004, 06:17
Don't forget the ability to choose wheter or not autosave is used (i wouldn't use it)

TomyLobo
19th April 2004, 06:59
I'm not the one who'll code this, right? :)
I would do if I had the source, though :)

Tuggummi
19th April 2004, 13:43
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, 22:23
Yeah, a checkbox would be nice. In case it saves code that doesn't work.

TomyLobo
19th April 2004, 22:31
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, 06:41
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.