Search found 433 matches

by Implode
Tue Feb 07, 2012 12:28 am
Forum: General - MoM IME
Topic: Still alive :)
Replies: 70
Views: 243862

Re: Still alive :)

Perhaps it did not work because I installed the plug-ins after I imported the projects. Yup sounds likely. I just tried to commit the changed files (.project, .classpath, pom.xml, and a recently unversioned maven file in .settings) and realized that I'm not authorized to do so. I couldn't find a jo...
by Implode
Mon Feb 06, 2012 2:28 pm
Forum: General - MoM IME
Topic: Still alive :)
Replies: 70
Views: 243862

Re: Still alive :)

Missing artifact com.ndg.common:javautils:jar:0.0.1-SNAPSHOT" it says on XmlEditor. Meh, yuck, not surprised... NdgJavaUtils is my old common utils lib, there's some useful stuff there but a lot of junk and certainly a lot nothing to do with MoM, so I was desperately trying to avoid anything n...
by Implode
Mon Feb 06, 2012 12:45 am
Forum: General - MoM IME
Topic: Still alive :)
Replies: 70
Views: 243862

Re: Still alive :)

Do I have to tell Eclipse some way that the projects are Maven-Projects? On a new project yes you'd have to pick "Maven > Enable Dependancy Management" (I think its called), but I've already done that, and purposefully *include* the .project and .settings Eclipse folders in what I commit ...
by Implode
Sat Feb 04, 2012 5:26 pm
Forum: General - MoM IME
Topic: Still alive :)
Replies: 70
Views: 243862

Re: Still alive :)

On NdgParent there is a hard-coded dependancy on datetimepicker - shouldn't that be controlled by maven, too? No, there's a thing in NdgParent that says "If you need datetimepicker, this is where to get it from" just as there's another piece that says "If you need junit, this is the ...
by Implode
Thu Feb 02, 2012 11:23 am
Forum: General - MoM IME
Topic: Still alive :)
Replies: 70
Views: 243862

Re: Still alive :)

Maven (i.e. command line builds) is wonderful, it will just go off to the internet and automatically locate and download any missing dependencies your projects have. You probably can't appreciate that on MoM IME because it has so few dependencies (on purpose) but some of the projects I've used it on...
by Implode
Wed Feb 01, 2012 2:37 am
Forum: General - MoM IME
Topic: Still alive :)
Replies: 70
Views: 243862

Re: Still alive :)

You check freely check the code out read only. I think to be able to commit updates I have to add you as a developer on the project. Having not hosted a project on sourceforge before I'm not sure how that works, whether I have to add you or you put a request in to join the project and I just accept ...
by Implode
Tue Jan 31, 2012 3:11 pm
Forum: General - MoM IME
Topic: Still alive :)
Replies: 70
Views: 243862

Re: Still alive :)

Do you have some roadmap or architectural overview? Check out the MoMIMEDocuments project from SVN, there's a an HTML file in there, currenly that's all there is. I'm really finicky about documenting code in fine detail though (otherwise I don't understand myself what/how it does when I come back t...
by Implode
Sat Jan 28, 2012 9:03 pm
Forum: General - MoM IME
Topic: Still alive :)
Replies: 70
Views: 243862

Re: Still alive :)

https://sourceforge.net/projects/momime/

All the new Java code is up there and most of the old Delphi code (for reference). Got another big routine in the game startup done.. only one left, working on that at the moment.
by Implode
Wed Jan 25, 2012 3:30 am
Forum: General - MoM IME
Topic: Still alive :)
Replies: 70
Views: 243862

Re: Still alive :)

FYI, am working (with lot of help/suggestions from Tino) to get the code hosted in a SVN repository on sourceforge. Will post details once its available. I figure the code is the primary issue. Once that's publicly accessible, will figure out what to do with the forum. We could use the forum facilit...
by Implode
Tue Jan 10, 2012 6:59 pm
Forum: General - MoM IME
Topic: Still alive :)
Replies: 70
Views: 243862

Re: Still alive :)

Why oh why will you not let us help? I'll gladly let anyone help but tell me with what, and what you need me to do to enable you to do it - just general "I'll help" comments and posting links to stuff means I then have to spend ages researching what you're trying to get me to do. I spent ...
by Implode
Tue Jan 03, 2012 6:31 pm
Forum: General - MoM IME
Topic: Still alive :)
Replies: 70
Views: 243862

Re: Still alive :)

I was away with no internet for a week around xmas so got quite a bit done on MoM IME. The massive routine for calculating fog of war changes is finally finished, that's what had held me up for ages, there really isn't much left of the startup code left to do. Then I'd move on to trying to get the D...
by Implode
Sun Dec 18, 2011 8:01 pm
Forum: General - MoM IME
Topic: Still alive :)
Replies: 70
Views: 243862

Re: Still alive :)

When I started back up I was just trying to finish off getting cities added to the map during game startup... that turned out to be way more involved than I thought, kept running into routines that I had to call that didn't exist yet, so had to convert + test those first, went through that at least ...
by Implode
Mon Oct 10, 2011 12:44 pm
Forum: General - MoM IME
Topic: Still alive :)
Replies: 70
Views: 243862

Re: Still alive :)

We're glad to see you back, but have you considered opening the code base? Of course I have, but how would this work? Just throw it out there to everyone? That would include people who are likely to do more damage than good. Believe me if the code was in a good stable state, it wouldn't be taking m...
by Implode
Wed Aug 17, 2011 10:19 am
Forum: General - MoM IME
Topic: Still alive :)
Replies: 70
Views: 243862

Re: Still alive :)

Been 2 weeks trying to get the map generator working, finished it last night but haven't managed to test it yet. Am trying to get as much as I possibly can done on the server side before I start trying to convert the client to talk to the server using XML. So its still going, just lot to do.
by Implode
Fri Jul 15, 2011 10:57 pm
Forum: Other games
Topic: reMaster of magic
Replies: 2
Views: 17748

Re: reMaster of magic

Hey of course :) If I can be any help with anything (from coding to MoM rules or anything, I'm getting my head back into now lol) give me a shout.

Don't suppose you know about writing a graphical client in Java :D