Joe Groff
|
f24a74f66c
|
Merge branch 'master' into row-polymorphism
|
2010-03-10 11:48:41 -08:00 |
Joe Groff
|
18f3df9d4a
|
more help-lint
|
2010-03-09 21:02:43 -08:00 |
Joe Groff
|
e7968ceffc
|
mop up compiler errors from macosx load-all
|
2010-03-09 00:56:07 -08:00 |
Joe Groff
|
191ac353fd
|
generalize stack effects so we can bootstrap with the stricter stack effect checking
|
2010-03-08 23:38:10 -08:00 |
Joe Groff
|
0f8d77952b
|
Merge branch 'master' of git://factorcode.org/git/factor into row-polymorphism
|
2010-03-08 18:14:29 -08:00 |
Samuel Tardieu
|
1266383e4a
|
Use a subclassed tuple with methods instead of quotations
|
2010-03-08 20:29:24 +01:00 |
Samuel Tardieu
|
bda1c97d21
|
Project Euler : problem 265
|
2010-03-08 18:35:30 +01:00 |
Doug Coleman
|
1669194d04
|
Fix typedef typo in opencl
|
2010-03-08 03:39:29 -06:00 |
Joe Groff
|
31d722df7e
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-03-06 14:01:53 -08:00 |
Joe Groff
|
211cafed4a
|
tag opencl.* untested
|
2010-03-06 14:01:26 -08:00 |
Samuel Tardieu
|
adcf50514c
|
Use a better heuristic
|
2010-03-06 14:37:35 +01:00 |
Samuel Tardieu
|
0e35c883ae
|
Remove useless USING:
|
2010-03-06 14:31:46 +01:00 |
Samuel Tardieu
|
542096b528
|
Use distance from math.vectors
|
2010-03-06 14:14:54 +01:00 |
Samuel Tardieu
|
eff65915b0
|
A* algorithm implementation
|
2010-03-06 13:48:54 +01:00 |
Erik Charlebois
|
3b9d6f64a4
|
Get the OpenCL driver name right on Linux, confirm test passes
|
2010-03-05 22:37:10 -08:00 |
Joe Groff
|
48b433750b
|
clean up polymorphic stack effects in fuel
|
2010-03-05 21:51:13 -08:00 |
Erik Charlebois
|
950f268bad
|
Get OpenCL unit tests passing on Win7/NVidia.
|
2010-03-03 02:06:58 -08:00 |
Erik Charlebois
|
7d9c73c406
|
Merge branch 'master' of git://github.com/slavapestov/factor
|
2010-03-03 00:04:17 -08:00 |
Erik Charlebois
|
a7f1d4f231
|
Initial checkin of OpenCL bindings
|
2010-03-03 00:02:47 -08:00 |
Doug Coleman
|
8ef279e020
|
Fix load error in calendar
|
2010-03-02 11:38:35 -06:00 |
Doug Coleman
|
3faa1a57d3
|
Add a parsing word to output slots to the stack instead of to an array
|
2010-03-02 04:51:52 -06:00 |
Doug Coleman
|
55e772c528
|
Remove the http-data word
|
2010-03-01 22:32:15 -06:00 |
Joe Groff
|
9bf5c76771
|
lexer: add "each-token" and "map-tokens", which are equivalent to "parse-token _ each/map" but incremental. update a smattering of parsing words (such as USING:, SYMBOLS:, etc.) to use each-token/map-tokens
|
2010-02-28 22:19:43 -08:00 |
Slava Pestov
|
e3ddafbdec
|
core-foundation.run-loop: clean up and speed up some code to fix starvation issue exposed by game.loop (reported by Joe Groff)
|
2010-03-01 12:22:18 +13:00 |
Slava Pestov
|
e7d2e73215
|
webapps.help: fix typo
|
2010-02-28 19:44:18 +13:00 |
Doug Coleman
|
07dfcf2298
|
Beginning of a real fullscreen library
|
2010-02-27 13:03:28 -06:00 |
Doug Coleman
|
90597236e1
|
Add a slots{ word for accessing multiple slots
|
2010-02-27 07:58:40 -06:00 |
Doug Coleman
|
9bf7f56283
|
Add a new word http-data that is just http-get nip
|
2010-02-27 07:58:35 -06:00 |
Joe Groff
|
1bb27b8a21
|
deploy chipmunk lib
|
2010-02-25 15:13:06 -08:00 |
Slava Pestov
|
7826543d2e
|
sequences: add cartesian-each, cartesian-map, cartesian-product words to eliminate some duplication throughout the codebase
|
2010-02-25 20:54:57 +13:00 |
Joe Groff
|
433f0d1ea6
|
game.worlds: construct game-loop object before begin-game-world is called so begin-game-world can change it before the loop is started
|
2010-02-24 20:07:13 -08:00 |
Joe Groff
|
7de21ca8be
|
fix up chipmunk.demo, add a MAIN:
|
2010-02-24 18:46:02 -08:00 |
Joe Groff
|
2e888f1ee7
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-02-24 18:26:46 -08:00 |
Joe Groff
|
d853061f8f
|
move chipmunk to chipmunk.ffi
|
2010-02-24 17:00:17 -08:00 |
Slava Pestov
|
d0c21a9182
|
webapps.wiki: fix template
|
2010-02-25 04:54:42 +13:00 |
Slava Pestov
|
187e0f96ca
|
Move closures, fries and set-n to unmaintained
|
2010-02-24 20:24:32 +13:00 |
Slava Pestov
|
af0ddd5985
|
Specialized arrays, structs and other objects responding to the >c-ptr / byte-length protocol can now be written to binary streams
|
2010-02-24 20:18:41 +13:00 |
Joe Groff
|
211004f7e0
|
add missing USING: effects.parser to descriptive, set-n
|
2010-02-23 13:27:18 -08:00 |
Joe Groff
|
db6c083162
|
change back other char/uchar* parameters that don't look like actual string types
|
2010-02-23 13:15:16 -08:00 |
Joe Groff
|
4cfa1a6c77
|
rename current string-mangling "char*" to "c-string". char* is now just a boring old pointer to char
|
2010-02-23 11:42:02 -08:00 |
Slava Pestov
|
282f284515
|
freetype: fix load error
|
2010-02-24 00:46:11 +13:00 |
Slava Pestov
|
7decccf8bb
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-02-23 20:26:41 +13:00 |
Erik Charlebois
|
0142d46688
|
Add scaffolding for platforms.txt, add option to fuel-scaffold-vocab
|
2010-02-22 20:17:49 -08:00 |
Joe Groff
|
8628b60327
|
remove unnecessary memory>structs from extra/ too
|
2010-02-22 12:34:38 -08:00 |
Slava Pestov
|
1986dc49e4
|
Merge branch 'master' of git://github.com/erikcharlebois/factor
|
2010-02-22 20:09:20 +13:00 |
Doug Coleman
|
957f2d9ff6
|
Check if we're using ttys before starting curses, since initscr exits on error for some dumb reason
|
2010-02-21 23:38:18 -06:00 |
Slava Pestov
|
50e300c080
|
Merge branch 'master' of git://projects.elasticdog.com/git/factor
|
2010-02-22 14:49:55 +13:00 |
Joe Groff
|
420e2d2308
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-02-21 09:58:41 -08:00 |
Erik Charlebois
|
0925f0a5bf
|
Merge branch 'master' of git://github.com/slavapestov/factor
|
2010-02-21 03:36:54 -08:00 |
Erik Charlebois
|
ffddca36b7
|
Add scaffolding words for tags, summary and authors and hook these up to FUEL. Modified fuel-scaffold-vocab to prompt the user for tags, summary and whether to create help and test files immediately.
|
2010-02-21 03:34:08 -08:00 |