BugFix: in UpdateTexture, which was introduced a revision before.

support now:
- UpdateSurface
- uMod_IDirect3DSurface9

other improvements:
- added an update button
- uMod can now detect if textures changed their content
This commit is contained in:
code@koerner-de.net
2012-08-19 19:31:17 +00:00
parent b100018d5a
commit 24769aad67
28 changed files with 678 additions and 124 deletions
+3
View File
@@ -44,6 +44,7 @@ along with Universal Modding Engine. If not, see <http://www.gnu.org/licenses/>
#define wxUSE_DATAVIEWCTRL 1
#define wxUSE_COLLPANE 1
#define wxUSE_COLOURDLG 1
#define wxUSE_HYPERLINKCTRL 1
#endif
#define wxUSE_SPINCTRL 1
@@ -73,6 +74,7 @@ along with Universal Modding Engine. If not, see <http://www.gnu.org/licenses/>
#include <wx/colourdata.h>
#include <wx/colordlg.h>
#include <wx/spinctrl.h>
#include <wx/hyperlink.h>
//#include <windows.h>
#include "../uMod_GlobalDefines.h"
@@ -140,6 +142,7 @@ enum
#include "uMod_TreeView.h"
#include "uMod_AddTexture.h"
#include "uMod_Language.h"
#include "uMod_Dialogs.h"
#include "uMod_Event.h"
#include "uMod_Client.h"
#include "uMod_GameInfo.h"