Jump to content

plaes

Members
  • Posts

    4
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

plaes's Achievements

Newbie

Newbie (1/3)

0

Reputation

  1. Well, the extractor did not work for me and this patch fixed it (for me). On 64-bit machine: sizeof(long): 8 sizeof(short): 2 sizeof(unsigned long): 8 sizeof(unsigned short): 1 32-bit machine: sizeof(long): 4 sizeof(short): 2 sizeof(unsigned long): 4 sizeof(unsigned short): 1
  2. This fixes ad (ad.exe) for 64-bit platforms. http://paste.pocoo.org/show/112198/
  3. These files need to be fixed in src/game directory: InstanceData.cpp InstanceSaveMgr.cpp InstanceSaveMgr.h But I would suggest just doing svn propset eol-style *.cpp *.h in this dir
  4. Waypoint cache patch added these two files (src/game/WaypointManager.[ch]) but they don't have eol-style native set in svn. Could someone with svn access please fix it?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use