home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games 9 / CD_1.iso / tips / xwing / xp.upd < prev    next >
Text File  |  1995-01-24  |  8KB  |  197 lines

  1. // Version 1.00
  2. // Pilot Editor Completed
  3. // Beta
  4.  
  5. // Version 1.01
  6. // Fixed Misc Bugs in Pilot Editor
  7. // Beta
  8.  
  9. // Version 1.02
  10. // Complete Rewrite of Question & Answer System
  11. // Added Windows
  12. // Fixed Misc Bugs
  13. // Changed Pilot Editor to Use New Q & A System
  14. // Beta
  15.  
  16. // Version 1.03
  17. // Mission Editor Completed
  18. // Complete Rewrite of Pick List system (Used to have one PL per Q & A)
  19. // Now I only have 2 Seperatly Coded Pick Lists total in the Entire Program.
  20. // Beta
  21.  
  22. // Version 1.04
  23. // Fixed Misc Bugs in Mission Editor.
  24. // Added RIGHT/LEFT to scroll thru Ships and Objects
  25. // Added DELETE to delete Ships & Object (Opps I almost forgot this).
  26. // Added some stuff internally for Beta Testing (Only in BETA's)
  27. // Beta
  28.  
  29. // Version 1.05
  30. // Added Copy Protection Removal from V1.0, V1.1 & V1.1a of XWING
  31. // Fixed a Bug in the Pick List Routien
  32. // Fixed a Bug in the Load Mission->Object Routien
  33. // Clarified a Area in the Object Editing (Mission Editor)
  34. // Fixed a few minor display problem with the Object Window and Mines.
  35. // Fixed a few minor display glitches in the Pilot Editor
  36. // Added a check before ESC on mission editor to make sure that you don't
  37. //    quit without saving first.
  38. // Fixed a Bug regarding Length of Name, Cargo, Special Strings
  39. // Beta
  40.  
  41. // Version 1.06 --------------  First Release!!!
  42. // Added Ship Editor for V1.0, V1.1 & V1.1a of XWING
  43. // Fixed a Minor problem with XP showing the B-WING fighter
  44. // Changed XP to better detect changed Items.
  45. // Added Main Menu if user does not have a Command Line
  46. // Fixed a few bugs with the Main Menu System
  47. // First Release!!!
  48.  
  49. // Version 1.07 
  50. // Switched Read/Write/Open/Close/seek file routines completely, so 
  51. // that I don't add a lot of extra overhead for the Briefing & TOD editors
  52. // Found some areas that I forgot to close the certain files. -> Fixed
  53.  
  54. // Version 1.08
  55. // Change Max Number of Missiles to 255. (Thanks to James Gott)
  56. // Added Racks. to Weapons
  57. // Added the ability to change Weapons.
  58. // Added the ability to change Missiles.
  59. // Fixed the problem where 'ESC' doesn't work during Strings.
  60. // Fixed minor Memory Allocation Bug.
  61. // Added B-WING, Tour 5 Partial Support for upcoming release.
  62. // Added The Ability to Rename Ships, and Change Cockpit file.
  63. // Internally XP will auto select number of Max Shots that will be allowed.
  64.  
  65. // Version 1.09 - 10/19/93
  66. // Fixed a very stupid (Major) bug, I can't believe I did it.
  67. // Any number with a Max Long value would cause the program to lock in a
  68. // endless loop.
  69. // Fixed a minor Display bug in the Mission Main Menu.
  70. // Fixed a few other minor bugs.
  71. // Completely revamped Registration System, Now YOU will be able to d/l
  72. // the newest version and register it.
  73. // Added CRC checking system to verify that XP does not have a virus!
  74.  
  75. // Version 1.10 - 11/6/93
  76. // Fixed a minor bug in the Statictics View
  77. // Added TOD Score to Stats view
  78. // Added Full Bwing Support
  79. // Added Full Tour 5 Support
  80. // Added BWING copy protection removal
  81. // Added BWING Ship Editor support.
  82. // Added External Support for TWO type of Ship Files
  83. // Added BWING Mission Support
  84. // Changes 'S' in the "Edit tours by another way" so that it is now on the
  85. // menu when you hit enter on a mission.
  86. // New File: Mission.LST - Contains the Names for all of the tour missions.
  87.  
  88. // Version 1.11 - 11/8/93
  89. // Fixed BWING Capture/Kills Problem, Due to the fact that the Game does
  90. // Not support it in the Pilot Files (Pilot File Design Oversight)
  91. // Added XR. V1.00  The Quick Pilot Revive TSR.
  92.  
  93. // Version 1.12 - 11/28/93
  94. // Fixed BWING Cripple Factor (Displayed the wrong Information for No Missiles)
  95. // Add Graphic Editor <- WOW (Drag n Drop Ships, Objects, ect...)
  96. // Supports Zoom In, Out. Up/Down/Right/Left. 
  97. // Added Limitied Mouse Support (for the Graphic Editor) 
  98. // Sorry, Briefing Didn't get finished in time!!!
  99.  
  100. // Version 1.13 - 11/29/93
  101. // Opps I almost forgot to add the Objects to the Graphical Editor -> Added!
  102. // Fixed some minor display problems in the Graphic Editor!
  103. // Fixed a Selection Bug for Picking up a Ship
  104. // Fixed a bug for deleting the mines.
  105.  
  106. // Version 1.14 - 12/16/93
  107. // Fixed Minor Display problem when switching from mission editor to Other
  108. // Add Two new Other Commands: Enable/Disable the Cheat Flag
  109. //   - Will now allow you to activate the built in cheat functions, without
  110. //   - making you replay the mission.
  111. //   - Thanks to the person who created BWINGCHT.ZIP, I was able to figure
  112. //   - out what he did there and create a function which will modify all four
  113. //   - versions.  <- Sorry I have no name to attach for credits.
  114.  
  115. // Version 1.15 -
  116. // Switched Zoom buttons in Graphic Mission Editor
  117. // Added Cheat Key
  118. // Added FULL TOUR of DUTY Support.
  119. // Full backup of Original TOD information -> Automaticly
  120. // Added "XWING INFO" (Under Other Items) <- Allows you to find out what XP sees
  121. // Reversed TOD Editor & Other Stuff in Main menu!
  122. // Removed All of the Items that were on the Main Menu from the Other Menu
  123. // Fixed Stupid Bug, I Initialized the Graphic System BEFORE I checked for a
  124. //   mouse, If there was no mouse, the Program acted like it crashed. <- FIXED!
  125. // Fixed Bug, Where XP could not find the Info to change your ships after you
  126. //   just changed your ships! <- Another Ooops, I forgot I added that feature!
  127. // Fixed a couple of Display Problems in the MISSION Editor.
  128. // Fixed a Problem, when you ESCaped on the bottom options in the Mission Editor
  129. // Now Pilot/Mission/Tour/Other Menu's will Escape to the Main Menu First.
  130.  
  131. // Version 1.16
  132. // Added a PopUp list for choosing ship groups in the Mission Editor.
  133. //   Applies to Groups, Arive, Mothership.
  134. // Changed Group orders to better reflect what they do.
  135. // Removed Beta Warning, Nobody reported any major bugs.
  136. // Changed Radar Color to "Craft Color"
  137. // Fixed Mission name, when you choose to create a new mission, I forgot
  138. //   to replace the name on the title bar, to the new name.
  139. // Spruced up Doc's - Now has COMPLETE Mission Building Information.
  140.  
  141. // Version 1.17 - Bug fixes.
  142. // Fixed Spelling of Allience to Alliance.
  143. // Fixed bug in routine that figured out what tours were installed.
  144. //   This would cause some of the pilot editor functions get in to a
  145. //    endless loop asking you for a answer between 1-0.  Which is not allowed.
  146. // Fixed bug in Special Cargo option in the Mission editor. 
  147. //   XWING would think that the special cargo went into the first craft
  148. //   which could make it appear that there was no cargo.
  149. // Added the ability for XP not to prompt you for the mission order pertaining
  150. //   to, if the order is a generic one like "Go Home".
  151. // Thanks to the people who called or left me email on these problems!
  152.  
  153. // Version 1.18 - Spelling Fixes
  154. // Just fixed some STUPID spelling errors.
  155.  
  156. // Version 1.50 - Tie Fighter Support
  157. // Added a Basic Pilot Editor
  158. // Added Copy Protection Removal for Tie Fighter.
  159. // Re-Arranged a Screen shared by Tie Fighter & Xwing.
  160. // Fixed a couple of Misc bugs.
  161.  
  162. // Version 1.51 - X-WING CD Support
  163. // Added X-WING CD support
  164. // Added Tie Fighter "Defender Of the Empire" Support
  165. // Added Tie Fighter Ship Editor
  166. // Added "Compuserve Censored Mode" - To satisfy the CIS Upload policy.
  167. // Added "Software Creations" information in Program
  168. // Fixed a couple of minor bugs when adding BWING support that I just found.
  169. // Added Lucas Arts Entertainment Info at close of program
  170.  
  171.  
  172.   PLEASE NOTE I DON'T HAVE ANY PLANS TO UPGRADE V1.5x anymore, however if
  173. some major bugs (or easy to solve small ones) are reported, I may release 
  174. another v1.5x.  I would rather dedicate my time to writing a new version (2.0)
  175. then keep hacking on bits and pieces to the v1.5x series!   
  176.  
  177.  
  178. //                       -----  NEXT Major RELEASE -----
  179.  
  180. // Version 2.00 - Complete REWRITE in C++ -- About 25% done, but looking good!
  181. //                To Support Both XWing & Tie Fighter!
  182.  
  183.  
  184. XWING Versions:
  185. V1.0   - The Original Game
  186. V1.1   - Came with Tour of Duty 4 (Imperial Pursuit)
  187. V1.1a  - A Bug fix for Tour of Duty 4 (From Lucas) -- Lucas still has i