This wiki was in read-only mode for many years, but can now be edited again. A lot of information will need to be updated.

1.7 Releases: Difference between revisions

From BZFlagWiki
Jump to navigation Jump to search
Zehra (talk | contribs)
m Zehra moved page BZFlag 1.7c-1 to 1.7 Releases: merge releases and make it look nice
Zehra (talk | contribs)
merged all 1.7c pages
Line 1: Line 1:
{|{{Prettytable}}
|-
| {{Hl3}} |'''Release Version:'''
| {{Hl3}} |'''Release Date:'''
|-
|  [[BZFlag 1.7g2]]    || 06/17/2003
|-
|  [[BZFlag 1.7g0]]    || 12/08/2002                                 
|-
|  [[BZFlag 1.7e6]]    || 06/19/2002                             
|-
|  [[BZFlag 1.7e4]]    || 11/27/2001 
|-
|  [[BZFlag 1.7e2]]    || 04/17/2001       
|-
|  [[BZFlag 1.7e1]]    || 03/10/2001
|-
|  [[BZFlag 1.7e]]    || 01/26/2001
|-
|  [[BZFlag 1.7d-9]]  || 02/01/2000
|-
|  [[BZFlag 1.7d-8]]  ||
|-
|  [[BZFlag 1.7d-7]]  ||
|-
|  [[BZFlag 1.7d-6]]  ||
|-
|  [[BZFlag 1.7d-5]]  ||
|-
|  [[BZFlag 1.7d-4]]  ||
|-
|  [[BZFlag 1.7d-3]]  ||
|-
|  [[BZFlag 1.7d-2]]  || 
|-
|  [[BZFlag 1.7d-1]]  ||
|-
|  [[BZFlag 1.7c-2-3]] ||
|-
|  [[BZFlag 1.7c-2-2]] ||
|-
|  [[BZFlag 1.7c-2-1]] ||
|-
|  [[BZFlag 1.7c-2]]  ||
|-
|  [[BZFlag 1.7c-1]]  ||           
|}
==1.7c-1==
Preliminary open source release of BZFlag.
Preliminary open source release of BZFlag.
==1.7c-2==
BZFlag version 1.7c-2 is a version of the BZFlag game. First official open source release.
* misc. changes for solaris - Björn Augustsson
* changed u_int* to uint*
* replaced [ds]rand48() with [s]rand()
* changed variable name `sun' with 'theSun'
* changed ioctl FIONBIO to fcntl O_NDELAY
* changed FNDELAY to O_NDELAY
* glColor*() are macros;  changed code that took address of function
* no hstrerror
* solaris defines SIG_PF
* added unofficial solaris config - Björn Augustsson
* porting is not complete
* not included in platform list
* made generic linux config - Phillip Ezolt
* ifdef'd DEADLINE code for irix
* static/dynamic libaudio fix for irix
* friend class workaround for irix 7.2.1 compilers
* fixed broadcasting and multicasting on linux
==1.7c-2-1==
BZFlag version 1.7c-2-1 is a version of the BZFlag game.
* added solaris to configuration list
* preliminary sound support on Solaris - Andrew White
* fixed 32 bit dependency;  now works on 64 bit (alpha) linux - Phillip Ezolt
* added missing entries in irix packaging (some data files)
* added stacked stereo patch - Stea Greene
==1.7c-2-2==
BZFlag version 1.7c-2-2 is a version of the BZFlag game.
* final solaris sound support - Andrew White
==1.7c-2-3==
BZFlag version 1.7c-2-3 is a version of the BZFlag game.
* fixed byte-order problem in bzfrelay - Tim Riker
* unix portability fix:  replaced cuserid() with getuid() - Erik Andersen
* now links mesa as GL and GLU to support non-mesa
* fixed bug in linux multicast support
[[Category:Versions]]
[[Category:Releases]]


[[Category:Versions]]
[[Category:Versions]]
[[Category:Releases]]
[[Category:Releases]]

Revision as of 01:30, 12 November 2025

Release Version: Release Date:
BZFlag 1.7g2 06/17/2003
BZFlag 1.7g0 12/08/2002
BZFlag 1.7e6 06/19/2002
BZFlag 1.7e4 11/27/2001
BZFlag 1.7e2 04/17/2001
BZFlag 1.7e1 03/10/2001
BZFlag 1.7e 01/26/2001
BZFlag 1.7d-9 02/01/2000
BZFlag 1.7d-8
BZFlag 1.7d-7
BZFlag 1.7d-6
BZFlag 1.7d-5
BZFlag 1.7d-4
BZFlag 1.7d-3
BZFlag 1.7d-2
BZFlag 1.7d-1
BZFlag 1.7c-2-3
BZFlag 1.7c-2-2
BZFlag 1.7c-2-1
BZFlag 1.7c-2
BZFlag 1.7c-1


1.7c-1

Preliminary open source release of BZFlag.

1.7c-2

BZFlag version 1.7c-2 is a version of the BZFlag game. First official open source release.

  • misc. changes for solaris - Björn Augustsson
  • changed u_int* to uint*
  • replaced [ds]rand48() with [s]rand()
  • changed variable name `sun' with 'theSun'
  • changed ioctl FIONBIO to fcntl O_NDELAY
  • changed FNDELAY to O_NDELAY
  • glColor*() are macros; changed code that took address of function
  • no hstrerror
  • solaris defines SIG_PF
  • added unofficial solaris config - Björn Augustsson
  • porting is not complete
  • not included in platform list
  • made generic linux config - Phillip Ezolt
  • ifdef'd DEADLINE code for irix
  • static/dynamic libaudio fix for irix
  • friend class workaround for irix 7.2.1 compilers
  • fixed broadcasting and multicasting on linux

1.7c-2-1

BZFlag version 1.7c-2-1 is a version of the BZFlag game.

  • added solaris to configuration list
  • preliminary sound support on Solaris - Andrew White
  • fixed 32 bit dependency; now works on 64 bit (alpha) linux - Phillip Ezolt
  • added missing entries in irix packaging (some data files)
  • added stacked stereo patch - Stea Greene

1.7c-2-2

BZFlag version 1.7c-2-2 is a version of the BZFlag game.

  • final solaris sound support - Andrew White

1.7c-2-3

BZFlag version 1.7c-2-3 is a version of the BZFlag game.

  • fixed byte-order problem in bzfrelay - Tim Riker
  • unix portability fix: replaced cuserid() with getuid() - Erik Andersen
  • now links mesa as GL and GLU to support non-mesa
  • fixed bug in linux multicast support