Skip to content
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.

Commit

Permalink
Previous Commit:
Browse files Browse the repository at this point in the history
  Also fixed a bug when getting Ob::REFRRecord's seed
    Was always returning the offset version (UINT8 value), and never the seed version (UINT32 value)

Test Build - Custom Pool Allocators (not 100% working)
Added Project: CBashExe 
  Shows using CBash.dll in an exe
  Allows debugging with MSVC
Cleaned up CBash.h, CBash.cpp to more properly export / import functions
Silenced hundreds of cast warnings when building debug version
Changed how DeleteRecord works (no longer solely uses visitation model)
Removed Record::HasSubRecords
Restructured how GRUPs are loaded, no longer needs RecordProcessor
Added DPRINT1 macro when no arguments are needed
Streamlined debug print macro output
  • Loading branch information
waruddar committed Jun 4, 2011
1 parent 8aad423 commit da484c7
Show file tree
Hide file tree
Showing 106 changed files with 4,077 additions and 2,006 deletions.
28 changes: 28 additions & 0 deletions CBash.sln
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlib", "CBash\zlib\projects
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cint", "cint\cint.vcproj", "{04048E62-BCA8-4E53-B2B4-DC5F64D2DAC6}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CBashExe", "CBashExe\CBashExe.vcproj", "{ADF14E62-8495-4517-A0FC-49B7E87C7B77}"
ProjectSection(ProjectDependencies) = postProject
{BD5006DB-3C29-4280-A950-D34D920BA640} = {BD5006DB-3C29-4280-A950-D34D920BA640}
{DEBD72E4-1FCA-4302-977A-05C8D823D22D} = {DEBD72E4-1FCA-4302-977A-05C8D823D22D}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Expand Down Expand Up @@ -88,6 +94,28 @@ Global
{04048E62-BCA8-4E53-B2B4-DC5F64D2DAC6}.LIB Release|Win32.ActiveCfg = Release|Win32
{04048E62-BCA8-4E53-B2B4-DC5F64D2DAC6}.LIB Release|Win32.Build.0 = Release|Win32
{04048E62-BCA8-4E53-B2B4-DC5F64D2DAC6}.Release|Win32.ActiveCfg = Release|Win32
{ADF14E62-8495-4517-A0FC-49B7E87C7B77}.Debug|Win32.ActiveCfg = Debug|Win32
{ADF14E62-8495-4517-A0FC-49B7E87C7B77}.Debug|Win32.Build.0 = Debug|Win32
{ADF14E62-8495-4517-A0FC-49B7E87C7B77}.DLL ASM Debug|Win32.ActiveCfg = Debug|Win32
{ADF14E62-8495-4517-A0FC-49B7E87C7B77}.DLL ASM Debug|Win32.Build.0 = Debug|Win32
{ADF14E62-8495-4517-A0FC-49B7E87C7B77}.DLL ASM Release|Win32.ActiveCfg = Release|Win32
{ADF14E62-8495-4517-A0FC-49B7E87C7B77}.DLL ASM Release|Win32.Build.0 = Release|Win32
{ADF14E62-8495-4517-A0FC-49B7E87C7B77}.DLL Debug|Win32.ActiveCfg = Debug|Win32
{ADF14E62-8495-4517-A0FC-49B7E87C7B77}.DLL Debug|Win32.Build.0 = Debug|Win32
{ADF14E62-8495-4517-A0FC-49B7E87C7B77}.DLL Release|Win32.ActiveCfg = Release|Win32
{ADF14E62-8495-4517-A0FC-49B7E87C7B77}.DLL Release|Win32.Build.0 = Release|Win32
{ADF14E62-8495-4517-A0FC-49B7E87C7B77}.FullDebug|Win32.ActiveCfg = Debug|Win32
{ADF14E62-8495-4517-A0FC-49B7E87C7B77}.FullDebug|Win32.Build.0 = Debug|Win32
{ADF14E62-8495-4517-A0FC-49B7E87C7B77}.LIB ASM Debug|Win32.ActiveCfg = Debug|Win32
{ADF14E62-8495-4517-A0FC-49B7E87C7B77}.LIB ASM Debug|Win32.Build.0 = Debug|Win32
{ADF14E62-8495-4517-A0FC-49B7E87C7B77}.LIB ASM Release|Win32.ActiveCfg = Release|Win32
{ADF14E62-8495-4517-A0FC-49B7E87C7B77}.LIB ASM Release|Win32.Build.0 = Release|Win32
{ADF14E62-8495-4517-A0FC-49B7E87C7B77}.LIB Debug|Win32.ActiveCfg = Debug|Win32
{ADF14E62-8495-4517-A0FC-49B7E87C7B77}.LIB Debug|Win32.Build.0 = Debug|Win32
{ADF14E62-8495-4517-A0FC-49B7E87C7B77}.LIB Release|Win32.ActiveCfg = Release|Win32
{ADF14E62-8495-4517-A0FC-49B7E87C7B77}.LIB Release|Win32.Build.0 = Release|Win32
{ADF14E62-8495-4517-A0FC-49B7E87C7B77}.Release|Win32.ActiveCfg = Release|Win32
{ADF14E62-8495-4517-A0FC-49B7E87C7B77}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Binary file modified CBash.suo
Binary file not shown.
Loading

0 comments on commit da484c7

Please sign in to comment.