Commit Graph
175 Commits
Author SHA1 Message Date
alexiscatnip b3f659d297 chore: make empty scene truly empty (no camera!) 2022-07-12 23:51:05 +08:00
alexiscatnip ab030d6b83 refactor: fix imports broken by previous commit 2022-07-12 23:49:45 +08:00
alexiscatnip 36710a0908 refactor: add namespace for files in RD.Camera 2022-07-12 23:46:54 +08:00
alexiscatnip 240fbd920c refactor: move PanAndZoom into RD.UI.Pancake 2022-07-12 23:44:30 +08:00
alexiscatnip dd980cbacd Refactor: Move SliderZoomable into Raindrop.UI.Map 2022-07-12 23:39:23 +08:00
alexiscatnip f17c1f68b0 chore: remove old WIP code.
Don't do this.
2022-07-12 23:32:00 +08:00
alexiscatnip ad3b15493c refactor: change Raindrop.Bootstrap's namespace 2022-07-12 23:27:23 +08:00
alexiscatnip ed2da279f2 Docs: add Readme for Raindrop.Bootstrap 2022-07-12 23:20:45 +08:00
alexiscatnip 2a4eb74d7b Remove DecodeException. 2022-07-12 00:28:42 +08:00
alexiscatnip 6a618529ac add null check for FollowMinimapItem behavior 2022-07-11 23:29:30 +08:00
alexiscatnip 0680f75b9a clean up StaticAssetsCopierTests 2022-07-11 23:22:37 +08:00
alexiscatnip 93f4b573df Assert.Pass() causes an SuccessException 2022-07-11 23:16:02 +08:00
alexiscatnip e26d384db7 Rename HeadlessBootstrapper test to make it clear 2022-07-11 23:08:02 +08:00
alexiscatnip 822cb7dc7d RaindropBootstrapper can launch in headless mode
restore this broken functionality, since that time we refactored the raindrop bootstrapper and broke it.
2022-07-11 23:07:02 +08:00
alexiscatnip 4f5023b121 Move SoundTests into FullIntegrationTests, since it spins up the whole Raindrop-Unity environment . 2022-07-11 22:54:03 +08:00
alexiscatnip aeb06f12d6 add region block...This setup-teardown keeps getting repeated... 2022-07-11 22:51:04 +08:00
alexiscatnip 22f9d58022 ImagingTests: OneTimeSetUp + OneTimeTearDown 2022-07-11 22:48:53 +08:00
alexiscatnip 25eac1a833 delete ManagedImage_Texture2D_conversions test 2022-07-11 22:47:22 +08:00
alexiscatnip 74bb3ebb34 fix indentation: ManagedImage_Texture2D_conversions test
since this was an exploratory test, we might as well delete it???
2022-07-11 22:46:49 +08:00
alexiscatnip 77c6a8742a move static assignments into the OneTimeSetup 2022-07-11 22:42:14 +08:00
alexiscatnip ce2e26dac2 remove this unneeded nested class 2022-07-11 22:40:42 +08:00
alexiscatnip 5f9fcd262e change namespace of ImagingTests.cs 2022-07-11 22:36:53 +08:00
alexiscatnip f1154af300 Add readme and license for LMV tests 2022-07-11 22:29:33 +08:00
alexiscatnip 2b06c4744b fix bad commit: "rename TestSceneConstructionTests to HeadlessScene_ConstructionTests" 2022-07-11 22:13:22 +08:00
alexiscatnip c65d898e4a add description of ImagingTests 2022-07-11 22:10:03 +08:00
alexiscatnip 1b8e427391 clean up disk test 2022-07-11 22:02:12 +08:00
alexiscatnip e4db92aedd rename TestSceneConstructionTests to HeadlessScene_ConstructionTests 2022-07-11 21:48:01 +08:00
alexiscatnip 75349d7328 improve code quality of headless scene loader (used only in test) 2022-07-11 21:31:24 +08:00
alexiscatnip 1e08621dfb make file writer API pseudo-async 2022-07-09 01:44:13 +08:00
alexiscatnip a534047689 housekeeping on StaticFilesCopier.cs 2022-07-09 00:57:00 +08:00
alexiscatnip 06d70fa4bb improve disk test. looks nicer now. 2022-07-09 00:49:35 +08:00
alexiscatnip e5e6569052 make 'login and download profile pic' test pass. 2022-07-09 00:24:45 +08:00
alexiscatnip dbe11053a3 Moved network-WTF tests to its own folder. 2022-07-09 00:13:11 +08:00
alexiscatnip e99c93b8cd reorganise LMV_ExtendedTests
- moved headless login function to a generic file.
2022-07-09 00:09:34 +08:00
alexiscatnip c4c2d7e5a7 clean up Library image fetching tests
- renaming and indentation
2022-07-08 23:59:43 +08:00
alexiscatnip 7cbf822a54 clean up Library image fetching tests
- clean up the decode-and-save-png-image callback
2022-07-08 22:48:17 +08:00
alexiscatnip 8234a369ed clean up Library image fetching tests 2022-07-08 22:34:43 +08:00
alexiscatnip 4410f24515 rearrange MainScene: move CamerasManager to top-level 2022-06-09 23:55:25 +08:00
alexiscatnip 99a9f878f5 add status code to failure message of login test 2022-06-09 23:51:54 +08:00
alexiscatnip cde4acf9cc remove "map rendering" log spam 2022-06-09 23:31:53 +08:00
alexiscatnip c7e1fa7b77 fix logout button script name -- it was causing runtime error (unable to logout) 2022-06-09 22:42:26 +08:00
alexiscatnip f87895f9d9 remove unused dependencies 2022-06-09 22:28:24 +08:00
alexiscatnip c92f2cefb7 remove the passwords from source control. 2022-06-09 00:07:37 +08:00
alexiscatnip b4effbab78 move credentials to secrets.cs file. 2022-06-09 00:02:21 +08:00
alexiscatnip ed4f17e432 add mainthread task limit. perhaps this will prevent really bad lockups? (such as when zoom out in map screen.) 2022-06-08 23:44:31 +08:00
alexiscatnip 7552daf937 "Version control? Track changes?" sads :c 2022-06-08 23:38:31 +08:00
alexiscatnip 5e8a6cbf2b yea. lazy. 2022-03-28 21:29:45 +08:00
alexiscatnip 9cd495c190 Fix mapspace converter bug, where the user is only seen on the origin of the sim in minimap view. 2022-02-15 23:36:44 +08:00
alexiscatnip 84886e524d Touch still not working. this is just noise :) 2022-02-14 00:41:34 +08:00
alexiscatnip 233b92549a remove default logger impl 2022-02-14 00:40:44 +08:00