|
c52283295a
|
scroll normalization corrected and now has boundary restrictions.
|
2019-04-28 13:55:58 -05:00 |
|
|
72188194e5
|
Scrolling now moves children.
|
2019-04-27 23:22:33 -05:00 |
|
|
1211cda508
|
Hand scrolling moves scroll bars appropriately.
|
2019-04-26 00:09:31 -05:00 |
|
|
53000e6a6c
|
Fading now works.
|
2019-04-15 20:25:36 -05:00 |
|
|
f82c6cb9e1
|
more progress on scroll system.
|
2019-04-12 21:46:12 -05:00 |
|
|
91e005ea00
|
Progress on scroll panel.
|
2019-04-11 00:51:26 -05:00 |
|
|
3e5b838abe
|
Many refactors and minor changes. idk.
|
2019-04-08 23:58:27 -05:00 |
|
|
d7ca521b9b
|
Scissoring now works and implemented; Refactoring as well;
|
2019-03-27 02:35:20 -05:00 |
|
|
b045033b25
|
refactoring; removed configuration setup; added consistent sprite batch; got rid of sprite batch settings; implemented newer setup;
|
2019-03-23 19:04:43 -05:00 |
|
|
e3535f5662
|
Changed 9p and tatlas' to use a separately loaded texture.
|
2019-03-20 19:28:16 -05:00 |
|
|
04ec3cd793
|
Variable name refactor.
|
2019-03-10 00:49:25 -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 |
|
|
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 |
|
|
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 |
|
|
de93e35b07
|
implemented rectangle renderer changes.
|
2019-02-11 23:27:51 -06:00 |
|
|
3c7e6cdefb
|
Implemented the changes of the new camera.
|
2019-02-06 00:12:08 -06:00 |
|
|
e1e2bbb3d7
|
Began trying to fix primitive batch. Added a default camera to the configuration.
|
2019-01-30 07:46:58 -06:00 |
|
|
52d5220a30
|
implemented previous skin changes.
|
2019-01-29 16:23:25 -06:00 |
|
|
e356a82190
|
using heirarchy for definitions implemented.
|
2019-01-29 16:00:13 -06:00 |
|
|
8ea9ae3921
|
attempt at fixing skin system as well as improved convenience.
|
2019-01-28 19:43:41 -06:00 |
|
|
501da58cb7
|
Changed use of Skin to ISkin.
|
2019-01-27 18:14:10 -06:00 |
|
|
fa8a8f169c
|
Added convenience function for UI modules that centers the origin relative to the bounds.
|
2019-01-27 18:06:55 -06:00 |
|
|
66b2fb9c5c
|
event now passes the button that sent the event.
|
2019-01-27 17:59:55 -06:00 |
|
|
9d84b641db
|
refactor.
|
2019-01-27 17:39:18 -06:00 |
|
|
ea8f96d877
|
Progress on skin system, added skin stack.
|
2019-01-20 01:08:38 -06:00 |
|
|
441a4d1a36
|
Refactoring
|
2019-01-15 17:33:55 -06:00 |
|
|
2a2a7cba49
|
Done basic documentation. Further expansion may be needed. Maybe. But only maybe.
|
2019-01-14 20:00:11 -06:00 |
|
|
b019b7cf10
|
Even more documentation.
|
2019-01-14 01:26:46 -06:00 |
|
|
40c7772559
|
documentation.
|
2019-01-14 00:34:35 -06:00 |
|
|
32c2f25196
|
documentation
|
2019-01-13 23:23:03 -06:00 |
|
|
9df8503f08
|
removed all unused imports.
|
2019-01-13 14:22:53 -06:00 |
|
|
ec62b81a12
|
basic primitive batch progress.
|
2019-01-11 22:09:42 -06:00 |
|
|
8ab83b5188
|
implemented skin system to ui modules; progress on functional text button.
|
2018-12-14 00:43:38 -06:00 |
|
|
4fd37b6675
|
implemented the special drawable interface.
|
2018-12-14 00:42:51 -06:00 |
|
|
f3bfba0045
|
refactored naming of ui text from text label to text.
|
2018-12-11 01:12:25 -06:00 |
|
|
151480eaee
|
refactor: removed dash from project name and underscore from namespaces. Began working on pipeline project.
|
2018-12-04 19:19:31 -06:00 |
|