~ubuntu-branches/ubuntu/karmic/pygame/karmic

« back to all changes in this revision

Viewing changes to WHATSNEW

  • Committer: Bazaar Package Importer
  • Author(s): Joe Wreschnig
  • Date: 2005-09-15 15:10:45 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050915151045-6j7tiaorbf42xqia
Tags: 1.7.1release-1
* New upstream release.
* Remove 64-bit patch from 1.6-0.2, merged upstream.
* Remove SMPEG detection patch from 1.4-1, no longer needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
# BREAK = change breaks existing code
5
5
# BUG   = fixed a bug that was (or could have been) crashing
6
6
 
 
7
August 15, 2005
 
8
    Fix to make Chinese fonts work better on windows.  
 
9
      From retsyo  AT  eyou  Dot  com.
 
10
    Fix for Channel.set_volume() to not use panning if seting overall volume.
 
11
    Made setup put in missing files into the source distribution.
 
12
    Fix for fastevents example on linux.
 
13
 
 
14
August 10, 2005
 
15
    Fix for overlay.c to compile in windows.  
 
16
    Fixed some warnings for font, and rotozoom with gcc4.
 
17
    Added an example for fastevents.
 
18
    Fix for config_unix.py with wrong paths for /usr/local
 
19
 
 
20
July 28, 2005
 
21
    Fix for sprite module[BUG].  fastevent module for faster sdl event processing.
 
22
    Updated examples.
 
23
 
 
24
March 7, 2005
 
25
    sysfont patch, which checks two places for fonts on weird windows machines from Atul Varma.
 
26
    pygame.get_sdl_version(), improved Mac OS X support from Bob Ippolito.
 
27
    new sound_array.py example from Rene Dudfield based on ShreadWheats example.
 
28
 
 
29
August 8, 2004
 
30
    cleanup aaline drawing, from Michael Urman
 
31
 
 
32
July 17, 2004
 
33
    image.frombuffer() for lightning fast fromstring()'s
 
34
    SysFont extra styles being applied incorrect
 
35
    psuedo "configure" and "Makefile" for foolproof installs
 
36
    draw.aaline now works with pixel alphas
 
37
 
 
38
July 16, 2004
 
39
    mixer.set_num_channels() no longer crashes [BUG]
 
40
    mixer.music.get_pos() properly tracks when paused
 
41
    pygame.display.get_wm_info() added, gets a dictionary
 
42
    Overlay object, from Dmitry Borisov
 
43
 
 
44
July 6, 2004
 
45
    Sound object newstyle types
 
46
    added Sound.get_length()
 
47
 
 
48
July 5, 2004
 
49
    Add Bo Jangeborg's cursor compile with added 'xor'
 
50
    Add Bo Jangeborg's system cursors as compileable strings
 
51
 
 
52
July 3, 2004
 
53
    Newstyle fonts crashing with bad filenames [BUG]
 
54
 
 
55
June 28, 2004
 
56
    Surface.set_clip(None) crashed [BUG]
 
57
    Remove pygame's (now) redundant lock counting
 
58
 
 
59
June 27, 2004
 
60
    Fix several negative or zero size problems [BUG]
 
61
    draw.arc outside image crashed [BUG]
 
62
    draw.arc artifacts cleaned
 
63
 
 
64
June 26, 2004
 
65
    Rect.fit() added
 
66
    Surface.get_rect() accepts keyword args for assignment
 
67
    transform.chop() added, from Matthias Spiller
 
68
 
 
69
June 25, 2004
 
70
    Font becomes new style type, inheritable, weakrefable
 
71
 
 
72
June 22, 2004
 
73
    Rect type updated, weakrefable
 
74
    (warning, Rect attributes broken for now)
 
75
 
 
76
June 21, 2004
 
77
    Surfaces now weakref'able
 
78
    display surface protected from pygame.quit()
 
79
    display and Surfaces protected from resolution <=0
 
80
 
 
81
June 19, 2004
 
82
    Chad Lester's excellent work on sndarray
 
83
    ffmpeg movie backend renamed to movieext, experimental
 
84
    v1.6 movie module restored
 
85
 
 
86
May 1, 2004
 
87
    updated sprite module, Joe Wresching
 
88
 
 
89
March 29, 2004
 
90
    checkin movie current rewrite, still rough, libavcodec
 
91
 
 
92
February 24, 2004
 
93
    no longer parachute SIGPIPE, like SDL 1.2.7
 
94
 
 
95
February 15, 2004
 
96
    small cleanups to internal Sprite and Group
 
97
 
 
98
February 9, 2004
 
99
    help protect int overflow
 
100
 
 
101
December 25, 2003
 
102
    sprite groups are now iterators
 
103
    SysFont better unix parsing
 
104
 
 
105
November 18, 2003
 
106
    Remove legacy python code. Ver 2.2 is minimum
 
107
 
7
108
pygame-16
8
109
October 23, 2003
9
110
    final updates for 1.6