niotso/Client
Fatbag 06f13d50ac Graphics: Added font rendering functions Graphics::DrawText and Graphics::StringImage.
FileHandler: Added support for wav
Audio: Added support to play back a sound with XAudio2. We can't delete sounds until we make our own system to keep track of available voices.
LoginScreen scene: Upped framerate from 15fps to tickless, and added new logic to clone the scrolling text at the bottom. All of it.
2012-04-20 19:37:08 -05:00
..
Audio Graphics: Added font rendering functions Graphics::DrawText and Graphics::StringImage. 2012-04-20 19:37:08 -05:00
Bootstrap Various library changes 2012-02-04 01:19:52 -06:00
Graphics Graphics: Added font rendering functions Graphics::DrawText and Graphics::StringImage. 2012-04-20 19:37:08 -05:00
resources Fully functional cst parser. 2012-03-18 23:06:08 -05:00
Scene Graphics: Added font rendering functions Graphics::DrawText and Graphics::StringImage. 2012-04-20 19:37:08 -05:00
System Split off the Windows message handler into a separate thread. 2012-04-13 22:55:13 -05:00
Window Just learned that PostThreadMessage(ThreadID, WM_QUIT, 0, 0) works while PostQuitMessage(0) does not. Fixed an issue where, if the system fails before the window is created, the message loop thread is never killed. 2012-04-13 23:08:36 -05:00
AUTHORS Somewhat of a start 2011-11-24 00:53:35 -06:00
CHANGES Fully functional cst parser. 2012-03-18 23:06:08 -05:00
Client.cpp Reverted to the original GetLastError() method for CreateMutex(), as, it turns out, Microsoft lied. Even when the function fails, it returns non-NULL. 2012-04-13 23:16:34 -05:00
CMakeLists.txt Just learned that PostThreadMessage(ThreadID, WM_QUIT, 0, 0) works while PostQuitMessage(0) does not. Fixed an issue where, if the system fails before the window is created, the message loop thread is never killed. 2012-04-13 23:08:36 -05:00
COPYING Somewhat of a start 2011-11-24 00:53:35 -06:00
EngineInterface.hpp Split off the Windows message handler into a separate thread. 2012-04-13 22:55:13 -05:00
README Somewhat of a start 2011-11-24 00:53:35 -06:00
TODO Added libmpg123 to FileHandler. This and libjpeg-turbo are now being assembled by GCC and NASM, respectively. 2012-03-25 20:51:30 -05:00
version.h Fully functional cst parser. 2012-03-18 23:06:08 -05:00