SphereCommunity
What are we doing? - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: General Discussion (/Forum-General-Discussion)
+--- Forum: News (/Forum-News)
+--- Thread: What are we doing? (/Thread-What-are-we-doing)

Pages: 1 2


What are we doing? - ShiryuX - 10-13-2012 01:42 PM

Since there's not much to update in here (like a gaming blog would have), we're gonna drop some small news. In both, forum and sphere.

I'll start with the forums:
* Added the SphereCommunity icon to the header (thanks Valios), from now on, that's our official image. Some users in the IRC said there's "something strang inside the sphere", well, I think they're kinda pervs.
* Tweaked a little the forum, now you can see a "View Unread Posts" button at the top, the unread posts are marked as unread inside the thread. And of course, the links and headers are now search-engine friendly, which (I hope) will help us to find some of the old memebers.

Now, back to Sphere. Since I've seen some complaining about the development, here's the changelog of the last month. Ben and Terrikate are doing awesome.
Code:
30-08-2012, Ben
- Fixed #2093: Animation above 400 not showing all frames.

04-09-2012, Ben
- Updated: sphere_spells.scp with missing SPELLFLAG_AREA.
- Fixed #2096: Sommon spells not making creatures your pet.
- Fixed #2097: area spells requiring spellflag_scripted to work
- Updated: sphereCrypt.ini with keys up to 7.00.270

16-09-2012, Ben
- Fixed #2094: double @Destroy trigger on summoned char.

17-09-2012, Terrikate
- Fixed #1831: Trigger @PERSONALSPACE did not fire on NPCs
- Fixed #1651: LastLogged message always sent current time
- Modified #1749: Error messages 'Bad Login' become warnings to facilitate analysis of the logs
- Fixed #1944: Some combination of stairs and delete function can remove the dirt on floor of the house
- Modified: Resync forced to create or delete items in custom houses to update correctly on all clients

20-09-2012, Terrikate
- Added #1542: Implemented CTAGCOUNT like TAGCOUNT for clients
- Fixed #1590: Attacker list contains self uid

22-09-2012, Ben
- Fixed #2086: added SERV.MYSQLPASSWORD to plevel 7 group in spheretables.scp
- Added: TAG.OVERRIDE.ROCK.DAM to override the damage done by rock throwing
         Note: TAG.OVERRIDE.ROCK was already implemented with the ability to change rock to other items.
               It can also add the throwing ability to other NPCs that have the tag. (never reported in changelog)
- Added: TAG.OVERRIDE.BREATH.DAM to override Damage done from fire breathing.

24-09-2012, Terrikate
- Fixed #2078: t_multi_custom causes memory leak in client

06-10-2012, Ben
- Fixed #2101: Added a value to i_staff_black in default pack to prevent possible crash in vendor menu.
- Fixed #2088: Char hue returning to OSKIN on reveal from invis spell.

12-10-2012, Terrikate
- Fixed: ATTACKER.n.ELAPSED: not increased the timer correctly, always returned 0
- Fixed: ATTACKER.LAST: returned one of the attackers randomly, no the last

12-10-2012, Ben
-Added: Party triggers.
        @PartyInvite(def=recipient, src=sender, return 1=stop default)
        @PartyRemove(def=char getting kicked, src= the one kicking, no return, ARGN=1 if triggered by disband)
        @PartyDisband(def=master, src=master, no return)



Re: What are we doing? - Extreme - 10-13-2012 03:11 PM

Ohh the @Party Triggers are awesome!! Thanks guys!


RE: What are we doing? - Skul - 10-13-2012 03:14 PM

Good stuff, one question:
Quote:24-09-2012, Terrikate
- Fixed #2078: t_multi_custom causes memory leak in client
Does this mean we can patch in our own platforms?


RE: What are we doing? - Valios - 10-13-2012 08:06 PM

(10-13-2012 01:42 PM)ShiryuX Wrote:  Some users in the IRC said there's "something strang inside the sphere", well, I think they're kinda pervs.

Oh, good that they noticed about my subliminal message. It's clear that the wet vagina inside the sphere represents the birth of a brand new emulator that squirt innovations and awesomeness Smile


RE: What are we doing? - darksun84 - 10-13-2012 11:31 PM

well, looks like that Sauron was a female at the end


RE: What are we doing? - Anarch Cassius - 10-14-2012 07:31 AM

Okay, so I'm not the only one who had that initial reaction to the logo.


RE: What are we doing? - Rayvolution - 10-14-2012 11:14 AM

I think what a lot of people are failing to realize, is on the core code side of the house Sphere is actually a very stable, well rounded platform. There's not much that can be improved at this point beside keeping the scripts themselves updated (and thats was SCP2 is all about!)

Sure, a feature here and there no one thought about is handy (like the party triggers) but in general all there is left to do is fix minor bugs, and most of those go unnoticed by the unaffected, so people just assume "nothing is getting done!"

All in all as long as we all stick together and help Sphere grow, we'll be al'right!

<Sarcasm>
Also!! I want Sphere to script from my thoughts, I want the scripts to write themselves and be fully functional, and ready to go *before* I even know I want them!

..and where's my Guild Wars 2 support BEN! I want it out by next week or else! *waves fists* Wink
</Sarcasm>


RE: What are we doing? - ShiryuX - 10-14-2012 11:41 AM

(10-13-2012 03:14 PM)Skul Wrote:  Good stuff, one question:
Quote:24-09-2012, Terrikate
- Fixed #2078: t_multi_custom causes memory leak in client
Does this mean we can patch in our own platforms?

You can patch what?


RE: What are we doing? - Skul - 10-14-2012 09:01 PM

Larger foundations into multi.mul and use as custom a larger platform? lol, I'm guessing this can't be done since it would cause memory leaks before...?


RE: What are we doing? - Ben - 10-14-2012 11:48 PM

you would have to try it... the memory leak that ppl are talking about was just a packet being sent when not needed (on every step when multi was in radar, but not in view)... this has been fixed. There is still another instance where the packet is sent over and over and that's when the MOVE command is used.(all is removed from view then brought back). This I would consider not to be normal play situation and would not consider it a problem, but this is why the issue was never closed.