home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_PAS / XLIB_TP5.ZIP / DOC / HISTORY.TXT < prev    next >
Text File  |  1994-01-19  |  1KB  |  32 lines

  1. XLib_TP was startet by converting in the summer 1993 during the work of
  2. a software-project by my university. The original code is programmed
  3. by Themie Gouthas in ASM/C. I had used version 5.
  4.  
  5. version 5.0b
  6.  
  7.    90% of XLib_C converted in "real" Turbo 6- code
  8.  
  9. version 5.1
  10.  
  11.    - TP6 <-> TP7 problems solved (I hope so)
  12.    - fully converted of X_Text, new 16-pixel-width font
  13.    - FEX, Font Editor for mode X with source (for 8-pixel,16-pixel-fonts)
  14.    - RLE-code in X_Bitmap , but not tested :-(
  15.    - color - triangle/polygon (see the effect in X_demo part D )
  16.  
  17. version 5.2
  18.   
  19.    - SCR,RLE - function moved in X_Pics
  20.    - function  x_load_pcx_as_lbm  added to X_Bitmap
  21.    - x_text-stack bug fixed
  22.    - ani_demo  small,funny demo to use bitmaps (pcx) in animations
  23.    - new bitmap-format (Interpreted Bitmap = ibm   ;-)
  24.      is 50 - 100 % faster than pbm, size is 0 - 40 % smaller than pbm
  25.      test value's  with  bitmap_d
  26.      
  27.      x_sizeof_ipbm(Var pbm)               wanted size of pbm as ibm
  28.      x_pbm_to_ibm(Var pbm,ibm);           convert pbm in ibm
  29.      x_put_masked_pbm(x,y:Word; Var ibm); put ibm on screen
  30.  
  31.  
  32.