-
File Added: libmikmod_openal_driver.zip.
2009-03-13 14:00:21 UTC in Mikmod Sound System
-
Hi !
I created an OpenAL driver for libmikmod.
It's working fine under Windows XP and Linux (can't test on other platforms).
I used the last version from CVS and put modified files in a zip (instead of providing a patch).
2009-03-13 10:27:39 UTC in Mikmod Sound System
-
kervala committed revision 718 to the NeL SVN repository, changing 1 files.
2008-08-31 17:19:54 UTC in NeL
-
kervala committed revision 712 to the NeL SVN repository, changing 1 files.
2008-08-16 18:51:22 UTC in NeL
-
kervala committed revision 711 to the NeL SVN repository, changing 1 files.
2008-08-16 17:37:53 UTC in NeL
-
kervala committed revision 710 to the NeL SVN repository, changing 72 files.
2008-08-16 17:35:16 UTC in NeL
-
kervala committed revision 709 to the NeL SVN repository, changing 1 files.
2008-08-16 17:07:09 UTC in NeL
-
kervala committed revision 708 to the NeL SVN repository, changing 5 files.
2008-07-15 16:16:40 UTC in NeL
-
Sorry, I forgot to tell I'm using SVN trunk version of wxWidgets :)
2008-05-17 13:46:03 UTC in wxWidgets
-
In wxURL, m_path member is full of garbage characters so GetInputStream fails.
The first method which returns a bad path is wxURI::ParsePath and inside this method, the code responsible for bad conversion seems to be :
Normalize(theBuffer, true); // line 655 from src/common/uri.cpp
I don't understand the goal of this method so my temporary fix is to not normalize the path.
To...
2008-05-17 13:45:16 UTC in wxWidgets