Commit graph

33 commits

Author SHA1 Message Date
riperiperi
8991fe5423 [Simitone] Update FreeSO, Ingame UI
See FreeSO changes for more details.
- Greatly improve catalog handling (should match TS1 now)
- Family members can no longer be switched to if they join the lot
you're visiting.
- See FreeSO changes for more details.
- Greatly improve catalog handling (should match TS1 now)
- Family members can no longer be switched to if they join the lot
you're visiting.
- Community lots edited in Simless Build/Buy (simitone fsov) are now
playable when you join them.
- Some UI tweaks.
2019-11-24 21:57:13 +00:00
riperiperi
85b3db50f7
Merge pull request #13 from dotequals/improved-gamelocators
Prioritize relative paths for finding TS1
2019-11-23 17:51:43 +00:00
dotequals
428da15031 Prioritize relative paths for finding TS1 2019-11-19 22:24:13 -08:00
riperiperi
944975494b
Update README.md 2019-11-16 15:09:58 +00:00
riperiperi
42e8a7785c [Windows] Add FreeSO style dynamic linking of Monogame
DirectX by default in Windows. Use `-dx` and `-gl` to manually switch.
Should make azure build usable.
2019-11-16 14:22:56 +00:00
riperiperi
6057764713 Squash some azure changes. 2019-11-13 22:03:40 +00:00
riperiperi
1d53406d98 Update azure-pipelines.yml for Azure Pipelines
Trying something new and exciting
2019-11-13 20:59:30 +00:00
riperiperi
2fa80e81f9 Update azure-pipelines.yml for Azure Pipelines
Oops
2019-11-13 20:50:00 +00:00
riperiperi
ec1811373d Update azure-pipelines.yml for Azure Pipelines
Try to fix nuget.
2019-11-13 20:47:29 +00:00
riperiperi
7e1829d5c8
Update Simitone.Windows.csproj
Attempt to fix CI build, since this is not used anyways.
2019-11-13 20:30:12 +00:00
riperiperi
4759ca01d5 Update azure-pipelines.yml for Azure Pipelines
msbuild doesn't like dots
2019-11-13 01:11:12 +00:00
riperiperi
f7eeebdee7 Update azure-pipelines.yml for Azure Pipelines
Continued...
2019-11-13 01:07:56 +00:00
riperiperi
0e828ed644 Update azure-pipelines.yml for Azure Pipelines
Once more for good measure.
2019-11-13 00:39:25 +00:00
riperiperi
9baa1ba1bc Update azure-pipelines.yml for Azure Pipelines
Really need to update monogame.
2019-11-13 00:34:13 +00:00
riperiperi
5c8c73319f Update azure-pipelines.yml for Azure Pipelines
Try a bit harder
2019-11-13 00:27:23 +00:00
riperiperi
a2f453ad55 Update azure-pipelines.yml for Azure Pipelines
Add protobuild exec
2019-11-13 00:25:15 +00:00
riperiperi
79df8f9c6a [FreeSO] Update FreeSO module. 2019-11-12 23:46:00 +00:00
riperiperi
fd3d62e7ae [Bugfixes] Fix a lot of issues, bring up to speed with FreeSO
Hopefully things still mostly work in areas I haven't tested. Now
supports Hybrid 2D.
2019-11-12 23:46:00 +00:00
riperiperi
60409bfd40 Update azure-pipelines.yml for Azure Pipelines
Resolve submodules before building.
2019-11-12 23:24:43 +00:00
riperiperi
d9d3981324 Set up CI with Azure Pipelines
[skip ci]
2019-11-12 23:18:39 +00:00
riperiperi
a3d5743d30
Merge pull request #10 from simptomo/PR1
Fix windows gamelocator.
2019-08-04 18:41:23 +01:00
simptomo
b66a1746f8 Fix: Where is my favorite game? 2019-03-19 06:36:12 +09:00
riperiperi
0bfb91fa58 [Various] Bringing up to speed with latest local changes
- FreeSO version update
- Desktop UCP wip
- New loading graphic
- Fix CAS carousel being rather sticky on desktop.
- Add missing neighbors on neighborhood load (for cc npcs, first runs)
- Support showing load errors when objects on a lot are missing
- PersonGeneratorHelper for getting info from people by spawning them in
a dummy VM and running init.
- Add support for Simantics AOT
2019-03-16 11:19:15 +00:00
riperiperi
00f8cd6727 [UI] Skin/Pet Selector 2018-06-25 18:01:41 +01:00
riperiperi
4ac38452dc [WIP] Pre 1.0 Testing Commit
Moving onto a more common commit cycle here
- 2D CAS, family management, move in (even magic town with magicoins)
- WIP Lot Saves
- A ton of engine fixes (mostly in FreeSO project)
- A ton of UI things, icons for all build/buy categories
- Animation speed increase (consistent with TS1, 30 fps at 50 hz)
- Cool transitions to cas 🆒 😎
- A lot more
2018-05-25 00:47:46 +01:00
RHY3756547
a15ff3503b [UI] Build, Buy, CAS
- Build and buy mode are fully functional on residential lots. Some
category icons still have to be drawn and included.
- Simless build mode on community lots is partially implemented
- You can now switch lots and close the game from the options mode.
Alt-F4 and the close button bring up a dialog ingame that will let you
save, when that is possible.
- CAS is partially implemented. You can create a sim, though you cannot
browse existing families or save the sim.
- You can now browse through neighbourhoods when you are not playing a
family.
- TS1 neighbourhoods are now copied to My Documents/Simitone. This
folder also contains your mesh cache, and other temporary data.
- Now uses TS1 strings rather than TSO.
- Touch mode scroll now supports 3D pan as well. Will be enabled on
windows tablets in time.
- Lots more.
2017-11-22 01:15:42 +00:00
RHY3756547
a7bc1a56f0 [UI] Build, Buy, CAS
- Build and buy mode are fully functional on residential lots. Some category icons still have to be drawn and included.
- Simless build mode on community lots is partially implemented
- You can now switch lots and close the game from the options mode. Alt-F4 and the close button bring up a dialog ingame that will let you save, when that is possible.
- CAS is partially implemented. You can create a sim, though you cannot browse existing families or save the sim.
- You can now browse through neighbourhoods when you are not playing a family.
- TS1 neighbourhoods are now copied to My Documents/Simitone. This folder also contains your mesh cache, and other temporary data.
- Now uses TS1 strings rather than TSO.
- Touch mode scroll now supports 3D pan as well. Will be enabled on windows tablets in time.
- Lots more.
2017-11-22 01:14:41 +00:00
RHY3756547
78460551a7 Bring up to date with FreeSO. Fix TTAT reading. 2017-09-19 17:06:11 +01:00
RHY3756547
1dad877003 [3D] Support 3D. 2017-09-01 02:32:30 +01:00
RHY3756547
e719817dd5 Update README.md 2017-08-07 22:54:08 +01:00
RHY3756547
5174c0aaf9 Initial Project Commit
As seen on TV, but only for windows.
2017-08-07 17:52:33 +01:00
RHY3756547
fa013415ee Initial Project Commit
As seen on TV, but only for windows.
2017-08-07 17:51:45 +01:00
RHY3756547
c91ffe7c77 Initial commit 2017-06-18 20:40:56 +01:00