[DONE] have '-' be more powerful

Fixed bugs, solved problems, and old reports.
Locked
User avatar
Hellenion
Offline
Posts: 220
Joined: October 20th, 2011, 9:20 am
Location: Subnet
Contact:

[DONE] have '-' be more powerful

Post by Hellenion »

we have '-' which re-uses the last used name, but it doesn't work everywhere yet.

it would be extremely useful to be able to do "@-" both for long conversations and for messaging the person you just used a command on.

An example:
/freeze bobby
@- what do you think you're doing?
A = {x ∈ P(U) | x ∉ x}
Mods:
  1. /Su - Allows players to temporarily become a different rank
  2. /Snap - Like /Line but only draws straight or diagonal lines.
  3. pre-0.630 skip/none block

User avatar
fragmer
fCraft Developer
Offline
Posts: 1386
Joined: May 21st, 2011, 10:53 pm

Re: have '-' be more powerful

Post by fragmer »

Adding support for the "-" shortcut in all 120ish commands was a pretty big task, so I missed a few places. I'll add support to PMs as well. If you think of any other commands/functions that I've missed, let me know!

User avatar
Hellenion
Offline
Posts: 220
Joined: October 20th, 2011, 9:20 am
Location: Subnet
Contact:

Re: have '-' be more powerful

Post by Hellenion »

It doesn't work with /wload, but I'm not sure if it should...
A = {x ∈ P(U) | x ∉ x}
Mods:
  1. /Su - Allows players to temporarily become a different rank
  2. /Snap - Like /Line but only draws straight or diagonal lines.
  3. pre-0.630 skip/none block

User avatar
Sanjar Khan
Trustee
Offline
Posts: 1766
Joined: May 24th, 2011, 1:40 pm
Location: Leiden, Zuid Holland

Re: have '-' be more powerful

Post by Sanjar Khan »

Hellenion wrote:It doesn't work with /wload, but I'm not sure if it should...
I cannot think of a single situation in which the name of a world would be used in a command PRIOR to that world being loaded.
Ferrisbuler2: i will stay but i might not post cus of ollieboy

User avatar
Hellenion
Offline
Posts: 220
Joined: October 20th, 2011, 9:20 am
Location: Subnet
Contact:

Re: have '-' be more powerful

Post by Hellenion »

Sanjar Khan wrote:
Hellenion wrote:It doesn't work with /wload, but I'm not sure if it should...
I cannot think of a single situation in which the name of a world would be used in a command PRIOR to that world being loaded.
exactly.

well.. maybe when overwriting?
A = {x ∈ P(U) | x ∉ x}
Mods:
  1. /Su - Allows players to temporarily become a different rank
  2. /Snap - Like /Line but only draws straight or diagonal lines.
  3. pre-0.630 skip/none block

User avatar
Hellenion
Offline
Posts: 220
Joined: October 20th, 2011, 9:20 am
Location: Subnet
Contact:

Re: have '-' be more powerful

Post by Hellenion »

fragmer wrote:Adding support for the "-" shortcut in all 120ish commands was a pretty big task, so I missed a few places. I'll add support to PMs as well. If you think of any other commands/functions that I've missed, let me know!
you missed /Rank as well
A = {x ∈ P(U) | x ∉ x}
Mods:
  1. /Su - Allows players to temporarily become a different rank
  2. /Snap - Like /Line but only draws straight or diagonal lines.
  3. pre-0.630 skip/none block

User avatar
fragmer
fCraft Developer
Offline
Posts: 1386
Joined: May 21st, 2011, 10:53 pm

Re: have '-' be more powerful

Post by fragmer »

/Rank fixed (internally). I'll look into /WLoad next.

Edit: /WLoad fixed as well, in r1221

BobKare
Offline
Posts: 279
Joined: May 26th, 2011, 2:15 pm

Re: have '-' be more powerful

Post by BobKare »

isn't it possible to do with PMs like with Rank messages?

If I do: "@gynga6871hufsa blah blah blah", then "@ blah blah blah"

User avatar
fragmer
fCraft Developer
Offline
Posts: 1386
Joined: May 21st, 2011, 10:53 pm

Re: have '-' be more powerful

Post by fragmer »

BobKare - Adding a "reply to pm" shortcut was discussed before, and we couldnt agree on the exact command behavior. See: [1] [2]

For now, you will be able to reuse the last-entered player name in PM by typing "@- blah blah". That's about it.

Locked