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
/
src
/
base
/
UMain.pas
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-09-23
gpl header added and property svn:header set to "HeadURL Id"
k-m_schindler
1
-0
/
+25
2008-09-12
- Windows resources (.rc) reduced to the icon
tobigun
1
-1
/
+3
2008-09-11
-Creation of default directories (songs, covers) working again.
tobigun
1
-4
/
+4
2008-09-10
FreeBSD compatibility fixes:
tobigun
1
-4
/
+4
2008-09-06
- fixed out-of-range error. In NewNote() CurrentPlayer.Note[CurrentPlayer.Hig...
tobigun
1
-4
/
+12
2008-09-02
Moved: The folder classes has been renamed to base
mogguh
1
-0
/
+0
2008-08-27
use lower-case paths: songs/themes/languages/etc.
tobigun
1
-13
/
+13
2008-08-27
rename Classes part2
k-m_schindler
1
-0
/
+0
2008-08-27
rename Classes part1
k-m_schindler
1
-0
/
+0
2008-08-27
Reordering of the directories[1]: moving Game/Code to src
k-m_schindler
1
-0
/
+0
2008-08-15
- Support for multiple song/cover paths.
tobigun
1
-51
/
+110
2008-08-13
- new cover-loading. Cover thumbnails are stored in an sqlite db (cover.db) n...
tobigun
1
-1
/
+1
2008-08-11
workaround for a bug in FPC 2.2.2. ThousandSeparator must be set, otherwise T...
tobigun
1
-0
/
+4
2008-08-08
linux needs a call to SDL_SetVideoMode after resizing. Otherwise the screen w...
tobigun
1
-2
/
+10
2008-08-08
changed error on read-only dirs into a warning
tobigun
1
-1
/
+1
2008-08-08
warnings suppressed
tobigun
1
-1
/
+3
2008-08-03
Fix for USDX first run and no config.ini problem (ini is saved on startup)
mogguh
1
-1
/
+5
2008-07-19
renamed TLineState to TLyricsState
tobigun
1
-2
/
+2
2008-07-19
renamed TLineState to TLyricsState
tobigun
1
-21
/
+21
2008-07-19
clean-up, removed some unused stuff
tobigun
1
-121
/
+35
2008-07-19
lyric engine patches, solves
tobigun
1
-67
/
+10
2008-07-17
references to UMacResources.pp removed
tobigun
1
-3
/
+0
2008-07-17
- UPlatformXYZ.pas clean-up
tobigun
1
-4
/
+3
2008-07-15
New place for the Resources for Mac OS X: $HOME/Appliations Support/UltraStar...
k-m_schindler
1
-0
/
+6
2008-07-15
As sdl_ttf isn't of any use for now, I uncommented all occurrences of it.
mogguh
1
-7
/
+7
2008-07-02
Audio/Video engine update:
tobigun
1
-5
/
+6
2008-07-01
Disabled Alt+Tab screen-mode switching for Windows and MacOSX. SDL_SetVideoMo...
tobigun
1
-6
/
+5
2008-06-07
just some cleanup
tobigun
1
-235
/
+283
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
[next]