mirror of
https://github.com/recroom2016/OpenRec.git
synced 2026-04-22 21:25:51 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dc949325a1 | ||
|
|
88b37a9bbc | ||
|
|
3a8c07098d | ||
|
|
ada0777275 | ||
|
|
21706a82fb |
@@ -1,3 +1,10 @@
|
|||||||
|
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!
|
||||||
|
|
||||||
|
Patch v0.4.1:
|
||||||
|
-Fixed the room creation feature
|
||||||
|
|
||||||
Third public release of OpenRec, and probably the biggest update to date.
|
Third public release of OpenRec, and probably the biggest update to date.
|
||||||
|
|
||||||
Supports:
|
Supports:
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
0.4.0
|
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