ehouse
|
1586797fef
|
remove tabs indenting lines between ifdef and endif. For some reason
this was blocking some assignments.
|
2004-10-02 03:48:14 +00:00 |
|
ehouse
|
f13c0a3473
|
fix arm<->68K save/open problem by not relying on sizeof and saving
each field explicitly (as I already do everywhere else.)
|
2004-10-02 03:47:24 +00:00 |
|
ehouse
|
1f2b523958
|
HIRES is now on for both
|
2004-10-01 06:32:04 +00:00 |
|
ehouse
|
4b1924d9ee
|
flip rect before passing to list draw proc
|
2004-10-01 06:29:28 +00:00 |
|
ehouse
|
cceb68c831
|
separate highres support from screen resizing so can do only the former now
|
2004-10-01 01:40:47 +00:00 |
|
ehouse
|
aa85f6f9c3
|
handle LstSetDrawFunction manually
|
2004-10-01 01:35:22 +00:00 |
|
ehouse
|
12f2f35416
|
handle highres trap
|
2004-10-01 01:33:02 +00:00 |
|
ehouse
|
0edf2d970f
|
add highres functions; handle LstSetDrawFunction manually
|
2004-10-01 01:32:10 +00:00 |
|
ehouse
|
d954366332
|
turn on HIGHRES
|
2004-10-01 01:27:18 +00:00 |
|
ehouse
|
96a241c7d3
|
reject message with wrong connID
|
2004-10-01 01:25:55 +00:00 |
|
ehouse
|
5eea4644e2
|
first player robot again by default
|
2004-09-30 13:51:29 +00:00 |
|
ehouse
|
80cc53eb11
|
fix endienness problem for game id
|
2004-09-30 13:43:07 +00:00 |
|
ehouse
|
b7f847194e
|
fix help message
|
2004-09-30 01:49:46 +00:00 |
|
ehouse
|
f2f45e3e28
|
handle SysNotifyRegister manually (including 68K stub, but without
converting fields of structs pointed to by notifyDetailsP; also remove
excess logging.
|
2004-09-30 01:12:43 +00:00 |
|
ehouse
|
f14f1acfe9
|
handle SysNotifyRegister manually
|
2004-09-30 01:06:37 +00:00 |
|
ehouse
|
c50fc5f37a
|
swap shorts in prefs; workaround wierd codegen/pose bug; put break
back where accidentally removed.
|
2004-09-29 13:23:06 +00:00 |
|
ehouse
|
c73525aed8
|
pad struct to 4 bytes so ARM and 68K size are the same
|
2004-09-29 13:17:15 +00:00 |
|
ehouse
|
57b7d411fe
|
restore warnings; don't reserve r8 since we don't use it
|
2004-09-29 01:09:13 +00:00 |
|
ehouse
|
c6d2bbc38f
|
cleanup; don't touch string ptrs after pass to LstSetListChoices;
store strings in single block so can dispose.
|
2004-09-29 01:07:53 +00:00 |
|
ehouse
|
57c05dc8c0
|
handle LstSetListChoices manually
|
2004-09-29 01:03:49 +00:00 |
|
ehouse
|
e5e304ccca
|
cleanup
|
2004-09-29 00:59:48 +00:00 |
|
ehouse
|
a21894c1e2
|
don't auto-swap FieldAttrType
|
2004-09-28 01:13:09 +00:00 |
|
ehouse
|
98f07c2ca6
|
silence warning
|
2004-09-28 01:11:55 +00:00 |
|
ehouse
|
c1c5dd3266
|
fix sizeof crash on ARM
|
2004-09-28 01:09:22 +00:00 |
|
ehouse
|
1f79b176ea
|
work around prc-tools problem by adding entry point without GOT reference.
|
2004-09-28 01:06:14 +00:00 |
|
ehouse
|
38c638d671
|
switch to prc-tools; re-enable show-progress
|
2004-09-28 01:05:18 +00:00 |
|
ehouse
|
77f543e863
|
fix for 4-byte nodes on ARM
|
2004-09-28 01:03:48 +00:00 |
|
ehouse
|
38a4170fe0
|
cleanup; fix for 4-byte nodes on ARM
|
2004-09-28 01:03:07 +00:00 |
|
ehouse
|
71e9d715f3
|
cleanup
|
2004-09-24 01:47:34 +00:00 |
|
ehouse
|
baabc47f48
|
build with 68K and ARM in same .prc (menu allows choice)
|
2004-09-24 01:38:36 +00:00 |
|
ehouse
|
7f38e98a0b
|
fix cast
|
2004-09-24 01:37:30 +00:00 |
|
ehouse
|
650ccbf0ca
|
no robots for a while
|
2004-09-24 01:35:54 +00:00 |
|
ehouse
|
7f17483c89
|
tweaks to aid ARM debugging
|
2004-09-24 01:33:48 +00:00 |
|
ehouse
|
7157768632
|
new function
|
2004-09-24 01:28:11 +00:00 |
|
ehouse
|
a44cc2df3c
|
build with 68K and ARM in same .prc
|
2004-09-24 01:27:41 +00:00 |
|
ehouse
|
d5e42b8a73
|
build with 68K and ARM in same .prc (menu allows choice)
|
2004-09-24 01:22:25 +00:00 |
|
ehouse
|
229ec88ef3
|
build with 68K and ARM in same .prc
|
2004-09-24 01:21:42 +00:00 |
|
ehouse
|
2f5cf27880
|
pass -w to arm-elf-gcc to stop Palm header warnings (temp!)
|
2004-09-24 01:16:08 +00:00 |
|
ehouse
|
f25ecbed9c
|
remove unused gadget
|
2004-09-23 02:28:47 +00:00 |
|
ehouse
|
018aa34fd6
|
add ntohl etc for ARM
|
2004-09-23 02:27:49 +00:00 |
|
ehouse
|
342e375626
|
very preliminary logging to debug
|
2004-09-23 02:26:50 +00:00 |
|
ehouse
|
1cb340cf95
|
don't save prefs (for now)
|
2004-09-23 02:20:53 +00:00 |
|
ehouse
|
3b5222d5f6
|
use Ftr for globals rather than gadget
|
2004-09-23 02:19:04 +00:00 |
|
ehouse
|
8a83f36368
|
write copiers for structs used in APIs; add name of func following
code in debug build Mac-style
|
2004-09-23 02:15:15 +00:00 |
|
ehouse
|
b142d52545
|
write copiers for structs used in APIs
|
2004-09-23 02:13:53 +00:00 |
|
ehouse
|
4898c89748
|
major rewrite. Covers nearly all functions now.
|
2004-09-23 02:11:29 +00:00 |
|
ehouse
|
90427fe1dc
|
two new functions
|
2004-09-23 02:05:53 +00:00 |
|
ehouse
|
5a9bd351be
|
better -D passing
|
2004-09-23 02:05:07 +00:00 |
|
ehouse
|
638112600d
|
new syntax for gen_pace.pl
|
2004-09-23 01:59:53 +00:00 |
|
ehouse
|
2298f959e4
|
for debugging, print stack ptr at entry
|
2004-09-21 05:00:57 +00:00 |
|