aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenEditSub.pas (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - 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