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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
f64ed67cc8
|
create and use sending socket
|
2005-02-26 02:59:23 +00:00 |
|
ehouse
|
f02926e59d
|
skeleton only.
|
2005-02-26 02:57:19 +00:00 |
|
ehouse
|
95ae231a79
|
log name of dict unable to open
|
2005-02-25 04:18:50 +00:00 |
|
ehouse
|
91a94660d9
|
hack around string concat issues. to be fixed later
|
2005-02-25 03:36:25 +00:00 |
|
ehouse
|
d42606ed23
|
add generated UID.cpp file
|
2005-02-17 14:47:03 +00:00 |
|
ehouse
|
49f84117fb
|
build bitmaps from info in specials (for Spanish)
|
2005-02-15 15:01:04 +00:00 |
|
ehouse
|
a6405c6c8a
|
change logfile extension so device more likely to open it.
|
2005-02-15 14:58:45 +00:00 |
|
ehouse
|
1368a95f32
|
change loc for file search
|
2005-02-12 03:01:13 +00:00 |
|
ehouse
|
9d4f351fe1
|
update to work with series 60 and 80 SDKs on linux
|
2005-02-08 06:59:06 +00:00 |
|
ehouse
|
cd1e81b6a9
|
comment stuff out to compile for series 60
|
2005-02-08 06:58:25 +00:00 |
|
ehouse
|
2a0d67c7e5
|
compile on both series
|
2005-02-08 06:05:18 +00:00 |
|
ehouse
|
85ab99ee33
|
include diff rsg files based on SERIES; comment out stuff that blocks
SERIES_60 compilation
|
2005-02-08 06:02:45 +00:00 |
|