Commit Graph

7538 Commits (5608dc249bcab9939484af80d6a4e4ffaf85afc6)

Author SHA1 Message Date
Slava Pestov 9c239694bf Update unit tests for parser note and lazy list changes 2009-05-16 13:41:11 -05:00
Slava Pestov 7bca15cb35 Merge branch 'fix-bloom-filters-test' of git://github.com/alec/factor 2009-05-16 10:53:30 -05:00
Slava Pestov 132249660d Fix conflict 2009-05-16 09:48:42 -05:00
Slava Pestov 274655e77c More work on auto-use 2009-05-16 04:26:45 -05:00
Slava Pestov 66a9416473 Update documentation for stricter vocabulary search path semantics 2009-05-16 00:29:21 -05:00
Doug Coleman 8de7f016c8 add reverse time to terrain demo and refactored it a bit 2009-05-15 19:36:36 -05:00
Slava Pestov b62630b5ac Updating code in basis and extra for stricter vocab search path semantics 2009-05-14 23:23:06 -05:00
Slava Pestov b31fe9b8f2 Implement stricter vocab search path semantics, with a new API for vocabs.parser. Add map-find-last to sequences vocab 2009-05-14 22:31:29 -05:00
Doug Coleman dc107aa26c larger default window size for gesture-logger 2009-05-14 15:43:51 -05:00
Doug Coleman b4ca3d2af5 handle resize on key-down instead of key-up 2009-05-14 14:08:51 -05:00
Slava Pestov be17ed9132 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-13 22:42:13 -05:00
Doug Coleman 0d8115a940 fullscreen* -> (fullscreen?), set-fullscreen* -> (set-fullscreen), fix jamshred screen toggling 2009-05-13 22:28:33 -05:00
Slava Pestov 0c1e519dcb Rename use+ to add-use, move search to vocabs.parser, EXCLUDE: bombs out if word doesn't exist 2009-05-13 22:15:48 -05:00
Doug Coleman 4848473cfd Merge branch 'master' of git://factorcode.org/git/factor 2009-05-13 22:03:02 -05:00
Doug Coleman b98c83de1f toggle-screen is in the ui now 2009-05-13 22:02:45 -05:00
Joe Groff 2da256063f MacOS X glFrustum generates -0.0 in W column of projection matrix; Windows glFrustum generates 0.0. This causes sign differences in the gl_ProjectionMatrixInverse between platforms. manually force the z coordinate sign in terrain sky projection to be negative like it ought to be 2009-05-13 21:28:12 -05:00
Doug Coleman 0378c612c6 fix the sky 2009-05-13 20:15:58 -05:00
Doug Coleman 3685a0fed3 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-13 20:06:57 -05:00
Doug Coleman f2310df323 add a velocity-modifier to terrain demo for left shift. alt-enter toggles fullscreen mode 2009-05-13 20:06:13 -05:00
Slava Pestov 5bae938c7e Rename a word 2009-05-13 19:55:33 -05:00
Slava Pestov 9f39a75928 webapps.mason: work on it some more 2009-05-13 19:53:52 -05:00
Slava Pestov cc96b3bd7e Update mason.platform for webapps.mason 2009-05-13 19:47:00 -05:00
Slava Pestov edeeabb9a1 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-13 19:39:33 -05:00
Slava Pestov cd519b1fea webapps.mason: preliminary checkin 2009-05-13 19:39:26 -05:00
Joe Groff f95ed3ee68 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-13 19:36:18 -05:00
Joe Groff 96e8006eb3 redundant math is redundant 2009-05-13 19:36:06 -05:00
Joe Groff 575b0645a3 in game-worlds, open game-input before starting game-loop and close after. otherwise there's a chance the game-loop might tick without game-input available 2009-05-13 19:35:46 -05:00
Slava Pestov e6106c8bf6 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-13 19:34:05 -05:00
Slava Pestov d50121346d mason.notify.server: parameters were wrong way around 2009-05-13 19:33:57 -05:00
U-C4\Administrator d810905d85 unbassackwardsify the mouse, q and e rotate too 2009-05-13 19:26:08 -05:00
U-C4\Administrator 72c2d86893 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-13 19:22:10 -05:00
U-C4\Administrator cce7b36ea3 terrain demo allows looking around with keyboard now. used ${ in a few places 2009-05-13 19:21:27 -05:00
Slava Pestov 6af3332c40 New mason.notify.server tool, and fix failure report 2009-05-13 18:19:30 -05:00
Slava Pestov bb39a62269 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-13 17:29:42 -05:00
Slava Pestov c566708612 mason.common: fix git-id word on Windows 2009-05-13 17:29:14 -05:00
Slava Pestov 977a6e0455 Merge branch 'irc' of git://www.tiodante.com/git/factor 2009-05-13 16:59:18 -05:00
Slava Pestov 9b79f9be4e Merge branch 'redis' of git://www.tiodante.com/git/factor 2009-05-13 16:59:12 -05:00
Slava Pestov 2b9631075a Graduation! Move game-input and iokit into basis 2009-05-13 14:18:10 -05:00
Alec Berryman bf81b19ed7 bloom-filters: fix tests on 64-bit machines
Lose the test that might actually create a very large bit-array and use
a number of elements that will be big enough, whatever the platform.
Now tested on a 64-bit machine.
2009-05-12 19:50:19 -04:00
Slava Pestov d43ed4da21 mason: add timeouts in more places, clean up .dmg creation code 2009-05-12 16:52:43 -05:00
Slava Pestov 8137ec68ea Temporarily comment out two unit tests in bloom-filters which caused Factor to run out of memory 2009-05-12 05:47:50 -05:00
Slava Pestov c0f5dba77a Merge branch 'bloom-filters' of git://github.com/alec/factor 2009-05-12 05:39:02 -05:00
Slava Pestov e3d39b9d9e Move try-output-process from mason.common to io.launcher 2009-05-12 05:16:19 -05:00
Slava Pestov 5ddca1d0f2 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-12 04:26:17 -05:00
Slava Pestov 4f82ee914b hello-ui and spheres can deploy without I/O 2009-05-12 04:18:50 -05:00
Slava Pestov 2f1ffc5d35 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-11 22:05:23 -05:00
Slava Pestov d8a0441837 mason.notify: fix munged refactoring 2009-05-11 22:04:54 -05:00
Slava Pestov f5a7ee6d13 game-input: run tests on Windows now, too 2009-05-11 18:03:19 -05:00
Slava Pestov 5b315efc81 Make focusable-child* work even if world has no children, to clean up a code duplication 2009-05-11 17:04:32 -05:00
Joe Groff b070edc751 Merge branch 'master' of git://factorcode.org/git/factor
Conflicts:
	basis/ui/gadgets/worlds/worlds.factor
2009-05-11 12:37:50 -05:00