Commit graph

12 commits

Author SHA1 Message Date
MichaelTheShifter
6b804f03eb Full ShiftUI conversion
The only bugs are that windows don't show in the center of the screen,
and Gecko webbrowsers are not serializing properly to be converted to
ShiftUI widgets (you can use the ToWidget() extension method to convert
a WinForms control to a ShiftUI widget)

Also multiple desktop panels are removed due to some odd bug I can't
diagnose. Will add them back in the future. Promise. I loved creating
GNOME2 skins.
2016-07-19 21:53:26 -04:00
MichaelTheShifter
98fe96c5d3 Added DEF events for unity toggle and desktop panel draw.
Also this is the first REAL AppVeyor build test.
2016-07-06 18:32:19 -04:00
MichaelTheShifter
b2b7d4c442 on_window_open(userdata ShiftOSDesktop,
string) and on_window_close(userdata ShiftOSDesktop, string) now report
window GUIDs to their handlers instead of userdata Form objects. You can
now use get_window(string) to get a Form from a window GUID.
2016-07-05 18:29:22 -04:00
MichaelTheShifter
a0b001b25f Change Lua encryption key to be the old one. 2016-07-05 08:41:13 -04:00
MichaelTheShifter
b5a5e0eb8a Encryption keys for saves are now unique to the user's PC.
This mitigates the risk of being able to encrypt and decrypt the save
files as the Lua encrypt() and decrypt() methods will use a different
key.
2016-07-05 08:35:02 -04:00
MichaelTheShifter
6e40ae80f3 Add luatextbox widget and more.
- Syntax highlighting textbox for Lua API
- That textbox also supports C# syntax highlighting
- Added framework for custom desktop environments in Lua.
2016-07-04 17:43:04 -04:00
MichaelTheShifter
309f9fe361 Added online Hacker Battles with matchmaking system
It's untested, but in theory it'll all work perfectly.
2016-06-25 21:22:46 -04:00
MichaelTheShifter
ecee91bc55 Loads of changes...
Custom shifter options using Lua, and other stuff.
2016-06-24 16:44:51 -04:00
MichaelTheShifter
ef09525b70 0.1.1 was released - time to update the repo. 2016-05-26 19:11:01 -04:00
MichaelTheShifter
b6bc4fd3de 0.1.1 Release Candidate 1
Committing all code for 0.1.1 Release Candidate 1.
2016-05-24 20:27:35 -04:00
MichaelTheShifter
a3fc2c45ec Committing all I've got
Committing everything I've got - so that I can take a break for a few
months and work on other things.
2016-05-17 15:37:02 -04:00
Michael VanOverbeek
14edb9eade Uploaded source code for ShiftOS 0.1.1 Beta 2.3
Initial commit of repository.
2016-04-09 13:16:39 -04:00