-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG
111 lines (92 loc) · 2.89 KB
/
CHANGELOG
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
=======================
v0.2.3
=======================
- Added item hotswap menu
- Added ring collect animation
- Added stationary rings
- Added option to hide onscreen controls
- New item: Triple Bomb
- Refactored and optimized geometric algorithms
- Moved Android project to CMake
- Added support for link time optimization
=======================
v0.2.2
=======================
- Optimized tilemap rendering (2-4x performance boost)
- Added support for more Android ABIs
- Fixed gamepad controls
- Fixed bombs exploding on particles
- Fixed remote bombs exploding on spikes
- Added option to display frame time (hidden)
- Minor bugfixes
=======================
v0.2.1
=======================
- Added Android release
- New data select and options menu
- Adapted interface for touchscreen
- Adapted game for different screen aspect ratios
- Improved player controls
- Migrated to SDL3
- Added adaptive V-Sync
- Added smooth/sharp scale mode switch
- Removed software FPS cap
- New versioning system
=======================
v0.2.0 (demo-2.0.0)
=======================
- New levels: Lake Rocky, Cavern Island and Caron Forest
- New items: Vulcan Gun and Napalm Bomb
- Changed max rings formula
- Changed Bird Walker behavior
- Improved camera locking
- 8:7 pixel aspect ratio like on Game Gear (optional)
- Fixes for non-standart screen aspect ratios
- Most dependent libraries are now statically linked, reduced game size to ~10MB
- Music is now in VGM format
- Optimized collision algorithm
- Sound effects and common textures are now preloaded for lower latency
- Added binary release for Linux amd64
- Moved to CMake and vendored libraries
=======================
v0.1.5 (demo-1.5.0)
=======================
- Better player controls in the air
- Chaos emerald now adds 5 to max rings
- Genesis-like Bird Walker flash effect
- Support installing on Linux system
- tails-adventure is now available on AUR
- Minor bugfixes
=======================
v0.1.4 (demo-1.4.0)
=======================
- Source code is now open
- Initial Linux support (build from source for your distro)
- Added pause menu with item switching
- Removed exit on ESC
=======================
v0.1.3 (demo-1.3.0)
=======================
- Game progress is now saved
- Removed updater
- Config file is now located in game directory
- Replaced Insta-Shield with Hammer
- Changed Teleport Device location
- Added more flight animations
=======================
v0.1.2 (demo-1.2.0)
=======================
- Added options menu
- Added software FPS cap
- Improved gamepad controls, added gamepad rumble
- Improved PF boss behaviour, added flash when boss gets hit
- Added Speed Boots
- Remade Insta-Shield
=======================
v0.1.1 (demo-1.1.0)
=======================
- Added updater
=======================
v0.1.0 (demo-1.0.0)
=======================
First demo featuring first 3 areas - Poloy Forest, Volcanic Tunnel and Polly Mt. 1.