]>
git.deb.at Git - rhonda/impostor.git/log
AeonLucid [Fri, 23 Oct 2020 21:42:59 +0000 (23:42 +0200)]
Almost all RPC calls
AeonLucid [Fri, 23 Oct 2020 20:27:57 +0000 (22:27 +0200)]
Finish up PlayerControl RPCs
AeonLucid [Fri, 23 Oct 2020 18:13:06 +0000 (20:13 +0200)]
Anonymize PacketRecorder
AeonLucid [Fri, 23 Oct 2020 18:02:18 +0000 (20:02 +0200)]
API Improvement and RpcCalls enum
AeonLucid [Fri, 23 Oct 2020 17:18:01 +0000 (19:18 +0200)]
Ensure thread safety for joining a game
AeonLucid [Fri, 23 Oct 2020 17:13:28 +0000 (19:13 +0200)]
Expose all global InnerNet objects
AeonLucid [Fri, 23 Oct 2020 05:19:45 +0000 (07:19 +0200)]
Link player classes internally
AeonLucid [Fri, 23 Oct 2020 03:38:32 +0000 (05:38 +0200)]
Implement deserialization for most GameData objects
AeonLucid [Fri, 23 Oct 2020 01:27:40 +0000 (03:27 +0200)]
Add checks on DespawnFlag and SceneChangeFlag
AeonLucid [Fri, 23 Oct 2020 00:54:32 +0000 (02:54 +0200)]
Workaround for early spawn of host player components
AeonLucid [Thu, 22 Oct 2020 22:28:29 +0000 (00:28 +0200)]
Proper logging in game class
AeonLucid [Thu, 22 Oct 2020 21:58:20 +0000 (23:58 +0200)]
Add stopwatch
AeonLucid [Thu, 22 Oct 2020 20:38:42 +0000 (22:38 +0200)]
Disable recorder by default
AeonLucid [Thu, 22 Oct 2020 20:29:13 +0000 (22:29 +0200)]
Fix appveyor and don't flush to disk
AeonLucid [Thu, 22 Oct 2020 20:25:55 +0000 (22:25 +0200)]
Fix cake
AeonLucid [Thu, 22 Oct 2020 20:19:18 +0000 (22:19 +0200)]
Remove unnecessary if def
AeonLucid [Thu, 22 Oct 2020 20:15:34 +0000 (22:15 +0200)]
Update recorder and add replayer
AeonLucid [Thu, 22 Oct 2020 14:09:20 +0000 (16:09 +0200)]
Add client packet recorder
AeonLucid [Thu, 22 Oct 2020 12:04:49 +0000 (14:04 +0200)]
Clean up after merged PRs
Jonas Kamsker [Wed, 21 Oct 2020 22:08:14 +0000 (00:08 +0200)]
Solved GameOptionsData TODO (#64)
* Ignoring .Vs folder
* GameOptionsData deserialization requires x16 less time & no extra alloc
* Super-micro optimisation (variable localization)
* JoinGame probably faster
* Added Tests
* Renamed swap -> advance
* Removed submodule Hazel
* Removed launchsettings
Co-authored-by: Weirdo <git.jonas@kamsker.at>
Jonas Kamsker [Wed, 21 Oct 2020 22:02:27 +0000 (00:02 +0200)]
Feature/gamemanager improvement (#65)
* Ignoring .Vs folder
* Improved Gamemanager
- Retry code creation
- Async Node Lookup
* Switched back to old using order
* Removed IAsyncNodeLocator
* Found one more use of find
* deleted submodule
Co-authored-by: Weirdo <git.jonas@kamsker.at>
Gerard Smit [Wed, 21 Oct 2020 12:55:03 +0000 (14:55 +0200)]
Implemented EventListener priorities (#62)
* Improved EventManager
Now it actually will order the event listeners on their priority. Also I've cleaned up the registering of temporary event listeners.
* Ignore new Impostor.Api library while loading plugins
* Fixed Dockerfile
AeonLucid [Mon, 19 Oct 2020 14:59:03 +0000 (16:59 +0200)]
Fix tests
AeonLucid [Mon, 19 Oct 2020 14:34:48 +0000 (16:34 +0200)]
Fix namespaces and missing await
AeonLucid [Mon, 19 Oct 2020 14:26:35 +0000 (16:26 +0200)]
Final touches for client
AeonLucid [Mon, 19 Oct 2020 14:25:40 +0000 (16:25 +0200)]
Impostor.Api to netstandard2.0
AeonLucid [Mon, 19 Oct 2020 14:19:28 +0000 (16:19 +0200)]
Update Hazel namespace to Impostor.Hazel
AeonLucid [Mon, 19 Oct 2020 14:18:49 +0000 (16:18 +0200)]
Re-add Hazel client
AeonLucid [Mon, 19 Oct 2020 13:05:44 +0000 (15:05 +0200)]
Adapt C2S / S2C for messages and move to Api namespace
AeonLucid [Mon, 19 Oct 2020 12:39:36 +0000 (14:39 +0200)]
Refactor messages
AeonLucid [Mon, 19 Oct 2020 10:55:26 +0000 (12:55 +0200)]
Remove Impostor.Shared
AeonLucid [Mon, 19 Oct 2020 10:25:16 +0000 (12:25 +0200)]
Fix plugin loader issue
AeonLucid [Mon, 19 Oct 2020 10:22:45 +0000 (12:22 +0200)]
Rename Impostor.Server.Api to Impostor.Api
AeonLucid [Mon, 19 Oct 2020 10:22:06 +0000 (12:22 +0200)]
Move Hazel submodule into Impostor.Hazel
AeonLucid [Mon, 19 Oct 2020 10:16:36 +0000 (12:16 +0200)]
Remove AmongUsException
AeonLucid [Mon, 19 Oct 2020 10:15:27 +0000 (12:15 +0200)]
Move Api classes and remove unused imports
AeonLucid [Mon, 19 Oct 2020 09:57:10 +0000 (11:57 +0200)]
Update cake script
Gerard Smit [Mon, 19 Oct 2020 09:31:25 +0000 (11:31 +0200)]
Plugin loader (#59)
* Parse GameData headers
* Added GameData spawn
* GameData playerinfo parsing
* Added BufferMessageReader tests
* Fix InnerGameData
* Added CustomNetworkTransform and VoteBanSystem
* Revert changes
* Finish CustomNetworkTransform
* Implemented a simple plugin loader
* Replaced Reference with PackageReference
Note to myself: don't trust Rider auto-add reference
* Use classes and moved all API-related stuff to one folder
* Added PlayerJoinedGameEvent and PlayerLeftGameEvent
* Removed Impostor.Server.Hazel
* Moved more API-specific stuff
Co-authored-by: AeonLucid <aeonlucid@gmail.com>
AeonLucid [Sun, 18 Oct 2020 19:39:52 +0000 (21:39 +0200)]
Fix namespaces
AeonLucid [Sun, 18 Oct 2020 19:35:07 +0000 (21:35 +0200)]
Rename Client to Patcher
AeonLucid [Sun, 18 Oct 2020 19:29:52 +0000 (21:29 +0200)]
Rebase and fix tests
AeonLucid [Fri, 16 Oct 2020 22:31:10 +0000 (00:31 +0200)]
Recorder start
AeonLucid [Fri, 16 Oct 2020 21:14:21 +0000 (23:14 +0200)]
Finish CustomNetworkTransform
AeonLucid [Fri, 16 Oct 2020 05:08:53 +0000 (07:08 +0200)]
Revert changes
AeonLucid [Fri, 16 Oct 2020 05:04:33 +0000 (07:04 +0200)]
Added CustomNetworkTransform and VoteBanSystem
AeonLucid [Fri, 16 Oct 2020 04:23:09 +0000 (06:23 +0200)]
Fix InnerGameData
AeonLucid [Fri, 16 Oct 2020 03:47:26 +0000 (05:47 +0200)]
Added BufferMessageReader tests
AeonLucid [Fri, 16 Oct 2020 03:35:37 +0000 (05:35 +0200)]
GameData playerinfo parsing
AeonLucid [Fri, 16 Oct 2020 03:00:49 +0000 (05:00 +0200)]
Added GameData spawn
AeonLucid [Thu, 15 Oct 2020 03:58:07 +0000 (05:58 +0200)]
Parse GameData headers
AeonLucid [Sun, 18 Oct 2020 02:53:14 +0000 (04:53 +0200)]
Pass on exceptions to Hazel
AeonLucid [Sun, 18 Oct 2020 02:21:52 +0000 (04:21 +0200)]
Add username check
AeonLucid [Sat, 17 Oct 2020 02:52:50 +0000 (04:52 +0200)]
Send packets async too
AeonLucid [Sat, 17 Oct 2020 02:49:36 +0000 (04:49 +0200)]
Update Hazel to async
AeonLucid [Fri, 16 Oct 2020 22:36:18 +0000 (00:36 +0200)]
Ditch net452 for the proxy
hplewis [Fri, 16 Oct 2020 03:34:13 +0000 (20:34 -0700)]
Fix AlterGame message flag (#56)
AeonLucid [Thu, 15 Oct 2020 03:29:25 +0000 (05:29 +0200)]
AppVeyor
AeonLucid [Thu, 15 Oct 2020 03:22:31 +0000 (05:22 +0200)]
Switch to BinaryPrimitives
AeonLucid [Thu, 15 Oct 2020 03:15:07 +0000 (05:15 +0200)]
Improve BufferMessageReader, reduce complexity and slicing
AeonLucid [Wed, 14 Oct 2020 14:40:14 +0000 (16:40 +0200)]
Docs are hard ok
AeonLucid [Wed, 14 Oct 2020 14:39:27 +0000 (16:39 +0200)]
Docs menu
AeonLucid [Wed, 14 Oct 2020 14:37:23 +0000 (16:37 +0200)]
Fix up docs
AeonLucid [Wed, 14 Oct 2020 14:27:59 +0000 (16:27 +0200)]
Merge pull request #51 from joaosombrio/build-source-docs
Moving docs and added 'Building from source' doc
AeonLucid [Wed, 14 Oct 2020 14:21:33 +0000 (16:21 +0200)]
Merge branch 'appveyor' into dev
AeonLucid [Wed, 14 Oct 2020 14:10:50 +0000 (16:10 +0200)]
AppVeyor - force client restore
AeonLucid [Wed, 14 Oct 2020 14:07:17 +0000 (16:07 +0200)]
AppVeyor
AeonLucid [Wed, 14 Oct 2020 14:05:31 +0000 (16:05 +0200)]
Smaller client
AeonLucid [Wed, 14 Oct 2020 14:02:25 +0000 (16:02 +0200)]
AppVeyor and cake
AeonLucid [Wed, 14 Oct 2020 12:57:02 +0000 (14:57 +0200)]
AppVeyor
AeonLucid [Wed, 14 Oct 2020 12:48:27 +0000 (14:48 +0200)]
AppVeyor
AeonLucid [Wed, 14 Oct 2020 12:44:43 +0000 (14:44 +0200)]
AppVeyor
AeonLucid [Wed, 14 Oct 2020 12:31:37 +0000 (14:31 +0200)]
AppVeyor
AeonLucid [Wed, 14 Oct 2020 12:30:51 +0000 (14:30 +0200)]
AppVeyor
AeonLucid [Wed, 14 Oct 2020 12:27:19 +0000 (14:27 +0200)]
pls
AeonLucid [Wed, 14 Oct 2020 12:24:25 +0000 (14:24 +0200)]
AppVeyor
AeonLucid [Wed, 14 Oct 2020 12:23:50 +0000 (14:23 +0200)]
AppVeyor
AeonLucid [Wed, 14 Oct 2020 12:20:45 +0000 (14:20 +0200)]
AppVeyor plz
AeonLucid [Wed, 14 Oct 2020 12:17:58 +0000 (14:17 +0200)]
Merge pull request #52 from js6pak/appveyor
Add SupportedVersions
AeonLucid [Wed, 14 Oct 2020 12:14:55 +0000 (14:14 +0200)]
AppVeyor
js6pak [Wed, 14 Oct 2020 12:13:36 +0000 (14:13 +0200)]
Add SupportedVersions
AeonLucid [Wed, 14 Oct 2020 12:12:09 +0000 (14:12 +0200)]
AppVeyor
AeonLucid [Wed, 14 Oct 2020 12:09:18 +0000 (14:09 +0200)]
AppVeyor
AeonLucid [Wed, 14 Oct 2020 12:05:20 +0000 (14:05 +0200)]
AppVeyor
AeonLucid [Wed, 14 Oct 2020 11:51:33 +0000 (13:51 +0200)]
Shared client props
AeonLucid [Wed, 14 Oct 2020 11:45:52 +0000 (13:45 +0200)]
Update csproj
AeonLucid [Wed, 14 Oct 2020 11:14:07 +0000 (13:14 +0200)]
appveyor
AeonLucid [Wed, 14 Oct 2020 11:06:46 +0000 (13:06 +0200)]
Fix WinForms
AeonLucid [Wed, 14 Oct 2020 11:04:19 +0000 (13:04 +0200)]
AppVeyor
AeonLucid [Wed, 14 Oct 2020 11:02:29 +0000 (13:02 +0200)]
AppVeyor
AeonLucid [Wed, 14 Oct 2020 10:54:07 +0000 (12:54 +0200)]
Update winforms client csproj
AeonLucid [Wed, 14 Oct 2020 10:33:50 +0000 (12:33 +0200)]
Merge pull request #50 from js6pak/cli-client
Add cli client
AeonLucid [Wed, 14 Oct 2020 10:16:16 +0000 (12:16 +0200)]
Support Among Us beta 2020.10.08
Sombrio [Tue, 13 Oct 2020 21:43:59 +0000 (18:43 -0300)]
fixed link
Sombrio [Tue, 13 Oct 2020 21:38:41 +0000 (18:38 -0300)]
added building the source doc
Sombrio [Tue, 13 Oct 2020 21:38:26 +0000 (18:38 -0300)]
moved all wiki pages to main repo
js6pak [Mon, 12 Oct 2020 21:27:22 +0000 (23:27 +0200)]
Fix CI?
js6pak [Mon, 12 Oct 2020 21:15:09 +0000 (23:15 +0200)]
Add cli client
js6pak [Mon, 12 Oct 2020 19:32:32 +0000 (21:32 +0200)]
Merge branch 'fix/proton' of github.com:js6pak/Impostor into dev
AeonLucid [Sun, 11 Oct 2020 00:37:13 +0000 (02:37 +0200)]
Update Hazel
AeonLucid [Sun, 11 Oct 2020 00:30:36 +0000 (02:30 +0200)]
Fix public/private when joining a game