aboutsummaryrefslogtreecommitdiffstats
path: root/us_maker_edition/ChangeLog.txt
diff options
context:
space:
mode:
authorwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-06-15 21:28:52 +0000
committerwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-06-15 21:28:52 +0000
commit115255f6a3c2be422680710b5d6ba4226c3383a6 (patch)
tree3bbe81786e12808220efa589adb799e0412d20a2 /us_maker_edition/ChangeLog.txt
parentcf141f470e4cb45b8c886e1536846a8254cdd302 (diff)
downloadusdx-115255f6a3c2be422680710b5d6ba4226c3383a6.tar.gz
usdx-115255f6a3c2be422680710b5d6ba4226c3383a6.tar.xz
usdx-115255f6a3c2be422680710b5d6ba4226c3383a6.zip
merged trunk r2528 into us_maker branch
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2530 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'us_maker_edition/ChangeLog.txt')
-rw-r--r--us_maker_edition/ChangeLog.txt18
1 files changed, 15 insertions, 3 deletions
diff --git a/us_maker_edition/ChangeLog.txt b/us_maker_edition/ChangeLog.txt
index d6987489..11d6816f 100644
--- a/us_maker_edition/ChangeLog.txt
+++ b/us_maker_edition/ChangeLog.txt
@@ -7,7 +7,7 @@ platform
upd: platform independent code base
upd: endianness independent code base
add: Linux and FreeBSD support (x86 and x86_64)
-add: Max OS X support (Intel 10.5/10.6)
+add: Mac OS X support (Intel 10.5/10.6)
--------------
audio
@@ -65,6 +65,9 @@ add: Unicode support: All "printable" characters should work with the input fiel
add: resizable window
add: toggle between fullscreen and windowed mode with ALT+Return (Linux and FreeBSD only)
fix: mapped same function to Return and Enter (numpad)
+add: video preview during song selection
+add: toggle displayed time with 'T' key between current position, remaining or total playback time
+add: mic configuration assistance: error messages are displayed if multiple or no mics were assigned to a player.
--------------
internal
@@ -82,16 +85,25 @@ fix: solved some bugs/crashes in Midi/Kar converter
upd: Vista/Win7 conform: configuration files is saved in the user directory. Running USDX from CD/DVD should also be possible from now on.
upd: cover thumbnails are saved in an SQLite database
-> more reliable than the old solution; small performance loss on start
+fix: cursor freeze after Alt-Tab fixed through change of SDL.dll
+fix: better detection of ending at songs/videos while using FFmpeg
+upd: windows: user data will be placed in installation directory if user has write permissions, else it will be stored in APPDATA
--------------
song files
--------------
upd: UTF8 support
upd: #Encoding tag
- - CP1250: Central/Eastern european encoding
- - CP1252: Western european encoding; was used as default before 1.1
+ - CP1250: Central/Eastern european encoding (should not be used for new files)
+ - CP1252: Western european encoding; was used as default before 1.1 (should not be used for new files)
- Locale: uses system encoding (should not be used for new files!)
- UTF8: text file is encoded in UTF8 (recommended)
+upd: select default encoding (if #Encoding tag is missing) via the "Encoding" option in config.ini.
+ - Possible values:
+ - "Auto" (Default), "UTF8",
+ - "CP1252" (USDX<1.1 default), "CP1250" (old US default), "Locale" (System encoding)
+ - IMPORTANT:
+ - "CP1252", "CP1250" and "Locale" are for backward compatibility only, new files should always be encoded in UTF-8 with BOM
upd: support for UTF8 BOM (new standard in Ultrastar Deluxe)
upd: #Year tag is read and saved
fix: does not crash any longer if there is no linebreak in lyrics file