Commit Graph

123 Commits

Author SHA1 Message Date
4add103f94 Added sprite batch settings to maintain sprite batch begin settings and keep consistency and control over settings. Ninepatch uses this. 2019-03-10 00:50:03 -06:00
04ec3cd793 Variable name refactor. 2019-03-10 00:49:25 -06:00
5080deed02 Added basic world scale variable. 2019-03-10 00:46:28 -06:00
c59252dbbf Added better system for beginning sprite batches for easier consistency. 2019-03-09 02:03:05 -06:00
ed11d31100 Modules made more useable by improving or fixing some of the drawing position logic. Variable names refactored as well. 2019-03-09 00:57:29 -06:00
782ca31f15 Implement module var name refactor and added way to keep insertion order. 2019-03-09 00:55:44 -06:00
ce2f402153 Added check for invalid parameters. 2019-03-09 00:54:41 -06:00
775e04fffa Refactor. 2019-03-08 13:41:03 -06:00
2d73d204e1 Updated text button to use new centering setup. Also minor refactor. 2019-03-08 10:17:37 -06:00
5ffdc3a9d6 Added UI automatic centering. 2019-03-08 10:14:51 -06:00
ebe22fa9dc Added better exception throwing for missing regions for skins by adding a required option for regions. 2019-03-07 23:43:25 -06:00
238cdbde71 Removed built in debugger due to issue with spritebatch and requireing it to restart the batch. May be replaced with a better solution later. 2019-03-05 23:05:39 -06:00
e19f6be719 Clean up and progress on buttons. 2019-03-05 21:42:28 -06:00
d346f7c729 Added centering function. 2019-03-05 21:41:31 -06:00
7b130f39ea Ninepatch boundaries are now on the outside of the given bounds. 2019-03-05 21:36:57 -06:00
78417186d1 Another fix for 9 patch. 2019-03-04 18:22:34 -06:00
668090cd5d fixed up 9 patch stuff. 2019-03-04 18:18:43 -06:00
8bd6ba6dc8 Implemented spritebatch's method of handling the origin. 2019-03-01 23:27:44 -06:00
f311cc38f3 Added offset to be used instead of origin in spritebatch does things I don't want it to do. Also added a project to more easily test this library. 2019-03-01 23:27:07 -06:00
051f3b04b5 Attempted at fixing 2D camera system. 2019-02-24 22:44:02 -06:00
5c0d678076 rotation functioning in rectangle renderer. 2019-02-22 02:17:50 -06:00
8d5435ad6c Rectangle renderers work. 2019-02-22 01:59:51 -06:00
c8e8bbf2be Small projects to perform tests and help with fixes. 2019-02-14 00:48:30 -06:00
68345ada3c rectangle renderer now has correct corner calculations; switched to vertex buffer for primitive batch. still wip. 2019-02-13 07:44:05 -06:00
de93e35b07 implemented rectangle renderer changes. 2019-02-11 23:27:51 -06:00
4fb9e64f06 Removed begin and end because thats not how it works... Still working on rectangle drawing for rotating rectangle. 2019-02-11 23:27:36 -06:00
cec8ff1f17 forgot to change this back to use whatever primitive type is given. 2019-02-11 23:26:46 -06:00
b072701a22 strip primitives now works. 2019-02-11 23:21:35 -06:00
f8285c8786 Book now sets the pages camera to the books camera. 2019-02-10 23:32:16 -06:00
2bd6d68490 Primitive batch now works. Probably. 2019-02-10 23:32:00 -06:00
56eb4e9e7f Camera2D now tested to work. Probably. 2019-02-10 23:28:48 -06:00
751bdd72e8 Camera now uses correct graphics device reference. 2019-02-07 23:44:39 -06:00
85188e859f Center(); function of 3D camera now also sets Z position to 0. Changed order of multiplication for matrices. 2019-02-06 15:40:54 -06:00
3bd3b0f9f6 Renamed Camera class to Camera3D. 2019-02-06 00:12:39 -06:00
3c7e6cdefb Implemented the changes of the new camera. 2019-02-06 00:12:08 -06:00
e0858ad85d Added 3d camera and created 2d camera from it. 2019-02-06 00:11:22 -06:00
e1e2bbb3d7 Began trying to fix primitive batch. Added a default camera to the configuration. 2019-01-30 07:46:58 -06:00
8387cbc604 function for obtaining color will now work with nulls by setting the key to "default". 2019-01-29 16:54:24 -06:00
ec53e887ee fixed logic. 2019-01-29 16:27:04 -06:00
52d5220a30 implemented previous skin changes. 2019-01-29 16:23:25 -06:00
32f9ff11fb changes in how skin system works. 2019-01-29 16:22:14 -06:00
359f3381bf changes to reflect changes for skin. 2019-01-29 16:00:43 -06:00
e356a82190 using heirarchy for definitions implemented. 2019-01-29 16:00:13 -06:00
2e984db135 previous commit didn't contain actual update file, so its apart of this commit. 2019-01-29 15:59:35 -06:00
60d02f1f81 Skin will now return null if the skin doesn't contain a texture region a definition potentially requests. If request name is null, will now also return null. 2019-01-29 15:58:20 -06:00
ff2e0b479f Added a function to check for the existence of a region. 2019-01-29 15:55:56 -06:00
8ea9ae3921 attempt at fixing skin system as well as improved convenience. 2019-01-28 19:43:41 -06:00
7892bff6be fixed issue with skin being null. 2019-01-27 18:31:19 -06:00
501da58cb7 Changed use of Skin to ISkin. 2019-01-27 18:14:10 -06:00
44e574ddce Changed from using Skin to interface ISkin. 2019-01-27 18:11:45 -06:00