Joe Groff
|
078ca0fa58
|
alien.parser: refactor FUNCTION: parsing to read from the source incrementally. parse errors in FUNCTION: should now correspond to their location within the definition
|
2010-02-28 16:20:45 -08:00 |
Slava Pestov
|
e7d2e73215
|
webapps.help: fix typo
|
2010-02-28 19:44:18 +13:00 |
Doug Coleman
|
004608e1f4
|
fix docs for csv
|
2010-02-27 13:04:42 -06:00 |
Doug Coleman
|
07dfcf2298
|
Beginning of a real fullscreen library
|
2010-02-27 13:03:28 -06:00 |
Doug Coleman
|
cc892700c8
|
add missing using
|
2010-02-27 08:25:25 -06:00 |
Doug Coleman
|
bad7e4b68e
|
Add a slot for worlds to know if they are fullscreened, and another for restoring the window position after returning from fullscreen mode
|
2010-02-27 07:58:42 -06:00 |
Doug Coleman
|
93efc83938
|
more user32 bindings
|
2010-02-27 07:58:41 -06:00 |
Doug Coleman
|
90597236e1
|
Add a slots{ word for accessing multiple slots
|
2010-02-27 07:58:40 -06:00 |
Doug Coleman
|
5eff2e0e9a
|
Add csv>string and string>csv
|
2010-02-27 07:58:38 -06:00 |
Doug Coleman
|
18c0935b64
|
Docs for http-data
|
2010-02-27 07:58:37 -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
|
09517a87e3
|
rename game.input.linux to game.input.x11, make x>hid-bit-order a hook on system
|
2010-02-26 18:30:51 -08:00 |
Joe Groff
|
3d479927d7
|
move XQueryKeymap binding to x11.xlib
|
2010-02-26 18:21:37 -08:00 |
Joe Groff
|
013760a906
|
co-credit William Schlieper for game.input.linux
|
2010-02-26 18:16:16 -08:00 |
Joe Groff
|
061a3bccf2
|
Merge branch 'master' of git://github.com/william42/factor
|
2010-02-26 18:14:10 -08:00 |
Joe Groff
|
dfd99199a3
|
grouping: circular-slice shouldn't be a subclass of slice since that thwarts method inlining
|
2010-02-26 13:20:47 -08:00 |
Erik Charlebois
|
49768413fe
|
Merge branch 'master' of github.com:erikcharlebois/factor
|
2010-02-25 18:51:08 -08:00 |
Erik Charlebois
|
dd334ffe27
|
Merge branch 'master' of git://github.com/slavapestov/factor
|
2010-02-25 18:51:00 -08:00 |
Erik Charlebois
|
889fb74b8f
|
Fix windows.directx compile errors
|
2010-02-25 18:50:05 -08:00 |
Joe Groff
|
d898ee86b6
|
grouping: add circular clumps (e.g. { 1 2 3 4 } 3 circular-clump => { { 1 2 3 } { 2 3 4 } { 3 4 1 } { 4 1 2 } }
|
2010-02-25 17:05:03 -08:00 |
Erik Charlebois
|
cebabdc323
|
Add perp and angle-between words for vectors. Fix bug in cross product and add unit tests.
|
2010-02-25 16:46:02 -08:00 |
Joe Groff
|
4358edcae7
|
windows.com: typedef interface word to void* immediately so that self-referential pointers in the interface definition parse properly. fix a bug where pointer return values for interface methods couldn't parse
|
2010-02-25 16:39:30 -08:00 |
Joe Groff
|
1bb27b8a21
|
deploy chipmunk lib
|
2010-02-25 15:13:06 -08:00 |
Joe Groff
|
01b7113618
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-02-25 12:55:40 -08:00 |
Joe Groff
|
6655002629
|
remove repeated "pad" slots from x11.xlib structs
|
2010-02-25 12:55:31 -08:00 |
Doug Coleman
|
31b77781ae
|
Add more user32 bindings
|
2010-02-25 14:36:44 -06:00 |
Joe Groff
|
14e672a77d
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-02-25 11:52:42 -08:00 |
Joe Groff
|
f2999ce778
|
classes.struct: raise an error in STRUCT: if there are duplicate slot names
|
2010-02-25 11:52:21 -08:00 |
Erik Charlebois
|
7548e57b5b
|
Add perp and angle-between words for vectors. Fix bug in cross product and add unit tests.
|
2010-02-25 08:17:07 -08:00 |
Slava Pestov
|
86b7ba95a8
|
sequences: fix help lint
|
2010-02-26 00:44:48 +13:00 |
Slava Pestov
|
2ee4db39af
|
syndication: get it working with doublec's wacky atom feed
|
2010-02-25 21:39:14 +13: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
|
e5aa02571f
|
sequences: add suffix! to destructive sequence ops article
|
2010-02-25 05:57:09 +13:00 |
Slava Pestov
|
d0c21a9182
|
webapps.wiki: fix template
|
2010-02-25 04:54:42 +13:00 |
Slava Pestov
|
17b095a524
|
Slices over specialized arrays can now be passed to C functions, written to binary output streams, and given to malloc-byte-array
|
2010-02-25 04:50:31 +13:00 |
Doug Coleman
|
ebd2cce1be
|
Add some commented out unit tests to io.ports.tests that seem like they should be supported
|
2010-02-24 03:33:16 -06:00 |
Joe Groff
|
b55cddf969
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-02-24 00:51:13 -08:00 |
Joe Groff
|
3bf5eeddf9
|
tidy up load errors in ui.backend.x11
|
2010-02-24 00:51:02 -08:00 |
Doug Coleman
|
dad3870abd
|
Use for(;;) instead of do/while in a few places, fix safe_fread's error handling
|
2010-02-24 02:50:41 -06:00 |
Slava Pestov
|
ca8be54c96
|
io.files.unix: fix load errors arising from byte-length being moved
|
2010-02-24 21:20:21 +13:00 |
Slava Pestov
|
570e332f84
|
core-foundation.run-loop: cleanup
|
2010-02-24 21:18:29 +13:00 |
Joe Groff
|
2a3bf53af7
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2010-02-23 23:53:51 -08:00 |
Joe Groff
|
2aa1a3dbd7
|
ui.backend.cocoa: invalidate run loop timers before raising an NSAlert and add them back when runModal returns to avoid run loop callbacks reentering Factor
|
2010-02-23 23:52:03 -08:00 |
Slava Pestov
|
187e0f96ca
|
Move closures, fries and set-n to unmaintained
|
2010-02-24 20:24:32 +13:00 |
Slava Pestov
|
63ccca083e
|
Merge branch 'master' of git://github.com/erikcharlebois/factor
|
2010-02-24 20:20:08 +13:00 |
Slava Pestov
|
fa6c8117aa
|
cocoa.messages: cleanup
|
2010-02-24 20:18:48 +13:00 |