Commit graph

10 commits

Author SHA1 Message Date
riperiperi
b57ebbd141 Cleanup: Remove most unused usings and MPL per-file licenses
MPL per-file was used in older project files, but should apply to the whole project, so having it there was redundant.
2023-11-25 03:45:29 +00:00
riperiperi
2bc513ea2b [Nhoods, LotView, VM] Mod tools and various improvements
- Fixed a bug with routing where doing an action while sitting would
report destinations within objects as valid.
- Fixed a lot of UI nits with nhood page.
- Search now works for nhoods.
- 3D fences are slightly shorter than wall height to avoid seams in MSAA
mode.
2019-02-16 16:04:46 +00:00
ddfczm
6f53fd7d48 Load avatar by id now sends bonus information. Original game client picks this up and works ok. 2016-12-29 16:47:48 +00:00
ddfczm
de3b4edb0b Client now displays top 100 lots, rough change list:
* Gizmo top 100 implemented for lots
* More texture position options in UIListBox
* UIListBox masking as per original game
* UIListBox ability to reference a dynamic value for row disable
* UIListBox ability to modify which frame is used for each list state
* Double click now requires each click to be within 10 pixels of the first. Lists were failing selection because double click was only based on time
* Added a domain class for top 100 which knows the list of categories. This used to be provided by the server but it does not change so no need.
* Added lot name and lot location to DbLotTop100 queries (JOIN) so the client does not need to poll the data service for all lot names.
* Consolidated lot category into a single enum
* Added server reference to System.Runtime.Cache to use MemoryCache. This lets us cache top 100 list in RAM for 5 minutes. We can't cache it forever because lot names change and top 100 list changes (no downtime)
* Updated search UI to show offline avatars as grey. TODO://We need to broadcast avatar + lot online / offline events so the client always has up to date information for this.
2016-12-28 15:44:56 +00:00
RHY3756547
c5ca35e3e8 [WIP] wip 2016-08-11 15:37:51 +01:00
ddfczm
417eff0c0e WIP: Lot page 2015-11-07 18:26:06 +00:00
ddfczm
e4f34ea7fc Lot search and wildcard search 2015-11-07 14:28:40 +00:00
ddfczm
f530e22ee5 Can now search for avatars and open the person page 2015-10-18 10:50:43 +01:00
ddfczm
df71b8c5a1 Can now connect through to city screen 2015-10-11 11:47:44 +01:00
ddfczm
06972a79d9 WIP: Serialization major refactor. DB requests are working now. Dataservice is broken 2015-09-06 17:14:36 +01:00