home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 May / PCWorld_2001-05_cd.bin / Software / Vyzkuste / gamebasic / _SETUP.1 / History.txt < prev    next >
Text File  |  1999-09-02  |  4KB  |  121 lines

  1.  
  2. GamesBasic V0.40.249
  3. (c) ProSoft Technologies (UK) 1998,1999 
  4. All rights reserved.
  5.  
  6. Current Release : V0.40.249
  7.  
  8. V0.40.249 - Released 02-Sep-1999
  9. --------------------------------
  10.  
  11. * Added 5 SPRITE PATH commands
  12.   + Sprite paths are affected by HOTSPOT offsets
  13. * Added support for predefined constants (ie. True or False)
  14. * Added TIMERS command (immediate mode)
  15.  
  16. V0.38.242 - Released 26-Aug-1999
  17. --------------------------------
  18.  
  19. * Added RESOLUTION command.
  20. * When adding paths, each path is assigned the next highest ID number
  21. * Path objects are validated to make sure they have a unique ID
  22. * Validation of properties is now in and working (generic so can be
  23.   expanded when new types of properties arrive).
  24. * Fixed Sprite X < 0 Bug
  25. * Added protection for bugs (ie. GB no longer 'locks' computer)
  26. * Documented commands - VSCROLL, HSCROLL, LINES, QUIT, STOP, FONTNAME
  27.   FONTMAX, FONTHEIGHT, FONTWIDTH, TEXTWIDTH, MAXCHARSWIDE, 
  28.   MAXCHARSHIGH, FONTSTYLE, XURS and YCURS
  29. * Fixed bugs...
  30.   + Debug screen not reopening when close
  31.   + Reversed '/' and '\'
  32.   + Fixed remove Auto-Ident not working
  33.  
  34.  
  35. V0.36.237 - Released 09-Aug-1999
  36. ------------------------------
  37.  
  38. * Immediate Mode in and working.
  39.   + Run >any< valid commands.
  40.   + Display buffering.
  41.   + Keyboard buffering.
  42. * Immediate Mode bug fixes.
  43.   + Alot of commands failed, CR bug.
  44. * GamesBasic Projects Now Support Properties.
  45.   + Allows you to set properties of objects without any coding!
  46.   + Support for unlimited properties per object.
  47.   + Possible user-defined properties.
  48.   + Properties saved inside GBP.
  49. * Added property panel to bottom of project view window.
  50. * Added toolbar to top of project view window.
  51. * Populated toolbar with add buttons and project view options menu.
  52. * Added QUIT and STOP commands to help stopping GB apps.
  53. * Added LINES command so Immediate Mode window is now resizable.
  54. * Added SPRITE DELETE command - removes sprites from GB.
  55. * Added SPRITE TRANSPARENT command - sprites can be transparent.
  56. * Fixed bug where project name did not always appear in source window.
  57. * Fixed and shortened Project Information Window.
  58. * Enhanced Debug Window.
  59. * Added Tips Of The Century :)
  60. * First time users get 'welcome' message.
  61. * Upgraded Project files, added upgrade facility for older versions.
  62.  
  63. V0.3.218 - Released 29-Jul-99
  64. -----------------------------
  65.  
  66. * Sprite Engine in and working.
  67.   + Create sprites from images inside project file
  68.   + Position sprite
  69.   + Hot Spot moveable
  70.   + Flicker free
  71. * Fixed bug where graphics 'flashed' if you used IF command.
  72. * Added OutputDebug command
  73. * Fixed Debug Window
  74. * Enhanced main interface
  75.   + more robust
  76.   + disabled non-usable menu items
  77.   + made loading/saving smarter
  78.  
  79. V0.26.210 - Released 15-Jul-99
  80. ------------------------------
  81.  
  82. * IDE now supports complex project files.
  83. * When opening a project, you are positioned at start of source code.
  84. * Enhance File menu to include New item with submenu.
  85. * GBP Manager tab on Toolbar now includes 5 icons for adding to a 
  86.   project.
  87.  
  88. V0.2.197 - Released 25-Jun-99
  89. -----------------------------
  90.  
  91. * Command : WAIT <Key>|<time> added.
  92. * Function : KEYDOWN, INKEY added.
  93. * Function : KEYSHIFT, KEYCTRL and KEYALT added.
  94. * Fixed bug where DirectX window appeared on desktop.
  95. * refined DirectDraw startup routines.
  96. * Changed DirectInput handling to immediate mode.
  97. * Find Facility in editor now works.
  98. * Fixed DirectX screen from showing, and GPF.
  99.  
  100. V0.1.178 - Released 10-Jun-99 (First)
  101. -----------------------------
  102.  
  103. * Initial public release on www.GamesBasic.com
  104. * Basic interface
  105. * Basic support for project files, allowing single source code file
  106.   per project
  107. * Core basic commands in and working
  108. * Majority of graphical commands in and working
  109. * Majority of maths commands / functions in and working
  110. * Majority of string commands / functions in and working
  111. * Majority of font manipulation commands / functions in and working
  112. * Majority of advanced text commands in and working
  113. * Main interrupter engine in and working, room for optimization.
  114.  
  115. Information
  116. -----------
  117.  
  118. Version are number major.minor.buildnumber (ie. V0.1.178) Each small
  119. advance is measured in .01 of a minor number, any major advances
  120. measued in .10 of a minor number. Final release version will be v1.0.
  121. Build numbers are generated by the compiler.