Click here to Skip to main content
16,005,058 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Keyboard dialog Pin
SudhaShriram17-Nov-00 0:41
SudhaShriram17-Nov-00 0:41 
GeneralListCtrl w/ list view style Pin
Thomas Freudenberg14-Nov-00 2:54
Thomas Freudenberg14-Nov-00 2:54 
GeneralCopying vector arrays problem Pin
14-Nov-00 1:08
suss14-Nov-00 1:08 
GeneralRe: Copying vector arrays problem Pin
Erik Funkenbusch14-Nov-00 10:28
Erik Funkenbusch14-Nov-00 10:28 
GeneraliThis's gonna kill the server!! Pin
Baling13-Nov-00 23:39
Baling13-Nov-00 23:39 
GeneralRe: iThis's gonna kill the server!! Pin
14-Nov-00 4:22
suss14-Nov-00 4:22 
GeneralRe: iThis's gonna kill the server!! Pin
David Cunningham14-Nov-00 8:57
cofounderDavid Cunningham14-Nov-00 8:57 
GeneralRe: iThis's gonna kill the server!! Pin
21-Nov-00 3:24
suss21-Nov-00 3:24 
> but i'd like the server to have all positions in memory,
> clients send their new position if needed

Yes, and you need to make sure that the server takes care of colission detection and other stuff like that, so that the Server has the ultimate say on what happened, and when.

> One technique in particular is to divide the "world"
> into a number of zones that you move between.

Yes, but in an RTS game, (a similar idea) you might want to consider only sending updates to players that actually have something around them. For example, if your avatar is standing in the middle of the woods, with no other players in sight, there is no need for you to receive the locations/actions of every other player in the game (that also increases the cheat potential). You only need to know what is going on around you, and certain other items like transmissions from other teammates, "Base under attack", etc.

-=- James.
GeneralNTML/Proxy/WinInet/WinSock Pin
13-Nov-00 20:42
suss13-Nov-00 20:42 
Generalnot really a C++ question Pin
13-Nov-00 15:33
suss13-Nov-00 15:33 
GeneralRe: not really a C++ question Pin
14-Nov-00 5:36
suss14-Nov-00 5:36 
GeneralRe: not really a C++ question Pin
14-Nov-00 13:59
suss14-Nov-00 13:59 
GeneralIE favorites and Visual C++ Pin
13-Nov-00 11:27
suss13-Nov-00 11:27 
Generalc++ killer assignment please help Pin
Jimbo Jones13-Nov-00 9:57
Jimbo Jones13-Nov-00 9:57 
GeneralRe: c++ killer assignment please help Pin
Christian Graus13-Nov-00 13:51
protectorChristian Graus13-Nov-00 13:51 
GeneralRe: c++ killer assignment please help Pin
Jimbo Jones13-Nov-00 18:17
Jimbo Jones13-Nov-00 18:17 
GeneralMulti Platform Compatibility Pin
Arvind Pai13-Nov-00 7:42
Arvind Pai13-Nov-00 7:42 
GeneralRe: Multi Platform Compatibility Pin
Anders Molin13-Nov-00 9:47
professionalAnders Molin13-Nov-00 9:47 
GeneralRe: Multi Platform Compatibility Pin
Erik Funkenbusch13-Nov-00 12:12
Erik Funkenbusch13-Nov-00 12:12 
GeneralRe: Multi Platform Compatibility Pin
Michael Dunn13-Nov-00 15:39
sitebuilderMichael Dunn13-Nov-00 15:39 
GeneralRe: Multi Platform Compatibility Pin
14-Nov-00 5:32
suss14-Nov-00 5:32 
GeneralSmart Pointers Pin
Gerry13-Nov-00 5:44
Gerry13-Nov-00 5:44 
GeneralRe: Smart Pointers Pin
Erik Funkenbusch13-Nov-00 7:24
Erik Funkenbusch13-Nov-00 7:24 
GeneralRe: Smart Pointers Pin
Gerry13-Nov-00 22:39
Gerry13-Nov-00 22:39 
GeneralRe: Smart Pointers Pin
Erik Funkenbusch14-Nov-00 10:37
Erik Funkenbusch14-Nov-00 10:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.