Commit Graph

7447 Commits (05e0171dea6296ddc58027d1f49d488e798a00d5)

Author SHA1 Message Date
Slava Pestov 3254340cdb Merge branch 'master' of git://factorcode.org/git/factor 2009-05-10 18:22:50 -05:00
Slava Pestov 5ac2ccc9cd Merge branch 'redis' of git://www.tiodante.com/git/factor 2009-05-10 18:22:19 -05:00
Doug Coleman c92afaf385 fix rsa tests 2009-05-10 18:20:19 -05:00
Bruno Deferrari 028235b9ff extra.redis: Vocabulary for communicating with the Redis key-value database 2009-05-10 20:08:58 -03:00
Slava Pestov 65faa3fda3 Fix unit tests and load errors for slip removal 2009-05-10 17:03:41 -05:00
Slava Pestov d926a5e953 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-10 16:41:30 -05:00
Slava Pestov 04408ba62a mason: add retries in another place, and add a type declaration 2009-05-10 16:40:19 -05:00
Slava Pestov f6ff74596e Removing slip 2slip 3slip nslip 2009-05-10 16:39:17 -05:00
Doug Coleman 4c465cd575 fix using 2009-05-10 16:33:43 -05:00
Slava Pestov 66d03fa6d3 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-10 14:55:02 -05:00
Slava Pestov f07707fb72 Merge branch 'hashcash' of git://github.com/martind/factor 2009-05-10 14:54:48 -05:00
Doug Coleman 0980516053 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-10 14:01:41 -05:00
Doug Coleman 4b7e1eef11 update using 2009-05-10 13:48:09 -05:00
Joe Groff 783c452a6a purple sky 2009-05-10 13:45:58 -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
Diego Martinelli 85facc27d6 Ops. 2009-05-10 14:27:35 +02:00
Diego Martinelli ef5c9844e4 Done with docs and unit tests. 2009-05-10 14:20:23 +02: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
Diego Martinelli dedb1d7536 Main implementation done. Need docs and tests. 2009-05-09 17:23:41 +02: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
Diego Martinelli a2abe1753f Initial commit 2009-05-08 10:33:20 +02: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