javamud-developers Mailing List for JavaMUD 2.0 (Page 2)
Status: Beta
Brought to you by:
u_davis
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
(4) |
Jun
(11) |
Jul
(1) |
Aug
|
Sep
(2) |
Oct
(7) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(3) |
Dec
(4) |
2005 |
Jan
|
Feb
(1) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Brad K. <rad...@op...> - 2003-06-19 19:50:54
|
Hey all, Thanks for the welcome Istvan. A bit about myself, I'm a 20 year old computer science major, played muds before, enjoyed them, looked into the code at the time, hacked it a bit. I know the basics of muds and a good deal of java, so I hope I can be a good addition to the crew. Brad... Aim - radbatik -- ____________________________________________ http://www.operamail.com Get OperaMail Premium today - USD 29.99/year Powered by Outblaze |
From: Istvan D. <da...@f-...> - 2003-06-19 17:38:13
|
Hi all! We have a new developer in our project, Brad Kita. He will be helping us further develop and finish the MUD engine && lib. Could you please say a few words about yourself, and when u have the time get familiar with the code in the CVS. regards istvan |
From: Istvan D. <ist...@F-...> - 2003-06-19 07:18:14
|
Hi guys, After few more hours of hacking on the driver, i managed to clean it up a bit from the unused code and commented out stuff. Also there is now another Hashtable that keeps track of how many instances of an object exists in the game at a given moment. driver.query_number_of(String object_filename); Also fixed a bug related to reloading the classfile from disk if it was recompiled. Current lines of code: about 45,000 counting the 10,000 or so lines of comment. I made a commit for more than 100 files today, i must be out of my mind :-) regards istvan On Wednesday 18 June 2003 11:34, David, Istvan wrote: > Hi all, > > I finished hacking on the driver. Now the object loading/cloning is 75% > more simplified. Also the format of the object ID is different now: > "filename#<unique_number>" > for player objects > "lib/player#<unique_number>" > > I will make a new file release for this driver today. > > regards > istvan -- ____________ \ ______// \ \\____ Istvan David tel : +358 9 2520 5359 \ __// Software Engineer fax : +358 9 2520 5001 \ \\ \ // F-Secure Corporation http://www.F-Secure.com/ \/ F-Secure products: Securing the Mobile Enterprise |
From: Istvan D. <ist...@F-...> - 2003-06-18 08:34:34
|
Hi all, I finished hacking on the driver. Now the object loading/cloning is 75% more simplified. Also the format of the object ID is different now: "filename#<unique_number>" for player objects "lib/player#<unique_number>" I will make a new file release for this driver today. regards istvan -- ____________ \ ______// \ \\____ Istvan David tel : +358 9 2520 5359 \ __// Software Engineer fax : +358 9 2520 5001 \ \\ \ // F-Secure Corporation http://www.F-Secure.com/ \/ F-Secure products: Securing the Mobile Enterprise |
From: Istvan D. <ist...@F-...> - 2003-06-17 15:39:12
|
Let's see: The only major problem with this would be that the mudlib API has one function: clone_object(String filename). This doesn't tell the type of the object, so in the current implementation the driver tries in three places: object/; mob/; room/ and tries to load the first class that matches the filename relative to the above paths. If you want this to work, i have to make the driver recognize the type of the class that's being loaded and then cast it to the apropiate type (in fact that should be the way to do it anyway, so i'll try to do that next, when i have the time). Anyway, all the classes MUST be under javamud/ directory, since the main package if the game is "javamud.*". Personally i like the previous structure better (the existing one), since the inheritance and package structure is obvious. regards istvan On Monday 16 June 2003 12:35, Jonathan Romulo Geronimo wrote: Alternate directory structure: ------------------------------ /commands Contains all user commands. /daemons Contains all the daemons. /domain This is the main standard library which comes with the mud. - /rooms Contains the standard rooms like the death room, the wizard hall and so on. /logs Contains all logfiles. /std Contains the basic classes ( eg. basic.java, living.java, mob.java ) which all other objects extend. - /armor Contains pre-made armor to be used or extended by wizards. - /clans Contains the clan classes. - /guilds Contains the guild classes. - /item Contains pre-made items (eg. torches, backpack ) to be used or extended by wizards. - /quests Containst the quest classes. - /races Contains the character race classes. - /races Contains the character race classes. - /spells Contains the spell classes. - /weapon Contains pre-made weapons to be used or extended by wizards. /system Contains system classes like driver.java and serverThread.java. /utils Contains utility classes. /wizards The home directories of all wizards are here. These directories will be where the files they create are stored in. - /davis - /easta > Hello, > > Attached is a text file detailing an alternate > directory structure for the mud's source code. > > Do comment :). > > > Jonathan > > ===== > And the bleak shalt inherith the mirth. > > __________________________________ > Do you Yahoo!? > SBC Yahoo! DSL - Now only $29.95 per month! > http://sbc.yahoo.com -- ____________ \ ______// \ \\____ Istvan David tel : +358 9 2520 5359 \ __// Software Engineer fax : +358 9 2520 5001 \ \\ \ // F-Secure Corporation http://www.F-Secure.com/ \/ F-Secure products: Securing the Mobile Enterprise |
From: Jonathan R. G. <np...@ya...> - 2003-06-16 09:35:25
|
Hello, Attached is a text file detailing an alternate directory structure for the mud's source code. Do comment :). Jonathan ===== And the bleak shalt inherith the mirth. __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com |
From: Istvan D. <ist...@F-...> - 2003-05-09 12:47:41
|
Hi! Could everyone get the sources from CVS? istvan -- ____________ \ ______// \ \\____ Istvan David tel : +358 9 2520 5359 \ __// Software Engineer fax : +358 9 2520 5001 \ \\ \ // F-Secure Corporation http://www.F-Secure.com/ \/ F-Secure products: Securing the Mobile Enterprise |
From: Istvan D. <ist...@F-...> - 2003-05-02 07:56:11
|
Sorry about that... The correct url is: http://javamud.sourceforge.net/ regards istvan On Friday 02 May 2003 10:03, David, Istvan wrote: > Hello everyone! > > I am currently redesigning the project webpage. > > http://sourceforge.net/javamud > > You will have to sign up for an account in order to access the webpages. I > am updating the documentation at the moments, and some links are already > available on the left side menu. > Please take a look at the website and tell me your opinions and suggestions > if any. Let's make the website also atractive to visitors. > > thanks > istvan -- ____________ \ ______// \ \\____ Istvan David tel : +358 9 2520 5359 \ __// Software Engineer fax : +358 9 2520 5001 \ \\ \ // F-Secure Corporation http://www.F-Secure.com/ \/ F-Secure products: Securing the Mobile Enterprise |
From: Istvan D. <ist...@F-...> - 2003-05-02 07:03:49
|
Hello everyone! I am currently redesigning the project webpage. http://sourceforge.net/javamud You will have to sign up for an account in order to access the webpages. I am updating the documentation at the moments, and some links are already available on the left side menu. Please take a look at the website and tell me your opinions and suggestions if any. Let's make the website also atractive to visitors. thanks istvan -- ____________ \ ______// \ \\____ Istvan David tel : +358 9 2520 5359 \ __// Software Engineer fax : +358 9 2520 5001 \ \\ \ // F-Secure Corporation http://www.F-Secure.com/ \/ F-Secure products: Securing the Mobile Enterprise |
From: Sasa M. <sa...@we...> - 2003-05-01 22:45:45
|
Hello Sasa here from South Africa. I'm 22, Finished NDip IT, busy doing a B-Tech IT part-time, Developing Software ( Quality Systems - Corrective Action, GAP analysis, Document Control and Versioning so far - Mainly in VB), and Tutoring and Lecturing. Amongst the subjects I have lectured is cs102 Intro to programming - java. I don't have much experience with java (what I did at tech and the course I lecturerd, nothing "groundbreaking" :) ), but I started programming a good couple of years back so I learn stuff relativly quickly If I need to. I've got a basic understanding of OOP,the UML and Java, but not "extensive" knowledge. I am very keen to cross over to java as my primary development language as I am quite irritated with VB, as it isn't OO and tends to do stupid things! Sasa Milovic FutureQ Software Solutions _______________________________________________________________________ Cool Connection, Cool Price, Internet Access for R59 monthly @ WebMail http://www.webmail.co.za/dialup/ |
From: Istvan D. <ist...@F-...> - 2003-04-30 17:17:44
|
I just remembered about this tutorial i wrote this year: http://members.lycos.co.uk/javamud/springmud-manual.rtf enjoy istvan -- ____________ \ ______// \ \\____ Istvan David tel : +358 9 2520 5359 \ __// Software Engineer fax : +358 9 2520 5001 \ \\ \ // F-Secure Corporation http://www.F-Secure.com/ \/ F-Secure products: Securing the Mobile Enterprise |
From: Istvan D. <ist...@F-...> - 2003-04-30 17:11:21
|
Ok! The list works now, you can write any messages here and all of us will get it. You all have been added to the developer list in the JavaMUD project. Have a nice weekend, since i will be on holiday until next monday, but i will read my emails and reply to them. regards istvan -- ____________ \ ______// \ \\____ Istvan David tel : +358 9 2520 5359 \ __// Software Engineer fax : +358 9 2520 5001 \ \\ \ // F-Secure Corporation http://www.F-Secure.com/ \/ F-Secure products: Securing the Mobile Enterprise |
From: Istvan D. <ist...@F-...> - 2003-04-30 17:08:24
|
Testing if the list works... |