Commit Graph
27 Commits
Author SHA1 Message Date
alexiscatnipandalexiscatnip 9b6bf20fab refactor: RDI is now a singleton.. again. 2022-08-06 02:43:06 +08:00
alexiscatnipandalexiscatnip f6b6afd9f3 refactor: Add guard clause to AgentPresenter methods 2022-08-06 02:43:06 +08:00
alexiscatnipandalexiscatnip b1ce366504 refactor: change OnApplicationQuit into OnDisable, as OnApplicationQuit is not called in unity test runner environment. 2022-08-06 02:43:06 +08:00
alexiscatnipandalexiscatnip 7866a60994 bugfix: UI should unsubscribe from events 2022-08-06 02:43:06 +08:00
alexiscatnipandalexiscatnip 11f566072a refactor: change Raindrop.Bootstrap's namespace 2022-08-06 02:43:06 +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 4405a7303c refactor object spawner 2022-02-14 00:39:16 +08:00
alexiscatnip 6161ae44c1 minimap UI updates 2022-02-14 00:30:30 +08:00
alexiscatnip bd97bd6a63 Code freeze 2022-02-08 17:52:30 +08:00
alexiscatnip 53af619f81 commit all before migration to LWRP. 2022-02-07 12:05:35 +08:00
alexiscatnip 67b2ff956b Lots of random orphaned asmdef/ meta files 2022-02-06 13:25:57 +08:00
alexiscatnip 92f79323dd This terrain mesh stuff is really confusing 2022-02-06 13:16:32 +08:00
alexiscatnip 3a745e31f9 a final checkpoint before I try to update LMV lib. 2022-01-16 20:21:40 +08:00
alexiscatnip a2e1acf74a Added the test LoginLogoutTest, which interacts with UI to login and logout. 2022-01-15 23:03:42 +08:00
alexiscatnip 4ca961b09b refactored movement abit by setting fixed 10hz update. but its still quite buggy. can't turn. 2022-01-05 02:55:59 +08:00
alexiscatnip bff23a0d83 added functionality to print text to the main chat box. you can try it out in the chatview, click the SENDbutton 2022-01-04 23:43:26 +08:00
alexiscatnip 2ae196a4e0 able to login and see prims. testing it on mobile now. 2022-01-04 02:35:36 +08:00
alexiscatnip d54d4d5008 added a logout button and messed up the agent location updater 2022-01-03 23:45:43 +08:00
alexiscatnip 226f4979eb 1. Deleted zenject 2. created new entry scene Main 3. experimented with map viewer. 4.broke the Fmod initialisation, if it ever worked in the first place. 2022-01-03 01:45:22 +08:00
alexiscatnip 5cb0e5630b Trying to make a map viewer scene 2021-08-09 22:00:06 +08:00
alexiscatnip cdd8470fdf Changed all Bitmap -> Texture2D.
Make demo scene to browse tga files in openmetaverse_data
added BetterStreamingAssets to read from SA
some refactoring.
2021-08-07 00:13:20 +08:00
alexiscatnip 7d62e642f0 updated login.cs with libre version 1.4.9 as the original one i used breaks the test from 1.4.9 2021-06-21 00:39:23 +08:00
alexiscatnip 474a6573e5 added FMOD_unity, added more logic for local chat, added 2D map ideas. (none of these working) 2021-06-19 18:16:41 +08:00
alexiscatnip d7f1b6f850 I have refactored many things, including moving to a serviceLocator architecture for the main singletons (ui and raindropinstance), as I ran into problems with intialisation order of the UI. 2021-06-11 20:48:42 +08:00
alexiscatnip 2226c9c23e awesome work so far in newUI scene, created some extra UI(such as welcomepanel) and wiring them up 2021-06-07 01:20:14 +08:00