Commit Graph

14468 Commits (9986f6e23e756cc9a3198be6a4f31ca79d847c73)

Author SHA1 Message Date
Slava Pestov 9986f6e23e Fix bool type on PowerPC 2009-05-10 19:01:38 -05:00
Slava Pestov c32927bfea Fix unit test failures caused by change to 'contents' word 2009-05-10 18:54:56 -05:00
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 9488e78532 clean up contents and lines words; contents never outputs f now 2009-05-10 16:39:51 -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 a366909c25 Removing slip usage from basis 2009-05-10 15:28:22 -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 23e3c55d2f dont load safe primes in miller rabin tests 2009-05-10 14:08:03 -05:00
Doug Coleman 0980516053 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-10 14:01:41 -05:00
Doug Coleman e946777fbb link to prime tests from prime docs 2009-05-10 14:01:21 -05:00
Doug Coleman bfb3507456 make a new vocabulary for safe primes 2009-05-10 13:49:40 -05:00
Doug Coleman 4b7e1eef11 update using 2009-05-10 13:48:09 -05:00
Doug Coleman 8f51f87a8f more docs for math.primes, move words out of miller-rabin 2009-05-10 13:47:51 -05:00
Joe Groff 783c452a6a purple sky 2009-05-10 13:45:58 -05:00
Doug Coleman 18add4b769 add next-odd etc to math.bitwise 2009-05-10 13:42:41 -05:00
Doug Coleman 0e0662ffc5 move random-bits* to random, work on docs 2009-05-10 13:39:08 -05:00
Doug Coleman 0801dbc694 add lucas-lehmer primality test 2009-05-10 12:59:35 -05:00
Doug Coleman 79265b50d9 update usages of miller-rabin 2009-05-10 12:24:43 -05:00
Doug Coleman 6b1f60f550 move math.miller-rabin to math.primes.miller-rabin 2009-05-10 12:24:19 -05:00
Doug Coleman 61fdb6f435 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-10 12:19:39 -05:00
Doug Coleman b4108c21f0 working on sha2 2009-05-10 12:18:59 -05:00
Joe Groff 946602b8d7 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-10 10:44:10 -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
Slava Pestov bb8aaf9ce0 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-09 20:24:40 -05:00
Slava Pestov aa3aa715be Slightly more space-efficient dispatch table representation 2009-05-09 20:24:32 -05:00
Slava Pestov cda3685c4d Eliminate prettyprinter dependency from UI 2009-05-09 20:24:17 -05:00
Joe Groff 7584b30755 "math" help-lint 2009-05-09 20:23:56 -05:00
Joe Groff 1ce6596d17 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-09 20:16:07 -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 cbb1f1c60b docs for dlist-filter 2009-05-09 20:15:03 -05:00
Slava Pestov 4ee4357e75 Fix negative zero smashing with bootstrap 2009-05-09 18:17:30 -05:00
Joe Groff 8cbcb87152 don't mess with the orphaned nodes when pop-front-ing or pop-back-ing a dlist. add a dlist-filter word that drops off all nodes that don't satisfy a predicate 2009-05-09 14:33:17 -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 3be7034b5e 64-bit add/subtract/multiply 2009-05-09 13:54:42 -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
Doug Coleman 9318568b13 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-09 12:09:41 -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