source: abuse/trunk/ChangeLog @ 17

Last change on this file since 17 was 2, checked in by Sam Hocevar, 18 years ago
  • imported original 0.7.0 tarball
File size: 5.0 KB
Line 
115-12-2002
2        - Abuse-SDL 0.7.0 released.
3        - Added OpenGL support. (Joris Beugnies)
4        - Fixed to compile on MacOSX. (Ben Hines, Julian Mayer)
5        - Fixed window manager "Quit" events being ignored.
6        - Can specify the location of the datafiles in the abuserc now.
7        - Updated documentation regarding installation of the datafiles.
8
904-02-2002
10        - Abuse-SDL 0.6.1 released.
11        - Fixed video blit routine, giving a large speedup. (Bob Ippolito)
12        - Fixed to compile with gcc 3.0.x.
13        - Fixed to compile on Sparc systems.(Arto Jantunen)
14
1519-01-2002
16        - Abuse-SDL 0.6.0 released.
17        - Rebuilt the make and configure scripts, including patches.(nix)
18        - gamma.lsp now stored in the ~/.abuse directory.
19        - Sound is disabled if no sound files are available.
20        - Tweaked timing routines.
21        - Improved mouse handling, should be more responsive on slower systems.
22        - The binary can now be in a different location to the datafiles. (nix)
23        - Fixed -fullscreen command-line option.
24        - Fixed pressing both mouse buttons being ignored if "Emulate3Buttons"
25                is enabled.
26        - Fixed the size of the volume settings dialog.
27        - Fixed to compile on BigEndian systems.(Arto Jantunen)
28        - Added scaling.
29        - Added a man page.
30
3114-08-2001
32        - Abuse-SDL 0.5.0 released.
33        - More 100% CPU usage fixes.(Ed Snible)
34        - More temp files (light.tbl, end.mem) are now stored in
35                the ~/.abuse/ directory.
36        - Fixed compile problems on Solaris.
37        - Fixed slight graphics corruption at the bottom of the main menu screen.
38        - Added the ability to customise the keys used in the game.
39        - Updated documentation.
40
4129-04-2001
42        - Abuse-SDL 0.4.8 released.
43        - Stopped Abuse using 100% CPU time in certain places.(Ed Snible)
44        - Fixed problem with saving games on some systems.
45        - Added missing documentation about the abuserc file.
46        - Configure script now handles the X libraries not being in ld's default
47                library path.(Arto Jantunen)
48        - Fixed compile problem when SDL isn't installed in a /SDL directory in
49                the include path.
50        - Fixed the -window_scale option to set the size of the window properly.
51                Performance when using this option is still bad.
52        - Can now use the mouse to skip the intro story.
53
5409-03-2001
55        - Abuse-SDL 0.4.7 released.
56        - Temp files (fastload.dat, level backups etc) are now stored in
57                the ~/.abuse/ directory.
58        - SDL include and library locations are now gathered from sdl-config.
59        - Fixed a crash on some systems when saving games.
60                Those who were getting this crash may not be able to save games.
61                Abuse-SDL will print out what it was trying to do in this case.
62        - Improved audio mixing when lots of sounds are playing.
63        - Toggling Grab Mouse now informs what state it is in.
64        - The numpad can now be used for movement aswell as the cursor keys.
65        - Settings can be stored in an rc file (~/.abuse/abuserc).
66
6715-02-2001
68        - Abuse-SDL 0.4.6 released.
69        - Don't even check for the existence of a sound file if sound is disabled.
70        - Added some checks to the video code to handle failure gracefully.
71        - Fixes to compile under gcc 2.96.
72        - Fixed the graphic glitches relating to the gamma window and the save
73          game dialog.
74
7506-02-2001
76        - Abuse-SDL 0.4.5 released.
77        - Stopped loading and trying to play sound files when sound has been
78                disabled.
79
8005-02-2001
81        - Abuse-SDL 0.4.4 released.
82        - Adjusted the make and configure scripts.
83                Can now specify the install location with the --with-abuse-dir flag
84                to 'configure'.  Defaults to '/usr/local/bin' if not specified.
85        - Added grab-mouse support.  F12 toggles this on and off.
86        - Added screenshot support.  PRNT-SCRN key takes a screenshot.
87        - Can now toggle fullscreen during the game.  F11 toggles this on and off.
88        - Added mousewheel support for changing weapons.
89        - Savegames are now stored under ~/.abuse/
90        - Window now has it's own icon(abuse.bmp). Looks nicer in tasklists etc.
91        - Updated the AUTHORS file as it was a little out of date.
92
9321-01-2001
94        - Abuse-SDL 0.4.3 released.
95        - Fixed a problem with initialising the mouse driver.
96        - Reenabled net code.  Doesn't work very well yet.
97
9820-01-2001
99        - Abuse-SDL 0.4.2 released.
100        - Fixed to compile under gcc 2.95.2
101        - More code tidying.
102
10313-01-2001
104        - Abuse-SDL 0.4.1 released.
105        - Rebuilt the make and configure scripts.
106        - Added an icon. (abuse.png)
107        - Code tidying.
108        - Improved key and mouse handling.
109
11030-12-2000
111        - Abuse-SDL 0.4 released. (first release with source available)
112        - Fixed a _huge_ memory leak caused by the stereo sound stuff. (oops)
113        - Fixed a crash if SDL failed to initialise.
114        - Tidied up the code, makefiles and configure scripts.
115
11624-12-2000
117        - Abuse-SDL 0.3 released.
118        - Fixed palette changing when running at 8bpp.
119        - Fixed draw problem when a window was moved off the screen.
120        - Fixed sound getting choppy and eventually disappearing.
121        - Fixed an extremely rare crash when playing sounds.
122        - Added stereo sound and panning. (-mono to disable)
123        - Removed some stray debug messages that I accidently left in.
124
12513-12-2000
126        - Abuse-SDL 0.2 released.
127        - Removed dependancy on lnx_sndsrv.
128          All sound is now handled through the SDL API.
129        - Added fullscreen and doublebuffer modes.
130
13110-11-2000
132        - Abuse-SDL 0.1 released.
Note: See TracBrowser for help on using the repository browser.