Jump to content

Recommended Posts

Posted

In reference to that thread I wanted to discuss 3.0.2 development.

After I got the mangos-ptr svn running yesterday (had to fix the ad extractor first :) ), I discovered that it is supposed to run with the WOTLK client (build 9061) and not with the 3.0.2 live client (build 9056). So I wondered: Is there any 3.0.2 development at all? Or do both clients differ in such a minor way, that we only have to change EXPECTED_MANGOS_CLIENT_BUILD? At least I was able to connect in that way.

And what about the public 3.0.2 branch? Will we have one? :confused:

  • 38 years later...
Posted

Builds 9056 (PTR) and 9061 (BETA) was put on test servers on same day, don't think there's big difference.

3.0.2.9056 (PTR) and 3.0.2.9061 (BETA) - same day

3.0.3.9135 (PTR) and 3.0.3.9138 (BETA) - same day - 9135 will be live soon, next week probably (guessed)

Posted

Here comes the branch. Cleverly named 303-willcrashforsure and pushed to GitHub.

For now it is empty or better said it has no changes.

If you run a

git pull

you should get that branch on your system.

Running

git checkout 303-willcrashforsure

will switch your local repository to the new branch.

Please try to make all changes in small (atomic) commits, which represent logical units. E.g. one commit for all changed enums, one for changed opcodes, etc.

Posted

Running

git checkout 303-willcrashforsure

will switch your local repository to the new branch.

Didn't work for me, I had to use

git-checkout origin/303-willcrashforsure

^_^

Posted
Didn't work for me, I had to use
git-checkout origin/303-willcrashforsure

Another update: DON'T commit to origin/303-willcrashforsure like I did - changes will get lost. instead create an own locale branch with

git-checkout origin/303-willcrashforsure
git-branch -b 303

and push using

git-push origin 303:refs/heads/303-willcrashforsure

Guest
This topic is now closed to further replies.
×
×
  • 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