home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Games / xboing / README.changes < prev    next >
Encoding:
Text File  |  1995-07-14  |  13.7 KB  |  251 lines

  1. XBoing Changes
  2. ==============
  3.  
  4. Version 1.7 - 27th August 1993
  5. -----------------------------
  6.  
  7. - Checked mail and response. Generally good :-)
  8. - Fixed Imakefile for the lack of any clue on the install sounds script :-)
  9. - in -help option -pointerGrab was incorrect. 
  10. - Cannot shoot your ball as it is being created. I think.
  11. - Made the copyright notice more complete.
  12. - Made the highscore file save the real user id and use that for the comparing
  13.   when updating the highscore file so all those cheats out there cannot chfn
  14.   and get in the global highscore file more than once :-)
  15. - Updated troubleshooting in INSTALL.
  16. - Added the network to long stuff to all the entries in highscore table that
  17.   are bigger than 1 char.
  18. - Added flock to the highscore file locking as a define. Thanks to :-
  19.   Joe Ilacqua <spike@world.std.com> for the idea.
  20. - Moved all header files to include/ directory and changed all .c to reflect.
  21. - Added a better way to handle audio source in Imakefile. LinkFile()
  22. - When more than 1 ball is active and level finishes you get your balls back!
  23. - Added audio for rplay - thanks to Joel J. Fleck II - <joel@cc.bellcore.com>
  24. - Removed tone1-9.snd
  25. - Added Normal/WarningMessage() and changed all calls over to use it if needed.
  26. - Changed all references to export to ftp.x.org new name for export.lcs.mit.edu
  27. - Added the trouble shooting doco.
  28. - Added a cool fading effect to the window.
  29. - Did a bit of a clean up on some older functions and removed old shit.
  30. - Border now glows when showing intros.
  31. - Added -usedefcmap to use default cmap if possible.
  32. - Removed the animations on the intro screen :-( This is because the new slide
  33.   effect didn't work with the animations - pity but no great loss.
  34. - Removed the copyright message from the Imakefile so it is not duplicated.
  35. - Added AudioFile sound support - Andrew Leahy <A.Leahy@st.nepean.uws.edu.au>
  36. - Made pointer grabbing default to ON. Suggested by a few people.
  37. - Made the parsing of the keys much more modular so that it will be easy to
  38.   add other modes.
  39. - Added a quit question mode to ask if the user really wants to quit? y/n
  40. - Added a blind wipe fade effect for highscore - really cool look.
  41. - Added a special debug macro for debugging.
  42. - Added a shattering effect.
  43.  
  44.  
  45. Version 1.6 - 6th August 1993
  46. -----------------------------
  47.  
  48. - Replied to mail argghhh.
  49. - Added version number to presents screen.
  50. - Fixed multiball bug where there may be 2 balls bouncing - i dies and you have
  51.   none spare so it ends - no longer the case.
  52. - Added some more doco to INSTALL and README
  53. - Added a new special effect where the specials flash around on the intros.
  54. - Changed the thankyou to thank you!! Requested too :-)
  55. - NULL terminated the string returned form strftime() function in highscore.c
  56. - Added some new backgrounds from Anthony's Icons Volume 1.3.
  57. - Killed of the spin.au file as it kills the audio for some reason - put
  58.   a new one in called intro.au that is a powerdown sound.
  59. - All buttons now shoot bullets in game mode. Also the button starts of the
  60.   ball instead of the space bar now.
  61. - Starting level code added. You can start at any level but the highscore
  62.   table will subtract the starting level from the level attained so the scores
  63.   are kept even. ie: start = 34  end = 67  level = 33
  64. - Answered mail - more patches.
  65. - Note that xnews slows the game down heaps. Bummer.
  66. - Lots of people getting bad drawable errors :-(
  67. - FAST_SPEED has been changed from 3L to 1L for gruntish speed.
  68.   thanks - billr@saab.cna.tek.com
  69. - Changed a few levels like 7 & 8 to make them a tad easier.
  70. - Changed the corner bouncing - idea pgh@computer-science.strathclyde.ac.uk
  71. - Now supports NCD audio format. Thanks to Dave Lemke <lemke@verbosa.ncd.com>
  72. - Fixed up SUNaudio.c to not have #ifdefs AUDIO.. everywhere - not needed now.
  73. - Fixed up Imakefile so it wont install sounds if not required.
  74. - Global highscore file only has one entry per person now. So god like beings
  75.   cannot completely take over the whole scoreboard!!
  76. - All level and score functions use u_long so that I can use htonl ntohl for
  77.   network independent conversion of the score and level. May now work over
  78.   networks where the machine has different byte ordering for score file only.
  79. - Added a killer mode where the ball turns red and the ball goes through all
  80.   blocks like butter. It is activated after 10 bonuses have been collected.
  81. - Only real errors now get written to stderr - all others to stdout.
  82. - Added some patches to Imakefile for audio on sparcs jra@hrcms.jazz.att.com
  83.   Also patched SUNaudio.c so that it opens the audio device without hanging.
  84. - Pointer grabbing is now an option with default OFF.
  85. - Fixed bug in options code.
  86. - You can now set the maximum value for the audio volume.
  87. - Fixed a bug in the bonus coin code where on some levels they never appeared.
  88. - Added heaps to the manual page especially on the options.
  89. - Fixed bug with ball being killed off - didn't work correctly.
  90. - No longer exits with errorcode 1 on normal exits.
  91. - Changed the func RenderShape() so it only creates one huge backing store
  92.   pixmap and reuses it so it reduces calls to server.
  93. - MAXPATHLEN not found on SYSV apparently and bug in highscore.c fixed. Thanks
  94.   to John M. Scott <jmscott@setex.august.com>
  95. - Now displays how many bonuses you have during level.
  96. - Plays sound when touching a block
  97. - Added 3 env variables for the highscore file, levels dir, and sounds dir so
  98.   that you can change them to point to your own cheat level files!!
  99.  
  100. - Following changes provided by :-
  101.    - Jean Yves VIONDURY (viondury@mururoa.imag.fr) and
  102.      Olivier DUMAS (dumas@mururoa.imag.fr) from Bull-IMAG, France.
  103.  
  104.     . The ball bounce on the paddle has been modified, so that the ball can
  105.       be oriented better than before.
  106.     . The autotilt-random function has been changed, to make the auto-tilt
  107.       function more reliable.
  108.     . Speed modifiers due to Warp values now propose a linear evolution.
  109.     . The global high score file is locked when updated, to avoid conflicts
  110.       and score losses when several people finish their game at the same time.
  111.       This feature hasn't been extensively tested, as these situations aren't
  112.       easy to provoke. But we rely on the system to make it work properly.
  113.  
  114. - You will all notice the improved ball bouncing off the paddle thanks to the
  115.   above dudes. Thanks again.
  116. - Thanks to christos@deshaw.com for the patch on alt.sources regarding the
  117.   extra error cases in error.c and the ansi trigraphs bug.
  118. - Supports HP audio which I think is .au format as well on the device.
  119. - Discovered the UNOFFFICIAL patch on export. Hmm - don't like the flag change!
  120. - Sent a patch by soulard@corto.inria.fr that fixes the problem where the
  121.   teleport can have problems when it puts the ball in an enclosed area. Thanks.
  122. - Added a paddle shrink and expand block - removed paddlesize getting smaller
  123.   as you get higher in the levels as it is too hard.
  124. - Added README's in all subdirectories. Cleaned up code and directory.
  125.  
  126.  
  127. Version 1.5 - 23rd July 1993
  128. ----------------------------
  129.  
  130. - Thanks for all the responses :-) I think I better post it to news!
  131.   Our machine is slowwwwwing down from all those ftpers! I asked for it!
  132. - After first posting I received quite a few mail messages about the
  133.   Imakefile and compiling on other machines. Well I never said it would
  134.   so I have now added the patches/suggestions.
  135. - The semicolin missing was unfortunate. I use gcc by default and that
  136.   of course didn't need that line of code. Sorry folks.
  137. - Colourmap problems - well I did warn that it only works for colour!
  138.   I'll try to get it to work for greyscale - XPM handles it but the
  139.   pixmaps look bad as they were designed for colour only. Sorry.
  140. - I forgot a manual page - Done. Please forgive me if it is pox as it is
  141.   my first go at nroff.
  142. - Updated the Imakefile more to include the directory installation.
  143. - A few lose ends in highscore.c fixed. Also took some useless stuff out of
  144.   the Imakefile.
  145. - Added a pirate block that will kill the ball when hit. You can shoot the
  146.   pirate 3 times and lose 1000 points, saves your ball though.
  147. - Fixed the bullet bug where sometimes on a new level you couldn't shoot
  148.   even if you had bags of ammo.
  149. - Displays level name when starting.
  150. - The way bonuses are added is much better now. Less time wasting.
  151. - Turned off the graphics exposures in the graphics contexts to speed the
  152.   while event loop up considerably. Wow, what a difference.
  153. - Added the timer and special bonus area after squashing the message area
  154.   smaller. This area will have a count down timer and special modes will be
  155.   indicated in the special area. The bonus screen now uses the timer bonus.
  156. - Added TrueColour to the colour test for all those SGI people.
  157. - Added tink code to clear off tinks.
  158. - Improvement for the bullet/ball collision.
  159. - Added an I key for quick Iconification if the boss walks passed.
  160. - Added a -scores option to print highscores to command line.
  161. - If the user has a '&' in their gecos it should be expanded to their user
  162.   name and then the first letter upper case. Patch by jeff@rd1.interlan.com
  163. - Better parsing of level data. Time bonus is now part of level data.
  164. - Fixed major ball debris bug. Easy - clear background before copying it for
  165.   the backing store. Also done for the paddle/bullet. However, I must fix the 
  166.   collision detection though. Sometimes a bit of a block is cut out. :-(
  167. - Added code so that when the ball get stuck in a loop, if the paddle is not
  168.   hit in n seconds then the board will auto tilt.
  169. - Put code in to time the game and show up in highscore table.
  170.   Updated both the X bit and commandline bit.
  171. - Fiddled with the timing routines. Still a bit dodgy.
  172. - Made some calls in highscore table better and to use misc routines.
  173. - The ball collision detection now uses regions that get created as the block
  174.   is created. This is better than a whole lot of if's if you ask me.
  175. - Also fixed the addbonus code and made a MakeBlockGeometry function to
  176.   make code more modular.
  177. - Added a personal highscore feature. Your highscores get saved to a highscore
  178.   file in your home directory.
  179. - Took out the beep if the key isn't recognisied. Started shitting me!!
  180. - Install procedure finally fixed. yeah.
  181. - Made the mouse move the paddle relative to it's position. Asked for a lot.
  182. - Also a new commandline option [-keys] will disable the mouse mode and only
  183.   allow keys to move the paddle. This is better than having both.
  184. - Added a reverse block - when hit the controls reverse for a time span.
  185. - The highscore file is now always fchmod()ed to make sure permissions are
  186.   correct for all players.
  187. - Added a hyperspace block that will turn off the side wall for the
  188.   ball and it will wrap around as such.
  189. - Fixed the text routine calls in intro.c to use calls in misc.c
  190. - Added SUN audio - yeah yeah yeah again.... -sound option for audio.
  191. - Fixed the Imakefile to use the audio settings and how to find sounds.
  192. - Added some sound effects. More later.
  193. - Added code to highlight the score you just obtained in a game in highscore.
  194. - Adjusted the code in bonus.c to allow the space to pressed to skip bonus
  195.   animations but still add the bonus score onto the score etc.
  196. - Add the specials display at bottom of the window indicating the current
  197.   specials mode.
  198. - Added another 10 levels to make a total of 40 levels. It is rather boring
  199.   creating levels :-)
  200. - Added a ball kill key <d>.
  201. - Highscores are saved when quitting with q key.
  202. - Redesigned the keys screen - added a = audio on/off g = game control
  203.   added 1-9 for speed control
  204. - Added an extra ball animation and block.
  205. - Changed the ball slightly so that it has a white circle around it so it will
  206.   stand out better on all backgrounds.
  207. - Cursor is now gone and grabbed to main window.
  208. - Added applause sound when level is finished.
  209. - Found a bad bug in FreeBlocks() or something. Cool. fixes -static bug.
  210. - The gun.c code is re-written so you can shoot more than 1 bullet at a time
  211.   making a machine gun effect. Really cool!!
  212. - Added the maching gun block. It now lasts for a whole level.
  213. - Removed the fore/background colours for gcand to init.c instead of being
  214.   in the misc.c code - reduces the rendershape routine down by 2 calls.
  215. - Took out the backgrounds that were complicated and guady. 4 of them
  216. - Added a walls off block
  217. - Added a teleport block and it works.
  218. - Audio can now be toggled on or off while playing game. a key
  219. - Added the -setup option so sysops can find out whats going on.
  220. - Removed the sideways level off on scrolling.
  221. - Took out a few shitty things.
  222. - Added the presenting screen and all its quirks. More sounds!
  223. - Added a random block that changes colour every now and then.
  224. - Fixed the event loops so that when it is iconified it uses hardly and cpu
  225.   and is much better on the system. Almost dissapears of top!
  226. - Added multi ball mode - what a change!! Anyway up to six balls can now
  227.   bounce around causing havoc!
  228. - Added sticky paddle block and mode - ball sticks to paddle and requires you
  229.   to shoot it off again.
  230. - Added some neat sound effects - sorry for the voice ones but I am no sound
  231.   expert! :-)
  232. - I think I have removed the flash before the window appears.
  233. - Fixed they way the blocks explode after a bomb block.
  234. - Pause is now more friendly to the system like iconify is.
  235. - added a x2 and x4 bonus as well as fixing the old bonus code.
  236. - Fixed the kill ball routine to work for multi balls - kill first in array.
  237. - Made the x2 x4 turn off for each dead ball.
  238. - You can now shoot some of the specials and get rid of them (3 times)
  239. - Changed the way the ball checks for collisions - works well now - no
  240.   left overs and few muck ups. Cool - at last.
  241. - Manual page update - install updated - readme updated - Imakefile updated
  242. - Fixed a few little bugs - cannot use escape in bonus mode 
  243.  
  244. Version 1.4/1.0 BETA
  245. --------------------
  246.  
  247. - Under developement, no time for notes. ;-)
  248.  
  249. -------------------------------------------------------------------
  250. Justin Kibell - jck@citri.edu.au - +61 3 282 2456 - Vic - Australia
  251.