Commit Graph

269 Commits

Author SHA1 Message Date
d42da03bf1 Moved all terminal support functions into MUtilities library. 2014-11-25 22:32:20 +01:00
2df2b2dce6 Added DLLMain() function + changed the fatal_exit() function's parameters from "char*" to "wchar_t*" type. 2014-11-25 18:33:15 +01:00
9537d9005a Moved get_os_version() function into MUtilities library. 2014-11-25 17:34:57 +01:00
3da8126f25 Moved the CPU detection code into the MUtils library. 2014-11-25 03:16:45 +01:00
2086c3dde6 Improved temp_folder() function + we will now clean-up the TEMP folder on application exit. 2014-11-25 02:17:11 +01:00
570289edb4 Overhaul of the temp_folder() function + use scoped pointers for global objects. 2014-11-24 22:29:00 +01:00
6b3f9fef73 Added KeccakHash (aka SHA-3) class + make sure that "public" functions and classes are actually exported from the DLL. 2014-11-24 19:35:32 +01:00
906ecb7ab2 Added version info class. 2014-11-21 20:56:36 +01:00
f71d33693d Generate and compile the required MOC file. 2014-11-21 20:16:51 +01:00
bfedb5b4b3 Implemented network_status() function + project file update. 2014-11-21 20:11:39 +01:00
b012aa0dbb Implemented the current_date() function. 2014-11-21 19:58:36 +01:00
4128a25057 UpdateChecker: Made 'currentBuildNo' a const member variable. 2014-11-21 19:51:21 +01:00
92e36b7e6b Implemented the init_process() function. 2014-11-21 19:46:45 +01:00
c10ede3ada Implemented fatal_exit() and exception handler macros. 2014-11-21 19:42:39 +01:00
7ecdb2f57e Implemented known_folder() function. 2014-11-21 18:45:01 +01:00
9f22ae6385 Implemented temp_folder() function. 2014-11-21 18:15:09 +01:00
6075c31017 Implemented randomness functions. 2014-11-21 17:54:46 +01:00
0039f4d4b7 Renamed. 2014-11-21 17:14:37 +01:00
7b28a12220 Initial commit. 2014-11-21 17:11:57 +01:00