retroray
9 months agostop appending repeat keys to the input buffer master
John Tsiombikas [Tue, 4 Jul 2023 21:43:02 +0000 (00:43 +0300)]
stop appending repeat keys to the input buffer

9 months agohandle framebuffer invalidation of windows with frames correctly
John Tsiombikas [Mon, 3 Jul 2023 21:18:26 +0000 (00:18 +0300)]
handle framebuffer invalidation of windows with frames correctly

9 months agoUI text
John Tsiombikas [Mon, 3 Jul 2023 21:14:38 +0000 (00:14 +0300)]
UI text

9 months agostarting the material window
John Tsiombikas [Mon, 3 Jul 2023 21:03:57 +0000 (00:03 +0300)]
starting the material window

9 months agoremoved debug rect
John Tsiombikas [Mon, 3 Jul 2023 20:04:35 +0000 (23:04 +0300)]
removed debug rect

9 months agoheed resolution options, and cross-version resizing
John Tsiombikas [Mon, 3 Jul 2023 18:42:41 +0000 (21:42 +0300)]
heed resolution options, and cross-version resizing

9 months agorender-area tool sticky, cancel/redraw with esc
John Tsiombikas [Mon, 3 Jul 2023 11:03:09 +0000 (14:03 +0300)]
render-area tool sticky, cancel/redraw with esc

9 months agoadded dos timer and double-esc to quit
John Tsiombikas [Mon, 3 Jul 2023 10:44:40 +0000 (13:44 +0300)]
added dos timer and double-esc to quit

9 months agofixed some UI glitches
John Tsiombikas [Mon, 3 Jul 2023 10:10:15 +0000 (13:10 +0300)]
fixed some UI glitches

9 months agorubber band in platform-specific code
John Tsiombikas [Mon, 3 Jul 2023 02:42:16 +0000 (05:42 +0300)]
rubber band in platform-specific code

9 months agofoo
John Tsiombikas [Sun, 2 Jul 2023 19:40:49 +0000 (22:40 +0300)]
foo

10 months agoinvalidations and dirty bits, trying to minimize screen updates
John Tsiombikas [Sun, 2 Jul 2023 15:46:03 +0000 (18:46 +0300)]
invalidations and dirty bits, trying to minimize screen updates

10 months agofixed blitfb32 for banked video modes with scanline padding (cirrus logic vlb)
John Tsiombikas [Sat, 1 Jul 2023 08:35:32 +0000 (11:35 +0300)]
fixed blitfb32 for banked video modes with scanline padding (cirrus logic vlb)

10 months agoside-stepped weird snprintf bug
John Tsiombikas [Thu, 29 Jun 2023 14:28:22 +0000 (17:28 +0300)]
side-stepped weird snprintf bug

10 months agologging and dosbox conf
John Tsiombikas [Tue, 27 Jun 2023 21:40:38 +0000 (00:40 +0300)]
logging and dosbox conf

10 months agonew vbe sortof works
John Tsiombikas [Tue, 27 Jun 2023 16:34:51 +0000 (19:34 +0300)]
new vbe sortof works

10 months agoswitched to vidsys (not working yet)
John Tsiombikas [Mon, 26 Jun 2023 16:56:12 +0000 (19:56 +0300)]
switched to vidsys (not working yet)

10 months ago486 codegen
John Tsiombikas [Wed, 21 Jun 2023 00:51:03 +0000 (03:51 +0300)]
486 codegen

10 months agofixed logging and more
John Tsiombikas [Tue, 20 Jun 2023 15:29:18 +0000 (18:29 +0300)]
fixed logging and more

10 months agofixed read_mouse_bn and start using relative mouse input in dos
John Tsiombikas [Mon, 19 Jun 2023 13:25:57 +0000 (16:25 +0300)]
fixed read_mouse_bn and start using relative mouse input in dos

10 months agoadd relative mouse handling in mouse.asm
John Tsiombikas [Mon, 19 Jun 2023 02:10:20 +0000 (05:10 +0300)]
add relative mouse handling in mouse.asm

10 months agofix watcom version of set_mouse_limits
John Tsiombikas [Sun, 18 Jun 2023 23:45:56 +0000 (02:45 +0300)]
fix watcom version of set_mouse_limits

10 months agofirst render
John Tsiombikas [Sun, 18 Jun 2023 21:37:52 +0000 (00:37 +0300)]
first render

10 months agofoo
John Tsiombikas [Sun, 18 Jun 2023 15:04:00 +0000 (18:04 +0300)]
foo

10 months agopartial image renderer (dummy test)
John Tsiombikas [Sat, 17 Jun 2023 23:54:37 +0000 (02:54 +0300)]
partial image renderer (dummy test)

10 months agofont rendering and redraw fixes
John Tsiombikas [Sat, 17 Jun 2023 19:20:22 +0000 (22:20 +0300)]
font rendering and redraw fixes

10 months agofixed mouse and keyboard stuff under DOS
John Tsiombikas [Sat, 17 Jun 2023 18:06:40 +0000 (21:06 +0300)]
fixed mouse and keyboard stuff under DOS

10 months ago8.3 rename
John Tsiombikas [Fri, 16 Jun 2023 23:03:56 +0000 (02:03 +0300)]
8.3 rename

10 months agofixed simple draw_cursor
John Tsiombikas [Fri, 16 Jun 2023 23:01:46 +0000 (02:01 +0300)]
fixed simple draw_cursor

10 months agodos: forgot to reshape at least once, to allocate the framebuffer
John Tsiombikas [Thu, 15 Jun 2023 19:24:07 +0000 (22:24 +0300)]
dos: forgot to reshape at least once, to allocate the framebuffer

10 months agofix dos build
John Tsiombikas [Wed, 14 Jun 2023 21:06:36 +0000 (00:06 +0300)]
fix dos build

10 months agomore dos port
John Tsiombikas [Wed, 14 Jun 2023 20:01:47 +0000 (23:01 +0300)]
more dos port

10 months agodos port underway
John Tsiombikas [Wed, 14 Jun 2023 01:46:36 +0000 (04:46 +0300)]
dos port underway

10 months agoprepare for the DOS port
John Tsiombikas [Tue, 13 Jun 2023 13:51:55 +0000 (16:51 +0300)]
prepare for the DOS port

10 months agoobject move tool
John Tsiombikas [Mon, 12 Jun 2023 23:14:28 +0000 (02:14 +0300)]
object move tool

10 months agopicking and brute force ray intersections
John Tsiombikas [Mon, 12 Jun 2023 16:41:33 +0000 (19:41 +0300)]
picking and brute force ray intersections

10 months agotoggle buttons and tools
John Tsiombikas [Sat, 10 Jun 2023 09:11:35 +0000 (12:11 +0300)]
toggle buttons and tools

10 months agozbuffered lines
John Tsiombikas [Fri, 9 Jun 2023 22:59:52 +0000 (01:59 +0300)]
zbuffered lines

10 months agofoo
John Tsiombikas [Fri, 9 Jun 2023 20:22:54 +0000 (23:22 +0300)]
foo

10 months agosoftware rendering
John Tsiombikas [Thu, 8 Jun 2023 17:40:42 +0000 (20:40 +0300)]
software rendering

10 months agomoving along
John Tsiombikas [Wed, 7 Jun 2023 20:56:18 +0000 (23:56 +0300)]
moving along

10 months agointegrating software renderer
John Tsiombikas [Wed, 7 Jun 2023 19:46:35 +0000 (22:46 +0300)]
integrating software renderer

10 months agogui stuff
John Tsiombikas [Tue, 6 Jun 2023 05:42:48 +0000 (08:42 +0300)]
gui stuff

10 months agofoo
John Tsiombikas [Mon, 5 Jun 2023 06:09:43 +0000 (09:09 +0300)]
foo

10 months agofoo
John Tsiombikas [Sun, 4 Jun 2023 07:21:17 +0000 (10:21 +0300)]
foo

10 months agomoving along slowly
John Tsiombikas [Sat, 3 Jun 2023 17:06:37 +0000 (20:06 +0300)]
moving along slowly

10 months agoinitial commit
John Tsiombikas [Sat, 3 Jun 2023 10:25:26 +0000 (13:25 +0300)]
initial commit