Search found 8 matches

>
by ysor
Sun Feb 08, 2015 12:13 pm
Forum: General Discussion
Topic: Where is the actual repository
Replies: 21
Views: 13624

Re: Where is the actual repository

Configured world for world server and its settings are not inserted into realms table, you have to manually insert data. And some meta information (strings) which were set NULL=YES were required on building cluster info. But that is only one of the issues :) That was even one solved quite fast. Even ...
by ysor
Sun Feb 08, 2015 11:53 am
Forum: General Discussion
Topic: Where is the actual repository
Replies: 21
Views: 13624

Re: Where is the actual repository

Now I got some time to get in that stuff:

- Forked the github repo, both db and source
- Cloned localy
- Hours of getting VS downloaded and installed
- Installed mysql, configured few things, started daemon, created wardb database (charset utf8, collate general cs <- not sure if code relies on ci ...
by ysor
Sat Feb 07, 2015 4:28 pm
Forum: General Discussion
Topic: submitted patches?
Replies: 3
Views: 1518

Re: submitted patches?

I thought same.
by ysor
Fri Feb 06, 2015 8:43 pm
Forum: General Discussion
Topic: Where is the actual repository
Replies: 21
Views: 13624

Re: Where is the actual repository

Sounds good. But the question is which of the several gepositories available should i pick.

Regarding tools:

Tools are meant to be all things you use to automate boilerplate work, but also to control source. My experience says, especially if you try to track things down and the only way to do so ...
by ysor
Fri Feb 06, 2015 8:33 pm
Forum: Development Discussions
Topic: packet structures
Replies: 7
Views: 3785

Re: packet structures

here is some structures of packets, i don't find any documented .If some are not correct please add the correct structures. Nordland XI TAKEN
[Server] packet : (0xC1) F_OBJECTIVE_INFO

00 A0 C1 00

UInt32 = flag Id



Are you sure about "UInt32 = flag Id" ?

Shouldn't it be 0x00A0C100 then ...
by ysor
Fri Feb 06, 2015 7:28 am
Forum: General Discussion
Topic: Where is the actual repository
Replies: 21
Views: 13624

Re: Where is the actual repository

Thanks. That does make sense.

Well, I'm a developer. I do very adcanced stuff, but not using c# ;). I just wonder about that main focus on c# knowledge. Every good programer knows that this does make 5% of success. I'm also educating and I know that it is quite easy to learn basic stuff und ...
by ysor
Thu Feb 05, 2015 10:32 pm
Forum: General Discussion
Topic: Where is the actual repository
Replies: 21
Views: 13624

Re: Where is the actual repository

and t he good reason is? Its said its opensource. The repository maintainer can decide which changes he wants to take and which not.
by ysor
Thu Feb 05, 2015 8:43 pm
Forum: General Discussion
Topic: Where is the actual repository
Replies: 21
Views: 13624

Where is the actual repository

I'v found lot different links, including both SVN and GIT repositories.

Finally I'v found this git repository:

https://github.com/WarEmu/WarEmu

Last commit on update branch @28 aug 2014

There are some forks with commits far ahead the main repository