]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2010-01-20 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-01-20 Joe Grofftweak audio.engine generator interface
2010-01-20 Joe Groffupdate game.worlds and gpu.demo.raytrace for audio...
2010-01-20 Joe Groffmop up dead code and other debris from audio.engine
2010-01-20 Joe Groffupdate audio.engine.test for audio.engine changes
2010-01-20 Joe Groffaudio.engine improvements: support static and streaming...
2010-01-20 Joe Groffadjust game.worlds docs language
2010-01-20 Philipp Brüschweilermisc: update factor.vim and it's template
2010-01-20 Slava Pestovgame.input.dinput: fix load error
2010-01-20 Slava Pestovtools.deploy.shaker: also include tools.errors if user...
2010-01-20 Slava Pestovkernel: remove bogus test
2010-01-20 Slava PestovMerge branch 'master' of git://github.com/erikcharleboi...
2010-01-20 erikcMove windows.dinput to windows.directx.dinput.
2010-01-20 Slava Pestovwindows.psapi: add unportable tag
2010-01-20 Slava PestovMerge branch 'master' of git://github.com/erikcharleboi...
2010-01-20 Slava Pestovvm: remove vm-ptr primitive
2010-01-20 Slava PestovMake stack-checker throw proper errors for primitives...
2010-01-20 erikcMerge branch 'master' of git://github.com/slavapestov...
2010-01-20 erikcDirectSDK bindings, excluding dinput which already...
2010-01-20 Joe Groffadd note to game.worlds docs that draw-world* and resiz...
2010-01-20 Joe Groffdownsample gpu.demos.raytrace sound effects to 11kHz...
2010-01-20 erikcMap WM_APPCOMMAND browser backward and forward messages...
2010-01-20 Joe Groffallow audio-sources to control reference distance and...
2010-01-20 Joe Groffadd gratuitous audio to gpu.demos.raytrace
2010-01-20 Joe Groffmake a protocol for audio.engine sources/listeners...
2010-01-20 Joe Groffgame.worlds overhaul: add optional support for integrat...
2010-01-19 Joe Groffmake apply-world-attributes generic
2010-01-19 Joe Groffadd words to audio.engine for synchronized play/pause...
2010-01-19 Joe Groffaudio.loader vocab that reads audio file with reader...
2010-01-19 Joe Groffaiff audio file reader
2010-01-19 Joe Groffmake audio.wav endian-neutral
2010-01-19 Joe Groffoops. remove catheter and IVs from audio.engine
2010-01-19 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-01-19 Joe Groffmake audio.engine actually work, add audio.engine.test...
2010-01-19 Joe Groffadd DESTRUCTOR:s for alcCloseDevice and alcDestroyContext
2010-01-19 Joe Groffremove redundant USING: from terrain
2010-01-19 Slava Pestovbuild-support/cleanup: clean up 'images' directory...
2010-01-19 Slava Pestovvm: don't recompile lazy-jit-compile more than once
2010-01-19 Slava PestovGNUmakefile: some more cleanups
2010-01-19 Slava Pestovcompiler.tree.propagation.call-effect: eliminate some...
2010-01-19 Slava Pestovvm: remove primitive table, non-optimizing compiler...
2010-01-19 Slava PestovFix performance regression in vector ops on specialized...
2010-01-19 Doug ColemanEven better fix for building Factor's shared library
2010-01-18 Joe Groffaudio.engine initial code dump
2010-01-18 Doug ColemanBetter fix for building dll on WIndows
2010-01-18 Slava PestovUse ParseCommandLineArgvw() on Windows again, instead...
2010-01-18 Doug ColemanDon't build the Factor dll twice on Windows
2010-01-18 Slava Pestovcompiler.tree.escape-analysis: make tests a bit more...
2010-01-18 Slava Pestovio.servers.connection: accept-loop doesn't need to...
2010-01-18 Slava PestovStop wearing monocle and use the term "entry point...
2010-01-18 Doug ColemanFix minor typo in <server> docs
2010-01-18 Joe Groffadd ALC bindings to openal
2010-01-18 Joe Groffmissing USING:s
2010-01-17 Joe Groffgame.loop: fps word to divide a value into 1,000,000
2010-01-17 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-01-17 Joe Groffmethod-chains docs
2010-01-17 Joe Groffdocument game.loop
2010-01-17 Joe Groffadd begin-game-world and end-game-world generics so...
2010-01-17 Slava Pestovvm: fix command line parsing on Windows
2010-01-17 Doug ColemanWork around gcc bug on openbsd
2010-01-17 Slava PestovRemove generated file factor.res added by mistake
2010-01-17 Slava PestovNmakefile: build factor.dll and link in resource file
2010-01-16 Joe Groffdocument game.worlds, tweak GAME: syntax
2010-01-16 Joe Groff"a block border" => "a black border"
2010-01-16 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-01-16 Joe GroffGAME: syntax for defining game entry point with game...
2010-01-16 Joe Groffuse MAIN-WINDOW: for key-caps
2010-01-16 Joe Groffformatting ocd
2010-01-16 Joe Groffhurr semicolon
2010-01-16 Joe Groffuse world-attributes pref-dim instead of world pref...
2010-01-16 Joe Grofflink MAIN-WINDOW: docs into UI docs
2010-01-16 Joe Groffspheres can use MAIN-WINDOW: too
2010-01-16 Slava Pestovvm: Tweak Factor VM to compile with Microsoft Visual...
2010-01-16 Slava Pestovslots: fix declaration unit test
2010-01-16 Slava PestovMerge branch 'mongodb-changes' of git://github.com...
2010-01-16 Sascha Matzkeadjusted USING: - removed unix vocab
2010-01-16 Slava Pestovspecialized-arrays: don't define useless empty T-sequen...
2010-01-16 Slava Pestovcompiler.tree.propagation: ensure that we don't call...
2010-01-16 Slava Pestovslots, classes.tuple: make 'integer'-declared slots...
2010-01-16 Slava Pestovio.buffers: fix buffer-until for iota (reported by...
2010-01-16 Slava Pestovui.gadgets.search-tables: fix breakage
2010-01-16 Doug ColemanFix iota bug in io.files.info.windows
2010-01-16 Joe Groffdocument MAIN-WINDOW:
2010-01-16 Joe Groffpry off some ui app boilerplate with a MAIN-WINDOW...
2010-01-15 Joe Groffallow window pref-dim to be provided in world-attributes
2010-01-15 Joe Groffgame-loop: change "tick-length" to more descriptive...
2010-01-15 Joe Groffbump game demos up to 60fps. we have the technology
2010-01-15 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-01-15 Joe Groffsqueeze some TYPED: juice on gpu.*
2010-01-15 Doug ColemanMerge branch 'mongodb-changes' of git://github.com...
2010-01-15 Slava PestovHelp lint fixes for iota
2010-01-14 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-01-14 Doug ColemanFix a few integers-as-sequences in docs
2010-01-14 Doug ColemanClean up a windows.time word
2010-01-14 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2010-01-14 Slava Pestovuse iota in retry combinator in mason
2010-01-14 Slava Pestovmath.parser: fix docs -- maximum radix is 16 not 36
2010-01-14 Slava Pestovparser: make 'CONSTANT: foo<newline>3' work in the...
2010-01-14 Slava Pestovmath.functions: fix memory protection error if exp...
2010-01-14 Slava Pestovgeneric, sequences: update docs for iota
next