Slava Pestov
|
f2208728e2
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-06-20 15:35:12 -05:00 |
Slava Pestov
|
2e5124f035
|
tokyo.alien.tctdb: int32_t is not defined on Windows, but int is the sae thing so use that instead
|
2009-06-20 15:35:01 -05:00 |
Doug Coleman
|
b8588b4b63
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-06-19 14:42:57 -05:00 |
Doug Coleman
|
1e14a83ee1
|
allow robot-identifiers to be set for robots.txt
|
2009-06-19 14:41:48 -05:00 |
Slava Pestov
|
326202e7b7
|
Fix help-lint for models.range and histogram
|
2009-06-19 14:33:43 -05:00 |
Joe Groff
|
751752da15
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-06-18 22:33:26 -05:00 |
Joe Groff
|
cbe9bfffde
|
draw-world can't be called directly from a game loop; the ui update thread might switch GL contexts out from under us
|
2009-06-18 22:33:09 -05:00 |
Slava Pestov
|
f05b8e3c87
|
extra/tokyo: remove bool typedef, and rename time_t to tokyo_time_t to not clash with existing types
|
2009-06-18 22:16:19 -05:00 |
Slava Pestov
|
b42c6c4425
|
Move histogram words from core/sets to extra/histogram
|
2009-06-18 21:55:33 -05:00 |
Joe Groff
|
ff742a7d81
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-06-18 21:20:49 -05:00 |
Joe Groff
|
037ed45339
|
give range models a step parameter; use it on sliders so the thumb can step by any interval
|
2009-06-18 20:57:02 -05:00 |
Slava Pestov
|
6a790a657b
|
Merge branch 'tokyo' of git://www.tiodante.com/git/factor
|
2009-06-18 19:32:19 -05:00 |
Bruno Deferrari
|
da2a94a199
|
tokyo.assoc-functor: Fix >alist and delete-at
|
2009-06-18 21:04:38 -03:00 |
Bruno Deferrari
|
cd4203f00e
|
tokyo.assoc-functor: Fix at*
|
2009-06-18 20:35:38 -03:00 |
Bruno Deferrari
|
f18655fd55
|
tokyo: Reimplement assoc protocols for remote and abstract db using a functor
|
2009-06-18 18:55:26 -03:00 |
Joe Groff
|
76b3e5fea2
|
win32 support for window-controls
|
2009-06-18 11:41:34 -05:00 |
Joe Groff
|
33dcb98943
|
oops, forgot a USING
|
2009-06-18 09:57:49 -05:00 |
Joe Groff
|
48b06d6221
|
window-controls-demo for testing/showing off window controls
|
2009-06-18 09:53:17 -05:00 |
Bruno Deferrari
|
9d515140fe
|
tokyo.remotedb: Remote database using Tokyo Tyrant
|
2009-06-17 20:24:04 -03:00 |
Bruno Deferrari
|
e8c9805ee1
|
tokyo.abstractdb: Renamed vocab, refactored memory streams to tokyo.utils vocab
|
2009-06-17 20:23:39 -03:00 |
Bruno Deferrari
|
4fcb379870
|
tokyo.alien: Fix USING: lines
|
2009-06-17 16:33:37 -03:00 |
Bruno Deferrari
|
0b68f70ccc
|
tokyo.cabinet.abstract: Optimization, deserialize objects directly from memory, without the intermediate bytes-array
|
2009-06-17 12:13:59 -03:00 |
Bruno Deferrari
|
5b58a7814e
|
tokyo.cabinet.abstract: Implement >alist, and correctly free memory returned by tokyo cabinet
|
2009-06-17 09:15:53 -03:00 |
Bruno Deferrari
|
c331807cff
|
tokyo: Add summary.txt files
|
2009-06-17 08:45:47 -03:00 |
Bruno Deferrari
|
ce47a54562
|
tokyo.cabinet.abstract: Assoc protocol implementation for Tokyo Cabinet abstract db api
|
2009-06-16 23:29:09 -03:00 |
Bruno Deferrari
|
142f12b5bc
|
tokyo.alien: Fix typo
|
2009-06-13 22:16:29 -03:00 |
Slava Pestov
|
b18c84454b
|
Move constructors vocabulary to extra and refactor basis code not to use it
|
2009-06-13 18:47:19 -05:00 |
Bruno Deferrari
|
56bd085962
|
tokyo.alien: Add full paths to libraries on osx
|
2009-06-13 20:41:41 -03:00 |
Bruno Deferrari
|
cb300e3a84
|
tokyo.alien: Add code that loads the dlls (not working right now for me)
|
2009-06-13 20:13:53 -03:00 |
Bruno Deferrari
|
17ae993874
|
Merge branch 'master' into tokyo
|
2009-06-13 19:29:58 -03:00 |
Bruno Deferrari
|
f585ba4ba3
|
tokyo.alien: Add tcadb
|
2009-06-13 01:49:07 -03:00 |
Bruno Deferrari
|
12ac159f6d
|
tokyo.alien: Add tcfdb
|
2009-06-13 01:41:15 -03:00 |
Bruno Deferrari
|
d61efa6b28
|
tokyo.alien: Add tcbdb
|
2009-06-13 01:24:22 -03:00 |
Bruno Deferrari
|
6ebdd52522
|
tokyo.alien: Fixes, add tchdb, loads now.
|
2009-06-12 22:58:53 -03:00 |
Bruno Deferrari
|
2f15931b3c
|
tokyo.alien: Make time_t a long, needs fix for 64bits windows
|
2009-06-12 15:19:18 -03:00 |
Bruno Deferrari
|
5678c18bda
|
tokyo.alien: Use long for time_t
|
2009-06-12 15:14:14 -03:00 |
Bruno Deferrari
|
8134eccced
|
tokyo.alien: Initial works on tokyo bindings (incomplete, not working, not tested)
|
2009-06-12 14:25:01 -03:00 |
Doug Coleman
|
7134236e46
|
Merge branch 'master' of git://github.com/prunedtree/factor
Conflicts:
basis/compression/inflate/inflate.factor
basis/math/matrices/matrices.factor
|
2009-06-12 02:33:49 -05:00 |
Joe Groff
|
226c76aa1f
|
stop playing fast and loose with NaN representations in half-floats tests
|
2009-06-11 18:00:01 -05:00 |
Doug Coleman
|
3cabf3aeca
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-06-11 11:10:20 -05:00 |
Doug Coleman
|
a8bc1d36cb
|
2map and 3map work in cursors
|
2009-06-10 17:59:14 -04:00 |
Doug Coleman
|
b8b0e11492
|
remove use of image boa from noise
|
2009-06-10 16:05:17 -04:00 |
Doug Coleman
|
b96a858872
|
refactor terrain generation to not use an image boa constructor
|
2009-06-10 15:59:14 -04:00 |
Joe Groff
|
12d99ed6f8
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-06-10 13:06:44 -05:00 |
Joe Groff
|
50f4db1ce2
|
half-precision float vocab
|
2009-06-10 13:06:06 -05:00 |
Doug Coleman
|
6434e4acf1
|
move images.processing to unmaintained for now
|
2009-06-09 22:48:19 -04:00 |
Doug Coleman
|
9861fdc9b3
|
take-n returns the rest of the sequence if not enough elements are present
|
2009-06-09 11:49:22 -04:00 |
Doug Coleman
|
a59bf32a33
|
fix cloning weirdness in images rotation tests
|
2009-06-09 11:48:39 -04:00 |
Slava Pestov
|
2b61f6c7ca
|
Merge branch 'master' of git://github.com/mrjbq7/factor
|
2009-06-09 03:07:36 -05:00 |
Slava Pestov
|
aaeeaa1e6f
|
Fix load errors
|
2009-06-08 04:18:57 -05:00 |