Nicolay Korslund
f1d40fdf32
Merge commit 'github/master'
15 years ago
Nicolay Korslund
129da4f214
Started cleaning out d code. Updated Mangle.
15 years ago
Nicolay Korslund
2a6ed21351
Fixed incorrect hasPtr in MemoryStream
15 years ago
Nicolay Korslund
3a15e6d0d5
Added NifRecord
15 years ago
Nicolay Korslund
abde68fed6
Added tools/tests/
15 years ago
Nicolay Korslund
f526cc640b
Created tools/slice_array.h
15 years ago
Nicolay Korslund
6a34b0f2bf
Split nif_file in h/cpp
15 years ago
Nicolay Korslund
769eae99b3
Started working on NIF reader prototype
15 years ago
Nicolay Korslund
650f33811d
Added -l option to bsatool.
15 years ago
Nicolay Korslund
2f13de8e2c
Mangle update
15 years ago
Nicolay Korslund
fb1eec974c
Fixed const error in slice_stream.h
15 years ago
Nicolay Korslund
4d16beef1a
Added Stream::PureFilter
15 years ago
Nicolay Korslund
4065ac0199
Changed definition of Stream::getPtr(size), now moves the position locator by 'size' bytes.
15 years ago
Nicolay Korslund
310e3a8038
Tested and fixed BSA archive loader for Ogre, added test script
15 years ago
Nicolay Korslund
1779dc1f7c
Removed tools/str_exception (now part of Mangle)
15 years ago
Nicolay Korslund
86089816a7
Added tools/str_exception.h and better error handling for StdStream and FileStream
15 years ago
Nicolay Korslund
a02c398143
Added bsa/tests/bsatool - for listing and extracting BSA files
15 years ago
Nicolay Korslund
318a24d455
Added Mangle as a Git submodule. Completed and tested BSAFile.
15 years ago
Nicolay Korslund
5e70bc7bd7
Added semi-automatic test scripts
15 years ago
Nicolay Korslund
63a3ad5e90
minor Readme work
15 years ago
Nicolay Korslund
cdca68a368
Fixed up FFMpeg input +test
15 years ago
Nicolay Korslund
fbb77478c0
Updated vfs+sound test in root/tests/
15 years ago
Nicolay Korslund
f8d3a35cf8
Made separate tests for audiere and openal. Fixed segfault. Everything is peachy.
15 years ago
Nicolay Korslund
56f9daed96
Combined OpenAL+Audiere sound test now compiles and runs, but segfaults
15 years ago
Nicolay Korslund
9e332c4067
Fixed and tested all VFS tests
15 years ago
Nicolay Korslund
c5316804b5
Fixed and tested all Stream tests
15 years ago
Nicolay Korslund
eaf93691d5
Nearly finished shared_ptr, and getPtr(). Tests not rewritten yet.
15 years ago
Nicolay Korslund
38501777b0
Added getPtr() family to Stream
15 years ago
nkorslund
1f31b1d43d
Added BSA first draft (WIP)
...
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@139 ea6a568a-9f4f-0410-981a-c910a81bb256
15 years ago
Nicolay Korslund
c45170f420
Starting rewrite to boost::shared_ptr. Not done, not tested.
15 years ago
Nicolay Korslund
674ac556cc
Added StdStream, FileStream and SliceStream
15 years ago
Nicolay Korslund
7d36b599d0
Added Sound.clone(), implemented with OpenAL.
15 years ago
Nicolay Korslund
d22bea5eab
Added more capabilities to Audiere sources
15 years ago
Nicolay Korslund
d60f0fa900
Finished first rewrite draft. Not done or tested, but good enough for now.
15 years ago
Nicolay Korslund
aafe01dccc
Finished memory and buffer streams (for now)
15 years ago
Nicolay Korslund
c7701ace82
Merged multiple WIPs into one big mess
...
Merge branch 'master' into stream_buffer
15 years ago
Nicolay Korslund
71c3be13fc
Started buffer_stream.h, WIP
15 years ago
Nicolay Korslund
9cb57f9ccd
Added boost/shared_ptr to memory_stream for future testing
15 years ago
Nicolay Korslund
084fd9dfb2
Added getPtr and clone to MemoryStream
15 years ago
Nicolay Korslund
0c18c4db03
Added memory_stream.h, rewrote tests
15 years ago
Nicolay Korslund
c8256e3bb3
Worked on outputs, OpenAL. VERY wip
15 years ago
Nicolay Korslund
fb88d9ef0e
Deleted a bunch of files, started on output
15 years ago
Nicolay Korslund
4ee198d66c
Added SampleBuffer (experimental)
15 years ago
Nicolay Korslund
6281685f73
Finished source/
15 years ago
Nicolay Korslund
cb638cd44e
Started reworking the sound system. Added sources/ - WIP
15 years ago
Nicolay Korslund
69e8f9c9db
Renamed several dirs, files and classes. NOT TESTED.
...
- renamed imp_client/ to clients/ and ditto for servers/
- renamed imp/ to servers/
- renamed stream/input.h to stream/stream.h
- renamed Stream::InputStream to Stream::Stream
- updated various tests and makefiles
- NOT TESTED YET
15 years ago
Nicolay Korslund
eedf0c9e3b
Added composite test ogre+audiere+openal
15 years ago
Nicolay Korslund
abee2689e3
Added stream capability to Audiere input
15 years ago
Nicolay Korslund
d763b9dbb6
Added PhysFS VFS server +tests
15 years ago
Nicolay Korslund
262cb9255c
Completed OGRE VFS server +test
15 years ago