pygame is
pygame.org is
|
PGU - Phil's pyGame Utilities
PGU - Phil's pyGame Utilities - 0.7Peter Rogers (petros)Tags:DescriptionA collection of handy modules and scripts for PyGame.
tools
gui
game libs
Changes
**** Crazy API Update ****************************************************
Theme decorations are now seperate from the Widgets. Thus:
* Widget._resize() was removed
* Widget.getspacing() was removed
* Widget.resize() returns None was changed to Widget.resize() returns w,h.
The container is responsible to do this:
widget.rect.w,widget.rect.h = widget.resize()
* Widget.chsize() was added, it requests that a widget be re-resize()ed --
similar to Widget.repaint()
* To disable the theme decorations on a widget:
widget = Widget(decorate=False)
**************************************************************************
- phil - added chsize() method which requests that a widget be re-size()ed. (similar to repaint() or reupdate() except for the resize() method
- added default font (Vera)
- removed non-working hide,show calls
- fdarling - added a new table class that works a bit cleaner. should
not have any noticiable API breaks.
- fdarling - reorganized pgu.gui to be a package
- added input type='file' to pgu.html
- fixed Toolbox bug (Toolbox.value = x wasn't working right)
- create circles in tileedit
- flip bkgr/tiles in leveledit
- tileedit / leveledit - illume added a feature where by you can check
a box to "auto-save" your tiles when you blur the window. leveledit
will auto-reload those changes.
- since the getwidths() feature was broken anyways, it has been removed
- when you create your main container for your app you _may_ need to
add align=-1, valign=-1 to get it in the top right corner the way
it used to be
- phil -- added Vera.ttf to theme, did some cleanup
- gal koren -- added a FileDialog, List, misc patches, etc, added gui11, gui12 as demos of new features
- fdarling -- fixed some UI issues in Menu
- gal koren -- fixed a focus bug
- exampes, gui9 - -save/saveas are broken -- fname is set to a widget
Links
ScreenshotReleases
Pygame.org account CommentsIf you wish to leave a comment with your pygame.org account, please sign in first.
|
|