home *** CD-ROM | disk | FTP | other *** search
/ Enter 1999 April - Disc 1 / enter_04_1999_1.iso / OS2 / OSMULTI / README.TXT < prev    next >
Encoding:
Text File  |  1999-02-01  |  5.5 KB  |  171 lines

  1.  
  2.         Sitting (Osuwari) Multi for OS/2 PM, version 1.02
  3.     
  4.                             1999/02/01 by akira@sra.co.jp
  5.  
  6. Introduction
  7.  
  8.     Cute 'Multi' sit on active window.
  9.  
  10.     This program is based on 
  11.     
  12.     'Osuwari Multi' (for Win32) by Mr.Yoshy and  Mr.Katokimuti,
  13.     
  14.         <http://www.vc-net.or.jp/~yoshy/to_heart/index.html#osmulti>
  15.  
  16.     and its X/UNIX port by Mr.Nakanaka
  17.     
  18.         <http://www01.u-page.so-net.ne.jp/ka2/nakanita/multi/xosmulti.html>
  19.     
  20. Copyrights
  21.  
  22.     Several rights of character 'Multi' belongs to 'Leaf'.
  23.     
  24.         <http://www.leaf.co.jp>
  25.  
  26.     Bitmaps used in this program is written by Mr.Yoshy & Mr.Katokimuti,
  27.     in their MS-Windows version,
  28.  
  29.         <http://www.vc-net.or.jp/~yoshy/to_heart/index.html#osmulti>
  30.  
  31.     according to Leaf's permission for secondary works,
  32.     
  33.         <http://www.leaf.co.jp/faq.html#faq_niji>
  34.     
  35.     And got Mr.Yoshy & Mr.Katokimuti's permission to use with PM version.
  36.  
  37.     Copyright of program code itself belongs to my employer
  38.  
  39.         Software Research Associates, Inc.
  40.  
  41.     and released under GNU Public Lincense.
  42.  
  43.     And, many part of this program is based on Mr.Nakanaka's X/UNIX
  44.     version (he released it as PDS).
  45.  
  46.         <http://www01.u-page.so-net.ne.jp/ka2/nakanita/multi/xosmulti.html>
  47.  
  48. License
  49.  
  50.     This program is free software; you can redistribute it and/or modify
  51.     it under the terms of the GNU General Public License as published by
  52.     the Free Software Foundation; either version 2 of the License, or
  53.     (at your option) any later version.
  54.  
  55.     This program is distributed in the hope that it will be useful,
  56.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  57.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  58.     GNU General Public License for more details.
  59.  
  60.     You should have received a copy of the GNU General Public License
  61.     along with this program; if not, write to the Free Software
  62.     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  63.  
  64. Install
  65.  
  66.     Archive contains full source codes (including shape window library)
  67.     and program binary.  If you use binary only, then copy
  68.  
  69.         osmulti2.exe
  70.  
  71.     to a directory in PATH and invoke from command line, or, place it as
  72.     some directory and create program object for its.  For non-japanses
  73.     user, you need command line option 'en' to change message, menu, 
  74.     dialog into english.  So start this program as
  75.     
  76.         osmulti2 en
  77.  
  78.     This program was written for EMX/GCC.  You need EMX runtime (0.9c
  79.     or later) to run this program.
  80.  
  81. How to use
  82.  
  83.     'Multi' will sit on active window.  But active window was maximized,
  84.     or there is not enought space above window, 'Multi' will disppear.
  85.  
  86.     When moving mouse over 'Multi', there are two places where mouse
  87.     pointer changes.  You can 'nade nade' (pat?) or 'funi funi' (touch?)
  88.     on there.
  89.  
  90.     'nade nade'     hold down left button and move mouse around.    
  91.     'funi funi'     click left button.  But too many click makes
  92.                     her to overheat (Oh, she is really a Maid Robot).
  93.  
  94.     Click right button enables popup menu. From there, you can
  95.     
  96.         Option      You can change her position or message on/off.
  97.         About       Informations about this program.
  98.         Exit        Exit program
  99.  
  100. Updates History
  101.  
  102.     1.02        Appended 'english' mode.
  103.  
  104.         According to request from forigners, appended 'english' mode.
  105.     Command line option 'en' enables english mode.
  106.     
  107.     Messages are based on Mr.Nakanaka's X/UNIX version.
  108.  
  109.     1.01        Changes window control and bitmap format.
  110.  
  111.         In first release, there are several problems in some environments
  112.     (especially Warp4).
  113.  
  114.             a. nothing appears
  115.         b. 'Multi' appears only few
  116.         c. Optsion setting was lost
  117.  
  118.     Problem (a) seems result of differences between Warp3 and Warp4.
  119.     This was fixed by use of window style of WS_TOPMOST.  It is
  120.         undocumented in Warp3, but worked if fixepack was applied.
  121.         
  122.     Problem (b) seems a problem of GpiLoadBitmap with compressed
  123.     (RLE32) bitmap.  It semms some referenes to un-set local
  124.         varibales under GpiLoadBitmap (it depend of graphic driver).
  125.     So I replaced to un-compressed bitmaps.
  126.  
  127.         But if still have problems, try to drop optiomization for
  128.         compiling 'bitmap.c' module.
  129.  
  130.         Problem (c) was my mistake. Sorry.
  131.  
  132.     1.00        First Release (in Japan).
  133.  
  134. Known Problems
  135.  
  136.     It may not work on some environments.  Refer to update history 1.01.
  137.  
  138.     'Object Desktop' causes problems, a part of bitmap is not redrawn.
  139.  
  140. Acknowledges
  141.  
  142.     Mr.Yoshy & Mr.Katokimuti        E-mail: yoshy@vc-net.or.jp
  143.  
  144.     They are developper of original WIndows Version.  Thanks for
  145.     permission to use great bitmaps.        
  146.  
  147.     Mr.Nakana                       E-mail: nakanita@ka2.so-net.ne.jp
  148.  
  149.         I found his X/UNIX version, and it encouraged me to port to PM.
  150.  
  151.     And original game developper 'leaf'.
  152.  
  153.         They made 'Multi'.  As side notes, PS version and ANIME will
  154.         comming soon.
  155.  
  156.     And for all who send report on Osuwari Multi
  157.  
  158.         If this program works other than Warp3 (jp), then it is result
  159.         of peoples who send me reports. Thanks for contributions.
  160.  
  161. Contact
  162.  
  163.     Send bug report, questions, requests for OS/2-PM version to
  164.     (let me know version number on 'about' dialog).
  165.  
  166.         akira@sra.co.jp
  167.     
  168.     Newset version will placed on
  169.     
  170.         http://www.sra.co.jp/people/akira/os2/osmulti/index-e.html
  171.