home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Mobile / Chip_Mobile_2001.iso / palm / spiele / rollem / rollem.exe / ReadMe.txt < prev    next >
Text File  |  2000-07-21  |  4KB  |  154 lines

  1. Roll Em Documentation
  2. Moved to Doc.html
  3. Images have hover help naming. 
  4. (Hover over an item for a sec and it gives you it's name.)
  5.  
  6. Roll Em Installation
  7.  
  8. v1.20 - v1.23
  9. Same install as 1.10 with one addition:
  10. Need to run Roll Em Update to initialize the
  11.  sounds if upgrading from a previous version.
  12.  
  13. v1.10
  14. To install Roll Em v1.10:
  15. 1) Install the program RollEm.prc.
  16. 2) Run Roll Em.
  17. 3) If you have had and earlier version of Roll Em
  18.    you will be prompted to either delete or update
  19.    you current database.  Deleting will erase the 
  20.    previous database and intialize it to new values.
  21.    
  22. To update Roll Em v1.10:
  23. 1) Install both programs RollEm.prc and RollEmUpd.prc.
  24. 2) Run Roll Em Updater.
  25. 3) Click on the button "Update Database"
  26. 4) You can now delete Roll Em Updater from your pilot.
  27. 5) Run Roll Em.
  28.  
  29. v1.01
  30. When updating from v1.0 to v1.01 the older saved pages will be deleted
  31. and 5 new pages will be recreated.  In future releases I will be adding
  32. an update program to convert the data, when needed.
  33.  
  34. Feel free to distribute the program but if you do keep please try to keep
  35. the source with it.  You may modify the any of the source code if you 
  36. wish. (Like I had to tell you that.) If you like it send me an e-mail.
  37.  
  38. Have fun with it.
  39.  
  40. Scott
  41.  
  42. -------------------------------
  43.  
  44. Other stuff...
  45. Web:    http://www.Mindspring.com/~SukiShort
  46.  
  47. Any problems or suggestions...
  48. e-mail:    SukiShort@Mindspring.com
  49.  
  50. -------------------------------
  51. 07/21/2000
  52. -------------------------------
  53.  
  54. Changes in v1.23
  55.  
  56. Fixed SetField again.
  57.  
  58. -------------------------------
  59. 07/15/2000
  60. -------------------------------
  61.  
  62. Changes in v1.22
  63.  
  64. Fixed add page bug. (Don't know how it worked before.)
  65. Fixed SetField memory overwrite.
  66. Changed about box web and e-mail addresses.
  67.  
  68. -------------------------------
  69. 03/23/2000
  70. -------------------------------
  71.  
  72. Changes in v1.21
  73.  
  74. Changed from GCC 0.5.0 to newest GCC.
  75. Fixed memory leaks leftover from testing comments.
  76. Fixed uninitialized var in RollEm custom.
  77. Fixed uninitialized var in RollEmUpd PlayNote.
  78.  
  79. -------------------------------
  80. 03/18/2000
  81. -------------------------------
  82.  
  83. Changes in v1.20
  84. Added user definable sounds.
  85. Added saving rolls between sessions.
  86. Added sound editing in Update.
  87. Added small icons to Roll Em and Update.
  88. Changed the name and icon of Update.
  89. Fixed the incorrect date in the about box.
  90. Added Doc.html.
  91.  
  92. -------------------------------
  93. 01/26/2000
  94. -------------------------------
  95.  
  96. Changes in v1.10:
  97. Added Roll Em Updater to update settings for Roll Em.
  98. Added roll results dialog to display the rolls.
  99. Database changes to support v2.0.
  100. Major code clean up/changes to support v2.0.
  101.  
  102. Known problems:
  103. Doesn't save rolls between sessions. (v2.0 planned)
  104. Needs better documentation.
  105.  
  106. -------------------------------
  107. 11/29/1999
  108. -------------------------------
  109.  
  110. Thankx to Christian Zuckschwerdt here are Linux scripts to compile Roll Em.
  111.  
  112. So here is my patch to make it compile:
  113.  
  114. rename misc.h to Misc.h
  115. add this two scripts
  116.  
  117. zany@host:~/palm-ware/free-games/RollEm101 > cat Compile.sh 
  118. ---cut here---
  119. echo
  120. echo    *Run the resource compiler*
  121. echo
  122. pilrc Resource.rcp 
  123. echo
  124. echo    *Compile the source files into object files*
  125. m68k-palmos-coff-gcc -O1 -c RollEm.c -o RollEm.o 
  126. m68k-palmos-coff-gcc -O1 -c Misc.c -o Misc.o 
  127. echo
  128. echo    *Link the object files*
  129. m68k-palmos-coff-gcc -O1 RollEm.o Misc.o -o RollEm
  130. echo
  131. echo    *Link the resource file ... I think*
  132. m68k-palmos-coff-obj-res RollEm
  133. echo
  134. echo    *Build the prc file*
  135. build-prc  RollEm.prc "Roll Em" RlEm *.grc *.bin
  136. echo
  137. ls -al *.prc
  138. ./Cleanup.sh
  139. ---cut here---
  140.  
  141. zany@host:~/palm-ware/free-games/RollEm101 > cat Cleanup.sh 
  142. ---cut here---
  143. rm *.grc
  144. rm *.bin
  145. rm *.o
  146. rm RollEm
  147. ---cut here---
  148.  
  149. -------------------------------
  150.  
  151. Disclaimer: (You knew this was coming didn't you.) 
  152. This program should not harm the palm pilot in any way.  
  153. If any problems result I can not be held responsible.
  154.