Commit graph

63 commits

Author SHA1 Message Date
Michael VanOverbeek
e4951c025d Merge pull request #9 from carverh/master
Added A LOT
2016-07-22 08:00:32 -07:00
carverh
a1f8770e87 edit 2 2016-07-21 16:01:19 -07:00
carverh
3730f2829e Fixed Up and Added Features 2016-07-21 16:00:53 -07:00
carverh
05373252f6 Edited Credits 2016-07-21 14:19:40 -07:00
carverh
3be8389323 Cleaned Up 2016-07-21 14:00:12 -07:00
carverh
da7cfe03b7 MADE EVERY DAMN COMMAND A FUNCTION. FINALY I DID IT! 2016-07-21 13:56:50 -07:00
carverh
852aba27c0 part1 2016-07-21 13:43:08 -07:00
Michael VanOverbeek
b9911efba3 Merge pull request #8 from carverh/master
Fixed Bugs, Added Story, Added Commands, Cleaned Up Source, and More
2016-07-21 10:31:59 -07:00
carverh
81a2cdc582 eedit 2016-07-21 10:06:54 -07:00
carverh
b50dcf3d31 Same As Last 2016-07-21 09:18:47 -07:00
carverh
ce774a20fe Fixed Bugs and Organized Items 2016-07-21 09:17:25 -07:00
carverh
65c2138272 edit 2016-07-21 08:11:41 -07:00
carverh
925842dcf6 Revert "Added Dep"
This reverts commit f4a2df277c.
2016-07-21 08:05:04 -07:00
carverh
f4a2df277c Added Dep 2016-07-20 20:50:26 -07:00
carverh
2747ec98b7 Fixed Couple Bugs and Crashes
- Fixed: Crash when Hacking With No Tools
- Fixed: Accessing directories outside of C:\ShiftOS using 'ls' command
- Added Small Features
2016-07-20 20:47:35 -07:00
Michael VanOverbeek
4fe0de40aa Merge pull request #7 from GabrielTK/master
Added "cheat" Command
2016-07-20 06:43:10 -07:00
GabrielTK
6cc2ae2259 Finished Clean-UP 2016-07-20 09:24:05 -04:00
GabrielTK
592189e4ef Started Clean-Up 2016-07-20 09:23:30 -04:00
Gabriel Enrico Augusto Rocha
8e40410b80 Added cheat Command 2016-07-19 22:53:39 -04:00
Michael VanOverbeek
75516ee42d Update README.md 2016-07-06 18:47:16 -04:00
Michael VanOverbeek
8d3ac3d702 Merge pull request #5 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
2016-07-06 15:44:40 -07: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
b20c17f5a4 Fix AppVeyor builds 2016-07-06 13:13:15 -04:00
MichaelTheShifter
62b4af3c2b AppVeyor build test. 2016-07-06 10:26:36 -04:00
MichaelTheShifter
73ec1f27ba Fix issue with game settings breaking new saves. 2016-07-05 19:30:28 -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
ad0e84c4be More Lua work
including making save_file(filters, func) and open_file(filters, func)
do the same as fileskimmer_open and fileskimmer_save
2016-07-05 10:43:43 -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
5be773d4f0 More hacking fixes, httpget() lua function.
Implements aren-cllc's httpget() lua method. Works perfectly.
2016-07-02 11:35:27 -04:00
MichaelTheShifter
20fcece26d Stop AI from controlling enemy in online sessions
Also added bidirectional data transfer to online battles so that I can
send damage requests to the opponent when needed.
2016-06-29 18:36:17 -04:00
MichaelTheShifter
dec9dfac5e More client-side fixes.
Still got some moldy bread in there... if ya know what I mean.

I meant bugs.
2016-06-28 18:30:15 -04:00
MichaelTheShifter
a067684f08 Minor server contact layer changes for online battles. 2016-06-26 20:16:27 -04:00
MichaelTheShifter
5916d35ac0 Remove deadly infobox spam in network browser. 2016-06-26 13:18:32 -04:00
MichaelTheShifter
d3ef5f2b9c Added dependency zip. 2016-06-26 12:49:09 -04:00
MichaelTheShifter
48faaa86dc added developer save. 2016-06-26 12:40:15 -04:00
MichaelTheShifter
902b89212c More matchmaking fixes 2016-06-26 12:31:01 -04:00
MichaelTheShifter
a14470ce12 Fix crash with phantom clients while matchmaking 2016-06-26 07:46:56 -04:00
MichaelTheShifter
2963b1bff2 Network Browser lets you set your online identity now. 2016-06-26 07:21:14 -04:00
MichaelTheShifter
e8436720ed Make the Network Browser stop matchmaking when closed or a match was made. 2016-06-26 07:04:41 -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
84f689b91a Sort source code into folders.
It feels better to know what's responsible for what... Plus I removed
some un-needed C# stuff.
2016-06-25 08:10:03 -04:00
MichaelTheShifter
6707e2076a Delete some VB.NET files and switch readme.md 2016-06-24 18:52:05 -04:00
MichaelTheShifter
ecee91bc55 Loads of changes...
Custom shifter options using Lua, and other stuff.
2016-06-24 16:44:51 -04:00
Michael VanOverbeek
8ea0903788 Update README.md 2016-06-20 09:40:58 -04:00
The Gitter Badger
c882ffcdd7 Add Gitter badge 2016-06-20 13:18:28 +00:00
MichaelTheShifter
ef09525b70 0.1.1 was released - time to update the repo. 2016-05-26 19:11:01 -04:00
MichaelTheShifter
c43d82eebd Release Candidate 2
We're almost there...
2016-05-25 20:50:35 -04:00
MichaelTheShifter
e2d2829ce9 Deleted more unused resources, fixed upgrade issue with GNOME2-like elements 2016-05-25 08:46:57 -04:00