Moderator: MacroQuest Developers

Code: Select all
16 August 2012 by ieatacid
- Updated for patchCode: Select all
18 September 2012 by ieatacid
- Updated for patch on the 16thCode: Select all
5 November 2012 by ieatacid
- Brought the source up to a compiles-without-error state (thanks iluvseq)
- Added ISBOXER_COMPAT macro at the top of ISXEQ.cpp -- uncomment this line to enable ISBoxer compatibility. Changes ${Target} to ${EQTarget} and ${Window} to ${EQWindow}Code: Select all
9 November 2012 by ieatacid
- Updated for November 7th patch
- Due to the introduction of ASLR into the client, offset names in eqgame.h have been changed as it was the easiest route to take in adapting the code base
- A function has been added to MQ2Inlines.h for plugins that need to adjust their own offsets for ASLR: DWORD FixOffset(DWORD nOffset);
... It takes the offset as a parameter and returns the recalculated offsetCode: Select all
12 November 2012 by ieatacid
- Fixed UI crashes