Commit graph

18 commits

Author SHA1 Message Date
marauder2k7
8c812cb448 initial commit
This change makes the memory manager work again for detecting leaks, the built in one kept coming into de-ref and other bugs so this is the start of a refactor to get it working.
2025-05-12 11:50:13 +01:00
AzaezelX
bf02918f6e _get_current_locale needs #include <locale.h> 2023-07-22 09:49:43 -05:00
Robert MacGregor
b1d36c0cca * Feature: Add TORQUE_DYNAMIC_LIBRARY as an experimental flag to allow building the core engine as a shared library. 2022-06-01 16:59:06 -04:00
Robert MacGregor
9901fa76b4 * Feature: Initial testing with module (file) searches. 2022-05-17 18:04:19 -04:00
Azaezel
488fba16c1 requested revision: use dword just in case of compiler shenanigans 2018-02-26 22:34:21 -06:00
Azaezel
ff2d18cc07 tell switchable graphics supported systems that they need to use the beefier GPU 2018-02-26 20:45:18 -06:00
Ben Payne
8862bc2f3a Pass by const reference 2015-02-20 18:42:32 -05:00
Ben Payne
8d4679b2b7 Fix potential buffer overflows 2014-12-13 16:12:02 -05:00
Ben Payne
a3f4adacc3 Replace obsolete calling convention 2014-12-11 20:08:45 -05:00
Daniel Buckmaster
9f47032522 Allow return status to be specified using quitWithStatus. 2014-09-24 09:24:29 +10:00
Daniel Buckmaster
868b20cfb5 Load new DLL first so old projects don't see odd behavior. 2014-08-16 11:55:46 +10:00
Daniel Buckmaster
ec78e4d502 Append ' DLL' to DLL filename to improve VS link times. 2014-07-10 11:56:33 +02:00
Thomas Fischer
d782ad0af1 main working on unicode systems 2014-03-14 17:02:27 +01:00
Thomas Fischer
7437874596 Revert "fixed main method not working on unicode systems. 3 spaces -> 4 spaces"
This reverts commit f1bb8a0a73.
2014-03-14 16:36:43 +01:00
Thomas Fischer
acc6bbfe96 Revert "trimmed trailing spaces"
This reverts commit 692965d552.
2014-03-14 16:35:43 +01:00
Thomas Fischer
692965d552 trimmed trailing spaces 2014-03-11 10:58:38 +01:00
Thomas Fischer
f1bb8a0a73 fixed main method not working on unicode systems. 3 spaces -> 4 spaces 2014-03-11 10:57:39 +01:00
DavidWyand-GG
7dbfe6994d Engine directory for ticket #1 2012-09-19 11:15:01 -04:00