Commit graph

27 commits

Author SHA1 Message Date
Michael
42a7829864 Fix some major Appscape bugs. 2017-06-22 20:52:01 -04:00
RogueAI42
107a98686a ReflectMan Saves The Day..............
Refactored every part in the code that used that damn foreach loop.
All assemblies are now loaded on startup into an array, and the
results of GetType() on each are concatenated into another array.
The parts of the code that were loading the assemblies and scanning
them themselves now look to ReflectMan.Types, and all disk I/O is
limited to the first time ReflectMan is accessed. While I was there
I also replaced some other foreach loops with array comprehensions
and such to speed things up - there is a noticeable improvement.

It doesn't seem to have broken anything, but I'd appreciate if
someone could do more stress testing for me.
2017-06-11 17:38:53 +10:00
Michael
920e33a2fd Fix Shiftorium init bug. 2017-06-10 12:58:09 -04:00
Michael
c40d071d58 main menu system + sandbox mode 2017-06-10 10:17:15 -04:00
Michael
c0f0e99f9d Dithering, audio volume, and fix shutdown bug 2017-05-13 10:22:51 -04:00
Michael
c18c0fbc32 dithering revamp 2017-05-12 20:32:28 -04:00
Michael
bded9d1250 ShiftOS is a hydra.
You pop one bug off, 2,000 more grow in its place.
2017-05-12 19:17:47 -04:00
Michael
d0d193bb1b GUI-based login screen with skinning! 2017-05-06 19:25:05 -04:00
Michael
fc815c4869 Custom Upgrade Providers 2017-04-29 08:43:00 -04:00
Michael
284216ac4c SuperDesk now has a shiftnet site. 2017-04-26 19:03:02 -04:00
Michael
e833a9bf27 FUCKTONS OF SHIFTORIUM WORK 2017-04-23 14:53:10 -04:00
Michael
32fc6ed13d Basically finish new OOBE 2017-04-17 15:10:34 -04:00
lempamo
9a8949cffc language changing actually works 2017-04-06 10:17:19 -04:00
lempamo
07376e9ecd language selection screen! 2017-04-05 21:57:09 -04:00
Michael
d90ea0ba01 commit really safe for work
crash handler now shows assemblyname and assemblydescription
2017-02-11 12:43:57 -05:00
Michael
51ad9434bb Shop work.
- Shop Editor implemented.
- Shop List implemented.
- Shops are now a way to earn Codepoints.
2017-02-08 15:51:22 -05:00
Michael
07192c6c2e Add default icons for most apps 2017-02-07 18:39:30 -05:00
Michael
7a29121456 Added defaulticonattribute. 2017-02-07 17:30:14 -05:00
Michael
4c048779ce Fix downloader UI
It now shoes the icon of the file it's downloading... and I just
misspelled 'shows' as 'shoes' and don't feel like correcting it.
2017-02-05 11:54:33 -05:00
Michael
3a41ba45e7 Redesign the Infobox, categorize AL items 2017-02-02 13:51:29 -05:00
Michael
bbe37edb68 Shiftnet, and audio fixes 2017-02-02 09:47:23 -05:00
Michael
abfd774638 Scripting changes and background music! 2017-01-29 11:59:18 -05:00
Michael
b5d5178411 Modularize the Lua engine
C# code can be exposed to Lua from anywhere in the entire source code.
2017-01-27 14:18:50 -05:00
Michael
33edc6a211 Improved tutorial, win.open edit
Tutorial now goes over how to do basic things like check codepoints, buy
upgrades, open windows etc.

win.open now shows a list of available windows when ran with no
arguments.
2017-01-18 10:01:37 -05:00
Michael
b348a76db7 Out-of-box experience work
It's definitely not working right now. I wouldn't delete your save. I
have to implement the tutorial before the OOBE will let you into the
game.
2017-01-17 17:08:33 -05:00
Michael
57c11bf41e Add license to top of ALL code files. 2017-01-08 10:17:07 -05:00
Michael
f30dcf5ef4 Initial upload 2017-01-08 09:57:10 -05:00