1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
|
v 1.1.0
- Fixed a bug which caused the loading of the logo as a garbage texture to
fail.
- Player name now defaults to username (thanks to Colin Walters).
- Fixed big/little-endian bug in communication code (thanks to Colin Walters).
- Moved dynamic data files to .crack-attack directory.
v 1.1.1
- Added point system to solo play.
- Switched solo play to single game.
- Added score record storage and display.
- Improved creep speed algorithm.
v 1.1.2
- Restructured and started using automake/autoconf.
v 1.1.3
- Removed use of deprecated members of strstream. Now compiles under
libstdc++-v3.
v 1.1.4
- Compiles under Visual C++ 6.0 and runs under Windows.
- Created a Visual Basic front end for Windows.
- Created a Windows installation script using NSIS.
- Fixed several misuses of GL_BLEND texture blend mode, which caused wrongly
colored signs under certain drivers.
- Turned off lightmap texturing when rendering waking garbage, which caused
waking garbage to be dark under certain drivers.
v 1.1.5
- Fixed a small combo management bug.
- Changed the point system of solo play to a more fun and intuitive algorithm.
- Changed the way arrays were being deleted, which was causing crashes under
Windows.
v 1.1.6
- Fixed a bug which caused the tens and higher score digits to fade
improperly.
- Fixed a variable type problem which caused a compilation error with some
compilers.
- Modified the distribution of special blocks in X-treme mode.
- Improved communication and game code so that players know as soon as
possible that they have lost.
- Improved communication code, halving turn around time on state messages.
- Added a status bar which displays how close the player is to losing.
v 1.1.7
- Some debug switches left on in 1.1.6. Poor quality control!
- Added check for version compatibility in communication code.
v 1.1.8
- Reduced network load by reducing garbage queue length and communication
frequency.
- Added workaround to GLUT bug which caused a crash when the Del-key was
pressed after the game in solo play (thanks to Stephen Thorne).
- Added a low resolution graphics mode (thanks to Stephen Thorne).
- Improved the window size algorithm.
- Improved the socket closing procedures.
- Modified the idle callback's behavior when behind in time steps.
v 1.1.9
- Removed uses of deprecated ostrstream.
- Updated old C-style header file names.
- Defined GL_GLEXT_LEGACY to make multitexturing code compatable with modern
OpenGL (thanks to Mark Wilde).
v 1.1.10
- Patch to prevent crash on Voodoo3 cards (thanks to Olivier Blin).
- Fix of busy-port bug after net games (thanks to Guillaume Cottenceau).
v 1.1.11
- Networking component sends a different version number now. This version numb will only increase when we change the networking code.
- gtk+-2.0 front-end
- gcc-3.4 build fixes
- NVidia OpenGL build fixes. The error was in how we used deprecated
extensions. I'm sure this bug would come up other places, but NVidia seemed
to be the driver that was causing the most problems
v 1.1.12
- idlePlay now sleeps to prevent 100% CPU usage. (Thanks Dennis Lubert)
- Something about the way this works irks me. I'd like to see a way for
this to work by using glut calls to get the elapsed time. My attempts at
this were incorrect, so I'll stick with what Dennis wrote.
- Fixes Debian bug #159241
- Really Low Graphics (Thanks Stephan Beyer)
- FIXME: Displayer.cxx needs to unmask drawWinRecord and just make the win
record less graphics intensive.
- Fix for a crasher when using high quality graphics on certain boards. This
fix has been in some distros for a while, but is new to this patchset.
- Fixes Gentoo bug #53320
- Fixes Debian bug #245157
- Change protocol numbering to make this release compatible with Windows
version which is still 1.1.8.
- Name, resolution, and graphics settings are now remembered by the GUI.
v 1.1.13
- Implemented binary relocatability
- Many changes to the source code to make it compatible with Windows using
dev-cpp.
- Many code cleanups to take care of warnings.
- Fixed stones hanging in mid-air (Thanks Wolfgang Klier <stubai>)
- Fixes Savannah bug #10988
- Added a command-line switch to change the resolution --res.
v 1.1.14
- Some fixes to the build system. (Thanks Mike Frysinger)
- Sound and music patches. (Thanks Mike Frysinger and Miguel Ángel Vilela
García). These are currently unsupported, so good luck figuring out how to
use them.
- Totally redesigned GUI.
- Fixes Savannah bugs #12832, #12915
- Fixes the level lights when playing against the AI on Windows
- Bumped the networking version to 1.1.14. Essentially, we messed up
compatibility somewhere. Considering that we're planning on redoing
networking in the next release, a bumb seemed the most appropriate. Please
update to the latest version.
|