Mirage Source
http://www.miragesource.net/forums/

Mirage Source 4
http://www.miragesource.net/forums/viewtopic.php?f=193&t=3719
Page 10 of 64

Author:  Jacob [ Mon Sep 22, 2008 7:50 pm ]
Post subject:  Re: [Download] Mirage Source 3.54 beta

I am beyond serious.

Author:  Mattyw [ Mon Sep 22, 2008 7:51 pm ]
Post subject:  Re: [Download] Mirage Source 3.54 beta

Dugor wrote:
I am beyond serious.


Isn't ASM something like Java Framework?

No idea, but alot of people will still use MS VB version of course, & someone else will continue it.

Author:  Lea [ Mon Sep 22, 2008 7:53 pm ]
Post subject:  Re: [Download] Mirage Source 3.54 beta

lol...

Author:  Robin [ Mon Sep 22, 2008 8:19 pm ]
Post subject:  Re: [Download] Mirage Source 3.54 beta

Assembly. /slap

Author:  GIAKEN [ Mon Sep 22, 2008 8:39 pm ]
Post subject:  Re: [Download] Mirage Source 3.54 beta

Lea wrote:
Giaken's stuff plus one of mine

Server-
*When minimized the chat doesn't auto scroll down FIXED?

Client-
*Form's caption needs to be set to the game's name CHANGED
*Password text boxes need to have a .PasswordChar FIXED
*Map editor needs a fill button ADDED
*When you type /admin, it lists the /ban command twice FIXED
*Emote command isn't outputting right it shows a - when it shouldn't FIXED
*Pressing Enter is like clicking "Connect" or "Use Char" on the appropriate menus FIXED

http://www.mediafire.com/?sharekey=d045 ... ca6083ad29
Sorry it's on a temp host locked myself out of SSH so I cant move it to my web directory lol


So is this official MS 3.55?

Author:  Jacob [ Mon Sep 22, 2008 8:41 pm ]
Post subject:  Re: [Download] Mirage Source 3.54 beta

I'm gonna have some more stuff to add to it tonight.

Author:  Mattyw [ Mon Sep 22, 2008 8:41 pm ]
Post subject:  Re: [Download] Mirage Source 3.54 beta

Dugor wrote:
I'm gonna have some more stuff to add to it tonight.


Make it seperate also, or atleast say it. EASIER UPDATING.

Author:  Doomy [ Mon Sep 22, 2008 11:39 pm ]
Post subject:  Re: [Download] Mirage Source 3.54 beta

O.o major update
stop your projects
that means a restart
lol

Author:  Nean [ Tue Sep 23, 2008 12:34 am ]
Post subject:  Re: [Download] Mirage Source 3.54 beta

I decided that it's best to just keep using the newest releases. I don't want to start a serious project, until I can program on my own, so this is good practice for me.

Author:  Doomy [ Tue Sep 23, 2008 12:37 am ]
Post subject:  Re: [Download] Mirage Source 3.54 beta

if this is a major update
ill start over
since ive just lost about a weeks of work
cause my stupid computer bugged out again
at least i have back ups

Author:  Lea [ Tue Sep 23, 2008 1:03 am ]
Post subject:  Re: [Download] Mirage Source 3.54 beta

DFA wrote:
ok, i'm moving and won't have internet for some time. Dugor is in charge while im gone. peace


GTFO

Author:  GIAKEN [ Tue Sep 23, 2008 5:29 am ]
Post subject:  Re: [Download] Mirage Source 3.54 beta

Quote:
--------
|Client|
--------
- Heavily optimized looping (DFA's code, implemented by Dugor)
- The following game editors do no allow blank names: Spell, Shop, NPC, Item (DFA)
- Removed assignment to MyText from GameLoop, moved to txtMyChat_Change (DFA)
- Added password character for password text boxes (Giaken)
- Made frmMirage.lblName taller to support longer game name's (Giaken)
- frmMirage.lblName and frmMirage's caption are now updated with the game's name (Giaken)
- Fill button added to map editor (Lea's code, implemented by Giaken)

--------
|Server|
--------
- Heavily optimized looping (DFA's code, implemented by Dugor)
- Had problems with Function CanAttackPlayer, fixed but lacks optimization. (DFA)
- Chat box scrolls down while minimized (Giaken)


:D Just got that done.

Author:  Lea [ Wed Sep 24, 2008 4:08 pm ]
Post subject:  Re: [Download] Mirage Source 3.54 beta

MSE4 will be moving into a subversion repository today.

Wewt! Finally!

It should make things better. I am going to add it to the trunk as the current version, if anyone has the older versions please host them somewhere with a version number and I will add all of those to a seperate directory for reference or whatever!

The repository is up:
http://www.valkoria.com/svn/mse

It is currently unpopulated, however ;)
I'll be setting up the directory structure today or tomorrow, as well as writing a quick and dirty guide on how this will work :P

Author:  Mattyw [ Wed Sep 24, 2008 4:11 pm ]
Post subject:  Re: [Download] Mirage Source 3.54 beta

Lea wrote:
MSE4 will be moving into a subversion repository today.

Wewt! Finally!

It should make things better. I am going to add it to the trunk as the current version, if anyone has the older versions please host them somewhere with a version number and I will add all of those to a seperate directory for reference or whatever!


So I know, is it the whole of MSE4? Or just the new stuff. :S I still need the 3.54 stuff(to convert). :S Much easier seperate, meh.

Author:  Lea [ Wed Sep 24, 2008 4:36 pm ]
Post subject:  Re: [Download] Mirage Source 3.54 beta

see above ^

Author:  Rian [ Wed Sep 24, 2008 4:37 pm ]
Post subject:  Re: [Download] Mirage Source 3.54 beta

Lea wrote:
I'll be setting up the directory structure today or tomorrow, as well as writing a quick and dirty guide on how this will work :P


Sounds kinky.

Author:  Lea [ Wed Sep 24, 2008 6:06 pm ]
Post subject:  Re: [Download] Mirage Source 3.54 beta

Ok, the source code is in the repository.

You'll see it in the http://valkoria.com/svn/mse/MSE/trunk/ directory.

You can browse the source code right there, or you can download a copy of Tortoise SVN and check out a working copy. Read the TSVN documentation to figure out how to do that, noob.
You can then make changes (almost) normally. If you need to move or delete a file, use the tortoise svn wrapper to do it instead of doing it with your typical OS commands.

Edit your files, and then if you want to contribute to the project, you can "Create Patch" and share the patch with us. Either Dugor or myself will test your patch and potentially add it to the working copy. If you help out enough, we'll eventually give you repository access if we see you're understanding things and doing good. Currently only we can commit changes to the repository.

What if we edit the code while you were working on it? Do an svn update and our changes will be merged with your own! WOW! we encourage you to svn update before you submit a patch to us, so we test in the most recent revision.

WHAT FILES ARE VERSIONED? We are only versioning the source and project file. We are not versioning any of the temporary files, or the graphics, or the data. Create that yourself, or steal it from somewhere, or something. DO NOT add files to the repository that we are not versioning! Thanks!


Questions?

Author:  GIAKEN [ Wed Sep 24, 2008 6:54 pm ]
Post subject:  Re: [Download] Mirage Source 3.54 beta

Have you talked to DFA about this and is it official yet? :? Me, him, and Dugor have been talking on MSN and working on it...where do you come in on this?

Author:  Nean [ Wed Sep 24, 2008 7:49 pm ]
Post subject:  Re: [Download] Mirage Source 3.54 beta

What the fuck is going on? I'm so confused. Someone explain in ENGLISH what the fuck is going on? Why the hell do we need the SVN bullshit? AHHHHHHH I'm so lost.

Author:  Robin [ Wed Sep 24, 2008 7:53 pm ]
Post subject:  Re: [Download] Mirage Source 3.54 beta

Nean wrote:
What the fuck is going on? I'm so confused. Someone explain in ENGLISH what the fuck is going on? Why the hell do we need the SVN bullshit? AHHHHHHH I'm so lost.


To allow access to all the versions of the source, allow global access to the repository and to make organisation a lot easier.

Author:  Lea [ Wed Sep 24, 2008 8:46 pm ]
Post subject:  Re: [Download] Mirage Source 3.54 beta

DFA wrote:
ok, i'm moving and won't have internet for some time. Dugor is in charge while im gone. peace


Dugor's in charge, Dugor concented. Me and Dugor will be using subversion from now on, if you don't like it then feel free to continue your own development line.

How's that?

Author:  Robin [ Wed Sep 24, 2008 8:54 pm ]
Post subject:  Re: [Download] Mirage Source 3.54 beta

William and I are in charge, we're just letting you have free reign over what you're doing <3

Author:  GIAKEN [ Wed Sep 24, 2008 9:07 pm ]
Post subject:  Re: [Download] Mirage Source 3.54 beta

DFA is still in charge of this project and he clearly stated earlier that he didn't want to use subversion...

Author:  Mattyw [ Wed Sep 24, 2008 9:29 pm ]
Post subject:  Re: [Download] Mirage Source 3.54 beta

GIAKEN wrote:
DFA is still in charge of this project and he clearly stated earlier that he didn't want to use subversion...


Open Source. Can't change facts.

Author:  GIAKEN [ Wed Sep 24, 2008 9:49 pm ]
Post subject:  Re: [Download] Mirage Source 3.54 beta

Mattyw wrote:
GIAKEN wrote:
DFA is still in charge of this project and he clearly stated earlier that he didn't want to use subversion...


Open Source. Can't change facts.


What? :?

Page 10 of 64 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/