Chris Culy
|
35f2d5128c
Adds a warning comment to Game to prevent false memory leaks from being reported in the future.
|
13 jaren geleden |
Darryl Gough
|
779a5f7f07
Changed SAFE_DELETE so that it doesn't check for NULL. It is valid to call "delete 0;"
|
14 jaren geleden |
Steve Grenier
|
7c7fd37992
Fixed compile errors in DebugMem configuration.
|
14 jaren geleden |
Steve Grenier
|
1ac77cd499
Cleaned up includes by removing duplicate and C-style includes and only including c++ headers.
|
14 jaren geleden |
Sean Paul Taylor
|
6bd1537915
Updated all gameplay .h/.cpp files to remove the useless file headers that only identify the file name.
|
14 jaren geleden |
Steve Grenier
|
420da906ac
Added memory leak detection support (when GAMEPLAY_MEM_LEAK_DETECTION is defined - off by default) for tracking new/delete allocations and also gameplay::Ref allocations.
|
14 jaren geleden |