0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 3 days ago.
Jun 23, 2023 — Jun 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added documents to solution
Cygon
as cygon
More... over 14 years ago
Fixed a typo
Cygon
as cygon
More... over 14 years ago
Changed the leftover "CPL License" region name to simply state "Copyright" (I have not decided on a license for Toxid yet and I doubt I'll come around to finish this game, so it's free to the taking for now!)
Cygon
as cygon
More... about 16 years ago
Updated external libraries in the Toxid worksapce: FreeType 2.3.5 to 2.3.6 and DirectX March 2008 to June 2008
Cygon
as cygon
More... about 16 years ago
Reformatted all remaining files in the Audio folder to use XML comments; improved documentation in some places
Cygon
as cygon
More... about 16 years ago
Updated external libraries: FreeType 2.3.5 to 2.3.6 and DirectX March 2008 to June 2008
Cygon
as cygon
More... about 16 years ago
Converted all of the game's server to XML comments
Cygon
as cygon
More... about 16 years ago
Converted Main.cpp from the NuclexMain project to XML comments
Cygon
as cygon
More... about 16 years ago
Converted the user interface server sources to XML comments
Cygon
as cygon
More... about 16 years ago
Converted the Toxid main classes to XML comments
Cygon
as cygon
More... about 16 years ago
Updated all files in the Text directory to use XML comments; improved documentation
Cygon
as cygon
More... about 16 years ago
Added plugin projects as dependencies to Toxid because otherwise, copy to target folder might be invoked before they're actually compiled; changed Nuclex.Main project configuration to match static library profile; changed Toxid project configuration to not link its dependent projects (would circumvent plugin system otherwise, see first change in this commit) and explicitely linked to Nuclex.lib and Nuclex.Main.<configuration>.lib
Cygon
as cygon
More... about 16 years ago
Added Nuclex.Main project; now Toxid has all required dependencies together, compiles and works!
Cygon
as cygon
More... about 16 years ago
Upgraded Toxid project to Visual C++ 2008; added Toxid demo content files to repository (only 400 KB - for convenience); fixed include paths in all Toxid source files to match improved project directory structure; set up an automatic dependencies update system inside the Visual C++ 2008 project to ensure the user is always using the latest binaries
Cygon
as cygon
More... about 16 years ago
Made TinyXML invisible from the XMLSerializer public header (which was really dangerous, since, if the end-user-application's TIXML_USE_STL constant didn't match what was being used to compile the engine, crazy member offset discrepancies would cause trouble for any XMLNode handed to engine-internal methods); Plugins now use a prefix instead of a postfix - this is much more platform neutral and doesn't require ugly filtering of .dll/.so extensions; switched some more headers to XML comments
Cygon
as cygon
More... about 16 years ago
Reorganized the directory structure of the Nuclex main() wrapper
Cygon
as cygon
More... about 16 years ago
Created a new workspace for the Toxid project demonstrating the use of the Nuclex engine
Cygon
as cygon
More... about 16 years ago
Created dummy editor repository for Toxid to clarify the repository structure to outsiders
Cygon
as cygon
More... about 16 years ago
Reorganized the directory structure for the Toxid project; moved Toxid out of the main Nuclex engine body
Cygon
as cygon
More... about 16 years ago
Added the unrar library to the references
Cygon
as cygon
More... about 16 years ago
Made the rar plugin workable again; updated source code to current coding guidelines; converted some of the Text services headers to XML comments
Cygon
as cygon
More... about 16 years ago
Added RarPlugin and ZipPlugin to external references and solution; added ZipEx library in source (simplifies handling of binaries) to the workspace
Cygon
as cygon
More... about 16 years ago
Updates RarPlugin to Visual C++ 2008 (partially), still not compiling due to broken unrar.lib (will be added to the externals repository as soon as it's done)
Cygon
as cygon
More... about 16 years ago
Upgrade project to Visual C++ 2008; fixed include paths in several source files; made file system API explicitly use the ascii variants of the Win32 API functions (until the whole system has been switched to unicode)
Cygon
as cygon
More... about 16 years ago
Reorganized the directory structure of the ZipEx library to match current conventions; upgraded project to Visual C++ 2008
Cygon
as cygon
More... about 16 years ago
Reorganized the directory structure of the ZipPlugin project; set up svn:ignore list for the ZipPlugin directory
Cygon
as cygon
More... about 16 years ago
Reorganized directory structure of the Rar plugin; set up svn:ignore list for the new project directory
Cygon
as cygon
More... about 16 years ago
Reorganized directory structure of the DirectInput8 plugin; set up svn:ignore list for the new DirectInput8 plugin project directory
Cygon
as cygon
More... about 16 years ago
Upgraded Corona plugin project to Visual C++ 2008; improved documentation in various places; fixed wrongly named include guards in audiere plugin; fixed wrong include path for libsigc++ in Application.h
Cygon
as cygon
More... about 16 years ago
Added Audiere, Corona and DirectInput8 plugins to workspace and Visual C++ 2008 solution
Cygon
as cygon
More... about 16 years ago