]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2010-01-24 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-01-24 Joe Groffaudio.vorbis phase 2—actually decode and supply audio
2010-01-24 Joe Groffaudio.engine: dispose generator for streaming-audio...
2010-01-24 Joe Groffsteal chris double's ogg.player code and turn it into...
2010-01-24 Joe Groffaudio.engine: let audio generators determine their...
2010-01-24 Joe Groffmore fussing over locals docs grammar
2010-01-23 Doug Colemanmake unix.utilities unportable
2010-01-23 Doug ColemanMake unix.debugger unportable
2010-01-23 Doug Colemanunix-system-call io-error -> unix-system-call drop
2010-01-23 Joe Groffremove redundant text from docs for locals docs
2010-01-23 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-01-23 Doug Colemangetgrent doesn't need unix-system-call
2010-01-22 Doug ColemanFix netbsd load error
2010-01-22 Joe Groffunicode.case: rename title-word to capitalize and make...
2010-01-22 Doug ColemanFix getgrent call in unix.groups
2010-01-22 Doug Colemanmove sequence-hashcode-step to private
2010-01-22 Doug Colemanremove a stray character
2010-01-22 Doug Colemanmove (accumulate) to sequences.private
2010-01-22 Doug ColemanFix using
2010-01-22 Doug ColemanRename accumulator to collector, pusher to selector
2010-01-22 Doug ColemanMove netbsd.structs into netbsd
2010-01-22 Doug ColemanFix load error
2010-01-22 Doug ColemanFix using
2010-01-22 Doug ColemanDelete .lib objects from Visual Studio if they exist...
2010-01-22 Doug ColemanFix image save on Windows
2010-01-22 Doug ColemanFix using
2010-01-22 Doug ColemanMason requires a hostname now (things break if this...
2010-01-22 Doug Colemanfix using
2010-01-22 Doug ColemanHandle EINTR in a lot of cases where it wasn't handled...
2010-01-22 Doug ColemanSave images to a temporary file first, then call MOVE_F...
2010-01-22 Doug ColemanMake unix-system-call retry the call immediately upon...
2010-01-22 Doug ColemanTighten up libc file io code to avoid EINTR problems
2010-01-22 Slava Pestovio.launcher: since process timeouts only kick in when...
2010-01-22 Slava Pestovcompiler: fix docs
2010-01-22 Slava Pestovcompiler.test: fix
2010-01-22 Slava PestovMove compile-call and related words only meant to be...
2010-01-22 Slava Pestovalien.c-types: ensure that long and ulong types are...
2010-01-22 Slava Pestovalien.c-types: clean up and fix for win64
2010-01-22 erikcFix missing vocab USINGs and mispelled d2dbasetypes
2010-01-22 erikcAdd iota call in game.input.dinput fill-mouse-state.
2010-01-21 Joe Groffgeneralize vim syntax highlighting for SBUF" " to any...
2010-01-21 Joe Groffmake sure VAOs are available to gpu library
2010-01-21 Doug ColemanNetBSD 64 blas abi changed
2010-01-20 Joe Groffremove debug prints
2010-01-20 Joe Groffrearrange order of <static-audio-clip> args to be consi...
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
next