Commit Graph

39 Commits

Author SHA1 Message Date
micycle ebe0dda6b6 add vertex shader (frost helper my beloved) 2023-05-24 23:56:12 -05:00
yosh 58df89a5af correct matrix 2023-05-24 21:13:50 -05:00
yosh 1aa8027a13 increase threshold. this captures db 2023-05-24 21:13:42 -05:00
micycle e5d45f5d48 fized xna shader compatability with copious static consts 2023-05-24 20:50:10 -05:00
micycle 2343743a43 squash premult 2023-05-24 20:50:10 -05:00
micycle 343f91a324 clean up 2023-05-24 20:50:10 -05:00
micycle 3f97a9f312 stop using premultiplied color for user selectable colors 2023-05-24 20:50:10 -05:00
yosh d0867f30a9 increase threashold for dark brown recolor 2023-05-22 00:03:26 -05:00
yosh f47c8f60b6 cleanup make pipeline 2023-05-22 00:02:38 -05:00
yosh daeb7c52e8 bump version 2023-05-21 23:17:51 -05:00
yosh 1de6886ad2 remove strip target 2023-05-21 23:17:44 -05:00
yosh 4b0fe0e291 celeste mono workaround 2023-05-21 23:00:30 -05:00
yosh ae23c9d901 update makefile 2023-05-21 22:12:20 -05:00
yosh ab315e5598 update readme 2023-05-21 22:12:06 -05:00
yosh fc36ac958d update license 2023-05-21 22:11:55 -05:00
micycle 01ad25e8b4 rm unused colorgrades 2023-05-21 21:37:00 -05:00
micycle 718bac079a begone warnings 2023-05-21 21:37:00 -05:00
micycle 18c188122f we need to send the updated body color for celestenet on change 2023-05-21 21:37:00 -05:00
micycle ef2dce6872 add seperate color mode toggle for body colors 2023-05-21 21:37:00 -05:00
micycle 8643ea14af unbreak colored dash particles 2023-05-21 21:37:00 -05:00
micycle 6e956b3808 set correct defaults for body colors 2023-05-21 21:37:00 -05:00
micycle 0d77198843 fix body colors being mistankly hidden in externaldash mode 2023-05-21 21:37:00 -05:00
micycle a234d4a113 use extension methods for hex conversion & support alpha colors 2023-05-21 21:37:00 -05:00
micycle e09e1525c2 rm presets from Data and have them converted to rgb as needed 2023-05-21 21:37:00 -05:00
micycle 91bbbb4cb4 support reskinning body colors 2023-05-21 21:37:00 -05:00
yosh 584ca0a0fc makefile and readme updates 2023-05-09 01:26:13 -04:00
micycle 1e7e3af492 strip target should apply to References, not Libraries
(applying it to Libraries would brick Everest)
2023-05-09 01:21:53 -04:00
micycle d5cd363aa1 create the References directory + add it to our search path 2023-05-09 01:21:34 -04:00
micycle cbc0cd98b2 reademe words
typo
2023-05-09 01:21:34 -04:00
micycle 7190de76f9 garbage redundant file; this was moved to Misc.cs in fd69e4 2023-05-09 01:21:34 -04:00
micycle 2d3517ce9f todo lol 2023-05-09 01:20:36 -04:00
micycle d540bee8c9 add playerdeadbody hook 2023-05-09 01:20:36 -04:00
micycle 87c117b560 refactor out the recoloring effect 2023-05-09 01:20:36 -04:00
yosh 3fdd29793d update gitignore 2023-05-08 11:35:58 -04:00
yosh d68b326d05 sprite cleanup, readme, zip 2023-05-08 01:14:06 -04:00
yosh 6843ab68d0 readme + oops license markdown 2023-05-07 23:59:55 -04:00
yosh 33565ebd45 cleanup + license clarification 2023-05-07 23:51:26 -04:00
yosh cf5efcbdbc Merge all of micycle's changes
Squashed commit of the following:

commit 9005b2b7b43ffe0b07fafa67f3d9f82cd26d110c
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Sun May 7 19:59:20 2023 -0400

    fix crash on client disconnect

commit 3105e82ac2d688e8c3e9461d4235d9dbde300379
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Sun May 7 16:56:36 2023 -0400

    fix uncaught fallthrough in GetColor

commit 030cc459d78988abdca702b8000b5ad7e282dab3
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Sun May 7 16:31:27 2023 -0400

    add the license text for CC-BY-NC-SA-4 from the license on gamebanana

commit 38c403f662a78ebb3cf0d093e0e4356ee31f4474
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Sun May 7 16:23:52 2023 -0400

    build

commit 61af7e666aac2c8a6099c3e95fe48fda0a082038
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Sun May 7 16:23:25 2023 -0400

    we no longer need reloads or deaths when enabling

commit de509fc32d151e70e93514ffe10bf10388c21c4b
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Sun May 7 16:21:08 2023 -0400

    add strip target in phony just in case

commit 44d8e87eb9ba4252f9c283f285d9757243a551da
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Sun May 7 16:20:19 2023 -0400

    convert crlf newlines to lf and remove utf8-bom

commit 02c4ef754a1b22687ad84ba83c2b14ef9a8fc376
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Sun May 7 16:17:01 2023 -0400

    strip our reference assemblies to reduce file size

commit 1af89ed351e95e49712921df4d06799f0823aafa
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Sun May 7 15:58:00 2023 -0400

    fix regression for playback entities and other non-ghost player sprites

commit 157bbadde5365822f38daa885b29cd19f30990c2
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Sun May 7 05:33:08 2023 -0400

    polish

commit 4629793c530ecac41ca4d4e1376037973f554c90
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Sun May 7 05:19:44 2023 -0400

    reword

commit 998e4e91f215795d09c2d84ba95fc5dbaf60db5e
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Sun May 7 05:18:44 2023 -0400

    build

commit 1ff0b69c9dc9a1c5728a3919fc4f4bff4dfd24c5
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Sun May 7 05:18:31 2023 -0400

    remove bullshit note

commit ad799e4e52efd1343c1c3d29380043fbc24e2ff8
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Sun May 7 04:56:46 2023 -0400

    add note about disabling hair mods

commit a78de6b6780aa3d035cb422f307050d741ee5587
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Sun May 7 04:39:25 2023 -0400

    build

commit f605307da9303e0529923a4b6f8767f2991df0d0
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Sun May 7 04:39:20 2023 -0400

    fix crash w/o celestenet & make note a header (disabled notes can't be viewed)

commit 8b297426fcbe01cbddfc4ee4289f90b3160e4f87
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Sun May 7 04:11:25 2023 -0400

    unused

commit fd69e4c918b41149ce0399e5fc75139a6280f571
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Sun May 7 04:11:11 2023 -0400

    move colorutil into misc

commit 6522db9f06e7e461098fc13705f04b02542a52a9
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Sun May 7 03:59:18 2023 -0400

    build

commit 3d57982539e8b734099bd24dce765dcaedc7e5a7
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Sun May 7 03:59:13 2023 -0400

    reword some more text

commit a87e853d44f98b09c95308a1f13683188da612fd
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Sun May 7 03:50:06 2023 -0400

    disable celestenet settings when not installed + reword some text

commit 50ed0542decf3219275813d4873c613f620e8b28
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Sun May 7 03:48:34 2023 -0400

    Revert "dependency downloader for celestenet"

    This reverts commit 6c896eaee60d22944e679352e7de74b6ead36aa8.

commit 6c896eaee60d22944e679352e7de74b6ead36aa8
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Sun May 7 03:47:50 2023 -0400

    dependency downloader for celestenet

commit f4f280230500611cf6ae0269e116c63ff420b1d1
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Sun May 7 03:17:14 2023 -0400

    build actually done wtf?

commit 8e003342720efcd213db75502e6acbea61b76304
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Sun May 7 02:52:34 2023 -0400

    rewrite

commit c601079e66e44c72ea50e818856b829a0328ac17
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Sun May 7 02:52:11 2023 -0400

    fix dash trails but introduce a crash with players w/o mod

commit 0b3b051292c10391eae73f23242de3179a8a9904
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Sun May 7 01:33:41 2023 -0400

    well it does sync, but issues:
    - setting hair color conflicts with hyperline
    - hair direction doesn't update wtf?
    - dash trail is fucked

commit da36686a4791d57dcb9a5cb8636005086a4d75e2
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Sun May 7 01:16:37 2023 -0400

    fix celestenet onoffs not displaing the stored setting on first load

commit 62a25a5e737c33a47f6f1c5f77037d7d681b4114
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Sat May 6 20:28:28 2023 -0400

    remove unneeded line in makefile

commit 394a7cd49b64d071a8ab0276b6db19bb56de1579
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Sat May 6 20:28:17 2023 -0400

    refactor module to better support ghosts, and finish celestnet module

commit 9f0f04a6d903ee760d556ba94b282b73083c6bae
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Sat May 6 16:19:28 2023 -0400

    fix makfile for hot reload

commit c4316c1c7eb99f0d8080df01ff97bc89eb6f3076
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Sat May 6 02:58:44 2023 -0400

    start proper celestenet module

commit 96a21fac816fb30a3710837571e1d683ea39645e
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Mon Apr 24 15:26:36 2023 -0400

    fix settings crash

commit a66cf51ed1d2a2e6d0fc36b46ab587d51bc88e4e
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Mon Apr 24 15:01:25 2023 -0400

    add celeste menu options

commit c095747458f8abd904e21d19742c97e44907f0eb
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Sun Apr 23 14:45:44 2023 -0400

    fix crash with ghosts not having a scene set??!?

commit bcea0f41e5b0dace8e61bf112ec5fc47679ceffc
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Sun Apr 23 03:36:33 2023 -0400

    Settings.enabled and player != null guards

commit 3cecaa2a6b6adcfcd96790e4e2f36fef0200e922
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Sun Apr 23 03:19:45 2023 -0400

    quick fix for null ghost hair

commit cedb0c55b38405abcb901c94203e4bea1dcd1e65
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Sun Apr 23 02:40:21 2023 -0400

    unload the celestenet hook

commit 486d09221566d7de3b2c8f739710800536be6f74
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Sun Apr 23 02:38:34 2023 -0400

    fix up makefile

commit 68e99cf0c4898e399c093a7aa60b87c6e1db98ac
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Sun Apr 23 02:26:30 2023 -0400

    rm old dll

commit eb6006e6f5afec3b281469ec3cfa56e732ecf7e4
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Sun Apr 23 02:26:14 2023 -0400

    code rebuild

commit 05441fcd3ab35ac76a50bea744259b0704794bbe
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Sun Apr 23 02:17:19 2023 -0400

    clean up :3

commit 831dd6775cf585ab0feb202fc27e66b36e033c6d
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Sun Apr 23 01:51:04 2023 -0400

    add in CelesteNet ghost support :)

commit 7e8bcac717e294f88b097ec6c60eb128a521d605
Author: micycle <5301938-bit_network@users.noreply.gitlab.com>
Date:   Sat Apr 22 23:42:58 2023 -0400

    initial commit (should have starting tracking a while ago)
2023-05-07 22:30:34 -04:00
yosh 867fd9a438 initial commit - 1.0.3 2023-05-07 21:34:49 -04:00