aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add triggermode. unused so fark-m_schindler2016-01-031-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3171 b956fd51-792f-4845-bead-9b4dfca2ff2c
* GetSkinNumber and LoadSkink-m_schindler2016-01-022-8/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3170 b956fd51-792f-4845-bead-9b4dfca2ff2c
* add and prepare for further pathsk-m_schindler2016-01-021-1/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3169 b956fd51-792f-4845-bead-9b4dfca2ff2c
* remove tntk-m_schindler2016-01-021-7/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3168 b956fd51-792f-4845-bead-9b4dfca2ff2c
* first changes to party modek-m_schindler2016-01-024-19/+81
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3167 b956fd51-792f-4845-bead-9b4dfca2ff2c
* add some detailsk-m_schindler2016-01-021-4/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3166 b956fd51-792f-4845-bead-9b4dfca2ff2c
* changes except webcamk-m_schindler2016-01-011-4/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3165 b956fd51-792f-4845-bead-9b4dfca2ff2c
* add commented stuffk-m_schindler2016-01-011-2/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3164 b956fd51-792f-4845-bead-9b4dfca2ff2c
* add checkmousebuttonk-m_schindler2016-01-011-12/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3163 b956fd51-792f-4845-bead-9b4dfca2ff2c
* minimal changesk-m_schindler2016-01-011-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3162 b956fd51-792f-4845-bead-9b4dfca2ff2c
* mainly change sentence-related stuffk-m_schindler2016-01-014-44/+112
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3161 b956fd51-792f-4845-bead-9b4dfca2ff2c
* add cShearMatrixInv and outlineflagsk-m_schindler2016-01-011-0/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3160 b956fd51-792f-4845-bead-9b4dfca2ff2c
* change of filesystem routines from wide... to SysUtils... as well as new ↵k-m_schindler2016-01-011-36/+75
| | | | | | CopyFile git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3159 b956fd51-792f-4845-bead-9b4dfca2ff2c
* add MedleyStartBeat MedleyEndBeatk-m_schindler2016-01-011-0/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3158 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Add checking of filesk-m_schindler2016-01-011-4/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3157 b956fd51-792f-4845-bead-9b4dfca2ff2c
* add GetStringWithNoAccentsk-m_schindler2016-01-014-2/+79
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3156 b956fd51-792f-4845-bead-9b4dfca2ff2c
* add SetOutlineColor in TextGL.pask-m_schindler2016-01-012-1/+37
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3155 b956fd51-792f-4845-bead-9b4dfca2ff2c
* add configure for swresamplek-m_schindler2015-12-286-69/+96
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3154 b956fd51-792f-4845-bead-9b4dfca2ff2c
* fixed typobasisbit2015-10-271-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3153 b956fd51-792f-4845-bead-9b4dfca2ff2c
* * fix scrolling and clicking on songs by mouse in song-selection-view if ↵basisbit2015-10-271-0/+6
| | | | | | there are more then 4 items in the list git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3152 b956fd51-792f-4845-bead-9b4dfca2ff2c
* * Radeon X1600/X1650 graphics card report that they support NPOT, but they ↵basisbit2015-10-204-4/+8
| | | | | | | | don't. Implemented a check for these graphics cards. (not yet tested if this fixes all of the problems of that card. * when there was no background set up in the song.txt, trying to switch from visualization to visualization based ProjectM to crash. Fixed this by switching directly to video if there is no background. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3150 b956fd51-792f-4845-bead-9b4dfca2ff2c
* * some additional logging when switching between background, visualization ↵basisbit2015-10-192-1/+9
| | | | | | | | and video in USreenSing * pass the low-latency flag to ffmpeg (this lowers the framerate on certain hardware. -> also use the fast-flag to compensate the lower framerate. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3149 b956fd51-792f-4845-bead-9b4dfca2ff2c
* * the updated SDL library supports resizing without loosing all texture ↵basisbit2015-10-191-6/+9
| | | | | | data, so activate that on windows. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3148 b956fd51-792f-4845-bead-9b4dfca2ff2c
* * finished implementing "v"-key to switch between video, visualization and ↵basisbit2015-10-191-7/+4
| | | | | | background git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3147 b956fd51-792f-4845-bead-9b4dfca2ff2c
* * adapted to build with ffmpeg 2.8.1basisbit2015-10-192-5/+5
| | | | | | * fixed jumping to 5 seconds before singing starts (only for songs with long intro). Press the "s"-key to jump forward to the position. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3146 b956fd51-792f-4845-bead-9b4dfca2ff2c
* * allow to switch between background-video, background-image and projectM ↵basisbit2015-10-171-7/+21
| | | | | | | | | visualization ToDo: fix showing the image when a background was played before. ToDo: rewrite and clean up TScreenSing.LoadNextSong() git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3145 b956fd51-792f-4845-bead-9b4dfca2ff2c
* * updated bass headers file to v2.4.11basisbit2015-10-121-234/+265
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3143 b956fd51-792f-4845-bead-9b4dfca2ff2c
* * fix running with SDL-image 1.2.15 for windowsbasisbit2015-10-112-8/+8
| | | | | | * update windows-build to ffmpeg 2.8.0 git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3142 b956fd51-792f-4845-bead-9b4dfca2ff2c
* * modified to support current Bass.dll which fixes sound-issues on windows 8 ↵basisbit2015-10-115-17/+49
| | | | | | | | | and newer ToDo: implement usage of Bass device latency for usage when syncing video playback and audio playback * implemented the split-feature for linux-users. see https://sourceforge.net/p/ultrastardx/patches/16/ git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3141 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Add support for ffmpeg 2.8brian-ch2015-09-2623-0/+17208
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3139 b956fd51-792f-4845-bead-9b4dfca2ff2c
* * revert one line which was not supposed to be commited before. sorry for ↵basisbit2015-09-141-2/+1
| | | | | | breaking linux-build-bot. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3138 b956fd51-792f-4845-bead-9b4dfca2ff2c
* * added texts and English+German translation for JukeBoxbasisbit2015-09-143-98/+64
| | | | | | | | | | * write to log if a skin-texture can't be found / loaded * implemented search-feature in jukebox-mode similar to the search feature in normal mode * fixed bunch of bugs in jukebox mode that existed in usdx wp * jukebox mode: start playing full playlist when user presses enter after doing a search without results instead of crashing * repeat playlist by default in jukebox mode git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3137 b956fd51-792f-4845-bead-9b4dfca2ff2c
* * log if the audio file which is specified in the song .txt does not exist ↵basisbit2015-09-122-2/+6
| | | | | | | | or is not accessible * more aggressively try to write changes to text files on windows (also write if file is already opened somewhere). This allows modifying song .txt files on windows 7/8/10 even when VirtualStore is active for the user. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3135 b956fd51-792f-4845-bead-9b4dfca2ff2c
* (this is part of the previous commit, forgot to select this file)basisbit2015-09-071-63/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3134 b956fd51-792f-4845-bead-9b4dfca2ff2c
* * show status in the window title when initializing or loading stuffbasisbit2015-09-073-80/+40
| | | | | | | * modified version number * the initializing and loading code is better readable now git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3133 b956fd51-792f-4845-bead-9b4dfca2ff2c
* * show CallStack on unhandled application errorbasisbit2015-09-074-70/+152
| | | | | | | | * do not show Top 5 Screen when there are no scores to show * first UThemes changes for duett and fixes for jukebox * first step of standardizing the function-keys in JukeBox: press r to randomize/mix the playlist or press j and start typing for song search git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3131 b956fd51-792f-4845-bead-9b4dfca2ff2c
* * fix end of file detection for videos with current ffmpeg versionsbasisbit2015-09-041-1/+6
| | | | | | * improve error text information of function TVideo_FFmpeg.DecodeFrame() git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3130 b956fd51-792f-4845-bead-9b4dfca2ff2c
* * if NPOT is supported by the graphics card driver, do not manually resize ↵basisbit2015-09-043-10/+29
| | | | | | | | videos and textures to a power of 2 with and hight. This slightly improves image quality because of less resizing (OpenGL handles this better anyways) and is a minor performance improvement on systems that support OpenGL 2.x or newer. * please test this release and report bugs in the sourceforge forum or preferably our IRC channel git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3129 b956fd51-792f-4845-bead-9b4dfca2ff2c
* * first usable implementation of the JukeBox mode, work in progress - you ↵basisbit2015-08-288-3/+2132
| | | | | | can start it by pressing "j" in the main menu git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3128 b956fd51-792f-4845-bead-9b4dfca2ff2c
* * detect if OpenGL has hardware-support for GL_ARB_texture_non_power_of_two. ↵basisbit2015-08-241-5/+14
| | | | | | if yes, don't resize textures => lots faster and texture image quality is a lot better. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3126 b956fd51-792f-4845-bead-9b4dfca2ff2c
* * qick-fix some memory leaking after leaving MenuOptionsTheme (the ↵basisbit2015-08-232-8/+10
| | | | | | | | covers-texture-cache doesn't need to be recreated) ToDo: fix memory which happens in TScreenSong.GenerateThumbnails or subcalls git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3125 b956fd51-792f-4845-bead-9b4dfca2ff2c
* *fixed "back" button in the sound-options menubasisbit2015-08-231-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3124 b956fd51-792f-4845-bead-9b4dfca2ff2c
* * limit to 60 FPS - be more energy friendly and laptop-friendly ;-)basisbit2015-08-233-34/+39
| | | | | | * do not return any button-mouse-over-area when the mouse cursor is hidden - fixes certain access violations on windows git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3123 b956fd51-792f-4845-bead-9b4dfca2ff2c
* *raised LogFileLevel for development/debugging purposes to 50basisbit2015-08-156-29/+41
| | | | | | | *fixed compiling for windows *updated windows-build to most recent ffmpeg v2.7 version and fixed IPath for UVideo.TVideoPlayback_FFmpeg.Open according to v2.7 ffmpeg documentation git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3121 b956fd51-792f-4845-bead-9b4dfca2ff2c
* *uncomment MidiOut Module for Windows. Why was it commented out in the first ↵basisbit2015-08-151-1/+1
| | | | | | place? git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3120 b956fd51-792f-4845-bead-9b4dfca2ff2c
* *added missing LUA constants and FFMPEG_Path for Windows buildsbasisbit2015-08-151-0/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3119 b956fd51-792f-4845-bead-9b4dfca2ff2c
* *fix building on other OS than Windows againbasisbit2015-08-151-10/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3118 b956fd51-792f-4845-bead-9b4dfca2ff2c
* *added try catch on UMain.Main for better overall error handlingbasisbit2015-08-153-4/+34
| | | | | | | | *added SetLogFileLevel and GetLogFileLevel for easier debugging (logging more to file) *if (LogFileLevel < LogLevel) then still do logging if important error message git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3117 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Add support for ffmpeg 2.7brian-ch2015-07-1523-0/+16781
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3116 b956fd51-792f-4845-bead-9b4dfca2ff2c
* Small correction in the ffmpeg 2.5 headers (almost only comments)brian-ch2015-04-122-23/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3115 b956fd51-792f-4845-bead-9b4dfca2ff2c