/[svn]/libgig/trunk/ChangeLog
ViewVC logotype

Diff of /libgig/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3197 by schoenebeck, Wed May 17 15:42:58 2017 UTC revision 3198 by schoenebeck, Sun May 21 12:46:05 2017 UTC
# Line 36  Version SVN trunk Line 36  Version SVN trunk
36        objects (and crossfade_t and leverage_ctrl_t objects).        objects (and crossfade_t and leverage_ctrl_t objects).
37      - Added enum reflection API functions for retrieving enum declaration type      - Added enum reflection API functions for retrieving enum declaration type
38        information at runtime (enumCount(), enumKey(), enumKeys(), enumValue()).        information at runtime (enumCount(), enumKey(), enumKeys(), enumValue()).
39        - Exception class now has a variadic constructor which allows to add
40          textual format specifiers like with printf().
41        - On unknown leverage controller exception: show precise unknown leverage
42          controller number found.
43    
44    * src/DLS.cpp, src/DLS.h:    * src/DLS.cpp, src/DLS.h:
45      - Sample: wave pool offsets are now 64 bits (to allow support for files      - Sample: wave pool offsets are now 64 bits (to allow support for files
46        larger than 4 GB).        larger than 4 GB).
47        - Exception class now has a variadic constructor which allows to add
48          textual format specifiers like with printf().
49                
50    * src/RIFF.cpp, src/RIFF.h:    * src/RIFF.cpp, src/RIFF.h:
51      - added support for RIFF files larger than 4 GB, by default the required      - added support for RIFF files larger than 4 GB, by default the required
# Line 49  Version SVN trunk Line 55  Version SVN trunk
55        with a new option added to the RIFF File constructor though        with a new option added to the RIFF File constructor though
56      - when saving a modified, grown RIFF file, the temporary file size during      - when saving a modified, grown RIFF file, the temporary file size during
57        Save() operation will no longer be larger than the final grown file size        Save() operation will no longer be larger than the final grown file size
58        - Exception class now has a variadic constructor which allows to add
59          textual format specifiers like with printf().
60    
61    * src/Serialization.cpp, src/Serialization.h:    * src/Serialization.cpp, src/Serialization.h:
62      - Archive: Added method isModified().      - Archive: Added method isModified().
# Line 72  Version SVN trunk Line 80  Version SVN trunk
80        asLongDescr() and customTypeName(bool demangle=false)).        asLongDescr() and customTypeName(bool demangle=false)).
81      - Archive::setAutoValue(): Handle human readable boolean text      - Archive::setAutoValue(): Handle human readable boolean text
82        representations like "yes", "no", "true", "false" as expected.        representations like "yes", "no", "true", "false" as expected.
83        - Exception class now has a variadic constructor which allows to add
84          textual format specifiers like with printf().
85    
86    * src/tools/akaidump.cpp, src/tools/akaiextract.cpp:    * src/tools/akaidump.cpp, src/tools/akaiextract.cpp:
87      - improved output of non-ascii characters in usage messages      - improved output of non-ascii characters in usage messages

Legend:
Removed from v.3197  
changed lines
  Added in v.3198

  ViewVC Help
Powered by ViewVC