Commit Graph

3571 Commits

Author SHA1 Message Date
Matthew Flatt
7e08f36804 simpler API for door games
svn: r4789
2006-11-06 02:01:57 +00:00
Robby Findler
bd1aaac077 fixed bug Jens Axel mentioned recently on plt-internal
svn: r4788
2006-11-06 00:38:41 +00:00
John Clements
434b579d2f ...
svn: r4785
2006-11-05 17:43:45 +00:00
John Clements
311caf733e fixed bugs
svn: r4784
2006-11-05 17:43:07 +00:00
John Clements
517bec65c8 top-level-begin requires different stepper annotation
svn: r4783
2006-11-05 16:54:23 +00:00
Eli Barzilay
5510304f9c Welcome to a new PLT day.
svn: r4782
2006-11-05 08:50:02 +00:00
Shu-Yu Guo
eaf71a272a typos, name tests for opt/c.
svn: r4781
2006-11-05 06:45:58 +00:00
Jay McCarthy
9f2578e0f8 up
svn: r4780
2006-11-05 04:16:44 +00:00
Robby Findler
18288da493 add tail call behavior test for -> contract
svn: r4779
2006-11-05 02:06:19 +00:00
Carl Eastlund
22fd8f51cc Added tracing capabilities to mzscheme's class system.
- class-internal.ss exports two versions (traced/untraced) of macros/functions
- classidmap.ss provides expansion to both forms (traced/untraced)
- class-traced.ss exports traced versions
- class.ss (unchanged) exports untraced versions
- class-events.ss contains hooks called by traced version
Functionality will be used by tool to be released via PLaneT.

svn: r4778
2006-11-04 20:46:52 +00:00
Eli Barzilay
ac640eef71 Welcome to a new PLT day.
svn: r4776
2006-11-04 08:50:02 +00:00
Shu-Yu Guo
bd0b34a9ac - refactored opt/c to its own struct/prop
- moved opters next to their respective original contracts where possible
  - the rest moved to contract-basic-opters.ss to avoid module cycle
- fixed some typos

svn: r4774
2006-11-04 05:02:57 +00:00
John Clements
4cfa7addc3 small bug in shared.ss
svn: r4772
2006-11-03 23:17:49 +00:00
Matthew Flatt
eea7a2376c turn off zero-suspend-break assertion
svn: r4770
2006-11-03 21:53:11 +00:00
Matthew Flatt
67fd787c3a PR 8371
svn: r4769
2006-11-03 21:43:03 +00:00
Eli Barzilay
616d6b80c8 quick fix
svn: r4768
2006-11-03 21:21:57 +00:00
Eli Barzilay
76bdd05167 removed debugging code
svn: r4766
2006-11-03 20:27:39 +00:00
Eli Barzilay
4c94fd0305 Previous commit was using an old version by mistake, new one fixes the PR and deals with double-click too
svn: r4765
2006-11-03 19:31:38 +00:00
Robby Findler
1effeb6a7c svn: r4764 2006-11-03 18:46:43 +00:00
John Clements
b9e97afc4c changed syntax-property to stepper-syntax-property
svn: r4763
2006-11-03 18:28:43 +00:00
John Clements
96d857dcd0 changed syntax-property to stepper-syntax-property
svn: r4762
2006-11-03 18:15:16 +00:00
John Clements
0d7c25bbb8 changing to stepper-syntax-property
svn: r4761
2006-11-03 17:12:04 +00:00
Eli Barzilay
161046127f Welcome to a new PLT day.
svn: r4760
2006-11-03 15:14:29 +00:00
Eli Barzilay
21a4ed332e More expected language dialog behavior wrt keyboard use
svn: r4759
2006-11-03 15:13:34 +00:00
Eli Barzilay
e69c62efde simplify code (no need for vector)
svn: r4756
2006-11-03 00:30:33 +00:00
Eli Barzilay
6c388f5fce move profj up to the top of the experimental languages
svn: r4754
2006-11-02 22:38:09 +00:00
Matthew Flatt
03ffe8ec6e more port-read-handler tests
svn: r4753
2006-11-02 21:35:49 +00:00
Matthew Flatt
c3c82e304d allow EOF result from port read handler; patch from Lauri Alanko, PR 8369
svn: r4752
2006-11-02 21:35:34 +00:00
Eli Barzilay
8e8f780b4c Welcome to a new PLT day.
svn: r4750
2006-11-02 08:50:01 +00:00
Robby Findler
c577c8080c fixed PR 8359
svn: r4749
2006-11-02 04:30:56 +00:00
Robby Findler
9a5eced27b fixed PR 8368
svn: r4748
2006-11-02 04:13:52 +00:00
Matthew Flatt
405a5a2751 add missing refreshes
svn: r4747
2006-11-02 03:16:51 +00:00
Matthew Flatt
86f9de0b41 fix handling of improper lists in the code macro
svn: r4746
2006-11-02 03:16:19 +00:00
Matthew Flatt
0adaa9e162 fix terminology in maze errors, and add support for bitmap snips along with bitmaps
svn: r4744
2006-11-01 23:05:32 +00:00
Matthew Flatt
33e75ab6ec use new get-argb-pixels to convert bitmap to GL
svn: r4743
2006-11-01 23:04:12 +00:00
Matthew Flatt
166f2ea539 some trait tests
svn: r4742
2006-11-01 23:02:36 +00:00
Matthew Flatt
d863eac492 allow fields in a trait
svn: r4741
2006-11-01 23:01:18 +00:00
Matthias Felleisen
cedb2d088f put-pinhole instead of move-pinhole for nw:rectangle
svn: r4739
2006-11-01 21:49:20 +00:00
Matthias Felleisen
22a24b1a04 fixed world docs
svn: r4737
2006-11-01 21:15:02 +00:00
Robby Findler
808ef37fef fixed PR 8364
svn: r4735
2006-11-01 18:40:08 +00:00
Eli Barzilay
1905669a5b Welcome to a new PLT day.
svn: r4732
2006-11-01 08:50:02 +00:00
Matthew Flatt
a996df1d2b added get-argb-pixels to bitmap class
svn: r4731
2006-11-01 06:54:04 +00:00
Matthias Felleisen
322789559c stupid mouse test
svn: r4728
2006-11-01 04:10:36 +00:00
Matthias Felleisen
fd5aeff0a5 fixed place-image's contracts
svn: r4727
2006-11-01 04:10:01 +00:00
Matthew Flatt
fb8ccb8f05 added Doors game support ( in time for for APLAS talk )
svn: r4726
2006-11-01 03:18:49 +00:00
Matthew Flatt
79517ed95c 359.100
svn: r4724
2006-10-31 23:59:53 +00:00
Robby Findler
80ca729b04 removed halfway done fix for sexp movement keys
svn: r4723
2006-10-31 23:05:23 +00:00
Matthew Flatt
5d2f80ab85 fix problem with mouse-moved events suspended by modifier-key events
svn: r4722
2006-10-31 22:40:13 +00:00
Robby Findler
58a0b99d35 improved forward sexp
svn: r4720
2006-10-31 20:29:39 +00:00
Matthew Flatt
54dea82d8a add support for a kind of heads-up display
svn: r4718
2006-10-31 11:27:34 +00:00