|
From: Lasse Kärkkäi. <tr...@us...> - 2012-11-12 21:34:17
|
Author: Lasse Karkkainen <tro...@tr...>
Date: Mon Nov 12 23:27:11 2012 +0200
Drafted 0.7 release announcement
---
htdocs-binary/screenshots/Performous-0.7-songs.jpg | Bin 0 -> 108499 bytes
htdocs-binary/style.css | 3 +-
htdocs-source/blog.txt | 38 ++++++++++++++++++++
3 files changed, 39 insertions(+), 2 deletions(-)
diff --git a/htdocs-binary/screenshots/Performous-0.7-songs.jpg b/htdocs-binary/screenshots/Performous-0.7-songs.jpg
new file mode 100644
index 0000000..2c8ad26
Binary files /dev/null and b/htdocs-binary/screenshots/Performous-0.7-songs.jpg differ
diff --git a/htdocs-binary/style.css b/htdocs-binary/style.css
index eea7b1e..5863f05 100644
--- a/htdocs-binary/style.css
+++ b/htdocs-binary/style.css
@@ -1,6 +1,5 @@
body {
- background: #000 url('bgs/fantasy_16.jpg') no-repeat;
- /* Sadly this is too slow: background-attachment: fixed; */
+ background: #306;
background-position: center top;
font-family: DejaVu Sans, Verdana, Sans-Serif, sans;
font-size: 13px;
diff --git a/htdocs-source/blog.txt b/htdocs-source/blog.txt
index 1fae2d2..dc6aad0 100644
--- a/htdocs-source/blog.txt
+++ b/htdocs-source/blog.txt
@@ -1,5 +1,43 @@
News
+:h2:2012-11-06 - Performous 0.7 released
+
+<img src="screenshots/Performous-0.7-songs.jpg" alt="Song browser screenshot, in Persian">
+
+After a long silence we've finally released another one. There are too many new features to list here but here are some hilights:
+
+ Gameplay
+ Full duet support! (SingStar XML, UltraStar TXT and Frets on Fire formats)
+ High-pitched soprano voice is now detected properly (thanks for the bug report!)
+ Graphics and performance
+ Modern rendering pipeline
+ OpenGL 1.x is gone for good, OpenGL 2.1 or better required
+ Improved graphics quality
+ Stereo3D mode
+ Anaglyph glasses, top/bottom, experimental HDMI 1.4 support
+ Requires OpenGL 3.3 or better
+ Optimizations everywhere to make it run even faster (port to Android, anyone?)
+ Asynchronous texture loading
+ Makes menus run faster and smoother
+ Black rectangles may sometimes appear during loading
+ Dance mode still sucks (HELP WANTED!)
+ Controllers
+ Instrument type configuration via settings menu
+ More USB devices autodetected (controllers.xml)
+ MIDI drum mapping is now configurable (mididrums.xml)
+ Miscellaneous
+ Improved webcam support and compatibility
+ Configurable legacy charset (for non-UTF-8 songs)
+ Tools (ss_extract and friends) cleaned up and can now be cross-compiled for Windows
+ Massive amounts of small fixes, improvements and code cleanup everywhere
+ Translations
+ Asturian, Chinese, Danish, Dutch, Finnish, French, German, Hungarian, Italian, Japanese, Persian, Polish, Spanish and Swedish
+
+We have left out the integrated torrent downloader (git branch 'torrent'), 3d dance mode (git branch 'dance3d') and various other experimental features that will hopefully be done by 1.0. Some fixes and improvements have been ported back to OpenGL 1.x version (git branch 'legacy') but it is no longer maintained and no releases will be made of it.
+
+Due to lack of manpower, no Windows binaries are currently available. Linux packages should become available as soon as distros package them (check for 'performous' and file a bug if they aren't shipping 0.7 yet). Other options are available on <a href="download">our download page</a>.
+
+
:h2:2011-02-28 - Song editor 1.0 released
The 1.0 release of Composer song editor is now here. There are quite a few visible changes since rc1:
|