pygame is sharing code with you
Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.
Don't show this again| Filename | Size | Date modified | Message |
|---|---|---|---|
| _numericsndarray.c | 7.2 KB | Fixed format typecodes for numpy sndarray. | |
| _numericsurfarray.c | 36.3 KB | Put numpyarray and the (old) surfarray under pygame.surfarray. Added methods to switch between numpy and Numeric usage. | |
| alphablit.c | 35.9 KB | commented out some printf's. | |
| base.c | 14.2 KB | Added pygame.get_sdl_byteorder() to get the SDL byte order. Added pixelarray and mask html docs. Fixed buffer length in surface.get_buffer(). | |
| bitmask.c | 19.3 KB | Adding the bitmask code from Ulf Ekstrom. | |
| bitmask.h | 3.9 KB | Adding the bitmask code from Ulf Ekstrom. | |
| bufferproxy.c | 10.8 KB | visual studio doesn't like arithmetic on a void* | |
| cdrom.c | 14.5 KB | Changes from Marcus for ref counting bug fixes and | |
| cdrom.doc | 6.6 KB | clarification for track numbers | |
| constants.c | 8.8 KB | Updated constants GL_SWAP_CONTROL,GL_ACCELERATED_VISUAL,BUTTON_X1,BUTTON_X2 | |
| display.c | 28.1 KB | Added display.set_mode() resolution enhancement as posted by Lorenz Quack. | |
| display.doc | 15.6 KB | Added display.set_mode() resolution enhancement as posted by Lorenz Quack. | |
| draw.c | 40.5 KB | Changes from Marcus for ref counting bug fixes and | |
| draw.doc | 4.6 KB | made a note on how to do an aapolygon | |
| event.c | 25.0 KB | fixes to compile on windows (toolkit compiler) and some bounds checking on event calls to prevent buffer over-runs (thanks to John Popplewell) | |
| event.doc | 8.7 KB | error in set_allowed | |
| fastevent.c | 8.4 KB | Changes from Marcus for ref counting bug fixes and | |
| fastevents.c | 3.6 KB | Changes from Marcus for ref counting bug fixes and | |
| fastevents.h | 1.6 KB | experimental fastevents wrapper | |
| ffmovie.c | 26.5 KB | import fixes | |
| ffmovie.h | 3.1 KB | ffmpeg movies moved to movieext | |
| font.c | 18.1 KB | Changes from Marcus for ref counting bug fixes and | |
| font.doc | 8.8 KB | added back in the Font.metrics documentation. | |
| font.h | 2.0 KB | newstyle Font | |
| image.c | 42.8 KB | fix for frombuffer with 8-bit image | |
| image.doc | 4.7 KB | Changes from Brian Fisher to add RGBA_PREMULT & ARGB_PREMULT type to | |
| imageext.c | 13.6 KB | disable gil release for image save for all platforms. | |
| joystick.c | 10.7 KB | Changes from Marcus for ref counting bug fixes and | |
| joystick.doc | 6.7 KB | more doc updates from Dan Richter | |
| key.c | 3.8 KB | Updated constants GL_SWAP_CONTROL,GL_ACCELERATED_VISUAL,BUTTON_X1,BUTTON_X2 | |
| key.doc | 8.3 KB | Updated constants GL_SWAP_CONTROL,GL_ACCELERATED_VISUAL,BUTTON_X1,BUTTON_X2 | |
| mask.c | 15.7 KB | Accidental breakage after fixing up comments... | |
| mask.doc | 1.8 KB | Updated and fixed docs. | |
| mixer.c | 27.7 KB | Fixed some compiler warnings | |
| mixer.doc | 14.7 KB | making channel & sound play support keyword arguments and adding fade_ms argument for fading in | |
| mixer.h | 2.5 KB | From Marcus: Fixes lots of warnings... mostly redeclarations. | |
| mouse.c | 6.1 KB | Changes from Marcus for ref counting bug fixes and | |
| mouse.doc | 4.7 KB | a note about get_rel | |
| movie.c | 11.5 KB | play_movie was crashing on windows... thanks Lenard Lindstrom. | |
| movie.doc | 4.7 KB | typo | |
| movieext.c | 18.2 KB | ffmpeg movies moved to movieext | |
| music.c | 8.1 KB | Changes from Marcus for ref counting bug fixes and | |
| music.doc | 4.5 KB | fixed fadeout docs | |
| numeric_arrayobject.h | 16.8 KB | Added numpy surface array module. Removed Numeric dependency and imported Numeric/arrayobject header. | |
| overlay.c | 7.1 KB | Changes from Marcus for ref counting bug fixes and | |
| overlay.doc | 2.0 KB | Additions for Overlay. | |
| pixelarray.c | 54.2 KB | Fixed reference counting issues in PixelArray. Improved loops, indices and positioning in PixelArray. | |
| pixelarray.doc | 2.5 KB | Fixed typo in doc generator, added note for PixelArray | |
| pygame.doc | 4.2 KB | Updated and fixed docs. | |
| pygame.h | 27.4 KB | Changed various PixelArray loops for mappings. Fixed 2.4 compatibility issues introduced with rev. 1153. | |
| pygamedocs.h | 42.7 KB | doc changes for fade_ms argument to Sound.play and Channel.play. | |
| rect.c | 39.8 KB | Changes from Marcus for ref counting bug fixes and | |
| rect.doc | 6.8 KB | collidepoint can also take a tupple | |
| rotozoom.c | 14.9 KB | Thanks Christopher Stone, John Myers, John Poppleweel, and Marcus! | |
| rwobject.c | 11.1 KB | Fix for rw_close_th using helper after PyMem_Del(helper) is called. | |
| scale2x.c | 5.8 KB | advancemame scale2x | |
| scrap.c | 8.1 KB | Added pygame.scrap unittest. scrap.set_mode() raises an exception on wrong modes now. Minor pixelarray unittest changes. | |
| scrap.doc | 5.0 KB | Made a note about OSX support only working with text. Marked the scrap module as experimental for now. | |
| scrap.h | 4.4 KB | Improved pygame.scrap documentation. | |
| scrap_mac.c | 2.2 KB | Some mac scrap fixes from Marcus. | |
| scrap_qnx.c | 6.3 KB | forgot to add in some files from the scrap patch | |
| scrap_win.c | 10.4 KB | scrap_win.c: Assign CF_DIBV5 a value if undefined | |
| scrap_x11.c | 24.5 KB | Changes from Marcus for ref counting bug fixes and | |
| surface.c | 57.4 KB | surface.get_bounding_rect | |
| surface.doc | 21.9 KB | Fixing up some minor doc stuff | |
| surface.h | 7.1 KB | from the changes marcus made | |
| surface_fill.c | 10.1 KB | commented out some printf's. | |
| surflock.c | 4.0 KB | Fixed NULL pointer segfault for locked screen surfaces as reported by Brian through his BTS. | |
| time.c | 10.2 KB | Changes from Marcus for ref counting bug fixes and | |
| time.doc | 3.9 KB | More documentation fixes from Dan Richter | |
| transform.c | 101.8 KB | fixes to compile on windows (toolkit compiler) and some bounds checking on event calls to prevent buffer over-runs (thanks to John Popplewell) | |
| transform.doc | 5.5 KB | Fixing up some minor doc stuff |