Forum: Classic Bugs and suggestions
07-19-2012, 11:32 PM
|
|
Replies: 63
Views: 68,179
|
Forum: PlayerWorlds Main Forum
07-19-2012, 02:53 PM
|
|
Replies: 20
Views: 7,219
|
Forum: PlayerWorlds Main Forum
07-19-2012, 02:33 PM
|
|
Replies: 20
Views: 7,219
|
Forum: Classic Bugs and suggestions
07-19-2012, 05:37 AM
|
|
Replies: 63
Views: 68,179
|
Forum: Code Gallery
07-18-2012, 06:34 AM
|
|
Replies: 15
Views: 9,809
|
Forum: N-Pulse Main Forum
07-17-2012, 04:04 AM
|
|
Replies: 31
Views: 5,233
|
Forum: Graphic Design
07-10-2012, 02:40 PM
|
|
Replies: 1,191
Views: 733,219
|
Forum: Code Gallery
07-04-2012, 08:10 PM
|
|
Replies: 25
Views: 8,583
|
Forum: PlayerWorlds Main Forum
06-26-2012, 05:28 PM
|
|
Replies: 25
Views: 6,681
|
Forum: Future Improvements
06-22-2012, 11:25 PM
|
|
Replies: 13
Views: 2,825
|
Forum: Future Improvements
06-20-2012, 05:05 AM
|
|
Replies: 13
Views: 2,825
|
Forum: Future Improvements
06-19-2012, 03:13 AM
|
|
Replies: 13
Views: 2,825
His problem is that the client and server have...
His problem is that the client and server have different positions. He moves the NPC clientside and because of that the trigger can no longer be sent from the server to the client. The only solution...
|
Forum: Era Main Forum
06-13-2012, 02:32 AM
|
|
Replies: 9
Views: 2,281
Donut is a made up word. Doughnut is the canon...
Donut is a made up word. Doughnut is the canon term.
I flipped the **** out when my school had a spelling bee in middle school and said a kid spelled "doughnut" incorrectly when he spelled it as...
|
Forum: Classic Main Forum
06-12-2012, 05:24 PM
|
|
Replies: 56
Views: 7,194
|
Forum: Your opinion
06-11-2012, 03:23 PM
|
|
Replies: 16
Views: 20,531
Well.. You could write an in-browser Java app...
Well.. You could write an in-browser Java app that acts like a proxy and converts the TCP to UDP.. Hacky, but it'll work for sure. Not sure what the benefits would be, though, since latency would be...
|
Forum: Your opinion
06-11-2012, 03:06 PM
|
|
Replies: 16
Views: 20,531
You don't need to use UDP on a peer-to-peer...
You don't need to use UDP on a peer-to-peer basis. UDP is available on every computer for a server-client relationship. It wouldn't work on Flash, like you said, because only TCP is exposed, but it...
|
Forum: Your opinion
06-11-2012, 12:08 AM
|
|
Replies: 16
Views: 20,531
|
Forum: Your opinion
06-10-2012, 10:08 PM
|
|
Replies: 16
Views: 20,531
Blame TCP. Like WD said, with UDP you can...
Blame TCP. Like WD said, with UDP you can implement your own reliability layer, and select which packets should be handled as reliable or unreliable, and have different reliable streams with...
|
Forum: Birthday Forum
06-10-2012, 08:38 PM
|
|
Replies: 22
Views: 1,980
|
Forum: Future Improvements
06-10-2012, 08:22 PM
|
|
Replies: 13
Views: 2,825
Graal sends positional data as a byte for...
Graal sends positional data as a byte for triggeractions. One byte is a value between 0-255.
Graal packs the positional data into a single byte per axis, so you have limited accuracy. 20.4 is...
|
Forum: NPC Scripting
06-07-2012, 09:38 PM
|
|
Replies: 4
Views: 5,143
|
Forum: NPC Scripting
06-07-2012, 08:02 PM
|
|
Replies: 18
Views: 10,374
|
Forum: NPC Scripting
06-07-2012, 07:27 PM
|
|
Replies: 18
Views: 10,374
|
Forum: NPC Scripting
06-07-2012, 01:28 PM
|
|
Replies: 18
Views: 10,374
|
Forum: NPC Scripting
06-07-2012, 03:49 AM
|
|
Replies: 9
Views: 4,089
I dunno, the most advanced things in there are...
I dunno, the most advanced things in there are references to absolute values and exponents.. Both of which are covered in 7th grade pre-algebra. It's your own fault if you can't comprehend it,...
|