lookin' good - any chances you're going to implement the server browser similar to natf2?
i have plenty of ideas for extra sidebar features, this being one of them
the priority right now is making the baseline implementation rock solid though
the priority right now is making the baseline implementation rock solid though
turts is always one of the first dude to try new stuff out.
I figure i'll list a bunch of suggestions I like or have heard so they're all in one place, perhaps others will add onto it.
Sidebar
•Streams
•News from all major locations, esea/etf2l/extv/w.e. ability to filter out what sources people want news listed from
•Server list
•https://dl.dropbox.com/u/1239970/gotfrag_update_suggestion.png
(allow people to change what games they want to be listed in the Update log)
(you'd probably need to consolidate a list of game app id's that way you can RSS feed and link to the proper change log - ie tf2 is app/440, http://store.steampowered.com/news/?feed=steam_updates&appids=440 )
Preferences
•Allow people to filter what they want shown on the sidebar.
[x] News
[ ] Streams
[x] Servers
Calendar
•Have a calendar that lists all matches (invite/IM at the very least) with either STV connect strings, or a link to the match page for people to get it that way.
•Give accomplished streamers the ability to mark a match in a certain color so people can easily see what match is being streamed by who and when. The reason I would only allow "known" streamers to use this is to cut down on any potential trolling of the calender.
atf2.org functionality
just a bunch of ideas that came to mind when thinking back to what people have suggested.
Sidebar
•Streams
•News from all major locations, esea/etf2l/extv/w.e. ability to filter out what sources people want news listed from
•Server list
•https://dl.dropbox.com/u/1239970/gotfrag_update_suggestion.png
(allow people to change what games they want to be listed in the Update log)
(you'd probably need to consolidate a list of game app id's that way you can RSS feed and link to the proper change log - ie tf2 is app/440, http://store.steampowered.com/news/?feed=steam_updates&appids=440 )
Preferences
•Allow people to filter what they want shown on the sidebar.
[x] News
[ ] Streams
[x] Servers
Calendar
•Have a calendar that lists all matches (invite/IM at the very least) with either STV connect strings, or a link to the match page for people to get it that way.
•Give accomplished streamers the ability to mark a match in a certain color so people can easily see what match is being streamed by who and when. The reason I would only allow "known" streamers to use this is to cut down on any potential trolling of the calender.
atf2.org functionality
tf2demos.com & tf2huds.com
just a bunch of ideas that came to mind when thinking back to what people have suggested.
Does this place have the gotfrag swear filter?
Fuck
Fuck
Better hurry and register all the names from the good ol' days
can we get a 'floating' recent discussion sidebar like esea?
Greasemonkey script for floating left bar (just css edit which IMO looks a lot cleaner than a jscript scroller). If you want right bar add
document.getElementById('inner-col-right').style.position = 'fixed';
but some of the community news gets cut off. If you wanna be fancy calculate how much you've scrolled and it can auto position it to the top of the browser once you scroll X pixels.
// ==UserScript==
// @name tftv dev
// @namespace hello
// @description floatbar
// @include http://teamfortress.tv/*
// ==/UserScript==
var lbar = document.getElementById('inner-col-left');
lbar.style.position = 'fixed';
Oh yeah I should help put in quote parsing/style because we don't have it yet.
document.getElementById('inner-col-right').style.position = 'fixed';
but some of the community news gets cut off. If you wanna be fancy calculate how much you've scrolled and it can auto position it to the top of the browser once you scroll X pixels.
[quote]
// ==UserScript==
// @name tftv dev
// @namespace hello
// @description floatbar
// @include http://teamfortress.tv/*
// ==/UserScript==
var lbar = document.getElementById('inner-col-left');
lbar.style.position = 'fixed';
[/quote]
Oh yeah I should help put in quote parsing/style because we don't have it yet.
Could you make it so click-able links open in a new tab?