Here you can post threads requesting help on the official POL Ultima Online Emulator Core 096.
Note: Core 096 is no longer officially supported.
Moderator: POL Developer
-
Nando
- POL Developer
- Posts: 282
- Joined: Wed Sep 17, 2008 6:53 pm
-
Contact:
Post
by Nando » Mon Sep 08, 2014 11:51 am
Dear all,
We moved the repository to GitHub (it allows better interaction and git is cooler). The latest (and probably unstable) version is now found in:
https://github.com/polserver/polserver
There's a small guide there on how to compile for Windows / Linux. You can get the files using either git or svn (GitHub accepts both).
You can create "Issues", so we don't depend only on the boards for bugs. You can also contribute code by doing "Pull Requests".

-
Xeno
- New User
- Posts: 23
- Joined: Wed May 09, 2012 9:53 am
Post
by Xeno » Mon Sep 08, 2014 12:48 pm
Nando wrote:Dear all,
We moved the repository to GitHub (it allows better interaction and git is cooler). The latest (and probably unstable) version is now found in:
https://github.com/polserver/polserver
There's a small guide there on how to compile for Windows / Linux. You can get the files using either git or svn (GitHub accepts both).
You can create "Issues", so we don't depend only on the boards for bugs. You can also contribute code by doing "Pull Requests".

Thanks for the update Nando. If possible could you add the rev number? 832?

-
Nando
- POL Developer
- Posts: 282
- Joined: Wed Sep 17, 2008 6:53 pm
-
Contact:
Post
by Nando » Mon Sep 08, 2014 1:05 pm
Git doesn't really have a rev number, but a commit hash. The latest one is: "2d2863166bbd4e4bf4f727f70a2d0f288fb2dc5d". You can shorten it to "2d2863166b", for example.
More information here:
http://stackoverflow.com/questions/4120 ... ion-number
(or do you mean something else?)
-
Xeno
- New User
- Posts: 23
- Joined: Wed May 09, 2012 9:53 am
Post
by Xeno » Mon Sep 08, 2014 1:23 pm
Nando wrote:Git doesn't really have a rev number, but a commit hash. The latest one is: "2d2863166bbd4e4bf4f727f70a2d0f288fb2dc5d". You can shorten it to "2d2863166b", for example.
More information here:
http://stackoverflow.com/questions/4120 ... ion-number
(or do you mean something else?)
Perfect, checked it opening the zip

Thank you again!
-
xeon
- Forum Regular
- Posts: 338
- Joined: Fri Oct 31, 2008 3:18 am
- Location: Italy
Post
by xeon » Tue Sep 09, 2014 4:28 am
Hi Nando, maybe a silly question, but knowing absolutely nothing about git
Nando wrote:You can get the files using either git or svn (GitHub accepts both).
So I can still use my favorite subversion client to check out sources? What about revisions? I will still see an history with what has been fixed?
-
RusseL
- Forum Regular
- Posts: 375
- Joined: Fri Feb 20, 2009 8:30 pm
Post
by RusseL » Tue Sep 09, 2014 10:27 am
xeon wrote:Hi Nando, maybe a silly question, but knowing absolutely nothing about git
Nando wrote:You can get the files using either git or svn (GitHub accepts both).
So I can still use my favorite subversion client to check out sources? What about revisions? I will still see an history with what has been fixed?
No, subversion client would not work with GIT.
Better google for more info about git.
I found git better then svn.
Yes, you will still see a history about all changes, but it has another version numbering
-
Nando
- POL Developer
- Posts: 282
- Joined: Wed Sep 17, 2008 6:53 pm
-
Contact:
Post
by Nando » Tue Sep 09, 2014 1:24 pm
RusseL wrote:xeon wrote:Hi Nando, maybe a silly question, but knowing absolutely nothing about git
Nando wrote:You can get the files using either git or svn (GitHub accepts both).
So I can still use my favorite subversion client to check out sources? What about revisions? I will still see an history with what has been fixed?
No, subversion client would not work with GIT.
Better google for more info about git.
I found git better then svn.
Yes, you will still see a history about all changes, but it has another version numbering
While subversion doesn't directly work with git, GitHub keeps a subversion bridge:
https://help.github.com/articles/suppor ... on-clients
I haven't tried using a svn client to access the repository on GitHub, but it should work. Anyway, using git is preferable.
-
RusseL
- Forum Regular
- Posts: 375
- Joined: Fri Feb 20, 2009 8:30 pm
Post
by RusseL » Wed Sep 10, 2014 5:50 am
wow, new developer. who r u?

-
Chaos
- Former Developer
- Posts: 20
- Joined: Wed Aug 06, 2014 12:46 am
- Location: Europe
Post
by Chaos » Wed Sep 10, 2014 6:17 am
Turley introduced me to the team in this way:
"I added Chaos as developer. He is an old friend of mine and our shard admin (
http://www.welt-pergon.de). First of all he does the git migration and he is an experienced c++ developer and hopefully he has the time and notions for our codebase

"
So..."Hi!"

-
Yukiko
- Distro Developer
- Posts: 2824
- Joined: Thu Feb 02, 2006 1:41 pm
- Location: San Antonio, Texas
-
Contact:
Post
by Yukiko » Thu Sep 11, 2014 1:17 am
Greetings Chaos. It's good to see some new people in the development team.
*sighs*
I guess I'll have to install the GIT software again.
I suppose moving to GIT was inevitable. After all it is the (relatively) new kid in town.
I'm going to miss my Tortoise. He's been a faithful servant. : )
Will the "Distro" repo be moved to GIT as well?
-
kevin
- POL Developer
- Posts: 53
- Joined: Wed Sep 29, 2010 3:47 pm
-
Contact:
Post
by kevin » Thu Sep 11, 2014 7:17 am
Just got some emails. Looks like distro and tools are also moving to github.
-
Yukiko
- Distro Developer
- Posts: 2824
- Joined: Thu Feb 02, 2006 1:41 pm
- Location: San Antonio, Texas
-
Contact:
Post
by Yukiko » Thu Sep 18, 2014 6:48 am
Thanks for the info.