![]() |
idea's for mse build 2 - Printable Version +- Mirage Engine (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: Source Code Development (https://mirage-engine.uk/forums/forumdisplay.php?fid=51) +----- Forum: Mirage Source 3.x.x, MSx (https://mirage-engine.uk/forums/forumdisplay.php?fid=45) +----- Thread: idea's for mse build 2 (/showthread.php?tid=543) Pages:
1
2
|
- TheRealDamien - 02-01-2007 Which MS are we talking about? Becuase this is not just me who has noticed these problems... Dr.Spoon, JokeOfTheWeek and even XP79. - Tony - 02-01-2007 I use ms 3.03 and everythings fine. If you have problems stop being a cry baby and fix it. :: Pando - William - 02-01-2007 Damien, mirage source are more than you give it credit for. Overall Mirage is a stable, well coded engine. It could be highly improved. But 80%, that tells us all about your knowledge in the subject. There are like 2 major things to improve, packets and gfx. The rest is vb tricks and such. - Robin - 02-01-2007 Damien, sorry, but you are completely wrong. Plus if you think Mirage is bad, why are you here? And using it at that. Most of us have been using Mirage (Or Mirage based products) for years. Personally, I have been using it since I got the Interwebs. The system works well. It is stable, well thought out (in most cases) and it works! Ok, so some of the features could be improved, but when there are only two releases at the moment, it would be stupid not having features which could be improved. It is open source, if you want to play around with it and try and fix those 'problems' you talked about, then go for it. But I know for a fact that you know nothing about what you are talking about, because you asked my to add 96x96 spell animations for you. I highly doubt you being able to fully optimise Mirage. If you are talking about an engine which can hold 2000 people and handle constant alpha-blending and particle effects, then we have a long way to go, but it isn't really something we want it to become. Mirage is a source where you can pull together a nice little game, where you can play with friends and have a small-ish community full of dedicated members who don't mind about features like those. Mirage is stable (unless you really mess it up), well programmed and well thought out. Mirage does it's job. - Matt - 02-01-2007 I have to agree with Kite on everything he stated about Mirage. I've never had a problem with MS, and no matter what life throws at me, I find myself right back here in the end anyways. It's a great source to learn VB with, and the community here is just awesome, no matter if there are few of us that actually care to contribute and post on a regular basis. - William - 02-01-2007 If anything, fix the bugs ![]() Those are bugs that I have found or fixed that is in MSE. At my count (I know there are more), there are at least 20. And some of those entries are for multiple scenes. Like server not really checking the packet content on each section of every packet. This is a must, and a nice cause of server crashing .. Just remove all lines of "On Error Remove Next" in client and server. As well as go into your IDE > Tools > Options > General (tab), and tick "Break on All Errors". You should get a lot of errors when running the client and server. Fix those buggers and that should help ... Also the Code Cleaner from PSC does a lot of optimizations listed in the KB. Also using the string ($) equiv, in most cases, mean the compiler will spit out less code, thus smaller exe size ... - Matt - 02-01-2007 Mind linking me to that code cleaner? I'd like to take a look at it. - William - 02-01-2007 http://www.planet-source-code.com/vb/sc ... 7&lngWId=1 Someone on this forum mentioned that it also spits out lots of comments .. since the source is available, just remove that functionality ![]() - Forte - 06-01-2007 kind of late butttt when i first joined MS it was the first time i started VB, try fixing up small things that you know will be tooken out for example Resize GUI kind of got me when i first started. 8) |