Doug Coleman
4b7e1eef11
update using
2009-05-10 13:48:09 -05:00
Doug Coleman
79265b50d9
update usages of miller-rabin
2009-05-10 12:24:43 -05:00
Doug Coleman
61fdb6f435
Merge branch 'master' of git://factorcode.org/git/factor
2009-05-10 12:19:39 -05:00
Joe Groff
d90bb0f336
cut perlin-noise time in half
2009-05-10 10:41:50 -05:00
Joe Groff
e4059d8393
clamp coordinates when doing terrain collision detection past the edge of the segment
2009-05-09 20:15:55 -05:00
Joe Groff
4367068ba6
save off the tick-slice when draw*-ing a game-world
2009-05-09 14:31:33 -05:00
Doug Coleman
d22474e4fc
use bi, call >string on c-strings from tar
2009-05-09 13:54:18 -05:00
Joe Groff
84c7f10ab7
factor game-input and game-loop mgmt out to a game-world base object
2009-05-09 12:53:01 -05:00
Joe Groff
37f015b71d
Merge branch 'master' of git://factorcode.org/git/factor
2009-05-09 11:48:19 -05:00
Joe Groff
dd9af334a9
send bilerp upstream to spawn
2009-05-09 11:43:04 -05:00
Joe Groff
b0d7e38b2f
bilerp collision height
2009-05-09 11:36:24 -05:00
Joe Groff
a66de23b54
gravity, jetpack, collision detection for terrain demo
2009-05-09 11:15:06 -05:00
Slava Pestov
f40d5b0c03
Merge branch 'master' of git://factorcode.org/git/factor
2009-05-08 22:10:42 -05:00
Slava Pestov
b1fffc26f8
mason.report: Remove superfluous text
2009-05-08 21:33:49 -05:00
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