* (Windows) Mouse-controlled screens in DMODs control better and hide the original mouse cursor
* (Windows) Now remembers screen size and fullscreen mode (don't forget, you can drag the window corners around to customize the screen size as well) * (Windows) Input URL input area gets focus by default when installing a DMOD by URL * (bugfix) Can no longer tap F8 during a game load to load a save state too early which can freeze the game * (bugfix) Fixed issue where 32 bit tilebitmaps would go wonky when reloading the surface * Default color under status bar is now black, fixes issue when transparent colors are used in the stats area, random garbage would show through git-svn-id: svn://rtsoft.com/rtsvn/projects/RTDink@1473 353e56fe-9613-0410-8469-b96ad8e6f29c
This commit is contained in:
parent
f7cc1910ce
commit
e3ad75909f
9 changed files with 500 additions and 279 deletions
|
@ -146,6 +146,7 @@ public:
|
|||
float m_aspectRatioModX;
|
||||
float m_aspectRatioModY;
|
||||
CL_Vec3f m_centeringOffset;
|
||||
CL_Mat4f m_dink_matrix;
|
||||
};
|
||||
//#define KYLES_CRAZY_VERSION
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue