janwas
8a52113e60
huge cleanup and conversion of most string handling (especially paths) to unicode
...
please note: format strings must be %hs for char* arguments and %ls for
wchar_t*
This was SVN commit r7161.
2009-11-03 21:46:35 +00:00
Ykkrosh
e257bef5da
Fix even more 64-bit warnings
...
This was SVN commit r7152.
2009-10-05 16:15:51 +00:00
Ykkrosh
214b0e6683
Removed outdated licensing information
...
This was SVN commit r6831.
2009-04-18 17:17:34 +00:00
Ykkrosh
c9fa7f13d9
Add GPL header
...
This was SVN commit r6830.
2009-04-18 17:00:33 +00:00
Ykkrosh
1e3cd00c72
Set svn:eol-style=native
...
This was SVN commit r6816.
2009-04-11 17:00:39 +00:00
janwas
4027a8f11b
dehydra-inspired fix: get rid of all using namespace std (potentially confusing / pollutes namespace).
...
Long iterator type names are better expressed via typedefs, anyway :)
(or 'auto' keyword of upcoming C++09)
This was SVN commit r6226.
2008-07-13 21:22:03 +00:00
janwas
4d61367fd7
don't crash if SoundMgr is given an invalid index (happens if entities dont define a soundGroup - we need to find a way to prevent the underlying cause.
...
fixes #203 , see also
http://www.wildfiregames.com/forum/index.php?showtopic=11703
This was SVN commit r6132.
2008-06-28 10:27:04 +00:00
janwas
b478fde5a1
add support for positional sound and "omnipresent" interface sounds
...
snd_mgr: remove support for sound cones (will not be used); only set
VSrc rolloff factor if relative flag is set
main: hack: flip listener up vector to 'fix' L/R flip (cause is unknown,
coord systems appear to be correct)
This was SVN commit r6092.
2008-06-21 20:06:30 +00:00
janwas
78d950e419
Add some missing file comments in source/lib.
...
win_internal -> win.h (pulls in <windows.h>, with fixes afterwards)
remove empty waio_internal and wsysdep
Move source/sound license notice into source/sound/license.txt
This was SVN commit r5044.
2007-05-08 15:11:53 +00:00
janwas
b755ddefda
remove all author/modified by tags.
...
make include guards consistent.
This was SVN commit r5040.
2007-05-07 16:33:24 +00:00
Ykkrosh
95a1abbcf3
# Fixed Linux build
...
Forgot that you can't initialise std::exception with a message.
Fixed invalid goto jumping over declarations that aren't POD types with
no initialiser.
This was SVN commit r4793.
2007-01-19 18:06:54 +00:00
nd3c3nt
0b150ee311
#Added Sound Group Manager, updated Sound Groups.
...
refs #138 . Added SoundGroupMgr.h and .cpp, revised loading and clean up
in SoundGroup class.
This was SVN commit r4761.
2007-01-13 16:00:52 +00:00