Slava Pestov
|
18df06fde1
|
Updating various apps in extra for GL words being moved around
|
2008-11-11 03:10:41 -06:00 |
Slava Pestov
|
5def7c5dea
|
Don't load random number generator on bootstrap
|
2008-11-06 01:30:59 -06:00 |
Joe Groff
|
3399a579d0
|
call find-gl-context to ensure context is set during graft/ungraft in GL demos
|
2008-10-04 16:33:51 -07:00 |
Doug Coleman
|
f8b46802ba
|
fix teh bunny
|
2008-09-02 18:04:28 -05:00 |
Joe Groff
|
9dbe18e07d
|
remove obsolete reference to "construct" in bunny.outlined. clean up >r imbalance in opengl.capabilities
|
2008-09-01 08:53:32 -07:00 |
Slava Pestov
|
4bc54497fa
|
Move vocabularies which use delegation to unmaintained, and delete older unmaintained stuff
|
2008-08-27 16:23:35 -05:00 |
Joe Groff
|
af80e5c97f
|
retool with-gl-program -- preserving the program object and using cleave is more flexible than the hardcoded pattern
|
2008-08-03 17:41:21 -07:00 |
Joe Groff
|
7608afbf4c
|
duh... bunny.outlined needs to update the framebuffer size after it builds it!
|
2008-07-11 20:16:22 -07:00 |
Joe Groff
|
5b0fbf9abf
|
Whip the out-of-control USING: lines in bunny into shape
|
2008-07-11 19:48:41 -07:00 |
Joe Groff
|
b19c3ee65e
|
use single-precision floats in bunny vertex buffers for much better performance
|
2008-07-11 19:34:42 -07:00 |
U-VICTORIA\Administrator
|
8d311fbf76
|
Update bunny, spheres, demo-support to use delegation
|
2008-07-11 18:51:25 -07:00 |
Slava Pestov
|
48d8d44d80
|
Tweak deploy descriptors
|
2008-07-03 20:50:08 -05:00 |
Slava Pestov
|
17b94261c5
|
Fix deploy tests
|
2008-07-02 21:52:28 -05:00 |
Slava Pestov
|
9d512b3313
|
Fix bunny for float array change
|
2008-07-02 16:26:10 -05:00 |
slava
|
68ddfc9410
|
Fixing deployment tests
|
2008-06-25 20:47:07 -05:00 |
Slava Pestov
|
ba8f1388ab
|
Fixing everything for mandatory stack effects
|
2008-06-09 02:14:14 -05:00 |
Slava Pestov
|
620103351e
|
Tweak stuff to reduce deploy image size
|
2008-05-31 00:07:30 -05:00 |
Slava Pestov
|
2cbfa9c2d7
|
Move destructors to core
|
2008-05-14 23:23:12 -05:00 |
Slava Pestov
|
c60baf1232
|
sift and harvest words added
|
2008-05-13 23:36:55 -05:00 |
Joe Groff
|
d6a67d475c
|
Merge branch 'master' of git://factorcode.org/git/factor
Conflicts:
extra/bunny/bunny.factor
extra/opengl/demo-support/demo-support.factor
|
2008-04-27 18:27:47 -07:00 |
Doug Coleman
|
4d0ba8c3c1
|
reverse args for assoc-diff, diff
fix lots of usings
fix help lint
|
2008-04-26 02:01:43 -05:00 |
Doug Coleman
|
b7c1f9dbe8
|
extra changes:
index* -> index-from
last-index* -> last-index-from
1 tail -> rest
1 tail-slice -> rest-slice
subset -> filter
prepose
find* -> find-from
find-last* -> find-last-from
before, after generic, < for integers
make between? work for timestamps
|
2008-04-25 23:17:08 -05:00 |
Joe Groff
|
07b91613e4
|
Modernize the bunny demo code
|
2008-04-21 21:14:38 -07:00 |
Joe Groff
|
60025d45c3
|
Add environment mapping to spheres demo. Modernize more code in bunny and demo-support
|
2008-04-16 21:06:13 -07:00 |
Joe Groff
|
b2e90f62c0
|
Modernize some code in the bunny demo
|
2008-04-15 20:36:58 -07:00 |
Doug Coleman
|
72080fda4a
|
construct-boa -> boa
construct-empty -> new
|
2008-04-13 15:06:27 -05:00 |
Doug Coleman
|
5fa3bd8c74
|
cond/case
|
2008-04-11 12:55:57 -05:00 |
Slava Pestov
|
9e13e61a74
|
Fix some load errors
|
2008-03-29 04:07:06 -05:00 |
Slava Pestov
|
1f3e6fd0b7
|
combinators.cleave is now core
|
2008-03-28 23:00:20 -05:00 |
Slava Pestov
|
0d0f0c5ce7
|
Improve deployment tool
|
2008-03-20 21:11:53 -05:00 |
Joe Groff
|
6f89d7921b
|
Merge branch 'master' of git://factorcode.org/git/factor
Conflicts:
extra/combinators/lib/lib.factor
extra/io/windows/files/files.factor
extra/opengl/demo-support/demo-support.factor
extra/opengl/shaders/shaders.factor
|
2008-03-15 20:39:43 -07:00 |
Joe Groff
|
fe9ab0e26b
|
COM unit tests. Remove redundant call-with word and use cleave instead.
|
2008-03-15 17:45:05 -07:00 |
Slava Pestov
|
618962aa71
|
Fix minor bunny bug
|
2008-03-13 03:39:05 -05:00 |
Daniel Ehrenberg
|
efb3367c45
|
Merge branch 'master' of git://factorcode.org/git/factor into unicode
Conflicts:
core/io/files/files-docs.factor
core/io/files/files-tests.factor
core/io/files/files.factor
core/listener/listener.factor
extra/benchmark/sum-file/sum-file.factor
extra/bootstrap/image/upload/upload.factor
extra/http/server/templating/templating.factor
extra/logging/server/server.factor
extra/smtp/smtp.factor
extra/tools/deploy/macosx/macosx.factor
extra/tools/disassembler/disassembler.factor
extra/webapps/file/file.factor
|
2008-02-29 01:20:44 -06:00 |
Slava Pestov
|
5a8ab4f6ee
|
Use temp-file
|
2008-02-26 14:58:16 -06:00 |
Daniel Ehrenberg
|
4ad96fc4ea
|
Merge branch 'master' into unicode
Conflicts:
core/io/streams/c/c-tests.factor
extra/benchmark/mandel/mandel.factor
extra/benchmark/raytracer/raytracer.factor
extra/http/client/client.factor
|
2008-02-24 13:00:06 -06:00 |
Slava Pestov
|
217ca36756
|
bunny doesn't need to use timers
|
2008-02-21 19:14:28 -06:00 |
Daniel Ehrenberg
|
8437c0ec3c
|
Merge branch 'slava/master' into unicode
Conflicts:
core/io/files/files-tests.factor
core/io/files/files.factor
extra/benchmark/reverse-complement/reverse-complement.factor
extra/cpu/8080/emulator/emulator.factor
extra/io/unix/unix-tests.factor
extra/logging/server/server.factor
extra/raptor/raptor.factor
extra/tar/tar.factor
extra/tools/disassembler/disassembler.factor
|
2008-02-21 15:45:17 -06:00 |
Slava Pestov
|
d657821f3e
|
Tested and documented all new concurrency features
|
2008-02-18 16:20:18 -06:00 |
Daniel Ehrenberg
|
62f9ed5dbd
|
putting encodings on all file readers/writers
|
2008-02-16 22:17:41 -06:00 |
Daniel Ehrenberg
|
f6845d43d3
|
Massive name change in files, string streams
|
2008-02-15 22:20:31 -06:00 |
Aaron Schaefer
|
b4324cdd58
|
Update search paths after combinators.lib -> sequences.lib move
|
2008-02-12 16:49:53 -05:00 |
Joe Groff
|
3bc9790b74
|
Adjust the bunny position to be better centered
|
2008-02-03 16:19:05 -08:00 |
Joe Groff
|
a544f5eeda
|
Take the fattening opengl vocab and hack it up into smaller, mouth-sized morsels
|
2008-02-03 15:59:47 -08:00 |
Joe Groff
|
c60338df7e
|
Fix bug in TextMate bundle when using the see or help commands on the first word on a line
|
2008-02-03 10:24:28 -08:00 |
Joe Groff
|
4e4e4ee157
|
Make setting up shader uniform parameters nicer from with-gl-program
|
2008-02-02 18:15:22 -08:00 |
Joe Groff
|
7da1da5fff
|
Modularize the new bunny demo, and adjust the bikeshed parameters a bit
|
2008-02-02 15:33:05 -08:00 |
Joe Groff
|
9667afcb81
|
cel-shading, line-art, and bunny touch their magic rings together and become Super Bunny Demo
|
2008-02-02 13:14:22 -08:00 |
Joe Groff
|
8b0e61b18b
|
Merge git://factorcode.org/git/factor
|
2008-01-31 20:26:29 -08:00 |
Joe Groff
|
f3b9e889ff
|
Start work on making bunny demos use vertex buffers to draw
|
2008-01-31 20:24:08 -08:00 |