aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenEditSub.pas (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added song quality checkbrunzelchen2011-04-251-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2829 b956fd51-792f-4845-bead-9b4dfca2ff2c
* new option: "LyricGolden" On/Off: draw golden lyrics yellow instead of blue.brunzelchen2011-04-201-12/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2826 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Fix: Shift+Space sometimes plays more than 1 note.brunzelchen2011-04-201-47/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2824 b956fd51-792f-4845-bead-9b4dfca2ff2c
* add: paste notes only (with ctrl+alt+v)brunzelchen2011-04-171-0/+36
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2822 b956fd51-792f-4845-bead-9b4dfca2ff2c
* play midi with clicksbrunzelchen2011-04-101-1/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2818 b956fd51-792f-4845-bead-9b4dfca2ff2c
* using international note notation with C4 = 0 (internal)brunzelchen2011-04-101-45/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2817 b956fd51-792f-4845-bead-9b4dfca2ff2c
* discard medley tags and save relative song anywaybrunzelchen2011-04-101-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2816 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - bugfix: set correct start beat when playing midi or mp3 in editorbrunzelchen2011-04-051-21/+79
| | | | | | - update: (editor) changing line in text-edit-mode by UP/DOWN, changing singer in text-edit-mode by pressing SHIFT+UP/DONW git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2813 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fix: tone string in editor h->bbrunzelchen2011-03-201-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2811 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fix: tone string in editorbrunzelchen2011-03-201-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2810 b956fd51-792f-4845-bead-9b4dfca2ff2c
* some (small) bugfixes in editorbrunzelchen2011-02-231-7/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2804 b956fd51-792f-4845-bead-9b4dfca2ff2c
* increase/decrease just one line of a songbrunzelchen2010-12-301-12/+55
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2782 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - bugfix: handling medley and preview flags in editorbrunzelchen2010-12-231-7/+126
| | | | | | - added voice pitch recording in editor (SHIFT+N and ALT+N) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2772 b956fd51-792f-4845-bead-9b4dfca2ff2c
* added pitch detection for editorbrunzelchen2010-12-211-2/+116
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2765 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - hide lyrics also by pressing Nbrunzelchen2010-11-201-79/+94
| | | | | | | | | | | | | | | - support for more than one song folder - added track number in error.log for duet songs - fixed sorting by title and artist: sort by artist or title first - added more text messages in editor - copy and move lines between tracks in duet songs is possible again - adjust player number in screenname - don't show possible scores in party modes (collidates with some plugins) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2743 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - added polish language (thx to Pit33)brunzelchen2010-11-101-262/+299
| | | | | | | | | | | | - added polish fonts - added lipsync option - fixed drawing webcam on 2 screens - added copy&paste for duets in editor - some bugfixes in editor - change language without restart git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2730 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - fix: appearence of short notes in 4/6 player mode on one screenbrunzelchen2010-11-051-52/+71
| | | | | | | | - fix: playing notes in editor (esp. on high bpm) - add: disable showning notes and scores in singscreen with N - some other small corrections git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2711 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - correct drawing of short notes in 4/6-player mode on one screenbrunzelchen2010-10-301-11/+14
| | | | | | | | | - rimshot022b.mp3 + 15db - changed fonts: higher resolution esp. for medley countdown - some other bugfixes and corrections - update of installer files git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2699 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - some editor bugfixesbrunzelchen2010-10-181-6/+13
| | | | | | - update of changelogs git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2681 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - added webcam supportbrunzelchen2010-10-051-6/+11
| | | | | | | | | | | | | - faster program start - faster sorting (mergesort) - sync lyrics to music - some new backgrounds and credits graphics (thx to MezzoX) - own thread for video decoding - finished 6-Player-on-one-screen-mode - changqed player-colors - fixed some bugs... git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2637 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - fix: position of player 3 and 4 in 4-player-mode on one screen in singscreenbrunzelchen2010-09-011-16/+33
| | | | | | | | | | | | | | | - fix: scorescreen for 4-player-mode on one screen - add: tag #CALCMEDLEY:Off => disable calculation of medley for that song - add: sorting RANDOM for party-modes - add: ShuffleMode FULL (play whole file) in fullscreen if video available - add: it possible to select the 2 songs left and right of the random selected song in party mode - add: num song in in party options (in the selected folder/playlist) - fix: dont change line in editor while playing only one line - removed option solmization from lyric option screen - add: play last sung song in party score screen - added some plugins (thx to MasterPhW) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2629 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - added session logbrunzelchen2010-07-241-5/+5
| | | | | | - some minor changes for medley mode git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2606 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - fixed fading of player notesbrunzelchen2010-06-231-23/+18
| | | | | | | | | - fixed golden note twinkle - added support for more than one EDITION tag in one txt - added support for more than one GENRE tag in one txt - "move text to right" and "move all notes left/right" for duet songs in editor git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2557 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - individual line breaks for each player in duet songs are now possiblebrunzelchen2010-06-211-68/+99
| | | | | | | | | | - fade in and out of lyrics, notes and notelines in sing screen - update of acinerella.dll - update of BASS to v2.4 - removed joypad support (did it ever worked?) - removed unused units and options git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2553 b956fd51-792f-4845-bead-9b4dfca2ff2c
* divide sentence in duet mode if the first note is selected but the other ↵brunzelchen2010-06-121-2/+10
| | | | | | part begins earlier git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2499 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - added function DeleteSentence (SHIFT+DEL)brunzelchen2010-06-111-44/+130
| | | | | | | - fixed FixTimings - fixed InfoBar draw method git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2484 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - fixed saving duetsbrunzelchen2010-06-101-107/+173
| | | | | | | | | | - rewrite of DivideSentence and JoinSentence for duet mode - rewrite of DivideNote for duet mode - fixed score calculation for P2 - added more functions to the menu - update of language files git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2473 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - switched SDL.dll back to v1.2.12, the 1.2.14 has too much bugsbrunzelchen2010-06-041-693/+1355
| | | | | | - added duet support. duet song format based on hawkears duet mod for the 1.1 alpha git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2440 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - new acinerella.dll (based on 1.4)brunzelchen2010-05-301-15/+4
| | | | | | | | | - the song does not restart if you change the video gap in the editor while playing - some corrections in Blue Sensation theme; darker sing notes graphics - some bugfixes - max fps at ~200 git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2425 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fixed aspect in video preview; added video zoom animation in song screenbrunzelchen2010-05-231-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2406 b956fd51-792f-4845-bead-9b4dfca2ff2c
* added video reflection (for video preview)brunzelchen2010-05-221-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2397 b956fd51-792f-4845-bead-9b4dfca2ff2c
* - new SDL.dll (with a quick and dirty workaround for the hanging-mouse problem)brunzelchen2010-04-281-15/+15
| | | | | | | | - changing of sorting and folder-option (on/off) does not need any restart now - a lot of code clean up - some bugfixes... i hope... dont't know which... git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2316 b956fd51-792f-4845-bead-9b4dfca2ff2c
* bugfix LoadFaultySongs; some editor changes; update of ffmpegbrunzelchen2010-03-181-15/+46
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2204 b956fd51-792f-4845-bead-9b4dfca2ff2c
* bugfix for bpm-edit-modebrunzelchen2010-03-091-2/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2190 b956fd51-792f-4845-bead-9b4dfca2ff2c
* bugfix editor: negative VideoGap brunzelchen2010-03-091-18/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2189 b956fd51-792f-4845-bead-9b4dfca2ff2c
* editor: added support for negative videogapbrunzelchen2010-03-061-0/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2179 b956fd51-792f-4845-bead-9b4dfca2ff2c
* hard coded editor theme (a real theme should be added in the 1.1)brunzelchen2010-03-061-4/+122
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2176 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fixed a bug in editor: pressing p or v leads sometimes to a crash;brunzelchen2010-03-041-5/+11
| | | | | | released the r7 git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2173 b956fd51-792f-4845-bead-9b4dfca2ff2c
* moved help IDs to a better place, i hope..brunzelchen2010-03-031-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2169 b956fd51-792f-4845-bead-9b4dfca2ff2c
* some corrections;brunzelchen2010-03-021-8/+10
| | | | | | remapping of M and D to Shift+D and Shift+M in editor git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2165 b956fd51-792f-4845-bead-9b4dfca2ff2c
* popup with error count on start up, if there were any errors during the ↵brunzelchen2010-02-281-1/+7
| | | | | | | | start up procedure. shift+v for playing video with clicks (in editor) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2161 b956fd51-792f-4845-bead-9b4dfca2ff2c
* added info bar for editorbrunzelchen2010-02-271-17/+129
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2160 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fixed BPM-Changebrunzelchen2010-02-261-14/+219
| | | | | | added video preview and VideoGap change in editor git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2158 b956fd51-792f-4845-bead-9b4dfca2ff2c
* some changes and bugfixing in editorbrunzelchen2010-02-251-32/+264
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2157 b956fd51-792f-4845-bead-9b4dfca2ff2c
* added mp3 volume adjustment in songscreen and singscreenbrunzelchen2010-02-211-2/+2
| | | | | | fixed bug in singscreen (tab and pause) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2136 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Challenge MOD r7 alpha based on Ultrastar Deluxe v1.0.1abrunzelchen2010-02-191-0/+1854
for changes read Changelog.txt in folder Game git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2107 b956fd51-792f-4845-bead-9b4dfca2ff2c