Commit Graph

2086 Commits

Author SHA1 Message Date
miku-666
e5489daa2f Core - Add LevelRules class 2025-11-10 07:27:27 +01:00
miku-666
7d9f00cb6a Add Setting for platfrom 2025-11-10 04:50:36 +01:00
miku-666
8e2b363612 Core - Move DLC classes into DLC namespace and folder & rename 'IDLCPackageLocationInfo' to 'IDLCPackageSerialization' 2025-11-10 04:48:38 +01:00
miku-666
cae8dda315 Rename 'PckEditor' to 'PckAssetBrowserEditor' 2025-11-10 04:44:20 +01:00
miku-666
3478038c95 MapData.cs - mark class as sealed and add 'LevelRules' property 2025-11-09 22:46:15 +01:00
miku-666
dc69ddc433 Add AbstractGameRule.cs & derived classes 2025-11-09 22:45:29 +01:00
miku-666
56e381af24 Add DLCMiniGamePackage.cs 2025-11-09 22:44:26 +01:00
miku-666
e2dae6276f Update OMI Lib 2025-11-09 22:42:20 +01:00
miku-666
39b1df7c6d Initial work 2025-11-09 09:56:18 +01:00
miku-666
28413912b4 TextureAtlasEditor - small refactor + TODOs 2025-11-09 09:18:56 +01:00
miku-666
1f2e543c7f Core - Move 'MAX_PACK_ID' into GameConstants 2025-11-09 09:17:23 +01:00
miku-666
edc56a8556 LOCEditor - Added menu item for copying loc id 2025-11-09 09:15:53 +01:00
miku-666
7c347d49ce PckStudio.Core - Remove duplicated resources 2025-11-09 08:27:24 +01:00
miku-666
94f264c609 TextureAtlas - Impl extraction&import of large tiles 2025-11-09 08:25:11 +01:00
miku-666
38a3294d4b Fix PackInfo.cs - OMI.Endianess -> OMI.ByteOrder 2025-11-09 02:37:16 +01:00
miku-666
92dde14732 TextureAtlasEditor - Fix clear button not reseting color 2025-11-09 02:36:03 +01:00
miku-666
d46f8d95a7 Update OMI Submodule 2025-11-07 23:45:58 +01:00
miku-666
9d04e5f2aa Add Altas class & refactored Atlas editor 2025-11-06 20:38:43 +01:00
miku-666
444924bfd2 PckStudio - Move some Resources to Core 2025-11-01 14:47:48 +01:00
miku-666
dbfcdda5a9 PckStudio.Core - Add NamedData.cs 2025-10-27 18:32:13 +01:00
miku-666
d4411aa1e8 Merge branch 'main' into 3dSkinRenderer 2025-10-11 15:50:35 +02:00
miku-666
6b0f233390 Update OMI submodule url 2025-10-11 15:49:56 +02:00
miku-666
b44dc66a0c PckStudio.csproj - Remove unused ApplicationBuildInfo.cs 2025-10-05 09:05:24 +02:00
miku-666
f8534cfeb9 PckStudio.csproj - Remove defaultModels.json & modelMetaData.json
- files were moved to PckStuido.ModelSupport
2025-10-05 08:21:29 +02:00
miku-666
153de9e4c9 Add Constant 'NDEBUG' to Core, Rendering & ModelSupport project 2025-09-07 16:40:06 +02:00
miku-666
44ce10a9b6 Change namespace of EditorForm & EditorControl 2025-09-05 17:34:43 +02:00
miku-666
9656c8b48d Move Common functionality to Core project & rendering and Model support as well 2025-09-01 23:03:39 +02:00
miku-666
698056a0a0 CustomSkinEditor - Move initialization of render settings into a seperate funtion & remove show armor setting 2025-05-27 21:59:05 +02:00
miku-666
9700dff376 CustomSkinEditor - Fix naming violations 2025-05-27 21:56:29 +02:00
miku-666
7eff3e6608 EditorControl - Made virtual funtion throw NotImplementedException 2025-05-27 21:52:35 +02:00
miku-666
5aad9ea97a EditorForm - Remove abstract from class declaration 2025-05-27 21:51:20 +02:00
miku-666
1c0012d615 CustomSkinEditor - Remove fps slider and re-ordered ui 2025-05-27 21:49:33 +02:00
miku-666
bf1a0dd463 MainForm - Add constant for max pck id value 2025-05-27 21:47:15 +02:00
miku-666
a757f22b41 ModelEditor - Add highlighting of sinfgle model boxes 2025-05-27 21:45:32 +02:00
miku-666
2dee088dee CustomSkinEditor - Move max offset value into a constant 2025-05-27 21:43:04 +02:00
miku-666
bd82082b0a SceneViewport - Change base refresh rate to 60 fps 2025-05-27 21:38:19 +02:00
miku-666
1b201d77fc Merge branch 'main' into '3dSkinRenderer' 2025-04-30 16:51:09 +02:00
miku-666
336d9618f6 Update OMI Submodule ref 2025-04-30 16:48:57 +02:00
PhoenixARC
49cd274b22 Revert to fbff834 2025-04-26 13:22:05 -04:00
PhoenixARC
ab2da243bd modified OMI lib submodule 2025-04-26 13:07:27 -04:00
PhoenixARC
fbff8346eb Fix two bugs involving packs crashing
texturepacks now use the proper 'languages.loc' instead of 'localisation.loc'

PACKIDs now use the uint24 limit instead of the max int32 limit
2025-04-26 13:05:46 -04:00
PhoenixARC
095cea527c Merge pull request #45 from SkyForcesGit/patch-1
Changed naming of Ctrl key to the neutral one. It solves problem with building the project on systems with some specific languages.
2025-04-26 11:46:40 -04:00
SkyForces
d709a75744 Update MainForm.resx
Changed naming of Ctrl key to the neutral one. It solves problem with building the project on systems with some specific languages.
2025-04-26 18:42:50 +03:00
miku-666
f589b5ad7d [WIP] Sub-pck in new tab with savecontext etc. 2025-03-14 18:17:32 +01:00
miku-666
305e61ba70 Merge 'multi-pck-files-feature' into '3dSkinRenderer' 2025-03-09 09:56:49 +01:00
MattN-L
deda1e0d64 Changed "Unused" category to "Build Off" in parameter enum 2025-03-01 19:31:00 -05:00
MattN-L
0106df06db Can now open PCK files regardless of endianness.
The "PS4/Switch/Xbox One" checkbox now only handles which endianness format the pck is being saved in and what format to open the audio.pck files in.
2025-03-01 17:55:54 -05:00
miku-666
17ebe6c015 Fix missing extension function 2025-02-23 12:24:23 +01:00
miku-666
8c500ec094 Merge branch 'main' into 3dSkinRenderer 2025-02-23 11:00:28 +01:00
miku-666
705bdfa7d3 Merge branch 'main' of https://github.com/PhoenixARC/-PCK-Studio 2025-02-23 10:59:31 +01:00