This website works better with JavaScript.
Home
Explore
Help
Sign In
ndepoel
/
uniquake
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
235
Commits
3
Branches
0
Tags
73 MiB
Branch:
readme
console
master
readme
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'readme'
${ noResults }
Commit Graph
1 Commits (readme)
Author
SHA1
Message
Date
Nico de Poel
b19df802c7
Reworked library loading so that the native DLL and its functions are now loaded dynamically using native LoadLibrary/GetProcAddress calls and can be freed again with FreeLibrary. This allows the library to be unloaded while in the Unity Editor, making iteration on native code easier, and it's a first step on the way to loading multiple Quake instances simultaneously.
5 years ago