README.version 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. This is version 6.32 of the Inform compiler,
  2. copyright (c) Graham Nelson 1993 - 2010
  3. Full release notes and instructions are available at
  4. http://www.inform-fiction.org/
  5. and
  6. http://www.ifarchive.org/indexes/if-archiveXinfocomXcompilersXinform6.html
  7. This is a minor update to Inform 6.31. The only changes between 6.32 and
  8. 6.31 are the application of the following patches:
  9. C63007: Strict mode not available in V3/4 games
  10. http://www.inform-fiction.org/patches/C63007.html
  11. C63102: Support $ALLOC_CHUNK_SIZE memory setting
  12. http://www.inform-fiction.org/patches/C63102.html
  13. C63104: Support @push and @pull macros in Glulx
  14. http://www.inform-fiction.org/patches/C63104.html
  15. C63107: Glulx support for custom opcodes
  16. http://www.inform-fiction.org/patches/C63107.html
  17. C63108: Glulx support for compilation control
  18. http://www.inform-fiction.org/patches/C63108.html
  19. C63110: Crash when grammar table exceeds readable memory
  20. http://www.inform-fiction.org/patches/C63110.html
  21. C63112: Exactly 64Kb of readable memory gives corrupt game
  22. http://www.inform-fiction.org/patches/C63112.html
  23. Glulx 3.0 Unicode support
  24. http://www.eblong.com/zarf/glulx/inform63u.patch
  25. Glulx 3.1 memory heap support
  26. http://www.eblong.com/zarf/glulx/inform63mall.patch
  27. Add #g$GLOBAL syntax for the address of a global variable
  28. http://www.eblong.com/zarf/glulx/inform63globref.patch
  29. Glulx 3.1.1 acceleration support
  30. http://www.eblong.com/zarf/glulx/inform63accel.patch
  31. Glulx memory map extension
  32. http://www.eblong.com/zarf/glulx/inform631n-memmap.patch
  33. Support for printing Unicode characters with "print (char)"
  34. http://eblong.com/zarf/glulx/inform631n-unichar.patch
  35. Support for compiling the game dictionary with Unicode characters
  36. http://eblong.com/zarf/glulx/inform631n-unidict.patch
  37. http://eblong.com/zarf/glulx/inform631n-unidict2.patch
  38. Glulx 3.1.2 floating-point support
  39. http://eblong.com/zarf/glulx/inform631n-float.patch
  40. Support for floating-point literals of the form "$+1.0e+1"
  41. http://eblong.com/zarf/glulx/inform631n-floatconst.patch
  42. Show veneer routines in assembly output
  43. http://mailman-new.greennet.org.uk/pipermail/inform-maintenance/2009-January/001704.html
  44. Allow more than 255 verbs in Glulx. Note that this is only a compiler
  45. change, and requires the library to use both bytes of the verb number
  46. for it to work.
  47. http://mailman-new.greennet.org.uk/pipermail/inform-maintenance/2009-April/001705.html
  48. Remove one argument form of Glulx print_to_array() veneer method
  49. http://mailman-new.greennet.org.uk/pipermail/inform-maintenance/2009-November/001709.html
  50. Increased PATHLEN and set the HUGE memory model as the default for
  51. OSX, Linux, Unix and Unix64.