fatalis / SourceSplit

LiveSplit component for Source engine games
Do What The F*ck You Want To Public License
32 stars 14 forks source link

Made it compatible with LiveSplit 1.4 #2

Closed CryZe closed 10 years ago

CryZe commented 10 years ago

This is compatible with LiveSplit 1.4's new Game Time system. Also this fixes a bug when not showing the Game Time on the component where padding was wrong.

Instead of Game Time, the component now shows the Time that is not displayed on the main timer.

Merge whenever you want to :+1:

fatalis commented 10 years ago

A couple issues. .csproj.user, .suo and the /obj/ dir shouldn't be committed, try a .gitignore file. SourceSplitComponent.cs SourceSplitSettings.Designer.cs are the only relevant files for this commit. You should commit this as a branch and not into master, because I may need to release another version before LiveSplit 1.4 comes out.

CryZe commented 10 years ago

Oh ok. It's my first time working with Github. I'll do that.