Skip to content

Commit

Permalink
Initial multiuser support
Browse files Browse the repository at this point in the history
- Added multiuser support (Work in progress), related to issue #2
- Added ability to change the resolution in the GUI, not done in the
backend yet, related to issue #1
- Added a class library for future needs
  • Loading branch information
jessenic committed Sep 8, 2012
1 parent e59784b commit 3f21cff
Show file tree
Hide file tree
Showing 16 changed files with 21,837 additions and 21,426 deletions.
54 changes: 30 additions & 24 deletions MCLauncher.net.sln
Original file line number Diff line number Diff line change
@@ -1,24 +1,30 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MCLauncher.net", "MCLauncher.net\MCLauncher.net.csproj", "{B72FE39B-F20D-47BA-A675-6A994FB84901}"
EndProject
Global
GlobalSection(SubversionScc) = preSolution
Svn-Managed = True
Manager = AnkhSVN - Subversion Support for Visual Studio
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B72FE39B-F20D-47BA-A675-6A994FB84901}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B72FE39B-F20D-47BA-A675-6A994FB84901}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B72FE39B-F20D-47BA-A675-6A994FB84901}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B72FE39B-F20D-47BA-A675-6A994FB84901}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MCLauncher.net", "MCLauncher.net\MCLauncher.net.csproj", "{B72FE39B-F20D-47BA-A675-6A994FB84901}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MCLauncherLibrary", "MCLauncherLibrary\MCLauncherLibrary.csproj", "{1FFAB672-4005-45DC-AE77-2ADD44B7D978}"
EndProject
Global
GlobalSection(SubversionScc) = preSolution
Svn-Managed = True
Manager = AnkhSVN - Subversion Support for Visual Studio
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B72FE39B-F20D-47BA-A675-6A994FB84901}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B72FE39B-F20D-47BA-A675-6A994FB84901}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B72FE39B-F20D-47BA-A675-6A994FB84901}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B72FE39B-F20D-47BA-A675-6A994FB84901}.Release|Any CPU.Build.0 = Release|Any CPU
{1FFAB672-4005-45DC-AE77-2ADD44B7D978}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1FFAB672-4005-45DC-AE77-2ADD44B7D978}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1FFAB672-4005-45DC-AE77-2ADD44B7D978}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1FFAB672-4005-45DC-AE77-2ADD44B7D978}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
282 changes: 143 additions & 139 deletions MCLauncher.net/Login.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3f21cff

Please sign in to comment.