7 Commits

Author SHA1 Message Date
recroom2016
dc949325a1 Update changelog.txt 2022-02-27 02:45:34 -05:00
recroom2016
88b37a9bbc Update changelog.txt 2022-02-27 02:06:09 -05:00
recroom2016
3a8c07098d Update changelog.txt 2022-02-25 20:55:19 -05:00
recroom2016
ada0777275 patch v0.4.1 2022-02-25 20:54:56 -05:00
recroom2016
21706a82fb Update version.txt 2022-02-25 20:53:01 -05:00
recroom2016
8024724946 Update changelog.txt 2022-02-25 20:05:53 -05:00
recroom2016
009a5d48e2 Update version.txt 2022-02-25 20:05:27 -05:00
4 changed files with 23 additions and 9 deletions

View File

@@ -1,8 +1,22 @@
Second release of OpenRec, with still only support for May 30th, 2018.
Patch v0.4.2:
-Fixed the issue with only hosts being able to start the games, now everyone is a host!
-Added basic charades cards, now charades is possible!
-Added profile image changing function
-Slightly improved UI
-Added settings saving function
-Added level changing feature
Patch v0.4.1:
-Fixed the room creation feature
by recroom2016
Third public release of OpenRec, and probably the biggest update to date.
Supports:
-October 19th 2017
-May 30th 2018
-Sandbox mode now accessed through the room create button on the watch menu
-Creating custom rooms now works
-Reset Savedata Option
-Singleplayer (Private Rooms) Option
-Lots of backend and UI improvements
Credits:
@LucasOnDiscord#0210 - Adding potions
@GabeTheFirst#7335 - Tester when my game was broken

View File

@@ -1 +1 @@
0.3
0.4.1

View File

@@ -74,7 +74,7 @@ namespace gamesessions2018
RoomId = createRequest.ActivityLevelId,
RecRoomId = null,
EventId = null,
CreatorPlayerId = 1243409L,
CreatorPlayerId = (long?)APIServer.CachedPlayerID,
Name = "Custom Room",
ActivityLevelId = createRequest.ActivityLevelId,
Private = false,

View File

@@ -241,7 +241,7 @@ namespace start
}
}
public static string version = "0.4.0";
public static string version = "0.4.1";
}
}