Author |
Message |
Cheese Wow Cheese is so helpful!

Joined: Mar 18 2007 Posts: 1017 Offline
|
Posted: Tue Feb 03, 2009 2:43 pm Post subject: Checklist for next core compile |
 |
|
|
|
figured id make a list of nice things that should be in the core, so everyone doesnt have to make modules for the same thing...
sendto patch
?ballreset
ball victory callback
my colors module (maybe, most likely not)
non-crashy wz/turf module that doesnt rely on crashy pymod? (please?) OR
c based wz/turf/etc module
freqchange/shipchange should include to/from
no periodic reward if 0
this list will be updated as issues appear. _________________ SSC Distension Owner
SSCU Trench Wars Developer
Last edited by Cheese on Thu Feb 12, 2009 7:19 pm, edited 2 times in total |
|
Back to top |
|
 |
Dr Brain Flip-flopping like a wind surfer

Age:39 Gender: Joined: Dec 01 2002 Posts: 3502 Location: Hyperspace Offline
|
Posted: Tue Feb 03, 2009 4:02 pm Post subject: |
 |
|
|
|
The sendto patch is on my list of patches to merge.
?ballreset functionality is already provided by ?ballcount.
All of the scoring modules probably need an overhaul, but I don't think that's planned for any time soon.
Your colors module is probably not useful as a core module.
There's nothing wrong with pymod (at least not that you've touched upon). _________________ Hyperspace Owner
Smong> so long as 99% deaths feel lame it will always be hyperspace to me |
|
Back to top |
|
 |
Hakaku Server Help Squatter

Joined: Apr 07 2006 Posts: 299 Location: Canada Offline
|
Posted: Tue Feb 03, 2009 5:00 pm Post subject: |
 |
|
|
|
A small suggestion for the next version; the SHIPCHANGE and FREQCHANGE callbacks should return the player's previous ship/freq rather than their current ship/freq. It seems redundant since you can just use p->p_freq and p->p_ship to find out their current ship and freq, but there's no way to know their ship/freq prior to the change.
There's also the other patches that Snrrrub provided that should probably be considered in the next update. |
|
Back to top |
|
 |
Dr Brain Flip-flopping like a wind surfer

Age:39 Gender: Joined: Dec 01 2002 Posts: 3502 Location: Hyperspace Offline
|
Posted: Tue Feb 03, 2009 6:51 pm Post subject: |
 |
|
|
|
Hakaku wrote: | A small suggestion for the next version; the SHIPCHANGE and FREQCHANGE callbacks should return the player's previous ship/freq rather than their current ship/freq. It seems redundant since you can just use p->p_freq and p->p_ship to find out their current ship and freq, but there's no way to know their ship/freq prior to the change. |
I've been working on redoing the entire freqman system. I'll keep that in mind about the callbacks.
Hakaku wrote: | There's also the other patches that Snrrrub provided that should probably be considered in the next update. |
Yeah, I've been meaning to go through and merge them. |
|
Back to top |
|
 |
Cheese Wow Cheese is so helpful!

Joined: Mar 18 2007 Posts: 1017 Offline
|
Posted: Tue Feb 03, 2009 7:25 pm Post subject: |
 |
|
|
|
Hakaku wrote: |
the SHIPCHANGE and FREQCHANGE callbacks should return the player's previous ship/freq rather than their current ship/freq.
|
if i recall, mervbot provided BOTH.
why not just include both?
it would make things a hell of a lot easier...
would be nice...
Dr Brain wrote: |
Your colors module is probably not useful as a core module.
|
i figured it was somewhat useful, nice to have, with a touch of novelty.
maybe not important enough, of course, but anythings possible... =3
Dr Brain wrote: |
?ballreset functionality is already provided by ?ballcount.
|
i assume you mean doing ?ballcount 0, then ?ballcount #?
i tried this ingame, yes it does reset the balls' positions, but it does NOT reset the soccer game status. |
|
Back to top |
|
 |
|