Skip to content

v5.0.0

Compare
Choose a tag to compare
@ClementDreptin ClementDreptin released this 28 Sep 19:58
· 208 commits to master since this release

Major changes

  • Got rid of the multi-client aspect of menu as it was adding an important layer of complexity and was not used this much

Features

  • Unified the style of the menu (kept the style that was used for MW2 and MW3 Spec Ops as well as the MW2 Alpha)
  • Buttons in text elements are showing as they were on MW2 TU9 and MW3 TU24 (i.e. an image of the LB button is used instad of the text 'LB')

Bug fixes

  • Fixed a bug preventing the plugin from being unloaded

Refactoring

  • Centralized the code that was common to all games (the menu behaviour, rendering elements, etc.)
  • Kept the architecture of one directory per game but only kept what was specific to each game
  • Made the project compatible with Visual Studio 2019
  • Switched the Windows types and the hungarian naming convention everywhere