Philipp Brüschweiler
|
eb8344a5a5
|
assocs: doc fixes
|
2010-02-19 11:26:01 +01:00 |
Philipp Brüschweiler
|
caf978588b
|
sequences: clarify some stack effect and examlpes in docs
|
2010-02-19 11:26:01 +01:00 |
Philipp Brüschweiler
|
db663548f9
|
math: typo in rem docs
|
2010-02-19 11:23:20 +01:00 |
Philipp Brüschweiler
|
a615700af1
|
ui.tools.listener docs: typo
|
2010-02-19 11:23:20 +01:00 |
Slava Pestov
|
48fe9029af
|
libusb: add unportable tag since it depends on the unix vocab
|
2010-02-19 18:24:36 +13:00 |
Slava Pestov
|
170f2b5eca
|
game.input: fix load error on *BSD, remove dependency on windows.com from game.input.linux
|
2010-02-19 18:24:23 +13:00 |
Slava Pestov
|
b59da05347
|
Merge branch 'master' of git://github.com/erikcharlebois/factor
|
2010-02-19 12:35:21 +13:00 |
Slava Pestov
|
c3de89c808
|
help.lint.checks: you can't have duplicate names in $values anymore
|
2010-02-19 12:32:03 +13:00 |
Slava Pestov
|
220dd88a2c
|
Update documentation for new help lint check
|
2010-02-19 12:31:52 +13:00 |
Erik Charlebois
|
44e61dbc85
|
Merge branch 'master' of git://github.com/slavapestov/factor
|
2010-02-18 12:54:26 -08:00 |
Erik Charlebois
|
5d80153d53
|
Bindings to libusb
|
2010-02-18 12:53:15 -08:00 |
Erik Charlebois
|
d3d7392fa9
|
Implement input grabbing for x11; add do-nothing game.input backend for linux. The game and gpu demos now run correctly.
|
2010-02-18 12:52:33 -08:00 |
Slava Pestov
|
2a517d31df
|
help.stylesheet: tweak color
|
2010-02-19 04:11:57 +13:00 |
Slava Pestov
|
488e5ead26
|
tools.deploy.libraries.windows: add unportable tag to avoid loading windows.kernel32 on non-windows platforms
|
2010-02-19 04:11:48 +13:00 |
Erik Charlebois
|
f2e8128f5d
|
Merge up
|
2010-02-17 18:16:16 -08:00 |
Joe Groff
|
e70fcf159d
|
Revert "fix append-path and vocab-dir to use path-separator"
This reverts commit 0f3026b871 .
|
2010-02-17 16:06:45 -08:00 |
Joe Groff
|
97654b67c1
|
Revert "io.pathnames: make absolute-path? public"
This reverts commit 48756c9fca .
|
2010-02-17 16:06:30 -08:00 |
Joe Groff
|
1250a0fcfd
|
Revert "make io.pathnames tests path-separator-neutral"
This reverts commit f344c00629 .
|
2010-02-17 16:06:13 -08:00 |
Joe Groff
|
f26460450e
|
Revert "vocabs.loader: make vocab-dir+ use path-separator too"
This reverts commit 2dcc720629 .
|
2010-02-17 16:05:59 -08:00 |
Joe Groff
|
64a2748280
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-02-17 12:50:46 -08:00 |
Joe Groff
|
236b2e6dc5
|
update gpu docs—VAOs no longer required
|
2010-02-17 12:50:32 -08:00 |
Slava Pestov
|
33bbd05507
|
io.pathnames: fix doc typo
|
2010-02-18 08:38:45 +13:00 |
Joe Groff
|
052a0cb6d4
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-02-17 11:37:14 -08:00 |
Joe Groff
|
512e65920a
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-02-17 11:26:52 -08:00 |
Joe Groff
|
31d97a8ff7
|
fall back to manual gl vertex attribute management when GL_APPLE_vertex_array_object is not present, so gpu can support vanilla GL 2.0
|
2010-02-17 11:26:32 -08:00 |
Slava Pestov
|
9da061de5e
|
listener: fix help lint
|
2010-02-18 07:02:22 +13:00 |
Slava Pestov
|
31ccfa2e5d
|
Fix unit test failures
|
2010-02-18 04:58:30 +13:00 |
Slava Pestov
|
c5259f2e2c
|
classes.tuple: document final class declaration
|
2010-02-18 04:13:34 +13:00 |
Slava Pestov
|
9debed1c75
|
typed: update documentation
|
2010-02-18 04:13:21 +13:00 |
Slava Pestov
|
bf72c89060
|
tools.deploy.backend: clean up
|
2010-02-18 03:57:10 +13:00 |
Slava Pestov
|
049b87bda9
|
tuple-arrays: require that base type be final
|
2010-02-18 03:57:02 +13:00 |
Slava Pestov
|
4b76e2a61d
|
functors: make 'final' declarations work in functors
|
2010-02-18 03:56:41 +13:00 |
Slava Pestov
|
d2ae4ff4ba
|
listener: fix docs
|
2010-02-18 03:36:43 +13:00 |
Slava Pestov
|
9df8a3adbd
|
see: show final declaration on tuples
|
2010-02-18 03:01:26 +13:00 |
Slava Pestov
|
c4c14c7ceb
|
classes.tuple: fix screwup
|
2010-02-18 03:00:43 +13:00 |
Slava Pestov
|
ff172f4132
|
Make specialized arrays and SIMD types final so that typed can unbox them
|
2010-02-18 02:39:40 +13:00 |
Slava Pestov
|
60296be964
|
typed: only unbox final classes. Fixes bug reported by littledan
|
2010-02-18 02:39:12 +13:00 |
Slava Pestov
|
01824d41be
|
Add support for final tuple classes which cannot be subclassed: TUPLE: foo ... ; final
|
2010-02-18 02:19:57 +13:00 |
Slava Pestov
|
41433da61b
|
core: minor cleanups
|
2010-02-18 01:57:22 +13:00 |
Slava Pestov
|
63928191e7
|
Minor documentation fixes
|
2010-02-18 01:19:39 +13:00 |
Slava Pestov
|
36cff8ed6e
|
combinators: better wrong-values error
|
2010-02-18 01:19:26 +13:00 |
Slava Pestov
|
da7cd4186a
|
help.markup: make $example render slightly nicer
|
2010-02-18 01:18:48 +13:00 |
Erik Charlebois
|
08f65189d3
|
Merge branch 'master' of git://github.com/slavapestov/factor
|
2010-02-17 00:06:27 -08:00 |
Erik Charlebois
|
7b22818192
|
Remove game.input dependency from chipmunk.demo so it works on linux
|
2010-02-16 22:37:31 -08:00 |
Joe Groff
|
a64d6e27ec
|
move alut stuff to openal.alut so alut only gets deployed if we use it
|
2010-02-16 22:31:21 -08:00 |
Joe Groff
|
a9c13e0301
|
fix last globs test on windows
|
2010-02-16 22:19:56 -08:00 |
Joe Groff
|
27cfeec43a
|
vocabs.loader: make vocab-dir+ use path-separator too
|
2010-02-16 19:29:42 -08:00 |
Joe Groff
|
6ac33f6dea
|
make io.pathnames tests path-separator-neutral
|
2010-02-16 19:28:51 -08:00 |
Joe Groff
|
f59f28d788
|
io.pathnames: make absolute-path? public
|
2010-02-16 19:01:44 -08:00 |
Joe Groff
|
4a182cfbad
|
fix append-path and vocab-dir to use path-separator
|
2010-02-16 18:40:40 -08:00 |