Commit graph

217 commits

Author SHA1 Message Date
ehouse
3e476b3771 use system APIs to find stuff in app directory rather than hard coding
path.  Use system apis to find uniquie file names for games.
2005-03-26 03:25:44 +00:00
ehouse
663b3cc1a7 use c: drive, not z:, for uniformity with native version 2005-03-26 03:16:55 +00:00
ehouse
02c71850ee let socket server know how many connections to expect 2005-03-23 05:48:11 +00:00
ehouse
cf271c4411 fix shutdown panic by disposing fonts 2005-03-23 05:47:19 +00:00
ehouse
f069c4c2dc "dead" is not a option for players 2005-03-21 05:29:08 +00:00
ehouse
d82f467479 load and save remote/local field 2005-03-21 05:28:27 +00:00
ehouse
f78ebee08b display remote players names in [] on scoreboard 2005-03-20 21:06:23 +00:00
ehouse
5eba6f5511 keep queue of incoming packets since new ones arrive before old can be
processed.  With this fix a complete robot-vs-robot game works between
9300 and gtk version over relay.
2005-03-20 21:05:41 +00:00
ehouse
a02feee3b9 fix stream creation to include channelNo; correctly return success
from sym_send; fix to build in standalone case.
2005-03-20 19:55:49 +00:00
ehouse
d0441ee1e3 fix runl to reset after error so we'll try again, e.g. after first
using a hostname that doesn't resolve.
2005-03-20 19:52:21 +00:00
ehouse
105e5ed8ca move unused var 2005-03-20 19:49:08 +00:00
ehouse
848552dfe4 wins binary dir name changed 2005-03-20 19:48:14 +00:00
ehouse
dd3222ddbd resend messages menu item 2005-03-20 19:47:47 +00:00
ehouse
8181d03aac MakeSimpleStream needs channelno param 2005-03-20 19:47:07 +00:00
ehouse
10ae6d1f1e add XP_LD to correctly log 32-bit vals 2005-03-20 19:46:20 +00:00
ehouse
df68184819 add ResetState 2005-03-20 19:45:43 +00:00
ehouse
94b03dcd5d add relay/ dir; tweak for debugging inside M$VS 2005-03-20 19:45:19 +00:00
ehouse
7559c87e1a add some wins temp files 2005-03-20 19:44:07 +00:00
ehouse
e6abaaea98 add cookie field 2005-03-19 22:30:39 +00:00
ehouse
6212e4379b Connect using address passed in. Other cleanup around relay use, name
changes, etc.
2005-03-19 22:28:55 +00:00
ehouse
9b66f40d78 tweak CIdle timer use to handle incoming packets so these don't have
to be handled from within socket handler's RunL.  Other cleanup around
relay use, name changes, etc.
2005-03-19 22:27:59 +00:00
ehouse
7503282e27 tweak CIdle timer use to handle incoming packets so these don't have
to be handled from within socket handler's RunL.
2005-03-19 22:21:55 +00:00
ehouse
a8ab94d182 add cookie field 2005-03-19 22:20:16 +00:00
ehouse
e57f5e1ab2 param name fix 2005-03-19 22:19:32 +00:00
ehouse
261b03c5a5 -I relay/ 2005-03-19 22:17:23 +00:00
ehouse
70b45e11c5 catch up with API change 2005-03-15 15:29:17 +00:00
ehouse
229d615e84 comment out overly-verbose logging 2005-03-09 15:19:40 +00:00
ehouse
75ae636807 remove unused file 2005-03-09 15:09:24 +00:00
ehouse
d22f34c713 add sym_util_addrChange 2005-03-09 15:06:14 +00:00
ehouse
4ca237cb32 fold reading into send socket. Now receives packets from relay,
though things break down after a few moves.
2005-03-09 15:04:28 +00:00
ehouse
26f532bcf1 fold reading into send socket 2005-03-09 14:51:11 +00:00
ehouse
840f8c273a add symrsock; begin separating DEBUG and non- targets 2005-03-03 15:31:11 +00:00
ehouse
1a420d3f5f open socket for incomming, and provide callback to get incomming data
to comms.  Doesn't work yet, likely because of firewall issues, so
simple UDP may not be the answer.
2005-03-03 15:29:59 +00:00
ehouse
1879a23c34 first checked in. Untested since I can't get packets to the device
from outside the carrier's firewall.
2005-03-03 15:28:24 +00:00
ehouse
58eba68c1b cleanup 2005-03-03 15:26:19 +00:00
ehouse
8ffb617a17 open socket for incomming, and provide callback to get incomming data
to comms.  Doesn't work yet, likely because of firewall issues, so
simple UDP may not be the answer.
2005-03-03 15:24:53 +00:00
ehouse
c8b87e64f7 add sym_util_listenPortChange 2005-03-03 02:17:46 +00:00
ehouse
ca8237fe89 turn on BEYOND_IR 2005-03-02 15:01:47 +00:00
ehouse
3b899427d5 remove define that should be passed in as -D 2005-03-01 13:55:58 +00:00
ehouse
0e347790ba add socket-related libs 2005-03-01 13:54:50 +00:00
ehouse
1555e99a74 SetActive call required 2005-03-01 13:53:41 +00:00
ehouse
0e3e09eba9 initial null addr rec is normal; deal with it 2005-03-01 01:14:34 +00:00
ehouse
484fb9a631 add a bunch of methods toward actually sending something. 2005-03-01 01:13:05 +00:00
ehouse
0e9b5d6ee6 add a bunch of logging, temporarily, since this is often where
resource problems show themselves
2005-03-01 01:11:58 +00:00
ehouse
db8d98835f add a bunch of ivars and methods toward actually sending something. 2005-03-01 01:10:30 +00:00
ehouse
eae9c1ebb9 cleanup 2005-03-01 01:08:06 +00:00
ehouse
db2becd29e add clean_state target 2005-02-27 20:09:05 +00:00
ehouse
03527d0f97 wrong format string descriptor 2005-02-27 20:08:31 +00:00
ehouse
61961f3bcf passing wrong name to open 2005-02-27 20:07:05 +00:00
ehouse
7bb8787a63 use upload var if present; clean up STANDALONE_ONLY var 2005-02-26 03:00:37 +00:00