Re: LÖVE 0.9.1 released
Posted: Thu Apr 24, 2014 6:46 pm
Strange that I don't see any problems when I use 0.9.0 (and I do have the newest driver for my GPU installed)
Code: Select all
__MACOSX/
├── ._love.app
└── love.app
├── Contents
│ ├── Frameworks
│ │ ├── ._FreeType.framework
│ │ ├── FreeType.framework
│ │ │ ├── ._FreeType
│ │ │ ├── ._Headers
│ │ │ ├── ._Resources
│ │ │ ├── Versions
│ │ │ │ ├── A
│ │ │ │ │ ├── ._FreeType
│ │ │ │ │ ├── Headers
│ │ │ │ │ │ ├── freetype
│ │ │ │ │ │ │ ├── config
│ │ │ │ │ │ │ │ ├── ._ftconfig.h
│ │ │ │ │ │ │ │ ├── ._ftheader.h
│ │ │ │ │ │ │ │ ├── ._ftmodule.h
│ │ │ │ │ │ │ │ ├── ._ftoption.h
│ │ │ │ │ │ │ │ └── ._ftstdlib.h
│ │ │ │ │ │ │ ├── ._config
│ │ │ │ │ │ │ ├── ._freetype.h
│ │ │ │ │ │ │ ├── ._ftadvanc.h
│ │ │ │ │ │ │ ├── ._ftautoh.h
│ │ │ │ │ │ │ ├── ._ftbbox.h
│ │ │ │ │ │ │ ├── ._ftbdf.h
│ │ │ │ │ │ │ ├── ._ftbitmap.h
│ │ │ │ │ │ │ ├── ._ftbzip2.h
│ │ │ │ │ │ │ ├── ._ftcache.h
│ │ │ │ │ │ │ ├── ._ftchapters.h
│ │ │ │ │ │ │ ├── ._ftcid.h
│ │ │ │ │ │ │ ├── ._fterrdef.h
│ │ │ │ │ │ │ ├── ._fterrors.h
│ │ │ │ │ │ │ ├── ._ftgasp.h
│ │ │ │ │ │ │ ├── ._ftglyph.h
│ │ │ │ │ │ │ ├── ._ftgxval.h
│ │ │ │ │ │ │ ├── ._ftgzip.h
│ │ │ │ │ │ │ ├── ._ftimage.h
│ │ │ │ │ │ │ ├── ._ftincrem.h
│ │ │ │ │ │ │ ├── ._ftlcdfil.h
│ │ │ │ │ │ │ ├── ._ftlist.h
│ │ │ │ │ │ │ ├── ._ftlzw.h
│ │ │ │ │ │ │ ├── ._ftmac.h
│ │ │ │ │ │ │ ├── ._ftmm.h
│ │ │ │ │ │ │ ├── ._ftmodapi.h
│ │ │ │ │ │ │ ├── ._ftmoderr.h
│ │ │ │ │ │ │ ├── ._ftotval.h
│ │ │ │ │ │ │ ├── ._ftoutln.h
│ │ │ │ │ │ │ ├── ._ftpfr.h
│ │ │ │ │ │ │ ├── ._ftrender.h
│ │ │ │ │ │ │ ├── ._ftsizes.h
│ │ │ │ │ │ │ ├── ._ftsnames.h
│ │ │ │ │ │ │ ├── ._ftstroke.h
│ │ │ │ │ │ │ ├── ._ftsynth.h
│ │ │ │ │ │ │ ├── ._ftsystem.h
│ │ │ │ │ │ │ ├── ._fttrigon.h
│ │ │ │ │ │ │ ├── ._fttypes.h
│ │ │ │ │ │ │ ├── ._ftwinfnt.h
│ │ │ │ │ │ │ ├── ._ftxf86.h
│ │ │ │ │ │ │ ├── internal
│ │ │ │ │ │ │ │ ├── ._autohint.h
│ │ │ │ │ │ │ │ ├── ._ftcalc.h
│ │ │ │ │ │ │ │ ├── ._ftdebug.h
│ │ │ │ │ │ │ │ ├── ._ftdriver.h
│ │ │ │ │ │ │ │ ├── ._ftgloadr.h
│ │ │ │ │ │ │ │ ├── ._ftmemory.h
│ │ │ │ │ │ │ │ ├── ._ftobjs.h
│ │ │ │ │ │ │ │ ├── ._ftpic.h
│ │ │ │ │ │ │ │ ├── ._ftrfork.h
│ │ │ │ │ │ │ │ ├── ._ftserv.h
│ │ │ │ │ │ │ │ ├── ._ftstream.h
│ │ │ │ │ │ │ │ ├── ._fttrace.h
│ │ │ │ │ │ │ │ ├── ._ftvalid.h
│ │ │ │ │ │ │ │ ├── ._internal.h
│ │ │ │ │ │ │ │ ├── ._psaux.h
│ │ │ │ │ │ │ │ ├── ._pshints.h
│ │ │ │ │ │ │ │ ├── services
│ │ │ │ │ │ │ │ │ ├── ._svbdf.h
│ │ │ │ │ │ │ │ │ ├── ._svcid.h
│ │ │ │ │ │ │ │ │ ├── ._svgldict.h
│ │ │ │ │ │ │ │ │ ├── ._svgxval.h
│ │ │ │ │ │ │ │ │ ├── ._svkern.h
│ │ │ │ │ │ │ │ │ ├── ._svmm.h
│ │ │ │ │ │ │ │ │ ├── ._svotval.h
│ │ │ │ │ │ │ │ │ ├── ._svpfr.h
│ │ │ │ │ │ │ │ │ ├── ._svpostnm.h
│ │ │ │ │ │ │ │ │ ├── ._svprop.h
│ │ │ │ │ │ │ │ │ ├── ._svpscmap.h
│ │ │ │ │ │ │ │ │ ├── ._svpsinfo.h
│ │ │ │ │ │ │ │ │ ├── ._svsfnt.h
│ │ │ │ │ │ │ │ │ ├── ._svttcmap.h
│ │ │ │ │ │ │ │ │ ├── ._svtteng.h
│ │ │ │ │ │ │ │ │ ├── ._svttglyf.h
│ │ │ │ │ │ │ │ │ ├── ._svwinfnt.h
│ │ │ │ │ │ │ │ │ └── ._svxf86nm.h
│ │ │ │ │ │ │ │ ├── ._services
│ │ │ │ │ │ │ │ ├── ._sfnt.h
│ │ │ │ │ │ │ │ ├── ._t1types.h
│ │ │ │ │ │ │ │ └── ._tttypes.h
│ │ │ │ │ │ │ ├── ._internal
│ │ │ │ │ │ │ ├── ._t1tables.h
│ │ │ │ │ │ │ ├── ._ttnameid.h
│ │ │ │ │ │ │ ├── ._tttables.h
│ │ │ │ │ │ │ ├── ._tttags.h
│ │ │ │ │ │ │ └── ._ttunpat.h
│ │ │ │ │ │ ├── ._freetype
│ │ │ │ │ │ └── ._ft2build.h
│ │ │ │ │ ├── ._Headers
│ │ │ │ │ ├── Resources
│ │ │ │ │ │ ├── ._en.lproj
│ │ │ │ │ │ ├── en.lproj
│ │ │ │ │ │ │ └── ._InfoPlist.strings
│ │ │ │ │ │ └── ._Info.plist
│ │ │ │ │ └── ._Resources
│ │ │ │ ├── ._A
│ │ │ │ └── ._Current
│ │ │ └── ._Versions
│ │ ├── ._IL.framework
│ │ ├── IL.framework
│ │ │ ├── ._Headers
│ │ │ ├── ._IL
│ │ │ ├── ._Resources
│ │ │ ├── Versions
│ │ │ │ ├── A
│ │ │ │ │ ├── Headers
│ │ │ │ │ │ ├── ._il.h
│ │ │ │ │ │ └── ._ilu.h
│ │ │ │ │ ├── ._Headers
│ │ │ │ │ ├── ._IL
│ │ │ │ │ ├── Resources
│ │ │ │ │ │ ├── ._English.lproj
│ │ │ │ │ │ ├── English.lproj
│ │ │ │ │ │ │ └── ._InfoPlist.strings
│ │ │ │ │ │ └── ._Info.plist
│ │ │ │ │ └── ._Resources
│ │ │ │ ├── ._A
│ │ │ │ └── ._Current
│ │ │ └── ._Versions
│ │ ├── ._libmodplug.framework
│ │ ├── libmodplug.framework
│ │ │ ├── ._Headers
│ │ │ ├── ._libmodplug
│ │ │ ├── ._Resources
│ │ │ ├── Versions
│ │ │ │ ├── A
│ │ │ │ │ ├── Headers
│ │ │ │ │ │ └── ._modplug.h
│ │ │ │ │ ├── ._Headers
│ │ │ │ │ ├── ._libmodplug
│ │ │ │ │ ├── Resources
│ │ │ │ │ │ └── ._Info.plist
│ │ │ │ │ └── ._Resources
│ │ │ │ ├── ._A
│ │ │ │ └── ._Current
│ │ │ └── ._Versions
│ │ ├── ._love.framework
│ │ ├── love.framework
│ │ │ ├── ._love
│ │ │ ├── ._Resources
│ │ │ ├── Versions
│ │ │ │ ├── A
│ │ │ │ │ ├── ._love
│ │ │ │ │ ├── Resources
│ │ │ │ │ │ └── ._Info.plist
│ │ │ │ │ └── ._Resources
│ │ │ │ ├── ._A
│ │ │ │ └── ._Current
│ │ │ └── ._Versions
│ │ ├── ._Lua.framework
│ │ ├── Lua.framework
│ │ │ ├── ._Headers
│ │ │ ├── ._Lua
│ │ │ ├── ._Resources
│ │ │ ├── Versions
│ │ │ │ ├── A
│ │ │ │ │ ├── Headers
│ │ │ │ │ │ ├── ._lauxlib.h
│ │ │ │ │ │ ├── ._luaconf.h
│ │ │ │ │ │ ├── ._lua.h
│ │ │ │ │ │ ├── ._lua.hpp
│ │ │ │ │ │ ├── ._luajit.h
│ │ │ │ │ │ └── ._lualib.h
│ │ │ │ │ ├── ._Headers
│ │ │ │ │ ├── ._Lua
│ │ │ │ │ ├── Resources
│ │ │ │ │ │ ├── ._en.lproj
│ │ │ │ │ │ ├── en.lproj
│ │ │ │ │ │ │ └── ._InfoPlist.strings
│ │ │ │ │ │ └── ._Info.plist
│ │ │ │ │ └── ._Resources
│ │ │ │ ├── ._A
│ │ │ │ └── ._Current
│ │ │ └── ._Versions
│ │ ├── ._mpg123.framework
│ │ ├── mpg123.framework
│ │ │ ├── ._Headers
│ │ │ ├── ._mpg123
│ │ │ ├── ._Resources
│ │ │ ├── Versions
│ │ │ │ ├── A
│ │ │ │ │ ├── Headers
│ │ │ │ │ │ └── ._mpg123.h
│ │ │ │ │ ├── ._Headers
│ │ │ │ │ ├── ._mpg123
│ │ │ │ │ ├── Resources
│ │ │ │ │ │ └── ._Info.plist
│ │ │ │ │ └── ._Resources
│ │ │ │ ├── ._A
│ │ │ │ └── ._Current
│ │ │ └── ._Versions
│ │ ├── ._Ogg.framework
│ │ ├── Ogg.framework
│ │ │ ├── ._Headers
│ │ │ ├── ._Ogg
│ │ │ ├── ._Resources
│ │ │ ├── Versions
│ │ │ │ ├── A
│ │ │ │ │ ├── Headers
│ │ │ │ │ │ ├── ._ogg.h
│ │ │ │ │ │ └── ._os_types.h
│ │ │ │ │ ├── ._Headers
│ │ │ │ │ ├── ._Ogg
│ │ │ │ │ ├── Resources
│ │ │ │ │ │ ├── ._English.lproj
│ │ │ │ │ │ ├── English.lproj
│ │ │ │ │ │ │ └── ._InfoPlist.strings
│ │ │ │ │ │ └── ._Info.plist
│ │ │ │ │ └── ._Resources
│ │ │ │ ├── ._A
│ │ │ │ └── ._Current
│ │ │ └── ._Versions
│ │ ├── ._OpenAL-Soft.framework
│ │ ├── OpenAL-Soft.framework
│ │ │ ├── ._Headers
│ │ │ ├── ._OpenAL-Soft
│ │ │ ├── ._Resources
│ │ │ ├── Versions
│ │ │ │ ├── A
│ │ │ │ │ ├── Headers
│ │ │ │ │ │ ├── ._alc.h
│ │ │ │ │ │ ├── ._alext.h
│ │ │ │ │ │ ├── ._al.h
│ │ │ │ │ │ ├── ._efx-creative.h
│ │ │ │ │ │ ├── ._efx.h
│ │ │ │ │ │ └── ._efx-presets.h
│ │ │ │ │ ├── ._Headers
│ │ │ │ │ ├── ._OpenAL-Soft
│ │ │ │ │ ├── Resources
│ │ │ │ │ │ ├── ._en.lproj
│ │ │ │ │ │ ├── en.lproj
│ │ │ │ │ │ │ └── ._InfoPlist.strings
│ │ │ │ │ │ └── ._Info.plist
│ │ │ │ │ └── ._Resources
│ │ │ │ ├── ._A
│ │ │ │ └── ._Current
│ │ │ └── ._Versions
│ │ ├── ._physfs.framework
│ │ ├── physfs.framework
│ │ │ ├── ._Headers
│ │ │ ├── ._physfs
│ │ │ ├── ._Resources
│ │ │ ├── Versions
│ │ │ │ ├── A
│ │ │ │ │ ├── Headers
│ │ │ │ │ │ └── ._physfs.h
│ │ │ │ │ ├── ._Headers
│ │ │ │ │ ├── ._physfs
│ │ │ │ │ ├── Resources
│ │ │ │ │ │ ├── ._en.lproj
│ │ │ │ │ │ ├── en.lproj
│ │ │ │ │ │ │ └── ._InfoPlist.strings
│ │ │ │ │ │ └── ._Info.plist
│ │ │ │ │ └── ._Resources
│ │ │ │ ├── ._A
│ │ │ │ └── ._Current
│ │ │ └── ._Versions
│ │ ├── ._Vorbis.framework
│ │ └── Vorbis.framework
│ │ ├── ._Headers
│ │ ├── ._Resources
│ │ ├── Versions
│ │ │ ├── A
│ │ │ │ ├── Headers
│ │ │ │ │ ├── ._codec.h
│ │ │ │ │ ├── ._vorbisenc.h
│ │ │ │ │ └── ._vorbisfile.h
│ │ │ │ ├── ._Headers
│ │ │ │ ├── Resources
│ │ │ │ │ ├── ._English.lproj
│ │ │ │ │ ├── English.lproj
│ │ │ │ │ │ └── ._InfoPlist.strings
│ │ │ │ │ └── ._Info.plist
│ │ │ │ ├── ._Resources
│ │ │ │ └── ._Vorbis
│ │ │ ├── ._A
│ │ │ └── ._Current
│ │ ├── ._Versions
│ │ └── ._Vorbis
│ ├── ._Frameworks
│ ├── ._Info.plist
│ ├── MacOS
│ │ └── ._love
│ ├── ._MacOS
│ ├── ._PkgInfo
│ ├── Resources
│ │ ├── ._LoveDocument.icns
│ │ └── ._Love.icns
│ └── ._Resources
└── ._Contents
65 directories, 244 files
It does serve a purpose on OS X. It stores the resource forks and extended attributes for compressed files since Windows and Linux don't support those. But since resource forks are mostly a remnant of Classic Mac OS they're usually not that important. The folders existence will not harm the project in any way and can be left where it is. For instance, things like file labels would count as extended attributes and metadata. Windows won't use it, but OS X might be happy to know it's there so it can reapply the color later.Rucikir wrote:There is an odd __MACOSX directory at the root of love-9.0.1-macosx-x64.zip... It is filled with .* files, all ghosts... It serves no purposes.Code: Select all
__MACOSX/ ├── ._love.app └── love.app ├── Contents │ ├── Frameworks │ │ ├── ._FreeType.framework │ │ ├── FreeType.framework │ │ │ ├── ._FreeType │ │ │ ├── ._Headers │ │ │ ├── ._Resources │ │ │ ├── Versions │ │ │ │ ├── A │ │ │ │ │ ├── ._FreeType │ │ │ │ │ ├── Headers │ │ │ │ │ │ ├── freetype │ │ │ │ │ │ │ ├── config │ │ │ │ │ │ │ │ ├── ._ftconfig.h │ │ │ │ │ │ │ │ ├── ._ftheader.h │ │ │ │ │ │ │ │ ├── ._ftmodule.h │ │ │ │ │ │ │ │ ├── ._ftoption.h │ │ │ │ │ │ │ │ └── ._ftstdlib.h │ │ │ │ │ │ │ ├── ._config │ │ │ │ │ │ │ ├── ._freetype.h │ │ │ │ │ │ │ ├── ._ftadvanc.h │ │ │ │ │ │ │ ├── ._ftautoh.h │ │ │ │ │ │ │ ├── ._ftbbox.h │ │ │ │ │ │ │ ├── ._ftbdf.h │ │ │ │ │ │ │ ├── ._ftbitmap.h │ │ │ │ │ │ │ ├── ._ftbzip2.h │ │ │ │ │ │ │ ├── ._ftcache.h │ │ │ │ │ │ │ ├── ._ftchapters.h │ │ │ │ │ │ │ ├── ._ftcid.h │ │ │ │ │ │ │ ├── ._fterrdef.h │ │ │ │ │ │ │ ├── ._fterrors.h │ │ │ │ │ │ │ ├── ._ftgasp.h │ │ │ │ │ │ │ ├── ._ftglyph.h │ │ │ │ │ │ │ ├── ._ftgxval.h │ │ │ │ │ │ │ ├── ._ftgzip.h │ │ │ │ │ │ │ ├── ._ftimage.h │ │ │ │ │ │ │ ├── ._ftincrem.h │ │ │ │ │ │ │ ├── ._ftlcdfil.h │ │ │ │ │ │ │ ├── ._ftlist.h │ │ │ │ │ │ │ ├── ._ftlzw.h │ │ │ │ │ │ │ ├── ._ftmac.h │ │ │ │ │ │ │ ├── ._ftmm.h │ │ │ │ │ │ │ ├── ._ftmodapi.h │ │ │ │ │ │ │ ├── ._ftmoderr.h │ │ │ │ │ │ │ ├── ._ftotval.h │ │ │ │ │ │ │ ├── ._ftoutln.h │ │ │ │ │ │ │ ├── ._ftpfr.h │ │ │ │ │ │ │ ├── ._ftrender.h │ │ │ │ │ │ │ ├── ._ftsizes.h │ │ │ │ │ │ │ ├── ._ftsnames.h │ │ │ │ │ │ │ ├── ._ftstroke.h │ │ │ │ │ │ │ ├── ._ftsynth.h │ │ │ │ │ │ │ ├── ._ftsystem.h │ │ │ │ │ │ │ ├── ._fttrigon.h │ │ │ │ │ │ │ ├── ._fttypes.h │ │ │ │ │ │ │ ├── ._ftwinfnt.h │ │ │ │ │ │ │ ├── ._ftxf86.h │ │ │ │ │ │ │ ├── internal │ │ │ │ │ │ │ │ ├── ._autohint.h │ │ │ │ │ │ │ │ ├── ._ftcalc.h │ │ │ │ │ │ │ │ ├── ._ftdebug.h │ │ │ │ │ │ │ │ ├── ._ftdriver.h │ │ │ │ │ │ │ │ ├── ._ftgloadr.h │ │ │ │ │ │ │ │ ├── ._ftmemory.h │ │ │ │ │ │ │ │ ├── ._ftobjs.h │ │ │ │ │ │ │ │ ├── ._ftpic.h │ │ │ │ │ │ │ │ ├── ._ftrfork.h │ │ │ │ │ │ │ │ ├── ._ftserv.h │ │ │ │ │ │ │ │ ├── ._ftstream.h │ │ │ │ │ │ │ │ ├── ._fttrace.h │ │ │ │ │ │ │ │ ├── ._ftvalid.h │ │ │ │ │ │ │ │ ├── ._internal.h │ │ │ │ │ │ │ │ ├── ._psaux.h │ │ │ │ │ │ │ │ ├── ._pshints.h │ │ │ │ │ │ │ │ ├── services │ │ │ │ │ │ │ │ │ ├── ._svbdf.h │ │ │ │ │ │ │ │ │ ├── ._svcid.h │ │ │ │ │ │ │ │ │ ├── ._svgldict.h │ │ │ │ │ │ │ │ │ ├── ._svgxval.h │ │ │ │ │ │ │ │ │ ├── ._svkern.h │ │ │ │ │ │ │ │ │ ├── ._svmm.h │ │ │ │ │ │ │ │ │ ├── ._svotval.h │ │ │ │ │ │ │ │ │ ├── ._svpfr.h │ │ │ │ │ │ │ │ │ ├── ._svpostnm.h │ │ │ │ │ │ │ │ │ ├── ._svprop.h │ │ │ │ │ │ │ │ │ ├── ._svpscmap.h │ │ │ │ │ │ │ │ │ ├── ._svpsinfo.h │ │ │ │ │ │ │ │ │ ├── ._svsfnt.h │ │ │ │ │ │ │ │ │ ├── ._svttcmap.h │ │ │ │ │ │ │ │ │ ├── ._svtteng.h │ │ │ │ │ │ │ │ │ ├── ._svttglyf.h │ │ │ │ │ │ │ │ │ ├── ._svwinfnt.h │ │ │ │ │ │ │ │ │ └── ._svxf86nm.h │ │ │ │ │ │ │ │ ├── ._services │ │ │ │ │ │ │ │ ├── ._sfnt.h │ │ │ │ │ │ │ │ ├── ._t1types.h │ │ │ │ │ │ │ │ └── ._tttypes.h │ │ │ │ │ │ │ ├── ._internal │ │ │ │ │ │ │ ├── ._t1tables.h │ │ │ │ │ │ │ ├── ._ttnameid.h │ │ │ │ │ │ │ ├── ._tttables.h │ │ │ │ │ │ │ ├── ._tttags.h │ │ │ │ │ │ │ └── ._ttunpat.h │ │ │ │ │ │ ├── ._freetype │ │ │ │ │ │ └── ._ft2build.h │ │ │ │ │ ├── ._Headers │ │ │ │ │ ├── Resources │ │ │ │ │ │ ├── ._en.lproj │ │ │ │ │ │ ├── en.lproj │ │ │ │ │ │ │ └── ._InfoPlist.strings │ │ │ │ │ │ └── ._Info.plist │ │ │ │ │ └── ._Resources │ │ │ │ ├── ._A │ │ │ │ └── ._Current │ │ │ └── ._Versions │ │ ├── ._IL.framework │ │ ├── IL.framework │ │ │ ├── ._Headers │ │ │ ├── ._IL │ │ │ ├── ._Resources │ │ │ ├── Versions │ │ │ │ ├── A │ │ │ │ │ ├── Headers │ │ │ │ │ │ ├── ._il.h │ │ │ │ │ │ └── ._ilu.h │ │ │ │ │ ├── ._Headers │ │ │ │ │ ├── ._IL │ │ │ │ │ ├── Resources │ │ │ │ │ │ ├── ._English.lproj │ │ │ │ │ │ ├── English.lproj │ │ │ │ │ │ │ └── ._InfoPlist.strings │ │ │ │ │ │ └── ._Info.plist │ │ │ │ │ └── ._Resources │ │ │ │ ├── ._A │ │ │ │ └── ._Current │ │ │ └── ._Versions │ │ ├── ._libmodplug.framework │ │ ├── libmodplug.framework │ │ │ ├── ._Headers │ │ │ ├── ._libmodplug │ │ │ ├── ._Resources │ │ │ ├── Versions │ │ │ │ ├── A │ │ │ │ │ ├── Headers │ │ │ │ │ │ └── ._modplug.h │ │ │ │ │ ├── ._Headers │ │ │ │ │ ├── ._libmodplug │ │ │ │ │ ├── Resources │ │ │ │ │ │ └── ._Info.plist │ │ │ │ │ └── ._Resources │ │ │ │ ├── ._A │ │ │ │ └── ._Current │ │ │ └── ._Versions │ │ ├── ._love.framework │ │ ├── love.framework │ │ │ ├── ._love │ │ │ ├── ._Resources │ │ │ ├── Versions │ │ │ │ ├── A │ │ │ │ │ ├── ._love │ │ │ │ │ ├── Resources │ │ │ │ │ │ └── ._Info.plist │ │ │ │ │ └── ._Resources │ │ │ │ ├── ._A │ │ │ │ └── ._Current │ │ │ └── ._Versions │ │ ├── ._Lua.framework │ │ ├── Lua.framework │ │ │ ├── ._Headers │ │ │ ├── ._Lua │ │ │ ├── ._Resources │ │ │ ├── Versions │ │ │ │ ├── A │ │ │ │ │ ├── Headers │ │ │ │ │ │ ├── ._lauxlib.h │ │ │ │ │ │ ├── ._luaconf.h │ │ │ │ │ │ ├── ._lua.h │ │ │ │ │ │ ├── ._lua.hpp │ │ │ │ │ │ ├── ._luajit.h │ │ │ │ │ │ └── ._lualib.h │ │ │ │ │ ├── ._Headers │ │ │ │ │ ├── ._Lua │ │ │ │ │ ├── Resources │ │ │ │ │ │ ├── ._en.lproj │ │ │ │ │ │ ├── en.lproj │ │ │ │ │ │ │ └── ._InfoPlist.strings │ │ │ │ │ │ └── ._Info.plist │ │ │ │ │ └── ._Resources │ │ │ │ ├── ._A │ │ │ │ └── ._Current │ │ │ └── ._Versions │ │ ├── ._mpg123.framework │ │ ├── mpg123.framework │ │ │ ├── ._Headers │ │ │ ├── ._mpg123 │ │ │ ├── ._Resources │ │ │ ├── Versions │ │ │ │ ├── A │ │ │ │ │ ├── Headers │ │ │ │ │ │ └── ._mpg123.h │ │ │ │ │ ├── ._Headers │ │ │ │ │ ├── ._mpg123 │ │ │ │ │ ├── Resources │ │ │ │ │ │ └── ._Info.plist │ │ │ │ │ └── ._Resources │ │ │ │ ├── ._A │ │ │ │ └── ._Current │ │ │ └── ._Versions │ │ ├── ._Ogg.framework │ │ ├── Ogg.framework │ │ │ ├── ._Headers │ │ │ ├── ._Ogg │ │ │ ├── ._Resources │ │ │ ├── Versions │ │ │ │ ├── A │ │ │ │ │ ├── Headers │ │ │ │ │ │ ├── ._ogg.h │ │ │ │ │ │ └── ._os_types.h │ │ │ │ │ ├── ._Headers │ │ │ │ │ ├── ._Ogg │ │ │ │ │ ├── Resources │ │ │ │ │ │ ├── ._English.lproj │ │ │ │ │ │ ├── English.lproj │ │ │ │ │ │ │ └── ._InfoPlist.strings │ │ │ │ │ │ └── ._Info.plist │ │ │ │ │ └── ._Resources │ │ │ │ ├── ._A │ │ │ │ └── ._Current │ │ │ └── ._Versions │ │ ├── ._OpenAL-Soft.framework │ │ ├── OpenAL-Soft.framework │ │ │ ├── ._Headers │ │ │ ├── ._OpenAL-Soft │ │ │ ├── ._Resources │ │ │ ├── Versions │ │ │ │ ├── A │ │ │ │ │ ├── Headers │ │ │ │ │ │ ├── ._alc.h │ │ │ │ │ │ ├── ._alext.h │ │ │ │ │ │ ├── ._al.h │ │ │ │ │ │ ├── ._efx-creative.h │ │ │ │ │ │ ├── ._efx.h │ │ │ │ │ │ └── ._efx-presets.h │ │ │ │ │ ├── ._Headers │ │ │ │ │ ├── ._OpenAL-Soft │ │ │ │ │ ├── Resources │ │ │ │ │ │ ├── ._en.lproj │ │ │ │ │ │ ├── en.lproj │ │ │ │ │ │ │ └── ._InfoPlist.strings │ │ │ │ │ │ └── ._Info.plist │ │ │ │ │ └── ._Resources │ │ │ │ ├── ._A │ │ │ │ └── ._Current │ │ │ └── ._Versions │ │ ├── ._physfs.framework │ │ ├── physfs.framework │ │ │ ├── ._Headers │ │ │ ├── ._physfs │ │ │ ├── ._Resources │ │ │ ├── Versions │ │ │ │ ├── A │ │ │ │ │ ├── Headers │ │ │ │ │ │ └── ._physfs.h │ │ │ │ │ ├── ._Headers │ │ │ │ │ ├── ._physfs │ │ │ │ │ ├── Resources │ │ │ │ │ │ ├── ._en.lproj │ │ │ │ │ │ ├── en.lproj │ │ │ │ │ │ │ └── ._InfoPlist.strings │ │ │ │ │ │ └── ._Info.plist │ │ │ │ │ └── ._Resources │ │ │ │ ├── ._A │ │ │ │ └── ._Current │ │ │ └── ._Versions │ │ ├── ._Vorbis.framework │ │ └── Vorbis.framework │ │ ├── ._Headers │ │ ├── ._Resources │ │ ├── Versions │ │ │ ├── A │ │ │ │ ├── Headers │ │ │ │ │ ├── ._codec.h │ │ │ │ │ ├── ._vorbisenc.h │ │ │ │ │ └── ._vorbisfile.h │ │ │ │ ├── ._Headers │ │ │ │ ├── Resources │ │ │ │ │ ├── ._English.lproj │ │ │ │ │ ├── English.lproj │ │ │ │ │ │ └── ._InfoPlist.strings │ │ │ │ │ └── ._Info.plist │ │ │ │ ├── ._Resources │ │ │ │ └── ._Vorbis │ │ │ ├── ._A │ │ │ └── ._Current │ │ ├── ._Versions │ │ └── ._Vorbis │ ├── ._Frameworks │ ├── ._Info.plist │ ├── MacOS │ │ └── ._love │ ├── ._MacOS │ ├── ._PkgInfo │ ├── Resources │ │ ├── ._LoveDocument.icns │ │ └── ._Love.icns │ └── ._Resources └── ._Contents 65 directories, 244 files
Thanks!slime wrote:
• A new function [wiki]Source:clone[/wiki] has been added. This lets you create multiple static Sources which play the same sound much more efficiently (in terms of loading time, memory usage, and code duplication.)
Both 32 and 64 bits versions do the same. I searched the forums but couldn't find anyone with the same issue. Does somebody have any idea why this occurs?AL lib: (EE) DoReset: Failed to initialize audio client: 0x887c0032
Could not create context.