root/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @289 [289] 3 years mg Release version 0.9.6.
(edit) @288 [288] 3 years mg Fix deprecation warning on Python 2.6. Drop Python 2.3 compatibility. …
(edit) @287 [287] 3 years mg Remember the reason for using numeric/numpy and document it in code …
(edit) @286 [286] 3 years mg Record my doubts.
(edit) @285 [285] 3 years mg Refactor the three image fading implementations to use classes. I don't …
(edit) @284 [284] 3 years mg Use a more efficient way of array multiplication, storing the result …
(edit) @283 [283] 3 years mg Improvements suggested by Lenard Lindstrom.
(edit) @282 [282] 3 years mg Use NumPy? in preference to Numeric.
(edit) @281 [281] 3 years mg ReStructuredText? thinks this is a blockquoted list.
(edit) @280 [280] 3 years mg Update release instructions.
(edit) @279 [279] 3 years mg Post-release version bump.
(edit) @276 [276] 3 years mg Fix the manifest to include icons, sounds and music.
(edit) @274 [274] 3 years mg Release version 0.9.5.
(edit) @273 [273] 3 years mg Include last changelog entries from NEWS.txt in the long description.
(edit) @272 [272] 3 years mg Implement the more accurate Subversion revision number extractor.
(edit) @271 [271] 3 years mg Missing word.
(edit) @270 [270] 3 years mg Mention launchpad as the bug tracker.
(edit) @269 [269] 3 years mg Mention icon credits here as well.
(edit) @268 [268] 3 years mg Remove redundant tagline from the PyPI page.
(edit) @267 [267] 3 years mg Fix crash on startup on 64-bit Linux systems. Actually it was a bug in …
(edit) @266 [266] 3 years mg Post-release version bump.
(edit) @264 [264] 3 years mg 0.9.4 was released on 2008-06-30.
(edit) @263 [263] 4 years mg Use the icons made by Jakub Szypulka.
(edit) @262 [262] 5 years mg Nitpicking.
(edit) @261 [261] 5 years mg Work around another bug in Pygame 1.7.1.
(edit) @260 [260] 5 years mg Add --sound, --music, --no-sound, --no-music command-line arguments.
(edit) @256 [256] 5 years mg Split off video and sound options into submenus.
(edit) @255 [255] 5 years mg Option to turn off sound and music.
(edit) @254 [254] 5 years mg Redo the way sounds effects are done.
(edit) @253 [253] 5 years mg Add a sound_in_vacuum option. It defaults to True, which is a bit …
(edit) @252 [252] 5 years mg Force a change to update the version number.
(edit) @251 [251] 5 years mg Shuffle the news. Remove the mention of a minor bugfix that nobody will …
(edit) @250 [250] 5 years mg Bugfix: "End game" didn't actually go back fully to demo mode; if you …
(edit) @249 [249] 5 years mg Make the sounds configurable in an ini file.
(edit) @248 [248] 5 years mg Make music files configurable in an .ini file.
(edit) @247 [247] 5 years mg Added support for music. Sadly, no actual music yet.
(edit) @246 [246] 5 years mg Fix docstring.
(edit) @245 [245] 5 years mg Change the way missile launch sound effects work, to be more like the …
(edit) @244 [244] 5 years mg Make all respawns noisy.
(edit) @243 [243] 5 years mg Reorder the main menu.
(edit) @242 [242] 5 years mg Thruster sound effect.
(edit) @241 [241] 5 years mg Another sound effect: respawn.
(edit) @240 [240] 5 years mg Menu sounds.
(edit) @239 [239] 5 years mg More sound effects.
(edit) @238 [238] 5 years mg Fix test.
(edit) @237 [237] 5 years mg Another sound effect: bouncing off something. Add sound effects to the …
(edit) @236 [236] 5 years mg Add a sound effect for launching missiles.
(edit) @235 [235] 5 years mg Use 800x600 by default.
(edit) @234 [234] 5 years mg Show a label in the controls menu, explaining that you can use Backspace …
(edit) @233 [233] 5 years mg Allow up to two keys bound to the same action.
(edit) @232 [232] 5 years mg Bugfix: after remapping the controls the old keys used to continue to …
(edit) @231 [231] 5 years mg Show an animation (expanding bubble) when ships respawn.
(edit) @229 [229] 5 years mg Release
(edit) @228 [228] 5 years mg Remember video settings in the config file too.
(edit) @227 [227] 5 years mg Write keyboard controls to a config file.
(edit) @226 [226] 5 years mg Fade in a "Paused" message when you press Pause.
(edit) @225 [225] 5 years mg Enable keyboard repeat in menu.
(edit) @224 [224] 5 years mg Ability to customize keyboard controls.
(edit) @223 [223] 5 years mg Make the menu scroll if it doesn't fit on screen.
(edit) @222 [222] 5 years mg Allow players to access Help and Options during the game from the menu you …
(edit) @221 [221] 5 years mg Spacing.
(edit) @220 [220] 6 years mg Clarify how to make the announcements.
(edit) @219 [219] 6 years mg Document the release process, bump the version number in subversion.
(edit) @216 [216] 6 years mg Updated version and NEWS.txt for the upcoming 0.9.2 release.
(edit) @215 [215] 6 years mg Added credits to the help screen. Reorganized TODO.
(edit) @214 [214] 6 years mg Screen size in the options menu.
(edit) @213 [213] 6 years mg Added an options menu,
(edit) @212 [212] 6 years mg Main menu reorganisation: introduce a 'New Game' submenu. Now the menu …
(edit) @211 [211] 6 years mg Added a shortcut: F1 for help during game.
(edit) @210 [210] 6 years mg Refactor modes a little bit, so it is easier to chain them, and indicate …
(edit) @209 [209] 6 years mg More fun with layout: align the columns.
(edit) @208 [208] 6 years mg Going wild: text justification.
(edit) @207 [207] 6 years mg Added a help screen.
(edit) @206 [206] 6 years mg Make it work in 15 and 16 bpp modes. It used to fail with ValueError?: …
(edit) @205 [205] 6 years mg TODO update.
(edit) @204 [204] 6 years mg Bring the setup script up to date: I no longer use VERSION.txt, and …
(edit) @203 [203] 6 years mg Make a copy of the main wrapper script with the .pyw extension. This …
(edit) @202 [202] 6 years mg Move the main loop and command line parsing into a new module in the …
(edit) @201 [201] 6 years mg Make the missile self-destruct timer setting vary slightly.
(edit) @198 [198] 6 years mg Bugfix: don't create ships with initial direction ending in 5.
(edit) @197 [197] 6 years mg Made missiles more distinguishable from missile trails, as suggested by …
(edit) @196 [196] 6 years mg Make Alt+Enter also toggle fullscreen. Note that after a mode switch the …
(edit) @195 [195] 6 years mg Bugfix: pyspacewar -f used to enable both fullscreen and debug info, while …
(edit) @194 [194] 6 years mg Remove the space in 'PySpace? War' (no pun intended).
(edit) @193 [193] 6 years mg Tiny post-release fixes: make PAUSE pause the title fade out, so that I …
(edit) @192 [192] 6 years mg Bump the version number to 0.9.1
(edit) @191 [191] 6 years mg More accurate drawing of the thrusters.
(edit) @190 [190] 6 years mg Play with HWSURFACE|DOUBLEBUF again: no impact at all on …
(edit) @189 [189] 6 years mg Show the time it takes to do a pygame.display.flip().
(edit) @188 [188] 6 years mg Convert planet images to native mode. It is said to be a good idea. …
(edit) @187 [187] 6 years mg Document that my elaborate svn version hack doesn't quite work.
(edit) @186 [186] 6 years mg Use a smaller menu font.
(edit) @185 [185] 6 years mg Precalculate missile trail gradients. Speeds things up somewhat. Average …
(edit) @184 [184] 6 years mg Update documentation/news/todo.
(edit) @183 [183] 6 years mg Option to specify the desired video mode. Use optparse for parsing …
(edit) @182 [182] 6 years mg One more tweak to debug timings: when orbits are turned off, make sure …
(edit) @181 [181] 6 years mg Rework debug timings code so the numbers are all from the same frame …
(edit) @180 [180] 6 years mg Split the debug HUD so it doesn't interfere with the game too much.
(edit) @179 [179] 6 years mg OTOH maybe don't use HWSURFACE.
(edit) @178 [178] 6 years mg Make the tests less dependent on floating point accuracy.
Note: See TracRevisionLog for help on using the revision log.