aboutsummaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Collapse)Author
2016-07-25cmitshiftui_integrationwilliam341
2016-07-24fix borders biachwilliam341
2016-07-24pt2Carver Harrison
2016-07-24It worksCarver Harrison
2016-07-24Merge branch 'shiftui_integration' of ↵Carver Harrison
https://github.com/MichaelTheShifter/ShiftOS-C- into shiftui_integration
2016-07-24Fixed 300 ErrorsCarver Harrison
2016-07-24editCarver Harrison
2016-07-24HOLY **** THATS A LOT OFF ADDIITIONSCarver Harrison
2016-07-24quick file changewilliam341
2016-07-24Added Hashing API and Fixed BugsCarver Harrison
2016-07-23Update API.csv1.0.0-alpha1v0.1.2-alpha3Carver Harrison
2016-07-23It's all smooth scrolling from here!william341
2016-07-23Less retarded terminal printing + Fix scrollingwilliam341
2016-07-23Fix knowledge inputwilliam341
2016-07-23Fix TextPadwilliam341
2016-07-23Fix Info box.william341
2016-07-23Fix Artpad cancelwilliam341
2016-07-23Fix pongwilliam341
2016-07-23Re Implemented Cheatswilliam341
2016-07-23Shiftorium fully functionalwilliam341
2016-07-23Fixed shiftoriumwilliam341
2016-07-23WOOwilliam341
2016-07-23Terminal tweaks and no more beepingwilliam341
2016-07-23I dun derped.MichaelTheShifter
2016-07-23Begin backporting commitswilliam341
2016-07-23Fix panel buttonsMichaelTheShifter
2016-07-23More Shifter workMichaelTheShifter
2016-07-22Shifter UI rewrite, fix shiftnet and spkg paths.MichaelTheShifter
2016-07-20Move ShiftUI designer to ShiftOS and addMichaelTheShifter
prober for ShiftOS to allow ShiftUI designer to design ShiftOS forms.
2016-07-20Fix project reference.MichaelTheShifter
2016-07-20Fix appveyor builds (hopefully)MichaelTheShifter
2016-07-20Fix window border bug, add skinnable VisualStyleBordersMichaelTheShifter
2016-07-20Move ShiftUI source code to ShiftOSMichaelTheShifter
This'll be a lot easier to work on.
2016-07-20Fix graphical glitch with buttons.MichaelTheShifter
This glitch has been prevelant ever since ShiftOS first had Knowledge Input. And I don't mean 0.1.0, I mean all the way back before 0.0.5 when OSFirstTimer was developing it. Basically, buttons would show light gray backgrounds when you click on them. Now they show black (and it's skinnable :D)
2016-07-19ShiftUI skin supportMichaelTheShifter
Just gotta remove every single occurrence of 'something.FlatStyle = ...' and we're all set.
2016-07-19Full ShiftUI conversionMichaelTheShifter
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-19Initial commit.MichaelTheShifter
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