Jump to content

ckegg

Members
  • Posts

    58
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Everything posted by ckegg

  1. Maybe this? uint32 race_data = target->getRace(); if(race_data == RACE_HUMAN) *data << uint32(1); else if(race_data == RACE_ORC) ................... do getRace() once
  2. All tree provided by Tassader2 none is working, they are all the same...... caeruleaus's solution is the most workable one.
  3. the first thing you need to learn is search first. check your \\contrib folder of mangos......
  4. All patch links are Unknown post id, it may have expired or been deleted
  5. well I guess there is no solution to do newline in text. \\n or @ neither works.
  6. How do you do newline in text??
  7. because these windows user does not play with command prompt either I believe.... so they will never try to deal with *unix text mode. anyway, I fight with git for two days, and I think the most problem is what command I need to get my task done in git. ex. I want to create a patch file that I made change for my working copy, but most info I found is how to create a patch from the master branch. well, finally I figured out I need to use diff instead of format-patch..
  8. I have a dumb question...... before we can use TortoiseSVN for windows to apply custom .patch file, but after switching to git, how do we deal with .patch now? or any similar tools?
×
×
  • 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