aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1
AgeCommit message (Collapse)Author
2016-07-23that moment when you forget to saveComputeLinux
2016-07-23Add WindowsEXE running as a shiftorium thing.ComputeLinux
2016-07-23Merge pull request #14 from ComputeLinux/masterMichael VanOverbeek
Miscellaneous improvements
2016-07-22Fix a minor derpComputeLinux
2016-07-22Terminal displays headerComputeLinux
2016-07-22Fixed GNU/ShiftTermCarver Harrison
Liek da naem
2016-07-22Beeping is really annoying. Let's get rid of it.ComputeLinux
2016-07-22Removed Bash :(Carver Harrison
2016-07-22Better IconsComputeLinux
2016-07-22SUPPORTS BASH `bash`Carver Harrison
2016-07-22Core UtilsCarver Harrison
2016-07-22Added Lua in Terminal (LinT)Carver Harrison
2016-07-21edit 2carverh
2016-07-21Fixed Up and Added Featurescarverh
2016-07-21Edited Creditscarverh
2016-07-21Cleaned Upcarverh
2016-07-21MADE EVERY DAMN COMMAND A FUNCTION. FINALY I DID IT!carverh
2016-07-21part1carverh
2016-07-21eeditcarverh
2016-07-21Same As Lastcarverh
2016-07-21Fixed Bugs and Organized Itemscarverh
2016-07-20Fixed Couple Bugs and Crashescarverh
- Fixed: Crash when Hacking With No Tools - Fixed: Accessing directories outside of C:\ShiftOS using 'ls' command - Added Small Features
2016-07-20Finished Clean-UPGabrielTK
2016-07-20Started Clean-UpGabrielTK
2016-07-19Added cheat CommandGabriel Enrico Augusto Rocha
2016-07-06Added DEF events for unity toggle and desktop panel draw.MichaelTheShifter
Also this is the first REAL AppVeyor build test.
2016-07-06Fix AppVeyor buildsMichaelTheShifter
2016-07-06AppVeyor build test.MichaelTheShifter
2016-07-05Fix issue with game settings breaking new saves.MichaelTheShifter
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-05More Lua workMichaelTheShifter
including making save_file(filters, func) and open_file(filters, func) do the same as fileskimmer_open and fileskimmer_save
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-07-02More hacking fixes, httpget() lua function.MichaelTheShifter
Implements aren-cllc's httpget() lua method. Works perfectly.
2016-06-29Stop AI from controlling enemy in online sessionsMichaelTheShifter
Also added bidirectional data transfer to online battles so that I can send damage requests to the opponent when needed.
2016-06-28More client-side fixes.MichaelTheShifter
Still got some moldy bread in there... if ya know what I mean. I meant bugs.
2016-06-26Minor server contact layer changes for online battles.MichaelTheShifter
2016-06-26Remove deadly infobox spam in network browser.MichaelTheShifter
2016-06-26More matchmaking fixesMichaelTheShifter
2016-06-26Fix crash with phantom clients while matchmakingMichaelTheShifter
2016-06-26Network Browser lets you set your online identity now.MichaelTheShifter
2016-06-26Make the Network Browser stop matchmaking when closed or a match was made.MichaelTheShifter
2016-06-25Added online Hacker Battles with matchmaking systemMichaelTheShifter
It's untested, but in theory it'll all work perfectly.
2016-06-25Sort source code into folders.MichaelTheShifter
It feels better to know what's responsible for what... Plus I removed some un-needed C# stuff.
2016-06-24Delete some VB.NET files and switch readme.mdMichaelTheShifter
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-25Release Candidate 2MichaelTheShifter
We're almost there...
2016-05-25Deleted more unused resources, fixed upgrade issue with GNOME2-like elementsMichaelTheShifter