forked from kthakore/frozen-bubble
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNEWS
46 lines (34 loc) · 1.77 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
What's new in version 2:
- new 1-player game mode: multiplayer training; uses
identical game rules as multiplayer, generated malus
bubbles are counted as points
- network (Internet) game: up to 5 players in a game (net
game system has logic able to transparently handle
players behind a NAT)
- LAN game: similar to network game except that no
connection to Internet is made, substituted by polling
the local network
- fully revamped graphics, including now 3d-based smooth
penguin eyecandy
- revamped intro and 1p music into fully digital productions
- full joystick support: just move your joystick(s) or
push buttons in the "change keys" dialog[1] (analog
joysticks handled as digital for fair play)
- recording and playback of all games with non-predefined
levels (1-player in random and multiplayer training,
local 2-player, and network/LAN game with 2 to 5
players) - trigger a record by hitting the Print Screen
key during a game, or record all games by starting with
--auto-record
- realtime graphical effects in the menu screen (if your
computer is fast enough)
- anti-aliased+shaded+localized messages
Ref:
[1] when trying to used your joystick in Frozen-Bubble, if
nothing comes up, most probably your joystick isn't
configured correctly (or supported in Linux), use -ji
commandline switch to verify your joystick is detected
properly; if it is not, try to load the proper kernel modules
etc - for example, "joydev" is needed, but it is sometimes
not automatically loaded when plugging in a joystick (even in
modern distros and with USB joysticks)