Search found 1225 matches

by fragmer
October 10th, 2012, 1:02 pm
Forum: Resolved Bugs and Requests
Topic: [FIXED] MCForge level loading not functioning correctly
Replies: 6
Views: 7918

Re: MCForge level loading not functioning correctly

Fixed in 0.636. Thanks again for reporting.
by fragmer
October 10th, 2012, 1:01 pm
Forum: Resolved Bugs and Requests
Topic: [FIXED] IRC bot gets stick /nick'ing
Replies: 5
Views: 7296

Re: Rare IRC Bug

Oh, I forgot all about this bug. I'll go back to look at it. Thanks for reminding me.
by fragmer
October 9th, 2012, 1:26 am
Forum: Suggestions
Topic: Scrollbar fix to the ServerGui.
Replies: 1
Views: 5085

Re: Scrollbar fix to the ServerGui.

It'd be a big improvement, but also surprisingly hard to pull off. Console was designed with single-threaded applications in mind (so program is either reading or writing text, not both at the same time). To change the way it works, I have to re-create a big chunk of existing functionality. That mea...
by fragmer
October 9th, 2012, 1:13 am
Forum: Resolved Bugs and Requests
Topic: [FIXED] MCForge level loading not functioning correctly
Replies: 6
Views: 7918

Re: MCForge level loading not functioning correctly

I wonder if that's a recent change, or if it's been that way all along. I could've sworn that it functioned properly before...
by fragmer
October 7th, 2012, 6:37 am
Forum: Resolved Bugs and Requests
Topic: [FIXED] MCForge level loading not functioning correctly
Replies: 6
Views: 7918

Re: MCForge level loading not functioning correctly

I'm looking into it; thanks for taking the time to report a problem
by fragmer
October 6th, 2012, 1:04 pm
Forum: Support
Topic: Server problem - {Zenkix}
Replies: 3
Views: 6247

Re: Server problem - {Zenkix}

Although the error is cut off in zenkix's post, I'm guessing he got an UnauthorizedAccessException. Here are some possible reasons, in order of decreasing likelihood: Running fCraft from a protected system directory (e.g. Windows or ProgramFiles folder) while using a non-administrative user account....
by fragmer
October 3rd, 2012, 7:57 pm
Forum: Modding
Topic: Using emoticons in fCraft
Replies: 6
Views: 9762

Re: Using emoticons in fCraft

An official implementation of emotes in Minecraft is coming soon.

EDIT: And done.
by fragmer
October 1st, 2012, 2:32 am
Forum: Bugs
Topic: IRC: Change Nick not showing.
Replies: 2
Views: 5705

Re: IRC: Change Nick not showing.

It's showing normally for me. I can't reproduce the bug. What IRC network are you on?
by fragmer
October 1st, 2012, 2:28 am
Forum: Resolved Bugs and Requests
Topic: [FIXED] rank reason doesn't display after using /setinfo rr
Replies: 1
Views: 5511

Re: rank reason doesn't display after using /setinfo rankrea

Fixed internally
fCraft /branch-0.60x/ r1795 wrote:RankChangeReason is now shown as a "Rank note" in /Info, even if no other data (PreviousRank/RankChangedBy/RankChangeDate) exists (thanks Wundsalz).
by fragmer
October 1st, 2012, 12:22 am
Forum: Suggestions
Topic: More additions to Setinfo.
Replies: 18
Views: 17113

Re: More additions to Setinfo.

Alright, I'll add "/SetInfo <Name> IP"
by fragmer
September 30th, 2012, 12:31 am
Forum: Suggestions
Topic: Have /ignore only affect in-game players
Replies: 3
Views: 6435

Re: Have /ignore only affect in-game players

Use this technique to restrict /Ignore to in-game players only.
by fragmer
September 26th, 2012, 3:30 am
Forum: General Chat
Topic: fCraft software updates (as applied to Freebuild)
Replies: 152
Views: 124624

Re: fCraft software updates (as applied to Freebuild)

September 26 patch notes (0.633 pre) Fix: Fixed /ZMark being spammy (thanks ruggedbear). Fix: Binding "air" block to something now works as expected (deleted blocks are replaced with the binding) (thanks Hellenion). Fix: Added HeartbeatSaver.exe to UpdateInstaller.exe and list of protecte...
by fragmer
September 22nd, 2012, 11:34 pm
Forum: Modding
Topic: Player Boolean Flags.
Replies: 2
Views: 5518

Re: Player Boolean Flags.

PlayerInfo objects are saved to PlayerDB.txt files, one line per player. Basically it's a variant CSV/comma-separated-values flatfile. I usually advise people against adding fields to their copies of fCraft. If you add a field, and I later add another field to an official release of fCraft, it would...
by fragmer
September 19th, 2012, 2:31 am
Forum: Modding
Topic: invoking "UndoPlayer"
Replies: 1
Views: 4870

Re: invoking "UndoPlayer"

Well, I suggest taking a look at the source code of /UndoPlayer command ;) Basically, what you want to do is: Get your World and target's PlayerInfo objects ready. Use one of the world.BlockDB.Lookup overloads to get a list of changes to undo. If any changes were found, launch a BlockDBDrawOperation...
by fragmer
September 18th, 2012, 2:05 pm
Forum: Resolved Bugs and Requests
Topic: [FIXED] Irrelevant text after using /zmark
Replies: 1
Views: 4470

Re: [FIXED] Irrelevant text after using /zmark

Fixed internally (r1775 /branch-0.60x/)
by fragmer
September 18th, 2012, 2:04 pm
Forum: Resolved Bugs and Requests
Topic: [FIXED] Missing Tooltips
Replies: 1
Views: 4692

Re: Missing Tooltips

Fixed internally (r1775 /branch-0.60x/)
by fragmer
September 18th, 2012, 12:40 pm
Forum: Resolved Bugs and Requests
Topic: [FIXED] /Bind 0 x doesn't show
Replies: 1
Views: 4482

Re: /Bind 0 x doesn't show

Fixed!
fcraft: fragmer * r1774 /branch-0.60x/ (3 files in 3 dirs): Binding "air" block to something now works as expected (deleted blocks are replaced with the binding).
by fragmer
September 18th, 2012, 12:31 pm
Forum: Resolved Bugs and Requests
Topic: [FIXED] Long messages cut off on IRC.
Replies: 2
Views: 5278

Re: [FIXED] Long messages cut off on IRC.

Fixed in 0.630 (forgot to update this thread).
by fragmer
September 18th, 2012, 12:24 pm
Forum: Resolved Bugs and Requests
Topic: [FIXED] client crash on using /paste after rotating a copy
Replies: 2
Views: 5794

Re: client crash on using /paste after rotating a copy

Fixed in r1774; freebuild restarted.
by fragmer
September 18th, 2012, 12:24 pm
Forum: Resolved Bugs and Requests
Topic: [FIXED] /mirror stopped working
Replies: 2
Views: 6054

Re: /mirror stopped working

Fixed in r1774; freebuild restarted.
by fragmer
September 17th, 2012, 11:56 am
Forum: Suggestions
Topic: A little change to !
Replies: 3
Views: 6279

Re: A little change to !

I'll look into it.
by fragmer
September 14th, 2012, 8:30 pm
Forum: General Chat
Topic: fCraft software updates (as applied to Freebuild)
Replies: 152
Views: 124624

Re: fCraft development updates

@Intertoothh - see "Command Tips" on the fCraft wiki . September 14 patch notes (0.632 final) I omitted some changes that don't matter to our server specifically, see wiki for full changelog. Feature: Added a way to specify scale/turbulence/seed for cloudy brush. Feature: IRC chat is now l...
by fragmer
September 14th, 2012, 2:39 pm
Forum: Modding
Topic: DisplayedName search engine
Replies: 2
Views: 5675

Re: DisplayedName search engine

If you want to utilize same sorting order for the results that PlayerDB uses internally (by online status, then by rank, then by time-since-last-seen), save results to array and use following: Array.Sort( yourInfosArray, new PlayerInfoComparer( player ) ) (Player object is required as an argument to...
by fragmer
September 12th, 2012, 9:11 pm
Forum: Resolved Bugs and Requests
Topic: [DONE] Modification to /Where
Replies: 1
Views: 4993

Re: Modification to /Where

Aaand done.
fCraft /branch-0.60x/ r1762 wrote:/Where command now only requires ViewOthersInfo permission to see other players' whereabouts. It can be used by anyone on self.
by fragmer
September 12th, 2012, 1:45 am
Forum: Suggestions
Topic: /Straight
Replies: 11
Views: 11840

Re: /Straight

by fragmer
September 10th, 2012, 9:15 pm
Forum: Suggestions
Topic: Staff IRC channel
Replies: 6
Views: 9484

Re: Staff IRC channel

(Note that modded copies of fCraft are not supported. Use at your own risk.)
by fragmer
September 10th, 2012, 2:14 am
Forum: Support
Topic: How to tell whose displayed name belongs to whom.
Replies: 2
Views: 6460

Re: How to tell whose displayed name belongs to whom.

There is no easy way to check whose displayedname belongs to whom.

Also, related posts: [1] [2]
by fragmer
September 9th, 2012, 10:38 pm
Forum: Resolved Bugs and Requests
Topic: [REJECTED] /copynot
Replies: 8
Views: 15733

Re: /copynot

Anything that would be possible with /copynot is already possible with /PasteNot and /PasteNotX
by fragmer
September 9th, 2012, 8:09 pm
Forum: Bugs
Topic: /rinfo Wrong error message
Replies: 4
Views: 7295

Re: /rinfo Wrong error message

It's not a bug, it's a lack of a feature :P