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
MichaelTheShifter
4f05f2de01
Removed unused resources from Resources.resx
...
There were lots of files that weren't needed. They're still in the code
just in case, but not in the resources file - therefore they won't be
injected into the executable.
2016-05-25 08:28:50 -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
95a1f2e4ae
Update README.md
2016-05-17 15:43:51 -04:00
MichaelTheShifter
66ea84b5a5
Updated source/README
...
It was extremely outdated...
2016-05-17 15:41:59 -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
MichaelTheShifter
0085241d23
Beta 2.2 Patch 1
...
Commit for Beta 2.2 Patch 1
- Removed unused "Linux Mint 7" and "NetSockets" files from
Resources.resx
- Added a better server startup pool, no longer hardcoded.
- Added a server blacklist for disabling servers that break the rules of
the playshiftos.ml/forum server showcase
2016-05-01 20:23:48 -04:00
MichaelTheShifter
ca5438be39
Merge pull request #1 from PCSource/patch-2
...
File not needed and probably not intentional
2016-04-14 08:21:39 -04:00
PCSource
3310384199
File not needed and probably not intentional
2016-04-14 07:10:20 +02: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
MichaelTheShifter
cfb8690c6f
Update README.md
2016-04-08 10:32:54 -04:00
MichaelTheShifter
eafe05e4c2
Update README.md
2016-04-08 10:27:29 -04:00