Commit Graph

76 Commits

Author SHA1 Message Date
Jan Racek
4aa4e49424 psst 2026-03-24 13:00:54 +01:00
53e993f58e feature: Added psxsplash installer, added basic BSP implementation (non-functional) 2025-09-04 18:01:23 +02:00
0d1e363dbb Fixed texture deduping 2025-08-22 22:19:21 +02:00
ac0e4d8420 Added IsActive flag and scene lua files 2025-04-17 15:36:34 +02:00
9af5d7dd1a I hate lfs 2025-04-15 21:19:40 +02:00
dc9bfcb155 Fixed toolchain install on windows 2025-04-15 14:18:58 +02:00
849e221b32 Fixing lfs, hopefully 2025-04-15 13:32:24 +02:00
2013e31b04 Added automatic toolchain, gcc and make installation 2025-04-15 13:17:30 +02:00
Bandwidth
4cebe93c34 Merge pull request #13 from aliakseikalosha/lua
Update lua asset hadling
2025-04-12 21:13:31 +02:00
aliaksei.kalosha
551eb4c0de remove code repetition
2
2025-04-12 19:21:52 +02:00
aliaksei.kalosha
ecb1422937 update handling of Lua assets 2025-04-12 18:16:57 +02:00
a07a715d19 merge main into lua 2025-04-12 14:55:42 +02:00
Bandwidth
f7031ddc40 Merge pull request #12 from aliakseikalosha/main
add texture cache to PSXObjectExporter
2025-04-12 14:51:53 +02:00
aliaksei.kalosha
87dcb1024f fix bug with reimport of texture 2025-04-12 01:40:06 +02:00
aliaksei.kalosha
09404e6e06 add more C# look to the PSXPlayer class 2025-04-12 01:25:21 +02:00
aliaksei.kalosha
a8e5f7cc4a add Texture Cache on PSXObjectExporter 2025-04-12 00:56:17 +02:00
Bandwidth
bfe8ccd6bc Merge pull request #11 from MrQuetch/patch-1
Update README.md
2025-04-11 11:40:18 +02:00
Bandwidth
2d0502fb42 R/W is done automatically now, added note about framebuffers 2025-04-11 11:38:52 +02:00
Nicolas Noble
1073db839e Fixing typo.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-10 18:22:26 -07:00
Nicolas Noble
bfe2f8f1af Fixing typo.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-10 18:22:12 -07:00
MrQuetch
c815f3a444 Update README.md
Updated the readme to be more organized, include links, and general information on developing for the PS1 with SplashEdit.
2025-04-10 17:16:22 -07:00
b3da188438 Added lua exporting 2025-04-09 22:20:52 +02:00
765575d7ae Final before first release 2025-04-07 22:18:01 +02:00
Bandwidth
3d6dd4c385 Update README.md 2025-04-07 22:12:36 +02:00
103f1b4191 Final cleanup before alpha release 2025-04-07 21:26:18 +02:00
e1869f0519 merge splashpack into main 2025-04-07 17:51:06 +02:00
93c50866f8 Better navmesh, Added icons, Added PSXPlayer component 2025-04-07 17:47:48 +02:00
Bandwidth
e38ff2e64b Merge pull request #4 from aliakseikalosha/splashpack
Update texture import settings
2025-04-07 10:48:24 +02:00
aliaksei.kalosha
840d46c20c update texture import settings 2025-04-06 18:11:56 +02:00
9037937d3c Added navmesh exporting 2025-04-03 21:42:26 +02:00
fa747ad786 Updated Splashpack structure, added imhex project 2025-04-03 17:52:14 +02:00
6c1a0854c7 Fixed some PR derps 2025-04-03 00:48:13 +02:00
Bandwidth
d1835dfe3a Merge pull request #3 from psxsplash/splashpack
Merge splashpack into main
2025-04-02 13:49:27 +02:00
Bandwidth
59e6b1693f Update LICENSE 2025-04-02 13:48:48 +02:00
Bandwidth
f3399aed7a Update LICENSE 2025-04-02 13:47:43 +02:00
Bandwidth
52596df2d8 Merge pull request #2 from aliakseikalosha/splashpack
Splashpack
2025-04-02 13:46:27 +02:00
aliaksei.kalosha
fedf013ee9 improve code readability 2025-04-01 22:34:30 +02:00
aliaksei.kalosha
a42cce4ee2 fix after merge 2025-04-01 21:50:09 +02:00
aliaksei.kalosha
de21aa6c67 Merge branch 'main' into splashpack 2025-04-01 20:37:50 +02:00
da12ade580 Improved light baking, updated splashpack structure and documentation 2025-03-30 21:31:02 +02:00
9e0d1557ee Minor refactor and QoL features, updated splashpack 2025-03-26 14:31:49 +01:00
b0800a3995 Added cluts 2025-03-23 13:08:13 +01:00
afe9feb192 Fixed quantized preview 16bb preview 2025-03-23 00:36:39 +01:00
f921319f1e Added splashpack filespec 2025-03-23 00:17:12 +01:00
1e4f5673e8 Splashpack fixes, added GTE scaling option 2025-03-23 00:05:33 +01:00
0d639acf78 Added splashpack 2025-03-22 08:45:32 +01:00
aliaksei.kalosha
c356649a69 set default value for QuantizedPreviewWindow PSXBPP 2025-03-18 13:08:08 +01:00
aliaksei.kalosha
d83e935a14 add check to not recalculate the same textures twice 2025-03-18 12:41:59 +01:00
aliaksei.kalosha
f89ed71bd4 more refactoring
remove code duplication
remove magic constant
add new constant
add LICENSE.meta
2025-03-18 12:12:39 +01:00
aliaksei.kalosha
e2a9c13fe5 code refactoring and improvement
add more "Unity" way of handling static object
add RequireComponent to ensure that object have mesh and texture
add some handling of empty texture on objects
removed repetition from code
set all formatting to be the same
2025-03-18 01:11:45 +01:00