| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - SetFontBlend added | tobigun | 2008-07-19 | 1 | -117/+127 |
* | references to UMacResources.pp removed | tobigun | 2008-07-17 | 1 | -3/+0 |
* | - UPlatformXYZ.pas clean-up | tobigun | 2008-07-17 | 5 | -171/+216 |
* | Renamed the old ULyrics_bak.pas to UEditorLyrics.pas as it is used in the edi... | tobigun | 2008-07-17 | 2 | -429/+229 |
* | New place for the Resources for Mac OS X: $HOME/Appliations Support/UltraStar... | k-m_schindler | 2008-07-15 | 2 | -15/+51 |
* | As sdl_ttf isn't of any use for now, I uncommented all occurrences of it. | mogguh | 2008-07-15 | 3 | -9/+9 |
* | Lyric help bar works again | tobigun | 2008-07-14 | 1 | -73/+119 |
* | cleanup | tobigun | 2008-07-14 | 1 | -52/+49 |
* | - conversion of TLyricLine into a class. | tobigun | 2008-07-14 | 1 | -134/+149 |
* | TLine.LyricWidth (width of the line in pixels) is marked as deprecated. Do no... | tobigun | 2008-07-14 | 1 | -2/+4 |
* | - cleanup/comments for TDisplay.Create | tobigun | 2008-07-12 | 1 | -23/+11 |
* | cleanup + comments | tobigun | 2008-07-12 | 1 | -6/+19 |
* | unit UScreenStatMain; | GogolNr1 | 2008-07-12 | 1 | -5/+29 |
* | Text has a new property -> Z (default is 0) | mogguh | 2008-07-12 | 2 | -81/+95 |
* | 64bit compatibility fix | tobigun | 2008-07-03 | 1 | -4/+5 |
* | indenting and cleanup | tobigun | 2008-07-02 | 2 | -42/+38 |
* | Audio/Video engine update: | tobigun | 2008-07-02 | 25 | -2299/+4681 |
* | Disabled Alt+Tab screen-mode switching for Windows and MacOSX. SDL_SetVideoMo... | tobigun | 2008-07-01 | 1 | -6/+5 |
* | Delphi 7 compatibility fix: | tobigun | 2008-06-16 | 3 | -60/+63 |
* | code improvement: conversion of case statements to boolean assignments | k-m_schindler | 2008-06-14 | 1 | -30/+11 |
* | corrected String index to start from 1 and not from 0 | k-m_schindler | 2008-06-13 | 1 | -4/+4 |
* | - all references to the libc unit removed. The Libc unit (not the library) wa... | tobigun | 2008-06-09 | 3 | -71/+83 |
* | - set svn:eol-style to native | tobigun | 2008-06-08 | 26 | -13356/+13356 |
* | inconsistent line endings unified | tobigun | 2008-06-08 | 1 | -3/+3 |
* | Added missing private section. Without defining it, methods are public by def... | tobigun | 2008-06-08 | 1 | -13/+14 |
* | clean up | tobigun | 2008-06-08 | 2 | -331/+324 |
* | Sakrileg (goto and label) replacement. Please check. | k-m_schindler | 2008-06-08 | 2 | -109/+65 |
* | just some cleanup | tobigun | 2008-06-07 | 8 | -503/+580 |
* | final removal of Macresources | k-m_schindler | 2008-05-24 | 1 | -5/+0 |
* | final removal of Macresources, indentation | k-m_schindler | 2008-05-24 | 1 | -39/+45 |
* | AnsiContainsText for darwin removed - not needed any more; reworked some if s... | k-m_schindler | 2008-05-24 | 1 | -101/+98 |
* | just a test if bamboo works again if {$I switches.inc} is used instead of {$I... | tobigun | 2008-05-23 | 1 | -1/+1 |
* | eol-style unified and propset, indentation | k-m_schindler | 2008-05-22 | 1 | -238/+245 |
* | eol-style unified and propset | k-m_schindler | 2008-05-22 | 1 | -10/+5 |
* | mistake correction: compound occurences of string capitalized again. | k-m_schindler | 2008-05-22 | 1 | -97/+97 |
* | eol-style set and unified, nicer code but no actual change | k-m_schindler | 2008-05-22 | 1 | -89/+49 |
* | eol-style unified, nicer source | k-m_schindler | 2008-05-22 | 1 | -114/+111 |
* | eol-style set and unified, no actual code change | k-m_schindler | 2008-05-22 | 1 | -8/+8 |
* | unused variable commente, eol corrected and property set | k-m_schindler | 2008-05-22 | 1 | -64/+64 |
* | unused variable removed, eol-style set to native, nicer code | k-m_schindler | 2008-05-22 | 1 | -813/+817 |
* | unused variables removed, nicer code, eol-style set to native | k-m_schindler | 2008-05-21 | 1 | -129/+125 |
* | "whitescreen on window resizing" bug fixed | tobigun | 2008-05-21 | 1 | -2/+8 |
* | Video Aspect-Ratio fix (e.g. for 16:9 displays) | tobigun | 2008-05-21 | 1 | -11/+23 |
* | adjustments for building with make, some editorial changes ... | k-m_schindler | 2008-05-17 | 1 | -54/+55 |
* | MacResources commented out for now, property eol-style set to native | k-m_schindler | 2008-05-16 | 2 | -1/+4 |
* | Change IFDEF LINUX to UNIX in order to include darwin | k-m_schindler | 2008-05-16 | 1 | -3/+3 |
* | - bugfix: LoadTexture() did not initialize the TTexture result before it was ... | tobigun | 2008-05-14 | 2 | -95/+98 |
* | This was not supposed for check-in | tobigun | 2008-05-13 | 1 | -3/+3 |
* | - fixed video-background | tobigun | 2008-05-13 | 4 | -55/+134 |
* | - speedup patch for video playback. Should be a little faster than before. | tobigun | 2008-05-13 | 1 | -468/+610 |