Commit Graph
100 Commits
Author SHA1 Message Date
YourWishes 811271dc5d Fixed crashing on empty string for UIRichTextLabel 2023-06-19 12:04:26 -07:00
YourWishes c01f484a87 Need a better solution but added compiler flag to change padding of ints in arrays on GLSL 2023-06-19 11:57:59 -07:00
YourWishes 32a6375c39 Fixed shader alignment on windows 2023-06-19 11:44:45 -07:00
YourWishes bc37db2aa7 Test back 2023-06-18 13:46:15 -07:00
YourWishes 318615c3b4 Fixed bug with VN scrolling 2023-06-18 10:00:28 -07:00
YourWishes 79556955ef Added more variants of Ysabeuau fonts 2023-06-18 00:42:49 -07:00
YourWishes 55490a9918 Fixed bug with empty string, allowing local fonts to be loaded. 2023-06-17 22:15:57 -07:00
YourWishes 9431ecfe00 Removed old font parts 2023-06-17 20:26:26 -07:00
YourWishes 4e1e1cacfb I guess I fixed a bug, not really sure, moving on to restoring game functionality 2023-06-17 20:23:30 -07:00
YourWishes 77f5383cb9 Testing mixing styles 2023-06-17 08:29:29 -07:00
YourWishes f766f675ce Finally finished VN textbox 2023-06-17 07:59:22 -07:00
YourWishes 4cbff34034 Fixed some bugs and added parsing 2023-06-16 15:48:33 -07:00
YourWishes b35c9c3505 Removed old TrueType 2023-06-16 10:46:41 -07:00
YourWishes 30a4d25b17 About to cleanup truetype and newtruetype 2023-06-16 10:29:08 -07:00
YourWishes 97c620cd5b Prepping label statistics. 2023-06-15 22:09:24 -07:00
YourWishes c9522b5296 UI Label Wrap 2023-06-15 20:48:30 -07:00
YourWishes e978ae6e66 Progress untangle 2023-06-14 21:14:52 -07:00
YourWishes 29bb22b5d0 Working on removing ui label 2023-06-12 10:09:45 -07:00
YourWishes c7d5377b9c Pretty much everything Label wise is working 2023-06-12 08:32:12 -07:00
YourWishes a4eecbe1d4 Prog ttf 2023-06-12 06:25:17 -07:00
YourWishes 836ecb265b Next phase ready 2023-06-11 09:08:14 -07:00
YourWishes 7e20d6e8c5 API Almost finished 2023-06-11 09:05:25 -07:00
YourWishes bbc75feb0d Loading fonts is done 2023-06-10 12:01:14 -07:00
YourWishes 4acf77257a About 3/4 done with new font system 2023-06-09 23:12:10 -07:00
YourWishes c6d0801db0 Font loading progress 2023-06-09 09:04:45 -07:00
YourWishes c6d3e5390f Font loading progress 2023-06-09 09:04:38 -07:00
YourWishes d3b9f82ad0 TTF Prog 2023-06-05 11:49:38 -07:00
YourWishes 0721e98e00 Basicallly POC, but still somethign wrong with u_FontQuadParts 2023-06-04 10:05:42 -07:00
YourWishes d2dc93d3be Half way through debugging texture problems 2023-06-04 08:28:49 -07:00
YourWishes 19eabe6e76 Font round 1 2023-06-02 21:04:35 -07:00
YourWishes af75bb546a Testing Font shader setup for arrays 2023-06-01 10:10:34 -07:00
YourWishes 1b84efe0d6 Fixed some bugs with buffers during font building 2023-05-31 10:47:06 -07:00
YourWishes 4ae838945e Fixed UI not rendering (partially) 2023-05-31 09:30:21 -07:00
YourWishes a51c5d0fc8 Moved a few things to shader buffers, added some bugs that I have to fix 2023-05-30 08:35:18 -07:00
YourWishes 89ab1800ec First working example 2023-05-29 19:50:04 -07:00
YourWishes cdc0c03dd3 Added IRenderable, removed shader programs and allow more nuanced control of render passes, UI items are now rendered same as other scene item components. 2023-05-29 15:52:08 -07:00
YourWishes d6625ba094 Mid prog font 2023-05-26 10:44:17 -07:00
YourWishes e38d6b7948 Added shader param buffer support 2023-05-24 23:07:09 -07:00
YourWishes b65f52878a Fixed texture filter modes not applying. 2023-05-22 11:52:10 -07:00
YourWishes fd6d6ab677 First phase moving from STBTT to FreeType 2023-05-22 11:25:59 -07:00
YourWishes 6069c71384 Prepping to allow textures to have different render modes/types. Prepping for freetype support 2023-05-21 23:35:39 -07:00
YourWishes 68650b1b93 About to move from STB TrueType to FreeType 2023-05-21 15:56:21 -07:00
YourWishes 74cdc66814 VN textbox event 2023-05-21 15:11:51 -07:00
YourWishes b61c1fc5ba Fixed XML Parser not parsing empty XML sheets 100% correctly. 2023-05-20 22:53:53 -07:00
YourWishes c69352cf9c VN Textbox Scroll initial version 2023-05-20 22:13:22 -07:00
YourWishes 8df72dace1 Added code support, not great but hey it works 2023-05-18 23:31:36 -07:00
YourWishes 5619ce9824 Fixed VNDummy import missing 2023-05-18 21:52:41 -07:00
YourWishes 7a6731cc9e XML structured much better 2023-05-18 21:51:22 -07:00
YourWishes 26252d3b64 VNSceneGen is more or less working 2023-05-18 21:39:59 -07:00
YourWishes e5b7bb9eec VN Scene update prog. 2023-05-18 09:35:03 -07:00
YourWishes fc303b3b47 About to break VN Scene Parser 2023-05-17 21:52:24 -07:00
YourWishes 1e04811c20 Comitting incase I break something 2023-05-17 12:48:42 -07:00
YourWishes 5ce7950945 Added a great scene generator 2023-05-16 20:37:41 -07:00
YourWishes bce6dbffa6 Prefab Generator Refactor 2023-05-16 08:56:05 -07:00
YourWishes a7aec06aec Tiled sprite improvements! 2023-05-14 19:06:37 -07:00
YourWishes d603da50c7 Testing textures 2023-05-11 23:57:08 -07:00
YourWishes ba44eacfba Fixed UI Image 2023-05-10 23:35:10 -07:00
YourWishes 195e49e243 (Temp) UI only renders to backbuffer 2023-05-10 12:48:33 -07:00
YourWishes cdc3e89f8a Allow camera render target to be null 2023-05-10 07:43:02 -07:00
YourWishes 9f5c39b8d0 Added percentage support to UIElements 2023-05-09 23:51:12 -07:00
YourWishes e6b93fe5db Grid Progress 2023-04-30 15:31:22 -07:00
YourWishes 248e000c63 UI Border Done 2023-04-29 20:55:32 -07:00
YourWishes 129a460cd1 Now I gotta fix alignment 2023-04-27 23:31:09 -07:00
YourWishes 89afd1e53f TTF Loading Fixed 2023-04-27 21:52:19 -07:00
YourWishes 60d4b53a33 Added IF Event Parsing 2023-04-25 23:06:23 -07:00
YourWishes ce2ac8ba1c Add choice and choice-set event parsing 2023-04-25 20:33:13 -07:00
YourWishes 556b731c0e Fixed / Finished Go To event 2023-04-25 19:20:12 -07:00
YourWishes a0eaa4b0ff Merge branch 'master' of https://git.wish.moe/YourWishes/Dawn 2023-04-25 18:55:00 -07:00
YourWishes 88f4c5684a Marker progress 2023-04-25 18:22:55 -07:00
YourWishes a231b14df4 Fixed parallel event bug 2023-04-24 22:35:45 -07:00
YourWishes 87d12982d1 Parallel event processing 2023-04-24 20:04:31 -07:00
YourWishes d105f9e4ab Parallel event 2023-04-23 21:43:17 -07:00
YourWishes 7c45d4469a Working on parser 2023-04-23 18:46:03 -07:00
YourWishes d4b4267c51 First real pass at VN Event Parsing 2023-04-22 22:50:20 -07:00
YourWishes 23d5e13178 VNEvents 2023-04-21 23:30:33 -07:00
YourWishes 36119645d5 Moved more files around, working on VN engine 2023-04-20 14:08:02 -07:00
YourWishes 1c21c15261 Starting new VN Structure 2023-04-18 09:55:11 -07:00
YourWishes a942738e95 Prog 2023-04-09 15:41:27 -07:00
YourWishes 26efdfe314 Example of allowing multiple components of the same type to be queried. 2023-04-07 07:46:41 -07:00
YourWishes 4be44fbf10 Sword attack done 2023-04-07 07:25:54 -07:00
YourWishes 4d61fd81a8 New attack system tomorrow, bed tonight 2023-04-06 22:28:36 -07:00
YourWishes 8e964688b9 Thinking of a new attack base 2023-04-05 22:44:24 -07:00
YourWishes 46a2c50b9e Player texture 2023-04-05 22:21:11 -07:00
YourWishes 599e354b90 Fixed weird fmod bug I guess 2023-04-05 22:13:24 -07:00
YourWishes 0e6befb92e Trying to find the modulo problem 2023-04-05 21:44:55 -07:00
YourWishes 411076c903 Moving Unity walk system over (incomplete) 2023-04-05 08:24:03 -07:00
YourWishes e4008d5252 Fixed the billboard shader to be what I intended from the start. 2023-04-04 22:27:27 -07:00
YourWishes 685bc5b9c9 First pass of new shader manager 2023-04-04 21:49:20 -07:00
YourWishes e51818f748 idk shaders 2023-04-02 19:00:51 -07:00
YourWishes 8945c2e3a9 Fixed colors in shaders. 2023-04-02 17:45:46 -07:00
YourWishes c41bc60075 Started fixing texture tool (incomplete) 2023-04-02 17:15:49 -07:00
YourWishes 17acc2fa3e Prog on assets 2023-04-02 13:26:32 -07:00
YourWishes fb8300f824 Merge branch 'test' 2023-04-02 13:22:59 -07:00
YourWishes 18b4648810 testT 2023-04-02 13:22:29 -07:00
YourWishes 73310fbf87 Made sword "work" 2023-04-01 23:58:58 -07:00
YourWishes fdb1c69775 Made the hurt hazard work better. 2023-04-01 23:52:34 -07:00
YourWishes 9167c7a88a Making Solid Controller work 2023-04-01 22:35:16 -07:00
YourWishes 5ff8489a39 Working on different collider types. 2023-04-01 21:59:48 -07:00
YourWishes d4fb2968ad Moved some files around 2023-03-31 12:50:51 -07:00
YourWishes 5369e2e58a Fixed prefab tool for Linux 2023-03-31 08:58:09 -07:00