Joe Groff
77c8f38372
a little bit more rice on game-input.iokit
2009-05-08 19:16:45 -05:00
Joe Groff
cd4530adca
iokit game-input backend improvements:
...
- avoid some needless allocation when dispatching input events
- some gamepads claim to be pointers too; only match actual mouses
- don't mess with the calibration settings if the axis min/max attributes aren't available
also, throw a more helpful error when plist> fails
2009-05-08 18:47:44 -05:00
Joe Groff
85060942b6
Merge branch 'master' of git://factorcode.org/git/factor
2009-05-08 17:22:18 -05:00
Joe Groff
66b1fdd916
oops. got the game-input reference counting backward. also, let go of the mouse state in cocoa backend when closing game-input
2009-05-08 17:22:04 -05:00
Slava Pestov
5cbaa1d4fd
Merge branch 'master' of git://factorcode.org/git/factor
2009-05-08 16:27:36 -05:00
Slava Pestov
2f91323624
Merge branch 'master' of git://projects.elasticdog.com/git/factor
2009-05-08 16:26:27 -05:00
Joe Groff
1644d88233
add escape key to terrain demo
2009-05-08 16:18:56 -05:00
Joe Groff
cc05a90900
Merge branch 'master' of git://factorcode.org/git/factor
2009-05-08 13:13:00 -07:00
Joe Groff
9992817c65
input grabbing support
2009-05-08 15:07:15 -05:00
Joe Groff
ba213bdc34
make open-game-input and close-game-input do reference counting. update demos to show this
2009-05-08 13:00:34 -05:00
Slava Pestov
f2f834a234
Deploy hello-world with optimizing compiler since the image is smaller as a result, and this makes it pass the size test again
2009-05-08 02:36:09 -05:00
Slava Pestov
e0168580be
mason.email: fix unit test
2009-05-08 02:26:05 -05:00
Aaron Schaefer
58fdffee87
Make lookup indices zero-based for poker values
2009-05-08 02:24:12 -04:00
Slava Pestov
f4a134892c
Retry uploads etc up to 5 times so that we don't lose a good binary if network is flaky; put git id in subject
2009-05-08 00:41:42 -05:00
Slava Pestov
2b23d1dd9e
Remove silly retry word from continuations vocab
2009-05-08 00:20:54 -05:00
Aaron Schaefer
3a636d67c4
Fix typo in poker test/doc example
2009-05-07 23:11:44 -04:00
Aaron Schaefer
d5a028c507
Merge branch 'master' of git://factorcode.org/git/factor
...
Conflicts:
basis/math/miller-rabin/miller-rabin.factor
2009-05-07 22:20:53 -04:00
Slava Pestov
cf9a09b933
images.viewer: you can now pass a pathname object to image-window and image. words
2009-05-07 20:52:39 -05:00
Aaron Schaefer
f465a013d7
Speed up best-hands a bit using reduce and add a test
2009-05-07 21:23:58 -04:00
Joe Groff
e833349ff8
slow, ugly, unoptimized terrain generation demo
2009-05-07 19:53:56 -05:00
Joe Groff
2ba187210e
fix some faux pas in bunny
2009-05-07 19:47:05 -05:00
Joe Groff
a8231893ec
un-private some useful words
2009-05-07 19:46:42 -05:00
Aaron Schaefer
d9e4f6e9cb
Update docs/summary for poker vocab
2009-05-07 18:50:46 -04:00
Aaron Schaefer
246fb6672e
Minor logical rearrangement
2009-05-07 16:54:49 -04:00
Aaron Schaefer
f0ceb33906
Merge branch 'master' of git://factorcode.org/git/factor
2009-05-07 16:44:15 -04:00
Aaron Schaefer
766eb8b47e
Add docs for best-hand in poker vocab
2009-05-07 11:20:01 -04:00
Aaron Schaefer
5e82d794df
Eliminate stack shuffling by using bi in PE #25
2009-05-07 10:56:33 -04:00
Aaron Schaefer
0878006bd0
Speed up best-hand by not converting to ckf repeatedly
2009-05-07 10:29:44 -04:00
Aaron Schaefer
e2c73b543a
Add >5 card evaluator word to poker vocab
2009-05-07 10:19:23 -04:00
Aaron Schaefer
5e4e1ee48f
Make a deck of cards an actual tuple
2009-05-06 21:44:25 -04:00
Joe Groff
215d21c2bd
rename perlin-noise to noise; add words for uniform and normal noise
2009-05-06 15:49:29 -05:00
Joe Groff
8612057128
make noise-map/noise-image take an affine-transform
2009-05-06 13:47:35 -05:00
Slava Pestov
38f97aab7d
Move modules to unmaintained since it has a few issues
2009-05-06 11:03:04 -05:00
Joe Groff
4b64d9a5e5
more vector operations; perlin noise vocab
2009-05-05 22:17:04 -05:00
Joe Groff
09e3e309d6
get dinput mouse support working
2009-05-05 18:36:15 -07:00
Joe Groff
513df36002
Merge branch 'master' of git://factorcode.org/git/factor
2009-05-05 17:14:51 -07:00
Slava Pestov
875d98197b
images.viewer: now accepts image objects
2009-05-05 16:46:57 -05:00
Aaron Schaefer
3466b5d986
Merge branch 'master' of git://factorcode.org/git/factor
2009-05-05 12:16:03 -04:00
Joe Groff
5eb51aa0b3
docs for mouse words
2009-05-05 09:45:54 -05:00
Joe Groff
5d43551f08
mouse support for game-input
2009-05-05 09:45:43 -05:00
Slava Pestov
034dcc9c3b
Merge branch 'mongo-factor-driver' of git://github.com/x6j8x/factor
2009-05-04 07:20:18 -05:00
Sascha Matzke
a7faa2fd03
removed mongodb.tuple.index usage from mongodb.tuple
...
fixed mongodb article to show new define-persistent syntax
2009-05-04 14:16:42 +02:00
Slava Pestov
b2c3183b21
Split up tools.vocabs. Note that load-everything is now named load-all
2009-05-04 06:44:17 -05:00
Sascha Matzke
28fa05858f
Merge branch 'master' of git://factorcode.org/git/factor into mongo-factor-driver
2009-05-04 07:07:00 +02:00
Joe Groff
70c8a1bef0
Merge branch 'master' of git://factorcode.org/git/factor
...
Conflicts:
extra/spheres/spheres.factor
2009-05-03 22:06:37 -05:00
Joe Groff
fa8c47d310
move ui.offscreen to unmaintained for now
2009-05-03 22:04:25 -05:00
Joe Groff
8925773558
update bunny to use world api; clean up projection matrix and viewport discipline in demos
2009-05-03 22:02:50 -05:00
Joe Groff
bc07c075e7
Merge branch 'master' of git://factorcode.org/git/factor
...
Conflicts:
extra/spheres/spheres.factor
2009-05-03 17:23:14 -05:00
Joe Groff
4e8df4a190
change spheres to use new world api
2009-05-03 17:14:49 -05:00
Doug Coleman
cd87988ab3
use ${ in a couple of places, use output>array
2009-05-03 15:54:40 -05:00