1
0
forked from 0ad/0ad
0ad/source
Ykkrosh 6b0a0e83eb Fix profiler malloc count in debug mode on Windows
wdbg_heap_NumberOfAllocations doesn't work without the wdbg_heap
leak detector, which is disabled since it's slow and broken.
Use a simple hook via _CrtSetAllocHook instead to count allocations.

This was SVN commit r13910.
2013-09-29 14:43:14 +00:00
..
collada Delete bogus file 2013-09-14 12:19:22 +00:00
graphics Fix crash when setting rally point 2013-09-29 14:02:47 +00:00
gui Add a list of statically-constructed CStrIntern strings 2013-09-29 13:19:52 +00:00
lib Removes mostly useless video memory detection, fixes another crash with Nvidia Optimus on Windows, fixes #2145, #2138 2013-09-22 18:07:33 +00:00
maths Optimise fixed multiplies on MSVC x86 2013-09-20 20:17:54 +00:00
mocks More FreeBSD build fixes. 2012-01-30 06:21:11 +00:00
network Removes some unread variables reported by LLVM. Refs #1114 2012-08-20 23:59:50 +00:00
pch More build fixes for FreeBSD. 2012-01-31 00:06:56 +00:00
ps Fix profiler malloc count in debug mode on Windows 2013-09-29 14:43:14 +00:00
renderer Add a list of statically-constructed CStrIntern strings 2013-09-29 13:19:52 +00:00
scripting Changes the Console to expose global functions to scripts instead of properties. 2013-09-21 14:48:19 +00:00
scriptinterface Ticket #2127 - Performance and style improvements in scriptinterface. 2013-09-16 19:10:06 +00:00
simulation2 It might be better to issue a LOGWARNING when Spatial queries are too large. Opening the crash window seems a bit too much for something that can be recovered from. 2013-09-24 21:50:46 +00:00
soundmanager add file notification to Mac ticket 514, also change name of class FileInfo to CFileInfo to ease Mac development 2013-09-10 14:17:04 +00:00
third_party Fix build warnings. Patch by Markus. Refs #1851. 2013-06-11 00:05:57 +00:00
tools Changes the Renderer to expose global functions to scripts instead of using CJSObject. 2013-09-21 08:24:45 +00:00
contributors.txt Ticket #2127 - Performance and style improvements in scriptinterface. 2013-09-16 19:10:06 +00:00
main.cpp Catch exceptions by reference (by convention), based on patch from Markus, refs #1852 2013-05-22 22:27:53 +00:00
test_setup.cpp Adds UTF-8 support for JavaScript files. 2012-05-04 21:48:46 +00:00