Jens Axel Søgaard
444d773334
Fix version numbers.
2016-08-16 17:19:30 +02:00
Jens Axel Søgaard
67e6e19080
Added warning about version
2016-05-21 21:22:31 +02:00
Jens Axel Søgaard
d021789cdf
Merge pull request #47 from lexi-lambda/report-to-stderr
...
Set the reporting port to the error port by default
2015-11-08 22:26:18 +01:00
Alexis King
e813b0f9da
Set the reporting port to the error port by default
...
This is important for the get-javascript command, which outputs the
result to stdout. In order for this to be useful, it can be redirected
to a file, but if reporting information also goes to stdout, then it
ends up in the resulting JavaScript. Switching these messages to stderr
prevents that problem.
2015-11-08 12:50:44 -08:00
Jens Axel Søgaard
72754ddc5d
Merge pull request #40 from stamourv/master
...
Inline definition of `in-syntax`.
2015-09-12 11:03:22 +02:00
Vincent St-Amour
0b2bc67832
Inline definition of in-syntax
.
...
That function is moving from `unstable/sequence` to `racket/sequence`.
Inlining it preserves backwards compatibility while removing the
dependency on unstable.
2015-08-13 11:27:52 -05:00
Vishesh Yadav
8314bbe95c
Merge pull request #39 from vishesh/master
...
Revert "trying to get rid of the current success handler." FIXES #34
2015-06-16 15:33:24 -04:00
Vishesh Yadav
ee6874cf88
Revert "trying to get rid of the current success handler." FIXES #34
...
Reverted patch, added success handler to end of call stack, which is not
getting called. We already have separate handlers for error, so we might
as well have one for success explicitely.
This reverts commit 0428a021bd
.
Conflicts:
whalesong/js-assembler/assemble.rkt
whalesong/js-assembler/runtime-src/runtime.js
2015-06-12 15:07:00 -04:00
Vishesh Yadav
142baeb2ed
image: Make transparency work FIXES #37
2015-06-08 21:27:38 -04:00
Vishesh Yadav
ed08271fdf
Merge pull request #35 from vishesh/master
...
Implement underlay/offset, overlay/offset and empty-image
2015-06-08 18:37:27 -04:00
Vishesh Yadav
e5e0ee40b4
Implement overlay/offset and underlay/offset functions in image
2015-06-08 18:01:07 -04:00
Vishesh Yadav
4474eda64f
Add empty-image constant
2015-06-08 15:20:57 -04:00
Jens Axel Søgaard
d6ab1366a0
Merge pull request #33 from vishesh/master
...
FIX: Check for undefined pinholes in place-image/align #28
2015-06-08 16:52:55 +02:00
Vishesh Yadav
f73cbbb8c0
FIX: Check for undefined pinholes in place-image/align #28
...
NOTE: Workaround until pinhole is properly supported
2015-06-08 03:11:32 -04:00
Jens Axel Søgaard
332025b500
Merge pull request #30 from vishesh/master
...
Implement stop-with #23
2015-06-08 06:42:28 +02:00
Vishesh Yadav
6f6a6027c3
Reorganize world
...
So that we could push out types.rkt from outer world.rkt
file.
2015-06-07 21:48:48 -04:00
Vishesh Yadav
2ee0d1c09c
Add stop-with in world #23
...
Returning stop-with from any big-bang handler, ends the
world and renders the last-picture
2015-06-07 21:48:35 -04:00
Jens Axel Søgaard
96b39e3fef
Merge pull request #25 from vishesh/master
...
FIX: fix stop-when without last-picture crash in world #23
2015-06-05 00:07:40 +02:00
Jens Axel Søgaard
449f956367
Merge pull request #26 from stchang/master
...
whalesong/image rotate accepts any real num
2015-06-05 00:07:09 +02:00
Stephen Chang
4eb732101d
whalesong/image rotate accepts any real num
2015-06-04 13:49:20 -04:00
Vishesh Yadav
c04ade5b28
FIX: fix stop-when without last-picture crash in world #23
2015-06-03 22:18:17 -04:00
Jens Axel Søgaard
0b6ab32f8d
Merge pull request #24 from stchang/master
...
support (-360,360) angles for whalesong/image rotate
2015-06-03 21:36:01 +02:00
Stephen Chang
08ed474897
support (-360,360) angles for whalesong/image rotate
2015-06-03 14:53:44 -04:00
Jens Axel Søgaard
5d5ab6b32a
Merge pull request #20 from vishesh/2htdp/image
...
Implement place-images* functions in image library
2015-05-15 11:32:40 +02:00
Vishesh Yadav
10c2986836
Implement place-images* functions in image library
2015-05-14 23:39:56 -04:00
Jens Axel Søgaard
cd937822c3
Mention that the flag --as-standalone-xhtml is now --as-standalone-html.
2015-05-14 23:59:00 +02:00
Jens Axel Søgaard
f5367e9631
Merge pull request #19 from vishesh/master
...
Update README for changed standalone build argument
2015-05-14 23:55:49 +02:00
Vishesh Yadav
cc69a9b5db
Update README for changed standalone build argument
2015-05-14 17:49:21 -04:00
Jens Axel Søgaard
e792c32a3a
Merge pull request #18 from vishesh/master
...
FIX broken standalone build by ditching XHTML in favor of HTML #17
2015-05-14 23:37:02 +02:00
Vishesh Yadav
ba492401d9
FIX broken standalone build by ditching XHTML in favor of HTML #17
2015-05-14 17:32:23 -04:00
Jens Axel Søgaard
154662078a
Merge pull request #15 from vishesh/master
...
Implement last-picture in world
2015-05-05 23:00:14 +02:00
Vishesh Yadav
0064ec20c3
Implement last-picture in world
...
Last picture is used to render world once it has ended. This patch
takes last-picture function and creates a ToDraw handler and calls its
listener manually when stop-when returns true.
2015-05-05 15:57:45 -04:00
Jens Axel Søgaard
ec428bb334
Merge pull request #14 from vishesh/task/clear-canvas
...
Clear big-bang canvas on each to-draw event #12
2015-05-04 22:04:06 +02:00
Jens Axel Søgaard
9ce33a4e98
Merge pull request #13 from vishesh/task/rename-make-scene-image
...
Add color argument to makeSceneImage() function
2015-05-04 22:03:39 +02:00
Vishesh Yadav
bb0b53c464
Clear big-bang canvas on each to-draw event #12
2015-05-04 13:40:52 -04:00
Vishesh Yadav
f3a415e690
Add color argument to makeSceneImage() function
2015-05-02 14:15:25 -04:00
Jens Axel Søgaard
dbab390431
Merge pull request #11 from vishesh/master
...
FIX: invalid number of arguments passed to SceneImage #10
2015-05-02 10:36:48 +02:00
Vishesh Yadav
ee0e09b2df
FIX: invalid number of arguments passed to SceneImage #10
2015-05-02 00:23:06 -04:00
Jens Axel Søgaard
c15e6905e3
Update README.md
2015-03-15 12:06:13 +01:00
Jens Axel Søgaard
7263df0274
Update README.md
2015-03-15 12:05:27 +01:00
Jens Axel Søgaard
ec9b61460b
Update README.md
2015-03-15 10:55:27 +01:00
Jens Axel Søgaard
ddb08bdb64
Merge pull request #8 from lexi-lambda/lang-whalesong-docs
...
Add defmodule to the docs to fix linking for #lang whalesong
2015-02-03 11:42:26 +01:00
Alexis King
9e89b71a1c
Add defmodule to the docs to fix linking for #lang whalesong
2015-02-02 23:06:36 -08:00
Jens Axel Søgaard
eb4dd0c7c1
Merge pull request #7 from schanzer/master
...
Add optional color arg to empty-scene
2015-02-02 15:09:16 +01:00
Jens Axel Søgaard
7b7c935309
Merge pull request #6 from darrencruse/master
...
Add play-sound support
2015-02-02 15:04:53 +01:00
Emmanuel Schanzer
4b9214ff8d
whoops
2015-02-02 08:29:26 -05:00
Emmanuel Schanzer
085494978f
add optional color argument to empty-scene
2015-02-02 08:27:44 -05:00
darrencruse
80db16648b
play-sound was a team effort
2015-02-01 14:40:14 -06:00
darrencruse
072322d417
mention play-sound in the README
2015-02-01 14:31:53 -06:00
darrencruse
202d26fcb5
got play-sound working
2015-02-01 12:39:10 -06:00