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
/
UMain.pas
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-05-21
"whitescreen on window resizing" bug fixed
tobigun
1
-2
/
+8
2008-05-13
- fixed video-background
tobigun
1
-11
/
+13
2008-05-09
- input-source selection works now (with bass or portaudio with portmixer)
tobigun
1
-8
/
+3
2008-05-08
set some non-error logs from error to status
tobigun
1
-1
/
+1
2008-05-02
Replaced OpenGL12 with SDL's gl/glu/glext units because OpenGL12 was removed ...
tobigun
1
-2
/
+1
2008-04-30
database file (Ultrastar.db) is now stored in the GameUserPath instead of the...
tobigun
1
-3
/
+3
2008-04-24
- reverted some stuff that was erroneously commited by one of the last commits.
tobigun
1
-1
/
+1
2008-04-22
SSE floating-point-exception (FPE) fix. Occured when playing ogg-files or wit...
tobigun
1
-1
/
+7
2008-04-19
fixed calulation of points
s_alexander
1
-4
/
+2
2008-04-19
tried to make songloading working with the old loader and keep all changes th...
s_alexander
1
-1
/
+1
2008-04-12
started to implement the new folder structure (like suggested in the wiki)
f1fth_freed0m
1
-1
/
+1
2008-04-07
- Removed lrs resource usage in linux. Resources are copied to /usr/share/res...
tobigun
1
-182
/
+183
2008-04-06
- removed (linux incompatible) PngImage. In addition it was rather outdated (...
tobigun
1
-1
/
+1
2008-04-04
Covers Cache rewritten
whiteshark0
1
-941
/
+935
2008-04-03
rewriting of the txt file parser
s_alexander
1
-1131
/
+1122
2008-03-31
beep() removed
tobigun
1
-5
/
+4
2008-03-26
added "-debug" flag at run time and "CONSOLE" Define in switches.inc
jaybinks
1
-37
/
+5
2008-03-25
Fixed compilation on the mac.
eddie-0815
1
-1165
/
+1164
2008-03-21
ParseInput(... ScanCode: byte; ...) -> ParseInput(... CharCode: WideChar; ...)
tobigun
1
-3
/
+3
2008-03-21
lenght -> length
tobigun
1
-14
/
+14
2008-03-10
Removed zlportio from Code
f1fth_freed0m
1
-13
/
+21
2008-03-07
Translated some Variables
f1fth_freed0m
1
-57
/
+57
2008-03-06
add ini file option SDLBufferSize to set the buffersize for the sdl playback ...
s_alexander
1
-40
/
+47
2008-03-06
Translated Some Variables
f1fth_freed0m
1
-66
/
+66
2008-03-06
Translated so Variable Names
f1fth_freed0m
1
-33
/
+33
2008-03-05
Translated Variable Names and Types
f1fth_freed0m
1
-70
/
+70
2008-03-04
removed overuse of DecimalSeperator
jaybinks
1
-1
/
+1
2008-03-03
- Input now supports multiple SampleRates (not fixed to 44100Hz anymore)
tobigun
1
-281
/
+343
2008-02-26
[Alt+Return] enabled
tobigun
1
-2
/
+3
2008-02-26
tidy up from my previous commit
jaybinks
1
-16
/
+16
2008-02-26
added patch to toggle full screen with F11
jaybinks
1
-2
/
+21
2008-02-26
Implemented resizable windowed mode..
jaybinks
1
-1
/
+8
2008-02-22
Linux fullscreen fix
tobigun
1
-0
/
+2
2008-02-12
UVisualizer uses the system dependant default game-path now
tobigun
1
-1
/
+3
2008-02-05
mapping of keypad-enter to the return-key (for jonaspaulo and his dead key)
tobigun
1
-1053
/
+1057
2008-02-05
General:
tobigun
1
-22
/
+13
2008-01-12
bunch of smaller changes...
jaybinks
1
-39
/
+47
2008-01-11
SDL_Init(SDL_INIT_AUDIO) prevents Portaudio from acquiring the soundcard (no ...
tobigun
1
-1
/
+1
2007-12-22
fixed screenshot problem
b1indy
1
-1
/
+1
2007-12-20
made USDX function when file paths differ from previous expectations..
jaybinks
1
-12
/
+24
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-07
little bit of tidy up..
jaybinks
1
-1
/
+4
2007-12-05
- Sound-Device initialization was moved from URecord to the specific Audio-In...
tobigun
1
-21
/
+20
2007-11-20
Removed Windows.pas include
eddie-0815
1
-3
/
+0
2007-11-20
Changed Platform from Interface to Class.
eddie-0815
1
-50
/
+5
2007-11-08
Added UPlatform.pas. This should be the first step to move the simple platfor...
eddie-0815
1
-3
/
+0
2007-11-05
Mac OS X: We're getting closer! Songs get loaded. Sound is playing on the Sin...
eddie-0815
1
-1
/
+1
2007-11-04
Partymodule finished.
whiteshark0
1
-23
/
+8
2007-11-03
Mac OS X: Added unit cthreads. USDX now runs on OS X! But you can't do anythi...
eddie-0815
1
-0
/
+3
2007-11-02
Fixed GamePath for Mac OS X.
eddie-0815
1
-0
/
+24
[next]