| Commit message (Expand) | Author | Files | Lines |
2010-02-22 | screens code cleanup | k-m_schindler | 1 | -3/+2 |
2009-11-09 | merged unicode branch (r1931) into trunk | s_alexander | 1 | -263/+416 |
2009-06-01 | fix a mac crash and possibly others. division by zero | k-m_schindler | 1 | -13/+30 |
2009-04-25 | Cosmetics. No code change | k-m_schindler | 1 | -23/+20 |
2009-03-07 | unclutter Umain: ConversionFileName moved to UScreenEditConvert | k-m_schindler | 1 | -0/+3 |
2009-03-07 | unclutter UMain.pas. Create UPath.pas. Tests on all platformssvn statussvn st... | k-m_schindler | 1 | -4/+5 |
2008-12-13 | replace terrible code by using a set for Notes and Lyrics. | k-m_schindler | 1 | -9/+17 |
2008-11-27 | some more formatting | k-m_schindler | 1 | -94/+135 |
2008-11-03 | All comments are English now (Polish ones have been translated) | tobigun | 1 | -24/+24 |
2008-10-28 | some compiler warnings/hints removed | tobigun | 1 | -2/+0 |
2008-10-28 | - glPrint(Pchar) -> glPrint(string) | tobigun | 1 | -1/+1 |
2008-10-19 | The size given to TextGL.SetSize() now expresses the size in pixel (formerly ... | tobigun | 1 | -3/+3 |
2008-09-23 | added file headers | tobigun | 1 | -0/+25 |
2008-08-27 | rename Screen part2 | k-m_schindler | 1 | -0/+0 |
2008-08-27 | rename Screen 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-08 | result-values for TMenu.Draw() added | tobigun | 1 | -1/+1 |
2008-06-07 | just some cleanup | tobigun | 1 | -4/+4 |
2008-05-02 | Replaced OpenGL12 with SDL's gl/glu/glext units because OpenGL12 was removed ... | tobigun | 1 | -1/+1 |
2008-04-10 | finally removed IlNut from Editor (*hope* it will work) | s_alexander | 1 | -4/+0 |
2008-04-03 | rewriting of the txt file parser | s_alexander | 1 | -1/+1 |
2008-03-25 | Fixed compilation on the mac. | eddie-0815 | 1 | -6/+6 |
2008-03-22 | Support for non-US (QWERTY) keyboard layout. | tobigun | 1 | -6/+10 |
2008-03-21 | ParseInput(... ScanCode: byte; ...) -> ParseInput(... CharCode: WideChar; ...) | tobigun | 1 | -2/+2 |
2008-03-21 | lenght -> length | tobigun | 1 | -1/+1 |
2008-03-07 | Translated some Variables | f1fth_freed0m | 1 | -2/+2 |
2008-03-06 | Translated so Variable Names | f1fth_freed0m | 1 | -11/+11 |
2008-03-05 | Translated Variable Names and Types | f1fth_freed0m | 1 | -56/+56 |
2008-02-20 | all screens now inherit their OnShow | jaybinks | 1 | -0/+2 |
2008-02-05 | General: | tobigun | 1 | -2/+2 |
2008-01-12 | bunch of smaller changes... | jaybinks | 1 | -0/+1 |
2007-11-01 | fixed failed builds | jaybinks | 1 | -577/+581 |
2007-11-01 | Mac OS X version compiles and links. I hope I didn't break too many files on ... | eddie-0815 | 1 | -4/+0 |
2007-10-11 | Added IAudioPlayback Interface and implementation for BASS. | jaybinks | 1 | -4/+6 |
2007-09-19 | added UCommon ( in classes ) for lazarus... | jaybinks | 1 | -1/+13 |
2007-09-18 | changes in order to compile in lazarus... | jaybinks | 1 | -3/+38 |
2007-09-05 | modified ParseInput so Backspace will perform same function as ESC in most sc... | jaybinks | 1 | -1/+3 |
2007-06-25 | Fixed wrong sentence timings (T in Editor) when last note of a sentence and f... | whiteshark0 | 1 | -0/+30 |
2007-05-16 | all SongFile Loading and Saving procedures moved to UFiles. | whiteshark0 | 1 | -1/+1 |
2007-04-29 | Added 2 new Buttons to ScreenMain: Multi and Stats | whiteshark0 | 1 | -3/+3 |