Commit Graph

8493 Commits (41082b5b121452150370927904e29df839c332b0)

Author SHA1 Message Date
Joe Groff a146e1a715 method-chains docs 2010-01-16 23:13:59 -08:00
Joe Groff 78721348ea document game.loop 2010-01-16 23:07:20 -08:00
Joe Groff 89f104d8ab add begin-game-world and end-game-world generics so method-chains aren't needed just to do game setup and teardown at the right time 2010-01-16 23:06:54 -08:00
Joe Groff a2e3d64de6 document game.worlds, tweak GAME: syntax 2010-01-16 13:13:13 -08:00
Joe Groff f7e1ed18b0 Merge branch 'master' of git://factorcode.org/git/factor 2010-01-16 12:24:47 -08:00
Joe Groff 6bbfa0b6d8 GAME: syntax for defining game entry point with game-loop attributes 2010-01-16 12:18:50 -08:00
Joe Groff ab2a61bfa4 use MAIN-WINDOW: for key-caps 2010-01-16 12:00:00 -08:00
Joe Groff 47bdab6603 formatting ocd 2010-01-16 11:46:50 -08:00
Joe Groff afadf303cd use world-attributes pref-dim instead of world pref-dim* method where applicable 2010-01-16 11:44:58 -08:00
Joe Groff 5e87f30695 spheres can use MAIN-WINDOW: too 2010-01-16 10:46:23 -08:00
Slava Pestov 0ba1d607b6 Merge branch 'mongodb-changes' of git://github.com/x6j8x/factor 2010-01-17 00:27:18 +13:00
Sascha Matzke d35913ba5f adjusted USING: - removed unix vocab 2010-01-16 11:46:00 +01:00
Joe Groff 4beb8192c9 pry off some ui app boilerplate with a MAIN-WINDOW: syntax 2010-01-15 16:55:43 -08:00
Joe Groff bd62fb22aa game-loop: change "tick-length" to more descriptive "tick-interval-micros" 2010-01-15 15:03:33 -08:00
Joe Groff 9131e16f7b bump game demos up to 60fps. we have the technology 2010-01-15 14:36:45 -08:00
Joe Groff 235d7c9a14 Merge branch 'master' of git://factorcode.org/git/factor 2010-01-15 14:03:46 -08:00
Joe Groff 3bc72151a8 squeeze some TYPED: juice on gpu.* 2010-01-15 14:03:15 -08:00
Doug Coleman 7455981a0a Merge branch 'mongodb-changes' of git://github.com/x6j8x/factor 2010-01-15 05:41:22 -06:00
Doug Coleman 4e6a5a772f Merge branch 'master' of git://factorcode.org/git/factor
Conflicts:
	core/sequences/sequences-docs.factor
2010-01-14 17:22:02 -06:00
Doug Coleman 9356da6fb3 Fix a few integers-as-sequences in docs 2010-01-14 17:20:43 -06:00
Slava Pestov 493155826d use iota in retry combinator in mason 2010-01-14 15:05:39 -06:00
Slava Pestov ad6d8556e0 Change [0,b) usages to iota 2010-01-15 08:05:50 +13:00
Doug Coleman 4c71d71907 random is generic now -- iota random -> random 2010-01-14 12:48:57 -06:00
Slava Pestov 70fb7ba164 benchmarks: update for iota 2010-01-15 07:15:36 +13:00
Slava Pestov 2a9cedd593 24-game: update for iota 2010-01-15 07:15:35 +13:00
Slava Pestov 02e920b5ef sudoku: update for iota 2010-01-15 07:15:35 +13:00
Slava Pestov cd80dfe667 maze: update for iota 2010-01-15 07:15:34 +13:00
Slava Pestov 1408d017a9 jamshred: update for iota 2010-01-15 07:15:34 +13:00
Slava Pestov 4bab2ba807 tetris.gl: update for iota 2010-01-15 07:15:33 +13:00
Slava Pestov a93831a36e noise: update for iota 2010-01-15 07:15:33 +13:00
Slava Pestov df4fb4a3ee Removing integers-as-sequences 2010-01-15 07:15:33 +13:00
Slava Pestov 50d68c1b10 Fix input-classes of /i and mod, and add some regression tests with various reductions of the original test-case from the terrain demo 2010-01-14 18:15:51 +13:00
Sascha Matzke 640198329b some minor bson performance improvements 2010-01-10 18:42:16 +01:00
Sascha Matzke e7b797af08 added mongodb connection pool responder 2010-01-10 18:42:16 +01:00
Sascha Matzke fccaee0fd4 removed generic words; added kill-cursor + filter-fields words 2010-01-10 18:42:16 +01:00
Sascha Matzke 887126fbf8 fixed result calculation; added ops/s value 2010-01-10 18:42:16 +01:00
Sascha Matzke 397dab18da added filter-fields word which sets the returnfields slot in the current query object 2010-01-10 18:42:15 +01:00
Doug Coleman a40beb4901 Merge branch 'master' of git://factorcode.org/git/factor 2010-01-08 04:17:00 -06:00
Joe Groff 3a90df83a6 fix joystick-demo for timer changes 2010-01-05 10:23:11 -08:00
Doug Coleman e675288577 fix bug in constructor redefinition 2010-01-04 14:24:13 -06:00
Doug Coleman cbef261fde update fica constant 2010-01-04 10:59:00 -05:00
Doug Coleman 5c9ce929c7 fix unit test 2009-12-08 17:05:11 -06:00
Doug Coleman 0d75418048 randomize poker decks in <deck> word 2009-12-07 19:28:11 -06:00
Doug Coleman 7f1a643de2 fix project euler 54 2009-12-07 18:24:57 -06:00
Doug Coleman a94774f8e8 add circular-while, optimize circular a bit 2009-12-06 17:20:46 -06:00
Doug Coleman 0a48b946b6 Merge branch 'master' of git://factorcode.org/git/factor 2009-12-02 20:11:08 -06:00
Slava Pestov 73eb4c4531 Merge branch 'simd-cleanup' of git://factorcode.org/git/factor into simd-cleanup 2009-12-02 19:09:56 -05:00
Doug Coleman 95e8e6ee14 Merge branch 'master' of git://factorcode.org/git/factor 2009-12-02 09:57:51 -06:00
Slava Pestov cf8e03ad39 tools.deploy: hello-ui had reflection level of 2, not 1 unnecessarily; tools.deploy.backend now passes -pic=0 to avoid saving PICs in the deployed image 2009-12-02 05:33:22 -06:00
Doug Coleman 57264bb0e1 make >ckf generic in poker 2009-11-28 19:12:45 -06:00