|
40f1df4037
|
Removed dependency on QtMain: Simply call mainCRTStartup() instead of WinMainCRTStartup().
|
2014-06-23 17:41:40 +02:00 |
|
|
729b386056
|
Updated Qt runtime libraries to v4.8.6 (2014-04-25), compiled with MSVC 12.0.
|
2014-04-25 20:26:31 +02:00 |
|
|
60cb91665f
|
Updated Monkey's Audio binary to v4.12 (2013-06-26). Also added encoding support for Monkey's Audio format, including APEv2 tagging support. Since the MAC tool does NOT support tagging, a custom tagging utility support is used.
|
2013-12-04 22:36:19 +01:00 |
|
|
b05a7ac3ef
|
Moved all sound effects into Qt-style resources. Sound files can be played back directly from program memory by passing a pointer to the WAVE data into PlaySound as the first argument (and using the SND_MEMORY flag), it's just not documented very well.
|
2013-12-03 22:19:11 +01:00 |
|
|
ff30f71c13
|
Refactored finalization code, so each "Global..." file can have its own finalization function.
|
2013-11-26 23:00:33 +01:00 |
|
|
d5dcb9ad42
|
Refactored update checks into a separate thread, for better code reusability.
|
2013-11-17 21:53:28 +01:00 |
|
|
a5602cf04d
|
Reorganized global functions: The file "Global.h" was split into multiple file in order to reduce the dependencies and to make things a bit more logic.
|
2013-11-03 23:43:21 +01:00 |
|
|
61409ee2e6
|
Fixed a problem in VS2013 project to file that always triggered a rebuild, even if nothing had been changed.
|
2013-10-21 16:51:01 +02:00 |
|
|
b3046a46a7
|
Added compatibility manifest file. This allows for detection Windows 8.1 correctly via GetVersionEx(), though GetVersionEx() will still be broken for *future* Windows versions.
|
2013-10-21 15:00:03 +02:00 |
|
|
f47e9c950d
|
Better method to check the network status.
|
2013-10-19 16:00:13 +02:00 |
|
|
5591242240
|
Split resource files even further to speed up compilation.
|
2013-10-18 20:44:07 +02:00 |
|
|
1af32090dd
|
Added project/solution files for Visual Studio 2013.
|
2013-10-18 01:59:08 +02:00 |
|