ehouse
|
415148e771
|
tweaks to compile both standalone and for relay use. Remember: Symbian
code hasn't been run in over a year.
|
2006-09-23 20:40:36 +00:00 |
|
ehouse
|
5f8ba8a570
|
get symbian compiling. Untested.
|
2006-07-22 16:04:39 +00:00 |
|
ehouse
|
cb05850fe3
|
Catch up with draw.h API changes (mostly just adding consts)
|
2006-04-04 02:43:12 +00:00 |
|
ehouse
|
92485783af
|
update email address in header comments: no code change
|
2006-01-08 01:25:02 +00:00 |
|
ehouse
|
ff12881ffd
|
silence compiler warning
|
2005-10-16 01:15:49 +00:00 |
|
ehouse
|
07a1894c6e
|
implement heartbeat timer required for relay
|
2005-10-06 02:49:50 +00:00 |
|
ehouse
|
f7443c9f7f
|
catch symbian up with api changes -- but still need to set timers
before it'll talk to relay.
|
2005-10-02 16:40:16 +00:00 |
|
ehouse
|
3d0530d30d
|
fix crash by initing in right place. (modified and checked in from 9300)
|
2005-04-22 13:49:33 +00:00 |
|
ehouse
|
343e97a9ea
|
catch up with interface change
|
2005-04-21 03:43:03 +00:00 |
|
ehouse
|
576e2ec447
|
finally check in bitmap drawing; tweak font selection to look better
on device.
|
2005-04-21 01:09:46 +00:00 |
|
ehouse
|
c5674701b9
|
catch up with api changes
|
2005-04-03 04:13:09 +00:00 |
|
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 |
|