You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Nico de Poel 14f7b78f1d Removed delegate handles list as that wasn't necessary for anything at all 5 years ago
..
Bootstrap.cs Renamed UniQuake files and functions to have consistent casing 5 years ago
Bootstrap.cs.meta Added Unity code to interop with Quake DLL and test initialization from a Unity scene. 5 years ago
CallbackHandler.cs Removed delegate handles list as that wasn't necessary for anything at all 5 years ago
CallbackHandler.cs.meta Moved all of the callbacks interop code into a separate class with a base class for some common abstractions. Allows for better organization of callbacks as the list grows. 5 years ago
QuakeParms.cs More code organization; putting QuakeParms in its own file and encapsulating the nitty gritty unmanaged code details, to make things overall more readable. 5 years ago
QuakeParms.cs.meta More code organization; putting QuakeParms in its own file and encapsulating the nitty gritty unmanaged code details, to make things overall more readable. 5 years ago
SysCalls.cs Callback target pointer is now contained within the struct passed to native. Organized yet more code to move generic GCHandle stuff into the base class. 5 years ago
SysCalls.cs.meta Moved all of the callbacks interop code into a separate class with a base class for some common abstractions. Allows for better organization of callbacks as the list grows. 5 years ago
UniQuake.cs Callback target pointer is now contained within the struct passed to native. Organized yet more code to move generic GCHandle stuff into the base class. 5 years ago
UniQuake.cs.meta Renamed UniQuake files and functions to have consistent casing 5 years ago