Release 1.3.1
Release differences from 1.3: * Fixed a case of division by zero, most notably when asteroids were destroyed. * Added Y as a fire button (for QWERTZ layout users). * Changed 3-way and 4-way spread to the original behavior. * Added fake difficulty to the Dorim mission.
This commit is contained in:
parent
c002b97d96
commit
f6494ca5ae
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ CXXFLAGS += `pkg-config --cflags sdl2 SDL2_image SDL2_mixer`
|
||||||
LIBS = `pkg-config --libs sdl2 SDL2_image SDL2_mixer`
|
LIBS = `pkg-config --libs sdl2 SDL2_image SDL2_mixer`
|
||||||
OBJS = alien.o audio.o bullet.o cargo.o collectable.o comms.o debris.o events.o explosions.o game.o globals.o graphics.o init.o intermission.o loadSave.o messages.o misc.o missions.o player.o resources.o script.o ship.o shop.o Starfighter.o title.o weapons.o
|
OBJS = alien.o audio.o bullet.o cargo.o collectable.o comms.o debris.o events.o explosions.o game.o globals.o graphics.o init.o intermission.o loadSave.o messages.o misc.o missions.o player.o resources.o script.o ship.o shop.o Starfighter.o title.o weapons.o
|
||||||
|
|
||||||
VERSION = 1.3.1-dev
|
VERSION = 1.3.1
|
||||||
PROG = starfighter
|
PROG = starfighter
|
||||||
DOCS = docs/*
|
DOCS = docs/*
|
||||||
DATA = data gfx sound
|
DATA = data gfx sound
|
||||||
|
|
Loading…
Reference in New Issue