aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/API.cs
AgeCommit message (Collapse)Author
2016-07-06Added DEF events for unity toggle and desktop panel draw.MichaelTheShifter
Also this is the first REAL AppVeyor build test.
2016-07-05on_window_open(userdata ShiftOSDesktop,MichaelTheShifter
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-05Change Lua encryption key to be the old one.MichaelTheShifter
2016-07-05Encryption keys for saves are now unique to the user's PC.MichaelTheShifter
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-04Add luatextbox widget and more.MichaelTheShifter
- Syntax highlighting textbox for Lua API - That textbox also supports C# syntax highlighting - Added framework for custom desktop environments in Lua.
2016-06-25Added online Hacker Battles with matchmaking systemMichaelTheShifter
It's untested, but in theory it'll all work perfectly.
2016-06-24Loads of changes...MichaelTheShifter
Custom shifter options using Lua, and other stuff.
2016-05-260.1.1 was released - time to update the repo.MichaelTheShifter
2016-05-240.1.1 Release Candidate 1MichaelTheShifter
Committing all code for 0.1.1 Release Candidate 1.
2016-05-17Committing all I've gotMichaelTheShifter
Committing everything I've got - so that I can take a break for a few months and work on other things.
2016-04-09Uploaded source code for ShiftOS 0.1.1 Beta 2.3Michael VanOverbeek
Initial commit of repository.