Player joining game notification

Ideas for expansions and improvements to Defcon

Moderator: Defcon moderators

keepngoal
level1
level1
Posts: 26
Joined: Fri Oct 20, 2006 6:07 pm

Player joining game notification

Postby keepngoal » Tue Aug 07, 2007 3:37 pm

Similar to the nuke notification from the systray when defcon is minimized, a change in the systray icon when a player joins your game. This will allow you to do other things while waiting for others to join and be alerted so they don't sit there not knowing if anyone is active in the lobby.

EDIT: Also a DEFCON change notification would be useful.

- keep.
Last edited by keepngoal on Tue Aug 14, 2007 6:52 pm, edited 1 time in total.
User avatar
Feud
level5
level5
Posts: 5149
Joined: Sun Oct 08, 2006 8:40 pm
Location: Blackacre, VA

Postby Feud » Tue Aug 07, 2007 4:13 pm

I like it!
User avatar
Hyperion
level5
level5
Posts: 2102
Joined: Sun Dec 10, 2006 4:26 am
Location: England, UK

Postby Hyperion » Fri Aug 10, 2007 4:09 am

I hate it!












...SORRY i mean i like it too!...how difficult would it be to implement though? :?
User avatar
torq
level3
level3
Posts: 399
Joined: Mon Oct 16, 2006 6:28 pm
Location: Moscow, Russia

Postby torq » Fri Aug 10, 2007 10:16 am

Hyperion wrote:I hate it!


...SORRY i mean i like it too!...how difficult would it be to implement though? :?


1 line of code
NMO
User avatar
KingAl
level5
level5
Posts: 4138
Joined: Sun Sep 10, 2006 7:42 am

Postby KingAl » Fri Aug 10, 2007 10:32 am

torq wrote:1 line of code


That is a remarkably meaningless statement.
Gentlemen, you can't fight in here: this is the War Room!
Ultimate Uplink Guide
Latest Patch
User avatar
torq
level3
level3
Posts: 399
Joined: Mon Oct 16, 2006 6:28 pm
Location: Moscow, Russia

Postby torq » Fri Aug 10, 2007 11:37 am

KingAl wrote:
torq wrote:1 line of code


That is a remarkably meaningless statement.


It will take as much as one line of program code to implement joining notification of new players in system tray under Windows. The notification mechanism is already there (you're notified about launches and timer). Add just one more call to ShellNotifyIcon API and that's all.

It was the answer to the question about how difficult would it be to implement.
Last edited by torq on Fri Aug 10, 2007 11:40 am, edited 1 time in total.
NMO
User avatar
shinygerbil
level5
level5
Posts: 4667
Joined: Wed Dec 22, 2004 10:14 pm
Location: Out, finding my own food. Also, doing the shinyBonsai Manoeuvre(tm)
Contact:

Postby shinygerbil » Fri Aug 10, 2007 11:40 am

Some programming languages don't require newlines, you know.
Here is my signature. Make of it what you will.
Image
User avatar
torq
level3
level3
Posts: 399
Joined: Mon Oct 16, 2006 6:28 pm
Location: Moscow, Russia

Postby torq » Fri Aug 10, 2007 11:42 am

shinygerbil wrote:Some programming languages don't require newlines, you know.


BTW which language Defcon is written in? I suspect C++ (Still think it will be necessary to add a few lines :) )

You change your avatars quite often - is it worth the time?
NMO
User avatar
NeoThermic
Introversion Staff
Introversion Staff
Posts: 6256
Joined: Sat Mar 02, 2002 10:55 am
Location: ::1
Contact:

Postby NeoThermic » Fri Aug 10, 2007 11:48 am

torq wrote:
KingAl wrote:
torq wrote:1 line of code


That is a remarkably meaningless statement.


It will take as much as one line of program code to implement joining notification of new players in system tray under Windows. The notification mechanism is already there (you're notified about launches and timer). Add just one more call to ShellNotifyIcon API and that's all.

It was the answer to the question about how difficult would it be to implement.


Plus error checking, loading of the icon resource (you *do* have it already loaded right? No?) and code to make sure it's unloaded....

torq wrote:
shinygerbil wrote:Some programming languages don't require newlines, you know.


BTW which language Defcon is written in? I suspect C++ (Still think it will be necessary to add a few lines :) )

You change your avatars quite often - is it worth the time?


Defcon is C++, and shinygerbil, like me, has a dynamic avatar.

NeoThermic
User avatar
shinygerbil
level5
level5
Posts: 4667
Joined: Wed Dec 22, 2004 10:14 pm
Location: Out, finding my own food. Also, doing the shinyBonsai Manoeuvre(tm)
Contact:

Postby shinygerbil » Fri Aug 10, 2007 11:56 am

I use something similar to this. ;P
User avatar
KingAl
level5
level5
Posts: 4138
Joined: Sun Sep 10, 2006 7:42 am

Postby KingAl » Fri Aug 10, 2007 12:03 pm

Awww. I had this fantasy of you hunched over your keyboard, frantically changing avatar every few seconds.
Gentlemen, you can't fight in here: this is the War Room!

Ultimate Uplink Guide

Latest Patch
User avatar
torq
level3
level3
Posts: 399
Joined: Mon Oct 16, 2006 6:28 pm
Location: Moscow, Russia

Postby torq » Fri Aug 10, 2007 2:06 pm

KingAl wrote:Awww. I had this fantasy of you hunched over your keyboard, frantically changing avatar every few seconds.


So did I :) Never thought of dynamic avatars.

NeoThermic wrote:Plus error checking, loading of the icon resource (you *do* have it already loaded right? No?) and code to make sure it's unloaded....


Ok. I exagerrated a little. Would 20 lines of code satisfy your drive for accuracy?
NMO
User avatar
NeoThermic
Introversion Staff
Introversion Staff
Posts: 6256
Joined: Sat Mar 02, 2002 10:55 am
Location: ::1
Contact:

Postby NeoThermic » Fri Aug 10, 2007 8:28 pm

torq wrote:
KingAl wrote:Awww. I had this fantasy of you hunched over your keyboard, frantically changing avatar every few seconds.


So did I :) Never thought of dynamic avatars.

NeoThermic wrote:Plus error checking, loading of the icon resource (you *do* have it already loaded right? No?) and code to make sure it's unloaded....


Ok. I exagerrated a little. Would 20 lines of code satisfy your drive for accuracy?


20 lines?! Are you insane?! That's far too many!!! ;)

It wouldn't be trivial, but it wouldn't also be insanely difficult, so 20 might sound on the money.

NeoThermic
User avatar
Hyperion
level5
level5
Posts: 2102
Joined: Sun Dec 10, 2006 4:26 am
Location: England, UK

Postby Hyperion » Fri Aug 10, 2007 10:55 pm

*happens to love Shinygerbils changing avatars :D *
User avatar
shinygerbil
level5
level5
Posts: 4667
Joined: Wed Dec 22, 2004 10:14 pm
Location: Out, finding my own food. Also, doing the shinyBonsai Manoeuvre(tm)
Contact:

Postby shinygerbil » Sat Aug 11, 2007 1:33 am

Awwww you guys, C'MERE

*hugs*
Here is my signature. Make of it what you will.

Image

Return to “Think Tank”

Who is online

Users browsing this forum: No registered users and 11 guests