Skip to content

Latest commit

 

History

History
77 lines (65 loc) · 2.61 KB

CHANGES

File metadata and controls

77 lines (65 loc) · 2.61 KB
 
Oct 21, 1999
Oct 21, 1999
1
Apr 4, 2001
Apr 4, 2001
2
3
4
5
1.2.0:
Sam Lantinga - Wed Apr 4 12:42:20 PDT 2001
* Synchronized release version with SDL 1.2.0
Jan 2, 2001
Jan 2, 2001
6
7
8
9
10
1.1.1:
John Hall - Tue Jan 2 13:46:54 PST 2001
* Added support to playmus for track switching with Ctrl-C
* Added support to playmus for multiple command line files
Nov 30, 2000
Nov 30, 2000
11
12
13
14
1.1.0:
Sam Lantinga - Wed Nov 29 20:47:13 PST 2000
* Package specifically for SDL 1.1 (no real reason API-wise, but for clarity)
Aug 10, 2000
Aug 10, 2000
15
1.0.7:
Nov 17, 2000
Nov 17, 2000
16
17
18
19
Sam Lantinga - Tue Nov 7 10:22:09 PST 2000
* Fixed hang in mikmod re-initialization
Stephane Peter - Oct 17 13:07:32 PST 2000
* Fixed music fading
Aug 10, 2000
Aug 10, 2000
20
21
22
Ray Kelm - Fri, 04 Aug 2000 20:58:00 -0400
* Added support for cross-compiling Windows DLL from Linux
May 8, 2000
May 8, 2000
23
1.0.6:
Jul 3, 2000
Jul 3, 2000
24
25
Sam Lantinga - Sun Jul 2 14:16:44 PDT 2000
* Added support for the Ogg Vorbis music format: http://www.vorbis.org/
Jun 28, 2000
Jun 28, 2000
26
27
28
29
Darrell Walisser - Wed Jun 28 11:59:40 PDT 2000
* Added Codewarrior projects for MacOS
Sam Lantinga - Mon Jun 26 12:01:11 PDT 2000
* Fixed symbol aliasing problem with "channel"
May 8, 2000
May 8, 2000
30
31
32
Matt - Wed, 12 Apr 2000 15:36:13 -0700
* Added SDL_RWops support for mikmod loading (not hooked into music.c yet)
Mar 3, 2000
Mar 3, 2000
33
34
35
36
1.0.5:
Paul Furber - Fri Mar 3 14:58:50 PST 2000
* Fixed MP3 detection with compilers that use signed char datatypes
Jan 28, 2000
Jan 28, 2000
37
1.0.4:
Feb 11, 2000
Feb 11, 2000
38
39
40
41
42
43
44
45
46
47
48
Sam Lantinga - Thu Feb 10 19:42:03 PST 2000
* Ported the base mixer and mikmod libraries to MacOS
Markus Oberhumer - Wed Feb 2 13:16:17 PST 2000
* Fixed problem with short looping sounds
Sam Lantinga - Tue Feb 1 13:25:44 PST 2000
* Added Visual C++ project file
Markus Oberhumer - Tue Feb 1 13:23:11 PST 2000
* Cleaned up code for compiling with Visual C++
* Don't hang in Mix_HaltMusic() if the music is paused
Sam Lantinga - Fri Jan 28 08:54:56 PST 2000
* Fixed looping WAVE chunks that are not aligned on sample boundaries
Jan 28, 2000
Jan 28, 2000
49
Jan 18, 2000
Jan 18, 2000
50
1.0.3:
Feb 11, 2000
Feb 11, 2000
51
52
53
54
Sam Lantinga - Mon Jan 17 19:48:09 PST 2000
* Changed the name of the library from "mixer" to "SDL_mixer"
* Instead of including "mixer.h", include "SDL_mixer.h",
* Instead of linking with libmixer.a, link with libSDL_mixer.a
Jan 18, 2000
Jan 18, 2000
55
Jan 14, 2000
Jan 14, 2000
56
1.0.2:
Feb 11, 2000
Feb 11, 2000
57
58
Sam Lantinga - Fri Jan 14 11:06:56 PST 2000
* Made the CHANGELOG entries Y2K compliant. :)
Feb 1, 2000
Feb 1, 2000
59
60
MFX - Updated the mikmod support to MikMod 3.1.8
MFX - Added Mix_HookMusicFinished() API function
Dec 27, 1999
Dec 27, 1999
61
Dec 26, 1999
Dec 26, 1999
62
63
64
65
1.0.1:
SOL - Added a post-mixing callback
SP - A few music-related bugfixes
Oct 21, 1999
Oct 21, 1999
66
67
68
1.0.0:
SOL - Added autoconf support
SP - Added MP3 support using SMPEG
Oct 23, 1999
Oct 23, 1999
69
SP - Added fading in/out of music and samples
Oct 26, 1999
Oct 26, 1999
70
71
72
SP - Added dynamic allocation of channels
SP - Added channel grouping functions
SP - Added expiration delay for samples
Oct 21, 1999
Oct 21, 1999
73
74
75
76
Initial Key:
SOL - Sam Lantinga (hercules@lokigames.com)
SP - Stephane Peter (megastep@lokigames.com)
Feb 1, 2000
Feb 1, 2000
77
MFX - Markus Oberhumer (markus.oberhumer@jk.uni-linz.ac.at)