- mouse disappearing bugfix (go ahead alt-tab, alt-esc, do it ALL, its fixed!)

- Added more descritive error message when data checksum is discovered. The client's playername is now disclosed in the error.
- added VS project config to disable STREFLOPs for testing later
- updated version to 3.3.5.1 alpha1
This commit is contained in:
Mark Vejvoda
2010-07-07 22:25:29 +00:00
parent 39ad29ba3d
commit ff21d26161
13 changed files with 550 additions and 22 deletions

View File

@@ -94,6 +94,7 @@ const char vkRight = -9;
const char vkDown = -10;
const char vkReturn = -11;
const char vkBack = -12;
const char vkTab = -13;
enum WindowStyle{
wsFullscreen,
@@ -134,6 +135,7 @@ protected:
static bool isActive;
static bool no2DMouseRendering;
static bool allowAltEnterFullscreenToggle;
static int lastShowMouseState;
public:
static bool handleEvent();