mirror of
https://github.com/recroom2016/OpenRec.git
synced 2026-04-22 21:25:51 +00:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dc949325a1 | ||
|
|
88b37a9bbc | ||
|
|
3a8c07098d | ||
|
|
ada0777275 | ||
|
|
21706a82fb | ||
|
|
8024724946 | ||
|
|
009a5d48e2 |
@@ -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
|
Patch v0.4.1:
|
||||||
-Slightly improved UI
|
-Fixed the room creation feature
|
||||||
-Added settings saving function
|
|
||||||
-Added level changing 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
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
0.3
|
0.4.1
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ namespace gamesessions2018
|
|||||||
RoomId = createRequest.ActivityLevelId,
|
RoomId = createRequest.ActivityLevelId,
|
||||||
RecRoomId = null,
|
RecRoomId = null,
|
||||||
EventId = null,
|
EventId = null,
|
||||||
CreatorPlayerId = 1243409L,
|
CreatorPlayerId = (long?)APIServer.CachedPlayerID,
|
||||||
Name = "Custom Room",
|
Name = "Custom Room",
|
||||||
ActivityLevelId = createRequest.ActivityLevelId,
|
ActivityLevelId = createRequest.ActivityLevelId,
|
||||||
Private = false,
|
Private = false,
|
||||||
|
|||||||
@@ -241,7 +241,7 @@ namespace start
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static string version = "0.4.0";
|
public static string version = "0.4.1";
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user