|
c0943bd084
|
Bump version number.
|
2022-11-30 10:03:57 +01:00 |
|
|
a8ab212931
|
Bump version number.
|
2022-11-27 08:58:54 +01:00 |
|
|
45bc2b97d9
|
Profile: add property names.
|
2022-11-21 18:58:01 +01:00 |
|
|
9ec88fa521
|
Mass: QoL changes.
Now property names are behind defines, so if a name changes, I don't
have to hunt it down in up to six source files.
|
2022-11-21 18:00:38 +01:00 |
|
|
bb066d3134
|
CMakeLists: add Logger from the old 1.4 branch.
|
2022-11-21 10:15:10 +01:00 |
|
|
f1ea2bda25
|
CMakeLists: officially start work on version 1.4.
|
2022-11-21 09:20:21 +01:00 |
|
|
42cec59c71
|
CMakeLists: improve formatting.
|
2022-11-21 09:20:21 +01:00 |
|
|
e6c597ffbc
|
Disable Interconnect.
Nope, it's just not needed.
|
2022-11-21 09:20:02 +01:00 |
|
|
6cb52761be
|
Bump version number.
|
2022-07-06 17:23:34 +02:00 |
|
|
8ba8ec3219
|
CMakeLists: bump version number.
|
2022-05-03 20:29:18 +02:00 |
|
|
b6398f3373
|
CMakeLists: bump version number.
|
2022-04-17 13:50:09 +02:00 |
|
|
0ce03f5395
|
CMakeLists: bump version number.
|
2022-04-15 12:20:04 +02:00 |
|
|
0fd157f33c
|
SaveTool: add weapon part mappings and the ability to change parts.
With that, I think I'm ready to push 1.3.2.
|
2022-04-15 11:05:01 +02:00 |
|
|
b6ad795383
|
SaveTool: fragment files more.
SaveTool.cpp was getting on the unmanageable side.
|
2022-04-01 09:36:33 +02:00 |
|
|
a166948aec
|
SaveTool: remove dependency on cpr, switch to raw libcurl.
Took me pretty much a whole day, but I managed to do it.
|
2022-03-31 17:57:53 +02:00 |
|
|
94f6192aa8
|
CMakeLists: bump version number.
I'm technically working on 1.3.2, so...
|
2022-03-30 21:58:36 +02:00 |
|
|
2c2e5ad936
|
SaveTool: remove the dependency on json.hpp.
|
2022-03-30 15:15:54 +02:00 |
|
|
fd3306b175
|
CMakeLists: bump version number.
|
2022-03-21 16:47:44 +01:00 |
|
|
0c8c2601ce
|
CMakeLists: bump version number.
|
2022-03-21 15:22:46 +01:00 |
|
|
be06c2d552
|
Mass: add reading support for 0.8 BL placement.
Then, it's UI design time, followed by writing support.
|
2022-03-12 09:34:19 +01:00 |
|
|
771e008e62
|
Mass: fragment into smaller files.
Should help navigation and maintenance.
|
2022-03-06 09:52:11 +01:00 |
|
|
f522d20dd4
|
SaveTool: fragment SaveTool_MassViewer.cpp.
This will make maintenance easier. I hope.
|
2022-03-02 14:43:02 +01:00 |
|
|
82170b3078
|
Mass,SaveTool: optimise the effect colour mode.
|
2022-02-17 20:22:33 +01:00 |
|
|
2ff32c4c78
|
Add a CRC32 algorithm.
|
2022-02-13 15:02:08 +01:00 |
|
|
4000421a8c
|
Mass,SaveTool: refactor even more code.
|
2022-02-13 10:31:55 +01:00 |
|
|
28db82c8a9
|
Weapon,Mass,SaveTool: refactor some more code.
|
2022-02-09 14:17:05 +01:00 |
|
|
9f324c30fd
|
Delete WeaponTypes.h.
It's not needed anymore.
|
2022-02-09 13:54:44 +01:00 |
|
|
41cd92352d
|
Mass: refactor and optimise some parts.
|
2022-02-09 13:41:55 +01:00 |
|
|
51faed7210
|
Update copyright years.
I should have done that earlier... and of course I forgot a few files...
|
2022-01-30 11:38:22 +01:00 |
|
|
7059295cb3
|
Strip the release executable.
For *some* reason, there's debug info in one of the MinGW-w64 libs,
which account for roughly half the bloat of the release exe.
|
2021-12-03 00:14:22 +01:00 |
|
|
a05f3eeed0
|
Prepare the pre-release.
|
2021-12-02 20:12:54 +01:00 |
|
|
c6de9c1940
|
SaveTool: finish most of the M.A.S.S. viewer.
Some parts are very unfinished, but do work.
|
2021-12-02 19:23:28 +01:00 |
|
|
8fedbdd4e5
|
Add armour sets and slots maps.
|
2021-10-12 16:52:40 +02:00 |
|
|
c2d0fbd941
|
Mass: adapt to UESaveFile.
|
2021-09-27 17:52:47 +02:00 |
|
|
9bc4aaf66b
|
Profile: add data caching.
Querying the properties each frame isn't performant because of all the
casts and pointer indirections.
|
2021-09-24 21:51:06 +02:00 |
|
|
b8b156a724
|
Add a serialiser for struct sttResourceItemValue.
|
2021-09-23 15:09:18 +02:00 |
|
|
de07b760d0
|
Add UESaveFile.
|
2021-09-22 17:37:50 +02:00 |
|
|
bd6e55826d
|
Add StyleNames.h.
|
2021-08-28 20:16:19 +02:00 |
|
|
597e9dfe98
|
SaveTool: initial work for the viewer UI.
|
2021-08-19 20:35:00 +02:00 |
|
|
4cdd1b35ec
|
Mass(Manager): rework to prepare for the viewer.
|
2021-08-19 20:34:37 +02:00 |
|
|
927da387ea
|
CMakeLists: bump version number.
|
2021-08-18 20:27:43 +02:00 |
|
|
ded5e9bcb7
|
Bump version up.
|
2021-08-01 18:50:53 +02:00 |
|
|
406349bbe8
|
Increase version number.
|
2021-07-28 15:33:54 +02:00 |
|
|
51127241ef
|
Add json.hpp as the JSON lib.
|
2021-07-28 14:17:47 +02:00 |
|
|
d9efe8191e
|
Add ToastQueue for in-app notifications.
|
2021-07-25 10:52:01 +02:00 |
|
|
4dd2064aae
|
Add cpr.
|
2021-07-22 11:36:37 +02:00 |
|
|
2a617b3359
|
MassBuilderManager: move functionality to SaveTool.
And also improve the main menu too.
|
2021-07-21 14:36:49 +02:00 |
|
|
f7aa89325f
|
CMakeLists: change the exe name in release mode.
|
2021-07-13 19:00:45 +02:00 |
|
|
7531dc88ac
|
CMakeLists: use macros for stuff like app version.
|
2021-07-13 18:46:21 +02:00 |
|
|
e0647b907a
|
CMakeLists: change the name of the debug macro.
|
2021-07-13 18:35:23 +02:00 |
|