prunedtree
|
9ffbf32c6f
|
unit test for m^n
|
2009-06-12 01:35:25 -07:00 |
prunedtree
|
b426f28738
|
make m^n private
|
2009-06-12 01:29:34 -07:00 |
Marc Fauconneau
|
68f7b1706a
|
Merge branch 'master' of git@github.com:prunedtree/factor
|
2009-06-05 21:34:19 +09:00 |
Marc Fauconneau
|
88f8af4b69
|
images.jpeg: added support for yuv444 and black and white images
|
2009-06-05 21:33:04 +09:00 |
prunedtree
|
011abaa079
|
images.jpeg: added support for yuv444 and black and white images
|
2009-06-05 05:28:18 -07:00 |
prunedtree
|
f09a2807fa
|
implemented inflate-raw (uncompressed chunks)
|
2009-06-05 03:29:12 -07:00 |
prunedtree
|
9612b43034
|
bit alignement and absolute positionning for bit-reader
|
2009-06-05 03:26:50 -07:00 |
Marc Fauconneau
|
5e31d6266e
|
ML-style (* nested (* comments *) *)
|
2009-06-05 15:29:36 +09:00 |
prunedtree
|
1c89045f0e
|
m^n binary exponentiation of matrices
|
2009-06-04 20:42:29 -07:00 |
Slava Pestov
|
b73716d8cb
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-06-04 19:14:27 -05:00 |
Slava Pestov
|
81b2a39070
|
compiler.cfg.linear-scan: re-do interval splitting to operate on live ranges; add inactive set processing
|
2009-06-04 18:53:02 -05:00 |
Doug Coleman
|
60a0170e38
|
renamd parsed-tiff to loading-tiff
|
2009-06-04 16:17:26 -05:00 |
Doug Coleman
|
a3f0c6c057
|
use singletons instead of subclassing the image class
|
2009-06-04 16:09:38 -05:00 |
Doug Coleman
|
a0b01a51b7
|
create initializers vocab when constructors is used. this should really go in bootstrap instead
|
2009-06-04 15:30:17 -05:00 |
Doug Coleman
|
3c8ce48e3c
|
don't normalize images in processing.rotation. this means there are some padding bytes to deal with
|
2009-06-04 15:09:25 -05:00 |
Doug Coleman
|
580ff7fd32
|
fix loading of bitmaps when computed size is 0
|
2009-06-04 15:06:33 -05:00 |
Doug Coleman
|
7734042b58
|
use initial values in constructors when approriate
|
2009-06-04 14:57:10 -05:00 |
Doug Coleman
|
4cead52ba6
|
constructor foo now creates an initialize-foo word in the initializers vocabualary. <foo> is instantiated with boa constructors now, so constructors handle read-only slots
|
2009-06-04 10:17:09 -05:00 |
Doug Coleman
|
80c59d1a0f
|
add a logged-in flag to managed-server for logging in connections so we don't have to throw exceptions to kill clients
|
2009-06-03 23:00:56 -05:00 |
Doug Coleman
|
f6ac611a04
|
really disconnect someone if name is taken
|
2009-06-03 22:19:46 -05:00 |
Doug Coleman
|
a506ddbbfc
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-06-03 21:36:37 -05:00 |
Doug Coleman
|
31595542d3
|
clean up bitmap code, support a lot more bitmaps like 1/4/16 bit
|
2009-06-03 21:36:03 -05:00 |
Doug Coleman
|
3550621341
|
rename run-length's uncompress word
|
2009-06-03 21:22:19 -05:00 |
Doug Coleman
|
b9100e5077
|
add a word to make a sequence from a byte-array by taking n bits at a time
|
2009-06-03 21:21:51 -05:00 |
Doug Coleman
|
175b03c134
|
add a <limited-file-reader> word to open a limited stream from a file correctly
|
2009-06-03 21:21:21 -05:00 |
Joe Groff
|
469d7af27a
|
Catch and wrap game-loop errors and send them through the UI when available. much nicer than having to check the console
|
2009-06-03 19:55:38 -05:00 |
Joe Groff
|
d951052ab1
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-06-03 11:03:45 -05:00 |
Joe Groff
|
0169934f6d
|
null-world class for interactive OpenGL use
|
2009-06-03 11:03:34 -05:00 |
Joe Groff
|
6599beefd6
|
typo in opengl.gl
|
2009-06-03 11:02:41 -05:00 |
Slava Pestov
|
49f670be05
|
Fix 32-bit bootstrap
|
2009-06-03 03:23:55 -05:00 |
Slava Pestov
|
9fa3240b85
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-06-03 03:23:04 -05:00 |
Slava Pestov
|
ade5db2405
|
cpu.x86: fix small register intrinsics on x86-64
|
2009-06-03 03:22:46 -05:00 |
Slava Pestov
|
6d04bf9c4a
|
Linear scan: build live ranges
|
2009-06-03 03:22:27 -05:00 |
Doug Coleman
|
f31c3f867a
|
support run-length encoding in bitmaps
|
2009-06-02 23:29:04 -05:00 |
Doug Coleman
|
367623e375
|
report unhandled compression modes
|
2009-06-02 23:20:07 -05:00 |
Daniel Ehrenberg
|
43bcfd2944
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-06-02 21:20:36 -05:00 |
Daniel Ehrenberg
|
8ec2e12b22
|
fixing images unit test
|
2009-06-02 21:17:45 -05:00 |
Daniel Ehrenberg
|
ba5b582e01
|
Redoing images.loader to work with jpeg
|
2009-06-02 20:39:51 -05:00 |
Slava Pestov
|
9da8cfe942
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-06-02 18:30:25 -05:00 |
Slava Pestov
|
2d231f066a
|
GC checks now save and restore registers
|
2009-06-02 18:23:47 -05:00 |
Daniel Ehrenberg
|
1162e337d9
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-06-01 22:40:19 -05:00 |
Daniel Ehrenberg
|
52017e22f3
|
unbits word in math.bits vocab
|
2009-06-01 22:39:02 -05:00 |
Daniel Ehrenberg
|
29395bf900
|
Words in images to get and set pixels
|
2009-06-01 22:37:44 -05:00 |
Doug Coleman
|
bbd8651584
|
Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor
|
2009-06-01 17:39:06 -05:00 |
Jose A. Ortega Ruiz
|
2675533bed
|
FUEL: Use by default Factor's developer-name in scaffolds.
|
2009-06-01 23:24:05 +02:00 |
Doug Coleman
|
2d6bb2fef3
|
Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor
|
2009-06-01 16:12:09 -05:00 |
Jose A. Ortega Ruiz
|
45e6683c62
|
FUEL: developer-name is not overriden in scaffolds if so desired.
|
2009-06-01 23:09:30 +02:00 |
Jose A. Ortega Ruiz
|
1f0bd22365
|
FUEL: Support for SYNTAX: parsing word.
|
2009-06-01 22:32:47 +02:00 |
Doug Coleman
|
0a0ed4777f
|
Merge branch 'irc' of git://www.tiodante.com/git/factor
|
2009-06-01 15:20:25 -05:00 |
Doug Coleman
|
a4a2ae8a78
|
send \r\n instead of \n for windows telnet clients
|
2009-06-01 13:35:04 -05:00 |