| Commit message (Expand) | Author | Files | Lines |
2008-07-01 | check for outdated libs and some minor type corrections | tobigun | 3 | -9/+48 |
2008-07-01 | EaseOut_MaxSteps increased for faster score counter in score-screen | tobigun | 1 | -1/+1 |
2008-07-01 | nicer pitch-label in record-option screen | tobigun | 1 | -27/+53 |
2008-06-16 | Delphi 7 compatibility fix: | tobigun | 5 | -70/+67 |
2008-06-14 | code improvement: conversion of case statements to boolean assignments | k-m_schindler | 1 | -30/+11 |
2008-06-14 | Removed some "const" parameter modifiers for external function declarations. ... | tobigun | 3 | -47/+47 |
2008-06-14 | ffmpeg update | tobigun | 8 | -29/+122 |
2008-06-13 | corrected String index to start from 1 and not from 0 | k-m_schindler | 1 | -4/+4 |
2008-06-09 | - all references to the libc unit removed. The Libc unit (not the library) wa... | tobigun | 7 | -129/+119 |
2008-06-08 | - set svn:eol-style to native | tobigun | 139 | -69095/+68791 |
2008-06-08 | inconsistent line endings unified | tobigun | 2 | -13/+13 |
2008-06-08 | Added missing private section. Without defining it, methods are public by def... | tobigun | 1 | -13/+14 |
2008-06-08 | svn:eol-style test | tobigun | 1 | -865/+865 |
2008-06-08 | clean up | tobigun | 2 | -331/+324 |
2008-06-08 | goto + labels removed | tobigun | 1 | -54/+57 |
2008-06-08 | Sakrileg (goto and label) replacement. Please check. | k-m_schindler | 2 | -109/+65 |
2008-06-07 | just some cleanup | tobigun | 16 | -1007/+1117 |
2008-05-24 | Changing macos to darwin and adjusting linklib | k-m_schindler | 2 | -12/+8 |
2008-05-24 | final removal of Macresources | k-m_schindler | 1 | -5/+0 |
2008-05-24 | final removal of Macresources, indentation | k-m_schindler | 1 | -39/+45 |
2008-05-24 | AnsiContainsText for darwin removed - not needed any more; reworked some if s... | k-m_schindler | 1 | -101/+98 |
2008-05-24 | WIN32 -> MSWINDOWS; targets reorderd, linklib changed | k-m_schindler | 1 | -5/+4 |
2008-05-24 | finally removed special version of the function PosEx for darwin. Not needed | k-m_schindler | 1 | -35/+0 |
2008-05-24 | Name change of Mac OS X app bundle: blank in name removed | k-m_schindler | 2 | -4/+4 |
2008-05-23 | just a test if bamboo works again if {$I switches.inc} is used instead of {$I... | tobigun | 1 | -1/+1 |
2008-05-23 | eol-style unified and propset, indentation, PosEx for Darwin commented | k-m_schindler | 1 | -51/+47 |
2008-05-23 | eol-style unified and propset, indentation | k-m_schindler | 1 | -85/+83 |
2008-05-22 | eol-style unified and propset, indentation | k-m_schindler | 1 | -238/+245 |
2008-05-22 | eol-style unified and propset | k-m_schindler | 1 | -10/+5 |
2008-05-22 | removal of TMenu.InRegion and InStaticRegion. no actual use, at best speculat... | k-m_schindler | 1 | -22/+0 |
2008-05-22 | mistake correction: compound occurences of string capitalized again. | k-m_schindler | 1 | -97/+97 |
2008-05-22 | eol-style set and unified, nicer code but no actual change | k-m_schindler | 1 | -89/+49 |
2008-05-22 | eol-style unified, nicer source | k-m_schindler | 1 | -114/+111 |
2008-05-22 | eol-style set and unified, no actual code change | k-m_schindler | 1 | -8/+8 |
2008-05-22 | further code improvement in TMenu.InRegion | k-m_schindler | 1 | -3/+2 |
2008-05-22 | unused variables removed, minor change to TMenu.InRegion, eol property set | k-m_schindler | 1 | -36/+31 |
2008-05-22 | unused variable commente, eol corrected and property set | k-m_schindler | 1 | -64/+64 |
2008-05-22 | unused variable removed, eol-style set to native, nicer code | k-m_schindler | 1 | -813/+817 |
2008-05-21 | unused variables removed, nicer code, eol-style set to native | k-m_schindler | 1 | -129/+125 |
2008-05-21 | "whitescreen on window resizing" bug fixed | tobigun | 1 | -2/+8 |
2008-05-21 | Video Aspect-Ratio fix (e.g. for 16:9 displays) | tobigun | 1 | -11/+23 |
2008-05-21 | implementation of MKTAG | tobigun | 2 | -3582/+3593 |
2008-05-19 | - changed "Windows" define to "MSWINDOWS" | tobigun | 6 | -27/+25 |
2008-05-17 | no actual text change, only eol unified and property eol-style set to native | k-m_schindler | 1 | -1739/+1739 |
2008-05-17 | as generated from config.inc.in by configure. | k-m_schindler | 1 | -13/+23 |
2008-05-17 | Creating macosx-app with "make macosx-app". XCode building probably broken | k-m_schindler | 4 | -10/+81 |
2008-05-17 | adjustments for building with make, some editorial changes ... | k-m_schindler | 1 | -54/+55 |
2008-05-16 | MacResources commented out for now, property eol-style set to native | k-m_schindler | 2 | -1/+4 |
2008-05-16 | MacOSX adjustments and propset eol-style set to native | k-m_schindler | 1 | -1/+7 |
2008-05-16 | linklib for darwin added, eol corrected and eol-style property set to native | k-m_schindler | 1 | -2/+6 |