From: salsaman <sal...@xs...> - 2004-09-29 19:22:05
|
Duilio Javier Protti wrote: >>Goals: >>* Loads of fixes. >>* XMMS Plugin stable/usable (You think this is possible Duilio ?) >> >> > >Oh yeah, just don't crashing when disabling is enough reason >to make a release, and we have more than that. > > > >>What needs to be done: >> Globally: >> * Look for issues, list them. >> >> XMMS plugin: >> crash op gl startup. >> >> > >We really must fix this. > > > >> cleanup -> start, switching plugins kinda weird >> sometimes. >> QUIT WM -> start, crash. (can't reproduce anylonger..) >> >> > >?? I don't understand this. > > > >> Completely working config dialog >> >> > >My first priority. > > > >> Libvisual: >> Finish plugin libraries (multiple plugin structures in >> one plugin). >> Log verboseness API. >> >> > >This is for me, but after config dialog. > > > >> Plugin flags (atleast integer flags). >> >> Plugins: >> Random seed infinite. >> >> > >Ok, I will see this. > > > >>What do you guys think, can we do this together and roll out a quality >>release before monday next week ? >> >> > >I'm not shure before, but maybe on monday itself. > >Bye, >Duilio. > > > > >------------------------------------------------------- >This SF.net email is sponsored by: IT Product Guide on ITManagersJournal >Use IT products in your business? Tell us what you think of them. Give us >Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more >http://productguide.itmanagersjournal.com/guidepromo.tmpl >_______________________________________________ >Libvisual-devel mailing list >Lib...@li... >https://lists.sourceforge.net/lists/listinfo/libvisual-devel > > > > Actually, what would be *really* nice is if a host application could set a random seed as in: visual_actor_set_seed(uint32_t seed); visual_actor_set_seed(123456); // set seed to 123456 visual_actor_set_seed(0); // let libvisual choose a (pseudo random) seed that would allow for example, matching of previews with rendering. thanks in advance, Salsaman. |