Commit Graph

29 Commits

Author SHA1 Message Date
Anduin Xue 9bc85ed98c Refactor code for better readability and efficiency
The changes primarily focus on simplifying constructors to increase readability. This is done by organizing class properties and functions in a more efficient manner. In addition, strings are accessed using indexing rather than substrings - a technique that enhances execution speed. Not only does this change clarify the controllers and classes, but also significantly improves the overall code quality and efficiency.
2024-02-19 09:23:23 +00:00
AnduinXue 4480a78b42 Upgrade packages. 2024-01-21 06:56:24 +00:00
AnduinXue 4bfbbd8e5c Fix usings. 2024-01-16 15:06:43 +00:00
AnduinXue 56846d4074 Refactor namespace. 2024-01-16 15:00:35 +00:00
Anduin Xue 6e01773bf1 New high performance. 2024-01-04 07:02:30 +00:00
Anduin Xue e67b4907ac Pure websocket game. 2024-01-02 06:37:00 +00:00
AnduinXue 3b9f131016 Fix some front-end bugs. 2023-12-13 12:28:39 +00:00
AnduinXue 7fb88b3bdc New player controller. 2023-12-13 07:58:57 +00:00
Anduin Xue b53e94724b Upgrade packages. 2023-12-11 08:38:42 +00:00
AnduinXue cbf5a7a230 Trim some code. 2023-12-10 18:20:14 +00:00
AnduinXue 46c581b2fa Add some lock. 2023-12-10 18:17:46 +00:00
AnduinXue be0d29ab5a Use new webtools for websocket. 2023-12-10 18:09:39 +00:00
AnduinXue c3c9ce7e48 New UT to cover web socket. Use view component. 2023-12-10 17:01:08 +00:00
xuef 026d168756 Fix #1 2023-12-09 06:29:56 +00:00
Anduin Xue 5c09767906 Add more log. 2023-11-30 10:26:37 +00:00
xuef 9497ac4786 Fix games API 2023-11-29 15:26:00 +00:00
Anduin Xue 4a11e67d66 Simplify model. New route. 2023-11-29 07:47:42 +00:00
AnduinXue 64fa2e5dd8 New connection control. 2023-11-28 09:27:48 +00:00
AnduinXue b538c49378 10 seconds to gc. 2023-11-28 09:16:49 +00:00
AnduinXue 60698238b7 Delay 1 second. 2023-11-28 09:16:34 +00:00
AnduinXue d144102c48 Try wired fix... 2023-11-28 09:13:46 +00:00
AnduinXue 5f2b348027 Trim some code. 2023-11-28 09:06:35 +00:00
AnduinXue a14f765ff5 Observer based listening. 2023-11-28 09:03:47 +00:00
AnduinXue 08b932e20d Better UI. 2023-11-27 17:50:18 +00:00
AnduinXue bf3121e47a Support websocket based pushing. 2023-11-27 17:11:02 +00:00
AnduinXue f63a5ecea3 Playable. 2023-11-27 13:00:27 +00:00
xuef a57186d964 Fix URL. 2023-11-25 09:39:09 +00:00
xuef 0cc7ce9fb2 More complicated move API. 2023-11-25 09:28:40 +00:00
xuef cc3d13f15d Allow viewing all games 2023-11-25 08:49:02 +00:00