Updated authors file with a better description of who we are
[crack-attack.git] / ChangeLog
blobd2590fd1a1a2b0bf325438515092766cee6f27d2
1 v 1.1.0
2   - Fixed a bug which caused the loading of the logo as a garbage texture to
3     fail.
4   - Player name now defaults to username (thanks to Colin Walters).
5   - Fixed big/little-endian bug in communication code (thanks to Colin Walters).
6   - Moved dynamic data files to .crack-attack directory.
8 v 1.1.1
9   - Added point system to solo play.
10   - Switched solo play to single game.
11   - Added score record storage and display.
12   - Improved creep speed algorithm.
14 v 1.1.2
15   - Restructured and started using automake/autoconf.
17 v 1.1.3
18   - Removed use of deprecated members of strstream.  Now compiles under
19     libstdc++-v3.
21 v 1.1.4
22   - Compiles under Visual C++ 6.0 and runs under Windows.
23   - Created a Visual Basic front end for Windows.
24   - Created a Windows installation script using NSIS.
25   - Fixed several misuses of GL_BLEND texture blend mode, which caused wrongly
26     colored signs under certain drivers.
27   - Turned off lightmap texturing when rendering waking garbage, which caused
28     waking garbage to be dark under certain drivers.
30 v 1.1.5
31   - Fixed a small combo management bug.
32   - Changed the point system of solo play to a more fun and intuitive algorithm.
33   - Changed the way arrays were being deleted, which was causing crashes under
34     Windows.
36 v 1.1.6
37   - Fixed a bug which caused the tens and higher score digits to fade
38     improperly.
39   - Fixed a variable type problem which caused a compilation error with some
40     compilers.
41   - Modified the distribution of special blocks in X-treme mode.
42   - Improved communication and game code so that players know as soon as
43     possible that they have lost.
44   - Improved communication code, halving turn around time on state messages.
45   - Added a status bar which displays how close the player is to losing.
47 v 1.1.7
48   - Some debug switches left on in 1.1.6.  Poor quality control!
49   - Added check for version compatibility in communication code.
51 v 1.1.8
52   - Reduced network load by reducing garbage queue length and communication
53     frequency.
54   - Added workaround to GLUT bug which caused a crash when the Del-key was
55     pressed after the game in solo play (thanks to Stephen Thorne).
56   - Added a low resolution graphics mode (thanks to Stephen Thorne).
57   - Improved the window size algorithm.
58   - Improved the socket closing procedures.
59   - Modified the idle callback's behavior when behind in time steps.
61 v 1.1.9
62   - Removed uses of deprecated ostrstream.
63   - Updated old C-style header file names.
64   - Defined GL_GLEXT_LEGACY to make multitexturing code compatable with modern
65     OpenGL (thanks to Mark Wilde).
67 v 1.1.10
68   - Patch to prevent crash on Voodoo3 cards (thanks to Olivier Blin).
69   - Fix of busy-port bug after net games (thanks to Guillaume Cottenceau).
71 v 1.1.11
72   - Networking component sends a different version number now. This version numb    will only increase when we change the networking code.
73   - gtk+-2.0 front-end
74   - gcc-3.4 build fixes
75   - NVidia OpenGL build fixes. The error was in how we used deprecated
76     extensions. I'm sure this bug would come up other places, but NVidia seemed
77     to be the driver that was causing the most problems
79 v 1.1.12
80   - idlePlay now sleeps to prevent 100% CPU usage. (Thanks Dennis Lubert)
81    - Something about the way this works irks me. I'd like to see a way for
82      this to work by using glut calls to get the elapsed time. My attempts at
83      this were incorrect, so I'll stick with what Dennis wrote.
84    - Fixes Debian bug #159241
85   - Really Low Graphics (Thanks Stephan Beyer)
86    - FIXME: Displayer.cxx needs to unmask drawWinRecord and just make the win
87      record less graphics intensive.
88   - Fix for a crasher when using high quality graphics on certain boards. This
89     fix has been in some distros for a while, but is new to this patchset.
90    - Fixes Gentoo bug #53320
91    - Fixes Debian bug #245157
92   - Change protocol numbering to make this release compatible with Windows
93     version which is still 1.1.8.
94   - Name, resolution, and graphics settings are now remembered by the GUI.