|
ddb2c2391c
|
added fonts to their respective directory for sake of repository portability.
|
2018-12-14 11:20:23 -06:00 |
|
|
07e172d913
|
shortened line
|
2018-12-09 17:21:15 -06:00 |
|
|
0f3cf08e75
|
switched generic type to object for preferences, no longer using marker interface.
|
2018-12-05 00:02:12 -06:00 |
|
|
e0959b2578
|
cleaned up residue errors from refactoring in other project
|
2018-12-04 23:37:05 -06:00 |
|
|
d92f036a5d
|
namespace refactor for R:Athenaeum
|
2018-12-03 23:05:54 -06:00 |
|
|
dd5207b2b3
|
moved utilities to a separate project.
|
2018-11-29 21:00:12 -06:00 |
|
|
6f43cbffbb
|
progress on text buttons (untested)
|
2018-11-22 01:12:40 -06:00 |
|
|
f63a7b76e3
|
added untested nine patch system.
|
2018-11-22 01:04:47 -06:00 |
|
|
75da4db4fe
|
minor changes to text label
|
2018-11-20 19:52:51 -06:00 |
|
|
a402df1475
|
added rotation property to image ui module
|
2018-11-20 19:00:27 -06:00 |
|
|
3347316182
|
refactoring to comply with c# conventions
|
2018-11-20 18:56:41 -06:00 |
|
|
efbaad9c1b
|
improved text label (still untested, changed from "Text" to "TextLabel").
|
2018-11-20 18:41:24 -06:00 |
|
|
88baab37db
|
refactored field names, organized classes, text ui module now can scale and wrap.
|
2018-11-20 18:12:02 -06:00 |
|
|
1edebdd223
|
began implementing music controller system.
|
2018-11-19 23:08:11 -06:00 |
|
|
673cdd0b79
|
preference manager's loading system tested and works now.
|
2018-11-19 23:07:57 -06:00 |
|
|
4da7243a60
|
music controller now has constructor that creates music list for simplicity. Also now has listener for music list search event.
|
2018-11-19 23:06:59 -06:00 |
|
|
1bdda94905
|
fixed music list.
|
2018-11-19 23:05:59 -06:00 |
|
|
57e76be95d
|
untested visualizer complete.
|
2018-11-19 21:07:23 -06:00 |
|
|
02d814b4f7
|
progress on untested music controller (base music controller using NAudio added, created intermediate sample provider that allows to obtain spectrum for current buffer);
|
2018-11-19 01:38:10 -06:00 |
|
|
6086c6491b
|
began working on audio system; added Naudio;
|
2018-11-18 19:09:28 -06:00 |
|
|
a4bedd34af
|
new cursor while cleaning up from refactor.
|
2018-11-18 00:17:23 -06:00 |
|
|
1195b8228a
|
refactor and better screen mechanism (probably)
|
2018-11-17 23:27:05 -06:00 |
|
|
8377bb5ae8
|
title now displayed
|
2018-11-15 01:22:35 -06:00 |
|
|
507cde744d
|
screens update normal logic during transition now; added comments; book now has an initiate function; image has more functions; minor improvements on module system;
|
2018-11-15 01:22:19 -06:00 |
|
|
e00f89325d
|
added basic image ui module
|
2018-11-12 19:54:33 -06:00 |
|
|
52c90498b9
|
minor change to function naming to make more sense in screen manager
|
2018-11-12 19:45:57 -06:00 |
|
|
fffc883327
|
screen manager now only triggers event when screen is actually required.
|
2018-11-12 19:43:03 -06:00 |
|
|
d8bb78252d
|
added screen manager to utilities
|
2018-11-12 19:40:27 -06:00 |
|
|
51f13b1578
|
began main page with reorganization.
|
2018-11-12 18:50:00 -06:00 |
|
|
b1e2721850
|
minor change in how the 2d camera is handled
|
2018-11-12 18:34:11 -06:00 |
|
|
0f10ce3a07
|
book and page now use the new camera system; added functionality to camera; progress on mainscreen;
|
2018-11-12 00:33:40 -06:00 |
|
|
a2defc5d11
|
Camera in functional state.
|
2018-11-11 23:05:51 -06:00 |
|
|
3c44a52a8f
|
reorganization, and skeleton of camera system.
|
2018-11-11 14:44:30 -06:00 |
|
|
f3a3d31ad8
|
updated transition system to be more intuitive
|
2018-11-11 12:45:37 -06:00 |
|
|
04f8fbd8cd
|
clean to working state
|
2018-11-11 11:32:06 -06:00 |
|
|
9a0b74135a
|
gonna use comora library instead of making a camera solution
|
2018-11-11 01:33:15 -06:00 |
|
|
aabb5e6793
|
updated book system to function with new UI module structure.
|
2018-11-09 18:17:30 -06:00 |
|
|
17e59397a5
|
added input system to basic button; code cleanup;
|
2018-11-08 23:49:42 -06:00 |
|
|
fcd2278796
|
added proper input system (untested)
|
2018-11-08 23:48:24 -06:00 |
|
|
99a8531b47
|
improved transition system, target rendering portion tested with loading to main screen.
|
2018-11-04 00:01:17 -05:00 |
|
|
042fba4249
|
improved transition system with usage of target rendering
|
2018-11-03 01:08:39 -05:00 |
|
|
44b2c74ff5
|
Functioning state before changing to using render targets
|
2018-11-01 22:02:25 -05:00 |
|
|
9da8233eda
|
loading screen now has the option to rotate image; change in how transitions are handled
|
2018-11-01 21:20:46 -05:00 |
|
|
1879bb0e4c
|
cleanup, and began working on main screen.
|
2018-11-01 01:10:49 -05:00 |
|
|
353843476a
|
created new fade in transition
|
2018-11-01 01:09:26 -05:00 |
|
|
00ca68662c
|
loading screen now loads before transition (before was transition while loading, wait to finish, then continue)
|
2018-11-01 00:15:29 -05:00 |
|
|
d61b18952f
|
marked progress as volatile
|
2018-11-01 00:14:31 -05:00 |
|
|
df8397c0c7
|
progress of content loading is no longer bound to event system
|
2018-11-01 00:12:43 -05:00 |
|
|
f6fbb366a3
|
Removed automatic root search from content system
|
2018-11-01 00:05:10 -05:00 |
|
|
9c50226eb7
|
basic transition system for between screen transitions (restructured folders)
|
2018-10-31 23:58:26 -05:00 |
|