~ubuntu-branches/ubuntu/jaunty/orbital-eunuchs-sniper/jaunty

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2007-05-29 09:32:48 UTC
  • mfrom: (1.1.1 upstream) (2.1.2 gutsy)
  • Revision ID: james.westby@ubuntu.com-20070529093248-laj1bsm2dffohdf9
Tags: 1.30+svn20070601-1
Fix broken "upstream" rule to generate correctly versioned orig.tar.gz
to avoid native package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Changes (for the Linux port):
 
2
1.30
 
3
Added game data dir knowledge.
 
4
Added fopen error checking.
 
5
Corrected 64bit builds.
 
6
Added OSX Makefile to tarballs.
 
7
Fixed uninitialized update function crash.
 
8
Adjusted configure to abort when libraries are missing.
 
9
Compiler warning cleanups.
 
10
 
 
11
1.29
 
12
Phaethon fixed the menus, and added URL linking stuff!
 
13
The config stuff is different!
 
14
 
 
15
1.28
 
16
Command line arguments.  snipe2d -h|--help to see them
 
17
Preference saving/restoration
 
18
Difficulty level 1-3 supported
 
19
Require SDL_image
 
20
Show difficulty setting on gameover screen
 
21
Save high scores (F12 on logoscreen to display)
 
22
Crosshair cursor to use on the nifty buttons (coming soon)
 
23
Nifty buttons.  About damn time, right?
 
24
Thanks to sibn for the above!
 
25
Bugzilla bug #46 (https://bugzilla.icculus.org/show_bug.cgi?id=46) should be fixed, thanks to jwr!
 
26
Changed to SDL_image for the logoscreen loading, changed to a PNG.
 
27
Further: No more bmps will be included with releases, all images will be
 
28
PNG's. Note that bmps will still be in CVS, so as to preserve the source art.
 
29
auto* stuff, thanks phaethon!
 
30
Music! Thanks to Pajama Crisis (Emmett Plant) and xiph!
 
31
Note that we now also require SDL_mixer!
 
32
Ungrabbed and paused modes display mouse cursor, to indicate crosshairs are uncontrollable.
 
33
Pause and boss mode releases the sound device and reopens on resume -- if sound device is in use by another program when resumed, you may have problems.
 
34
When paused, resume by pressing 'p', ESC, or double-clicking the mouse.
 
35
Removed getopt requirement, built in petopt instead.  Blame sibn for this one.
 
36
We added a Makefile for OS X (Makefile.osx), thanks to Ryan.  He also helped fix the flickering problem on OS X, w00t!
 
37
I changed the logoscreen too, need a real artist to clean it up.
 
38
Finally got rid of the bizzare newlines from windows.
 
39
 
 
40
1.27
 
41
Screenshots. Press s.
 
42
Pause. Press p.
 
43
Boss key, Ctrl+z. This pauses as well
 
44
Thanks to jwr for the above! 
 
45
Double buffering, can't remember who asked for this, but it's in.
 
46
Yet another new logoscreen!
 
47
 
 
48
1.26
 
49
Verbosity toggle (thanks yem!). Press v, default is none.
 
50
Yem also provided us with a patch to make it so you can run the binary from
 
51
any directory.
 
52
New logo screen
 
53
make install
 
54
Name change:
 
55
Please refer to this as "Orbital Eunuchs Sniper" from now on :)
 
56
 
 
57
1.25
 
58
Alt+enter for windowed/fullscreen switching.
 
59
Ctrl+g for grabbing/ungrabbing mouse and keyboard input.