Files
SingularityViewer/indra
Aleric Inglewood b852a77a79 AIFilePicker related bug fixes.
Bug fix in LLPreviewAnim::gotAssetForSave_continued: the if()
that tests if the result from the filepicker can be used was
accidently negated, mostly causing a crash when cancelling an
animation preview download (open animation, File -> Save Texture As..),
and canceling the save when a filename is picked.

The lifetime of AIFileUpload is actually till the very end
of the main(), causing it's member mPicker to be reused.
This leads to problems. When someone tries to open a file picker
for a file upload of the same time before the previous filepicker
called the callback function (ie, when two filepickers are
opened at the same time, or when the plugin crashes).
With this fix it is possible to open any number of file pickers.

Finally, for linux, LLFastTimers was using assembly with gives
rather random results on multicore machines. Since AIStateMachine
is using this for wait timing, it had a negative effect on
how well the file picker worked (the last message wasn't flushed
for several seconds).
2011-06-21 02:49:34 +02:00
..
2011-06-09 15:25:03 +02:00
2010-11-15 10:45:16 +01:00
2011-04-09 20:29:12 +02:00
2011-06-21 02:49:34 +02:00
2011-05-08 17:08:48 +02:00
2011-06-15 04:53:52 +02:00
2011-06-09 17:37:57 +02:00
2011-05-18 14:35:27 -05:00
2011-06-13 23:20:45 -05:00
2011-06-17 00:43:53 +02:00
2011-06-06 21:38:58 +02:00
2011-06-09 15:25:03 +02:00
2010-04-02 02:48:44 -03:00
2011-01-25 05:50:49 +01:00
2011-06-21 02:49:34 +02:00
2011-06-15 04:24:57 +02:00
2010-04-02 02:48:44 -03:00