index
:
usdx
cpp
github/svn/1.0.1
github/svn/1.0.1%20Challenge%20MOD
github/svn/1.01
github/svn/1.0x
github/svn/1.1
github/svn/1.1-beta
github/svn/Lua
github/svn/experimental
github/svn/new_songloading
github/svn/trunk
master
svn/1.0.1
svn/1.0.1%20Challenge%20MOD
svn/1.01
svn/1.0x
svn/1.1
svn/1.1-beta
svn/Lua
svn/experimental
svn/new_songloading
svn/trunk
SVN Import von https://ultrastardx.svn.sourceforge.net/svnroot/ultrastardx
UltraStar Deluxe Development Team
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Game
/
Code
/
Classes
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2007-12-20
removed hard-coded lazarus_v0924 define (why is it in there?)
tobigun
1
-2
/
+0
2007-12-20
made USDX function when file paths differ from previous expectations..
jaybinks
8
-1075
/
+1178
2007-12-20
Minor refinings in score screen
mogguh
2
-2
/
+49
2007-12-18
Added a missing override for the destroy-destructor
tobigun
1
-1
/
+1
2007-12-18
incorporated some improvements (video scaling to full width, seeking for vide...
b1indy
1
-115
/
+33
2007-12-18
start-sound works now. JAY: it's a '-' not a '+'
tobigun
1
-7
/
+6
2007-12-18
Scattered sound with portaudio works now (in linux)
tobigun
1
-40
/
+159
2007-12-18
fixed to make compile on linux
jaybinks
1
-971
/
+980
2007-12-18
added audio-callback return value
tobigun
1
-0
/
+2
2007-12-18
non_working with portaudio-support
tobigun
1
-0
/
+969
2007-12-18
fixed crash on song play, if the AudioInterface reports the song
jaybinks
1
-16
/
+12
2007-12-18
fixed ffmpeg-sdl_audio playback
jaybinks
1
-14
/
+28
2007-12-18
fixed file name error
jaybinks
1
-2
/
+2
2007-12-18
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@719 b956fd51-792f-4...
jaybinks
1
-2
/
+5
2007-12-17
swscale experiment was not satisfying (bad performance), but made clear, that...
b1indy
1
-16
/
+65
2007-12-17
- faster preset switching
tobigun
1
-383
/
+378
2007-12-17
- non-working ffmpeg-audio test version
tobigun
1
-536
/
+462
2007-12-17
disabled the FFMPEG_AUDIO stuff for the moment
tobigun
1
-10
/
+11
2007-12-17
- removed hStream in favour of TAudioOutputStream
tobigun
3
-61
/
+87
2007-12-17
lazarus (was it lazarus?) complained about missing parameters for halt. after...
tobigun
1
-1
/
+1
2007-12-16
some adjustment to the way, the lyrics zoom effect works (center of zoom shou...
b1indy
1
-17
/
+20
2007-12-16
added some texture parameters (hope this fixes the "strich" problem that mog ...
b1indy
1
-0
/
+3
2007-12-16
elimitated sentence change flicker bug
b1indy
1
-10
/
+8
2007-12-15
again some progress with the lyrics...
b1indy
1
-65
/
+189
2007-12-12
Some tweaking on the lyrics, credits to blindy! :X
mogguh
1
-8
/
+8
2007-12-12
some "progress" with the lyrics
b1indy
1
-6
/
+30
2007-12-12
got back those nice stars ;)
b1indy
1
-2
/
+2
2007-12-07
little bit of tidy up..
jaybinks
8
-1072
/
+1089
2007-12-07
getpcmdata creates fake pcm-data now
tobigun
1
-2
/
+31
2007-12-07
Fixed some linux visualizer errors
tobigun
3
-447
/
+436
2007-12-07
oops didnt mean to commit that.
jaybinks
1
-5
/
+2
2007-12-06
trying to get projectM to run in linux
jaybinks
1
-265
/
+275
2007-12-06
Singscreen: pop up is now faster
mogguh
1
-3
/
+3
2007-12-06
gave priority to videos over Visualization...
jaybinks
3
-4
/
+24
2007-12-06
added [tab] to change visualization preset
jaybinks
1
-0
/
+33
2007-12-06
added "V" key to sing screen to start Visualization...
jaybinks
2
-26
/
+23
2007-12-06
Visualizer changes (audio connection, some opengl fixes)
tobigun
4
-41
/
+106
2007-12-06
conformed projectM to IVideoPlayback
jaybinks
5
-49
/
+140
2007-12-05
- music-visualization support added.
tobigun
1
-0
/
+201
2007-12-05
- compatibility changes for fpc 2.2.0 and lazarus 0.9.24. Changes are enabled...
tobigun
3
-67
/
+148
2007-12-05
- bugfix: tried to access array element -1 if video contained no audio-stream
tobigun
1
-3
/
+7
2007-12-05
- Moved initialization from URecord to UAudio_bass.
tobigun
1
-649
/
+648
2007-12-05
- Moved GetFFTData from IAudioInput -> IAudioOutput (it is used for the song-...
tobigun
1
-6
/
+3
2007-12-05
Removed duplicated registration to the AudioManager. Registering once is enou...
tobigun
1
-12
/
+4
2007-12-05
- Removed all BASS stuff. BASS initialization is now done in UAudio_bass (or ...
tobigun
1
-134
/
+52
2007-12-05
Sound is now Recording.Sound
tobigun
2
-7
/
+7
2007-12-05
- Sound-Device initialization was moved from URecord to the specific Audio-In...
tobigun
1
-21
/
+20
2007-12-05
New portaudio interface added
tobigun
1
-0
/
+434
2007-12-03
Initialize SDL_GL_ALPHA_SIZE for the OpenGL Surface
b1indy
1
-0
/
+1
2007-11-28
fixed lazarus build-error due to differing declarations of FindFirstFileW and...
tobigun
1
-21
/
+33
[next]