5 Commits

Author SHA1 Message Date
code@koerner-de.net 24769aad67 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
2012-08-19 19:31:17 +00:00
code@koerner-de.net b100018d5a Fixed a bug in the linking of the binary.
I need to include the uMod.exe.manifest into the binary or otherwise some resources are not loaded correctly, thus e.g. the window style is not correct.
2012-08-05 10:28:23 +00:00
code@koerner-de.net 071ac3ece5 uMod2 Alpha Version:
known bugs: I disabled the remove device function inside the gui, because something in the event handling goes terrible wrong.

Changes:
- hashing algorithm is now a CRC64 value
- changed CRC32 algorithm to a faster one
- in save single texture mode, the selected texture can now be displayed
- the way how uMod get the raw data of the texture was changed
2012-08-04 19:30:29 +00:00
code@koerner-de.net 0bc7eebede uMod2 Alpha Version: known bugs: I disabled the remove device function inside the gui, because something in the event handling goes terrible wrong.
Implemented a some new features.
2012-07-15 18:59:03 +00:00
code@koerner-de.net 0c11963a9c 2012-03-13 19:14:23 +00:00