Commit Graph

4749 Commits (89ccc4b00acddacca2545ef05e2f924f88ecfe36)

Author SHA1 Message Date
Doug Coleman 89ccc4b00a throw exceptions on png types we dont support 2009-05-16 08:46:41 -05:00
Doug Coleman 241e6a64bf call link-info instead of file-info, fix wonky spacing, name a constant 2009-05-15 22:31:50 -05:00
Doug Coleman 7c1f4e8839 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-15 19:40:30 -05:00
Doug Coleman 61fdd585b2 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-15 18:37:20 -05:00
Doug Coleman a0b9cfd602 launch editors with run-detached. the naming convention foo-location doesn't make sense with some text editors, so rename the edit words to the text editor name 2009-05-15 16:12:13 -05:00
Doug Coleman 3c49944fc1 call vim with run-detached instead of try-process. clean up vim code. 2009-05-15 16:06:48 -05:00
Joe Groff e7744cfbe3 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-15 15:27:32 -05:00
Joe Groff ae5f5553e6 move IOHIDManagerSetDeviceMatching call after IOHIDManagerOpen. this prevents IOHIDManagerOpen from failing if it would match an exclusive-opened device 2009-05-15 15:26:41 -05:00
Doug Coleman 74d1fe6def remove debugging code from bitstreams 2009-05-15 14:59:26 -05:00
Doug Coleman 9785cd4c40 fix inflate 2009-05-15 14:08:56 -05:00
Joe Groff 5a1452b72c Merge branch 'master' of factorcode.org:/git/factor 2009-05-15 11:04:18 -05:00
Joe Groff 480870e367 add some more opengl extension bindings:
GL_EXT_framebuffer_blit
	GL_EXT_framebuffer_multisample
	GL_EXT_gpu_shader4
	GL_EXT_geometry_shader4
	GL_EXT_transform_feedback
2009-05-15 11:00:39 -05:00
Doug Coleman 451a13c740 oops, i was using alt.bitstreams in some places 2009-05-15 01:27:00 -05:00
Doug Coleman 312fe46848 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-14 23:33:48 -05:00
Doug Coleman af2f62ae62 remove all the compress code from lzw until it works, fix bitstreams 2009-05-14 23:33:00 -05:00
Joe Groff 42636ab18b Merge branch 'master' of factorcode.org:/git/factor 2009-05-14 17:38:37 -05:00
Joe Groff b3039786c2 don't unfocus the world if cocoa view has gone fullscreen; the original window isn't really associated with the view while fullscreen 2009-05-14 17:37:14 -05:00
Slava Pestov 1214e22839 copy-tree now preserves file permissions on Unix 2009-05-14 17:36:07 -05:00
Joe Groff 7fdd018aec set first responder on cocoa view back when returning from fullscreen mode. un-fullscreen the view if window is closed while view is fullscreen 2009-05-14 17:29:25 -05:00
Joe Groff 99c6c054c2 no reason not to use bit-array for game-input key state 2009-05-14 17:26:54 -05:00
Doug Coleman c443d6d815 check in marc's jpeg loader, png decoder, huffman, inflate, and image-processing vocabularies 2009-05-14 15:46:10 -05:00
Doug Coleman ac32822b11 replace my bitstream-reader with marc's bitstreams. implement a minimal bit-writer 2009-05-14 15:44:57 -05:00
Joe Groff 606ed8aaa1 spin on GetCurrentButtonState before warping cursor when grabbing cocoa input. this keeps the window from jumping if you click on its titlebar to focus 2009-05-14 15:36:18 -05:00
Joe Groff 92e508356e flip cursor warp point for cocoa mouse grab into y-goes-down space 2009-05-14 15:01:21 -05:00
Joe Groff 7c10b6d4d5 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-14 10:09:16 -05:00
Joe Groff ba9ba118a6 don't assume world has children in debugger 2009-05-14 10:08:57 -05:00
Slava Pestov 06efcd1502 ui.backend.windows: create-window can now be called even when the UI is not running. Fixes game-input deploy test 2009-05-13 22:41:42 -05:00
Doug Coleman 0d8115a940 fullscreen* -> (fullscreen?), set-fullscreen* -> (set-fullscreen), fix jamshred screen toggling 2009-05-13 22:28:33 -05:00
Doug Coleman 31e3fe5a2f rename set-fullscreen? to set-fullscreen, add a toggle-fullscreen word, fix windows backend for fullscreen* 2009-05-13 20:05:22 -05:00
Joe Groff 0483a5044a rotate-circular word 2009-05-13 19:31:58 -05:00
Slava Pestov ca6cbbb2f9 tools.annotations: now prints a table of values 2009-05-13 17:03:41 -05:00
Slava Pestov 2b9631075a Graduation! Move game-input and iokit into basis 2009-05-13 14:18:10 -05:00
Slava Pestov a879698e0e Merge branch 'master' of git://factorcode.org/git/factor 2009-05-12 21:24:05 -05:00
Slava Pestov b67b617746 Fix compiler breakage if a GENERIC# has an incorrect stack effect declaration 2009-05-12 21:23:52 -05:00
Slava Pestov c026702390 fix stat on 64bit linux 2009-05-12 18:04:22 -05:00
Slava Pestov 5e2b985d9e Merge branch 'master' of git://factorcode.org/git/factor 2009-05-12 17:09:33 -05:00
Slava Pestov f9d711c307 tools.deploy.shaker: Only strip out compiler classes if user doesn't request full environment 2009-05-12 16:56:36 -05:00
Slava Pestov 3987468ff3 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-12 16:23:26 -05:00
Slava Pestov e0f4b18709 Link VM with OpenSSL on NetBSD otherwise it can't find some symbols 2009-05-12 16:23:09 -05:00
Doug Coleman 8ddbfb5161 make output>array a macro to avoid subtle bugs 2009-05-12 10:32:19 -05:00
Slava Pestov 5a8e7d1c76 io.bakend.windows.nt: fix bootstrap error 2009-05-12 06:25:06 -05:00
Slava Pestov 2fdc666589 tools.deploy.test: use try-output-process, and run VM from .app bundle when testing deployed app. This makes the game-input deploy test work 2009-05-12 05:16:46 -05:00
Slava Pestov e3d39b9d9e Move try-output-process from mason.common to io.launcher 2009-05-12 05:16:19 -05:00
Slava Pestov 5ddca1d0f2 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-12 04:26:17 -05:00
Slava Pestov 2508ba2e6d tools.deploy.shaker: better I/O stripping, and more effective compiler class stripping by clearing megamorphic caches 2009-05-12 04:20:02 -05:00
Slava Pestov aa0e954633 Move wchar_t* typedef from alien.arrays to windows.types since that's the only place that uses it. Reduces deployed image size since io.encodings.utf16 not loaded on Unix 2009-05-12 04:19:22 -05:00
Slava Pestov 560ad8b2e5 ui.gadgets.worlds: Remove unneeded ui.commands dependency. This reduces deployed image size 2009-05-12 04:02:24 -05:00
Slava Pestov 1877a5ddd5 bootstrap.stage2: strip out UTF16 encoding. It will only be loaded again if needed. This reduces deployed binary size 2009-05-12 04:02:08 -05:00
Slava Pestov 96b1ae86a4 Clean up init-stdio implementations and move io.streams.null to basis 2009-05-12 03:35:48 -05:00
Slava Pestov 6e08e29a3a Remove compiled slot from quotations since its not needed 2009-05-12 03:09:15 -05:00