Author: muggenhor
Date: Wed Jun 20 23:56:28 2007
New Revision: 1551

URL: http://svn.gna.org/viewcvs/warzone?rev=1551&view=rev
Log:
 * Use std::copy algorithm instead of memcpy for the copying of strings into an 
array of char strings (i.e. char**) instead of memcpy, because this can be used 
in combination with source.begin() and source.end() iterators (which is 
nicer/more readable syntax in this case)
 * Add the ability to set/get the last time of finishing for audio tracks (some 
user code of the (old) soundlib depends on this)

Modified:
    branches/sound/lib/sound/interface/stringarray.cpp
    branches/sound/lib/sound/track.cpp
    branches/sound/lib/sound/track.hpp


_______________________________________________
Warzone-commits mailing list
Warzone-commits@gna.org
https://mail.gna.org/listinfo/warzone-commits

Reply via email to