Issues.00371 - lordmundi/wikidoctest GitHub Wiki
00371: make "object data not supported" message from acloader print only once
Summary: make "object data not supported" message from acloader print only once
Created: 2011–06–10 15:49
Status: Released
Category: Request
From: frankie
Version: 2.2
Released_In: 2.3
Description:
Cuurently, there is a warning in the ac3d loader that warns you when a model has "data" commands in the file which the ac3d loader doesn't implement. The problem is that it prints the warning for every single instance it encounters.
This is a request to change it to only print once per model file.
Comments
brad July 22, 2011, at 10:17 AM This has been implemented.
Associated Commits
| commit | 71115e4d64622b83fb57a9653273d07b86f3f051
link6 |
||
| Author: | Brad Bell
|
| Date: | Fri Jul 22 10:15:09 2011 -0500
|
| Message: | [@Issue 00371: modified dsp_acloader so it reports unsupported optional fields
no more than once per model @] |
Affected Files:
plugin_Darwin/dsp_acloader.so | Bin 150276 -> 150252 bytes
plugin_Linux_FC3/dsp_acloader.so | Bin 73037 -> 73031 bytes
plugin_Win32/dsp_acloader.dll | Bin 457063 -> 457061 bytes
3 files changed, 0 insertions(+), 0 deletions(-)
| commit | 06f23b366baa8b60b5524dcbe5be01c5b23d35c7
link7 |
||
| Author: | Brad Bell
|
| Date: | Fri Jul 22 10:08:37 2011 -0500
|
| Message: | [@Issue 00371: Modified dsp_acloader so it will only report unsuported optional
data fields once @] |
Affected Files:
plugin_Darwin/dsp_acloader.so | Bin 150140 -> 150276 bytes
plugin_Linux_FC3/dsp_acloader.so | Bin 72896 -> 73037 bytes
plugin_Win32/dsp_acloader.dll | Bin 456992 -> 457063 bytes
3 files changed, 0 insertions(+), 0 deletions(-)
| commit | de60acc01f5bb201fe9137143b149a03e92d8607
link8 |
||
| Author: | Brad Bell
|
| Date: | Fri Jul 22 10:20:10 2011 -0500
|
| Message: | [@EDGE Issue 00371: made it so it will report it once per model
@] |
Affected Files:
src/plugins/dsp_acloader.c | 11 ++++++±---
1 file changed, 7 insertions(+), 4 deletions(-)
| commit | 24e9b4e229c7cda2eb846b41bb62b43a9907f2ef
link9 |
||
| Author: | Brad Bell
|
| Date: | Fri Jul 22 10:12:08 2011 -0500
|
| Message: | [@EDGE Issue 00371: removed redunant warnings about unsupported optional fields
in the AC3D loader @] |
Affected Files:
src/plugins/dsp_acloader.c | 14 +++++++++++±-
1 file changed, 12 insertions(+), 2 deletions(-)