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 104503b986 Added Release configuration for Windows x86 and x86_64 5 years ago
..
GameModule.Interop.cs Renamed "target" pointers to "context" to fit in line with the rest of the callbacks refactoring 5 years ago
GameModule.Interop.cs.meta First steps in reorganizing the project, so that assets and game state are managed separately from the interop modules. This will allow for a clearer picture of where gameplay-related interactions should take place, and how entities and such should be linked to their associated assets. 5 years ago
GameModule.cs Entity null checks are rather useless here since GetEntity never returns null 5 years ago
GameModule.cs.meta First steps in reorganizing the project, so that assets and game state are managed separately from the interop modules. This will allow for a clearer picture of where gameplay-related interactions should take place, and how entities and such should be linked to their associated assets. 5 years ago
RenderModule.Interop.cs Renamed "target" pointers to "context" to fit in line with the rest of the callbacks refactoring 5 years ago
RenderModule.Interop.cs.meta Split all of the callback modules' native interop boilerplate code off into separate partial class files, to keep the actual logic code clean and easy to read. 5 years ago
RenderModule.cs First implementation of dynamically updated lightmap textures. These are uploaded from the Quake engine to Unity on map load, and whenever a lightmap texture changes. 5 years ago
RenderModule.cs.meta Some renaming and reorganization 5 years ago
SystemModule.Interop.cs Renamed "target" pointers to "context" to fit in line with the rest of the callbacks refactoring 5 years ago
SystemModule.Interop.cs.meta Split all of the callback modules' native interop boilerplate code off into separate partial class files, to keep the actual logic code clean and easy to read. 5 years ago
SystemModule.cs Fixed compatibility issues with Scourge Done Slick: 5 years ago
SystemModule.cs.meta Some renaming and reorganization 5 years ago