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 2b8853237c Upgraded project to Unity 2020.3.15 and updated packages 5 years ago
..
GameModule.Interop.cs Implemented the color mapped explosion effect introduced by the Rogue expansion pack 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 First pass of the Spawn blob explosions. The second part that has a cylindrical shape is hard to get right. 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