WhoM: Who's Online for MOUL

General debates and discussion about the Guild of Writers and Age creation

Re: WhoM: Who's Online for MOUL

Postby Tsar Hoikas » Sun Apr 11, 2010 8:38 pm

Chacal wrote:Works fine for me on Win7 64 bits.


That would be my development environment ;)
Image
Tsar Hoikas
Councilor of Technical Direction
 
Posts: 2180
Joined: Fri Nov 16, 2007 9:45 pm
Location: South Georgia

Re: WhoM: Who's Online for MOUL

Postby diafero » Mon Apr 12, 2010 1:59 am

Hm, Pidgin, I take it this won't work in Kopete then? One can't have everything I guess :D
That sounds good, though I have no clue in what state Mono is with the regard to .NET 3.5 - AFAIK, they are still at 2.0, aren't they?
I prefer e-mails to "diafero arcor de" (after adding the at and the dot) over PMs.

"Many people's horizon is a circle with a radius of zero. They call it their point of view."

Deep Island Shard | Offline KI
diafero
Deep Island Admin
 
Posts: 2966
Joined: Mon May 05, 2008 5:50 am
Location: Germany

Re: WhoM: Who's Online for MOUL

Postby Tsar Hoikas » Mon Apr 12, 2010 3:41 am

diafero wrote:That sounds good, though I have no clue in what state Mono is with the regard to .NET 3.5 - AFAIK, they are still at 2.0, aren't they?


They could be, but the only thing I use .NET 3.5 for is to generate the assemblies (exes, dlls). Everything else should work with .NET 2.0, if you strip out all of the silly "using System.Linq;" statements that Visual Studio barfs everywhere. I suppose it may actually be a good thing that WhoM doesn't work in Mono as is--it looks like a pile of dog crap. It'll be getting a little love ;)
Image
Tsar Hoikas
Councilor of Technical Direction
 
Posts: 2180
Joined: Fri Nov 16, 2007 9:45 pm
Location: South Georgia

Re: WhoM: Who's Online for MOUL

Postby Trylon » Mon Apr 12, 2010 3:52 am

I never got how that system.linq stuff actually benefitted my programs..
One day I ran through the cleft for the fiftieth time, and found that uru held no peace for me anymore.
User avatar
Trylon
 
Posts: 1446
Joined: Fri Sep 28, 2007 11:08 pm
Location: Gone from Uru

Re: WhoM: Who's Online for MOUL

Postby Branan » Mon Apr 12, 2010 10:52 am

diafero wrote:Hm, Pidgin, I take it this won't work in Kopete then? One can't have everything I guess :D
That sounds good, though I have no clue in what state Mono is with the regard to .NET 3.5 - AFAIK, they are still at 2.0, aren't they?


I was thinking about porting the KIchat plugin to Kopete once Paradox had it to a reasonable state
Image
Your friendly neighborhood shard admin
User avatar
Branan
Gehn Shard Admin
 
Posts: 694
Joined: Fri Nov 16, 2007 9:45 pm
Location: Portland, OR

Re: WhoM: Who's Online for MOUL

Postby diafero » Mon Apr 12, 2010 11:22 am

That would be awesome :)
I prefer e-mails to "diafero arcor de" (after adding the at and the dot) over PMs.

"Many people's horizon is a circle with a radius of zero. They call it their point of view."

Deep Island Shard | Offline KI
diafero
Deep Island Admin
 
Posts: 2966
Joined: Mon May 05, 2008 5:50 am
Location: Germany

Re: WhoM: Who's Online for MOUL

Postby Tsar Hoikas » Mon Apr 12, 2010 3:32 pm

Trylon wrote:I never got how that system.linq stuff actually benefitted my programs..


It lets you use SQL like queries to be access arrays or collections of objects. It can be quite useful; however, in the cases I have wanted to use it, it is not applicable. Fail.

Code: Select all
VaultNode[] node = new VaultNode[666]; //Populated by some unknown force
var matches = from node as n
              where n.fNodeType == NodeType.kAgeInfo
              select n;


Or something like that. It's not a standard SQL query, so I always have to look up the syntax. You don't necessarily have to select a VaultNode either. You could just select other random fields.
Image
Tsar Hoikas
Councilor of Technical Direction
 
Posts: 2180
Joined: Fri Nov 16, 2007 9:45 pm
Location: South Georgia

Re: WhoM: Who's Online for MOUL

Postby Jamey » Mon Apr 12, 2010 3:51 pm

Just downloaded WhoM.

Very nice job! A very helpful tool! It's simple, yet very efficient! :D

Great job guys, and thanks for this tool!
KI#46415
Jamey
 
Posts: 528
Joined: Sat Oct 20, 2007 8:32 pm
Location: Chicago, IL

Re: WhoM: Who's Online for MOUL

Postby Justintime9 » Mon Apr 12, 2010 7:25 pm

Great work, this looks like it'll make things a lot easier! :D (hate it when I log in and find that there's practically nobody online.)
User avatar
Justintime9
 
Posts: 1188
Joined: Sat Sep 29, 2007 5:37 am

Re: WhoM: Who's Online for MOUL

Postby Tsar Hoikas » Sun Apr 18, 2010 5:22 pm

I am accepting feature requests for WhoM 1.1 (or later) at this time. :)

Your request may or may not make into WhoM 1.1, but it will at least be heard.
Image
Tsar Hoikas
Councilor of Technical Direction
 
Posts: 2180
Joined: Fri Nov 16, 2007 9:45 pm
Location: South Georgia

PreviousNext

Return to General Discussion

Who is online

Users browsing this forum: No registered users and 13 guests