libdgl/TEST
Gered 62af8575c6 various updates i've left uncommitted for many months
- rename standard integer types to a more familiar (u)int(8/16/32)
- many function/struct renames. i don't _really_ know if what i've done
  for this is better, but it "feels" better to me. many draw/blit
  function names are shorter which is nice, at least. kinda important
  to me because i develop this on a real DOS machine in 80x50 text mode.
- add 'extern "C"' blocks to headers for C++ compiler usage
- draw/pixel color value arguments for functions should all have been
  changed to be uint8 instead of a full 32-bit int. feels right, but
  maybe should've left alone...
- small fix to keyboard handler. noticed a problem on one thinkpad
  laptop. was a result of what i think was a typo in a constant value
  used during the part of the interrupt handler that tells the keyboard
  controller the key event was processed
- fix uncommon potential crash function return in draw_filled_rect
- renamed low-level "direct" assembly functions to "lowlevel_xxx" to
  be a little bit more explicit about what they are
- add some convenience event helper functions for determining event
  types
- add fixed point atan2
- fixed some tabs/spaces inconsistences (should all be spaces now?)
- maybe some other minor things i've forgotten
2020-07-19 19:24:48 -04:00
..
BLIT.C various updates i've left uncommitted for many months 2020-07-19 19:24:48 -04:00
BLIT.H various updates i've left uncommitted for many months 2020-07-19 19:24:48 -04:00
EVENTS.C various updates i've left uncommitted for many months 2020-07-19 19:24:48 -04:00
EVENTS.H various updates i've left uncommitted for many months 2020-07-19 19:24:48 -04:00
FIXED.C various updates i've left uncommitted for many months 2020-07-19 19:24:48 -04:00
FIXED.H various updates i've left uncommitted for many months 2020-07-19 19:24:48 -04:00
HELPERS.C various updates i've left uncommitted for many months 2020-07-19 19:24:48 -04:00
HELPERS.H various updates i've left uncommitted for many months 2020-07-19 19:24:48 -04:00
KBRD.C various updates i've left uncommitted for many months 2020-07-19 19:24:48 -04:00
KBRD.H various updates i've left uncommitted for many months 2020-07-19 19:24:48 -04:00
LINE.C various updates i've left uncommitted for many months 2020-07-19 19:24:48 -04:00
LINE.H various updates i've left uncommitted for many months 2020-07-19 19:24:48 -04:00
MAKEFILE various updates i've left uncommitted for many months 2020-07-19 19:24:48 -04:00
MOUSE.C various updates i've left uncommitted for many months 2020-07-19 19:24:48 -04:00
MOUSE.H various updates i've left uncommitted for many months 2020-07-19 19:24:48 -04:00
PAL.C various updates i've left uncommitted for many months 2020-07-19 19:24:48 -04:00
PAL.H various updates i've left uncommitted for many months 2020-07-19 19:24:48 -04:00
PCX.C various updates i've left uncommitted for many months 2020-07-19 19:24:48 -04:00
PCX.H various updates i've left uncommitted for many months 2020-07-19 19:24:48 -04:00
PSET.C various updates i've left uncommitted for many months 2020-07-19 19:24:48 -04:00
PSET.H various updates i've left uncommitted for many months 2020-07-19 19:24:48 -04:00
RECT.C various updates i've left uncommitted for many months 2020-07-19 19:24:48 -04:00
RECT.H various updates i've left uncommitted for many months 2020-07-19 19:24:48 -04:00
SURFACE.C various updates i've left uncommitted for many months 2020-07-19 19:24:48 -04:00
SURFACE.H various updates i've left uncommitted for many months 2020-07-19 19:24:48 -04:00
TEST.C various updates i've left uncommitted for many months 2020-07-19 19:24:48 -04:00
TEST.PCX various updates i've left uncommitted for many months 2020-07-19 19:24:48 -04:00
TEXT.C various updates i've left uncommitted for many months 2020-07-19 19:24:48 -04:00
TEXT.H various updates i've left uncommitted for many months 2020-07-19 19:24:48 -04:00
VECTOR2.C various updates i've left uncommitted for many months 2020-07-19 19:24:48 -04:00
VECTOR2.H various updates i've left uncommitted for many months 2020-07-19 19:24:48 -04:00