Commit graph

280 commits

Author SHA1 Message Date
RogueAI42
49b31c7e84 extra loading joke 2017-06-19 20:14:36 +10:00
RogueAI42
1c9d527ba0 Normalise newlines for BFInterpreter I/O
when the stream sends \r, the program will receive \n
when the program sends \n, the stream will receive Environment.NewLine
2017-06-19 17:48:02 +10:00
RogueAI42
40b4c29b96 Fixed keyboard input & instruction pointer display 2017-06-19 17:30:55 +10:00
RogueAI42
b453978afc MindBlow tweaks
* MindBlow now lets you reset memory before you start a new
program, and kill one that is still executing
* The MindBlow site now uses the correct button theme
2017-06-19 17:03:51 +10:00
Michael
5fd343195b Localize a lot of the window titles 2017-06-18 20:31:19 -04:00
Michael
12acff8742 move terminal commands out of the engine 2017-06-18 08:41:46 -04:00
Michael
eb29eaec98 Obese systemd. 2017-06-18 08:38:10 -04:00
Michael
a3cd6c0e60 Commands are parsed with a bash-style syntax by default 2017-06-17 21:03:27 -04:00
Michael
e3f9a6028b Localize a LOT of the UI 2017-06-17 14:45:42 -04:00
RogueAI42
dbf794c984 MindBlow: Brainfuck IDE for ShiftOS
For 50,000 Codepoints you can write and run Brainfuck programs in
a dedicated IDE. Check out the site on "shiftnet/mindblow".

The IDE seems to be working perfectly. The site has some theming
issues.
2017-06-17 19:16:50 +10:00
Michael
e183f7c93d Make programs and commands distinguishable 2017-06-16 21:26:44 -04:00
Michael
764cdc940f programs are treated as commands 2017-06-16 21:10:13 -04:00
Michael
79fe2101ae Get rid of namespaces in commands. 2017-06-16 20:36:43 -04:00
RogueAI42
bbbc00f204 Fixed multiple compilations for the Python API
Previously, only one assembly could be compiled per startup. You
could compile all of your mods by restarting the game over and
over, loading the previously compiled mods from the cache.
Now, that's not necessary.

Oh yeah, also, more bugs in the Linux "port". Yippee. Whoops.
2017-06-17 00:31:09 +10:00
RogueAI42
9516d774aa wouldn't it be nice if I could remember to use my own abstractions 2017-06-16 23:58:46 +10:00
RogueAI42
50bd1ab402 Fix Intro on Linux
MORE LUNIX, MORE FUN
also replaced drive type with drive format
2017-06-16 23:20:10 +10:00
Rylan/wowmom98
037a86cd41 more loading joke 2017-06-13 15:56:04 -04:00
RogueAI42
adf218ac25 fixed assembly cache format
My first attempt at an assembly cache was a dictionary from a
Python filename to its associated assembly... except each templated
class in the file gets its own assembly.

This new format (which has different magic numbers) provides a
dictionary from a Python filename to a *list* of its associated
assemblies. This also means that the cache can remember Python
files with no associated assemblies so that they don't get scanned
again.
2017-06-13 21:01:34 +10:00
RogueAI42
2acfa34596 Python API
It uses a meta-language and a CSharpCodeProvider on startup. I will
release a tutorial on the forums soon showing how to use it.

This commit also adds an extremely basic loading screen which shows
while Desktop is getting everything ready. Which can take a while
if you have any Python mods. Thanks, IronPython.
2017-06-13 20:06:38 +10:00
RogueAI42
a2db5d3909 ...
what the hell is going on
2017-06-13 18:29:25 +10:00
RogueAI42
428533fec2 Let's try that again........
seems like I somehow got an old copy of SaveSystem.cs and committed
that, re-introducing the game's dependency on Unite, which is dead,
press F to pay respects.
2017-06-13 18:27:37 +10:00
Rylan/wowmom98
d1538e742b Loading joke thing 2017-06-12 21:52:38 -04:00
RogueAI42
388835c96a fixed ShiftFS save
simple
2017-06-12 22:38:53 +10:00
Michael
c0017e35a4 Creation of new games is possible again! 2017-06-11 17:58:35 -04:00
Michael VanOverbeek
997a81457e Merge pull request #129 from RogueAI42/master
ReflectMan Saves The Day..............
2017-06-11 11:57:31 +00:00
Michael
0d75f70177 skip server connection if server is offline 2017-06-11 07:41:07 -04:00
RogueAI42
107a98686a ReflectMan Saves The Day..............
Refactored every part in the code that used that damn foreach loop.
All assemblies are now loaded on startup into an array, and the
results of GetType() on each are concatenated into another array.
The parts of the code that were loading the assemblies and scanning
them themselves now look to ReflectMan.Types, and all disk I/O is
limited to the first time ReflectMan is accessed. While I was there
I also replaced some other foreach loops with array comprehensions
and such to speed things up - there is a noticeable improvement.

It doesn't seem to have broken anything, but I'd appreciate if
someone could do more stress testing for me.
2017-06-11 17:38:53 +10:00
Michael
c3deaa23ff Even more menu work. 2017-06-10 22:02:10 -04:00
Michael
920e33a2fd Fix Shiftorium init bug. 2017-06-10 12:58:09 -04:00
Michael
c40d071d58 main menu system + sandbox mode 2017-06-10 10:17:15 -04:00
Michael
3e11eca704 Fix story autosave 2017-06-04 21:07:43 -04:00
Michael
69aba3b373 A fuckton of storyline features. 2017-06-04 15:18:53 -04:00
RogueAI42
7fe5d790dc fixed shiftorium
just in time for chrimbus
2017-06-04 01:29:21 +10:00
Michael
cc55af0c8b story objectives system 2017-06-03 09:16:44 -04:00
Michael
11e80a6a61 fix the audio system 2017-06-02 11:38:38 -04:00
Michael
ce5469464a Fix bug where terminal hangs on bad command 2017-06-02 08:15:51 -04:00
Michael
0b9ac754ac Another new default skin. 2017-06-01 18:27:22 -04:00
Michael
03cf891c53 Icon Manager and various icon bugfixes. 2017-06-01 17:09:22 -04:00
Michael
c631172761 modular notifications 2017-05-31 09:03:19 -04:00
Michael
0451b5d157 Slight Shiftnet mods, new default skin. 2017-05-30 16:34:31 -04:00
Michael
37ac4c684c It's amazing what talking to Rylan can do to an integer datatype. 2017-05-29 20:08:30 -04:00
Michael
ff47625d25 fix some clientside save softlocks 2017-05-29 16:08:59 -04:00
Michael
e85832a5a4 fix double login issue and oobe bugs 2017-05-28 16:05:57 -04:00
Rylan/wowmom98
c7ba7d733c un obsoleting 2017-05-28 14:44:24 -04:00
Michael
9914c18456 Fuck 2017-05-28 14:40:42 -04:00
Michael
6123e06842 make localization 50 billion times faster 2017-05-28 13:36:28 -04:00
Michael
03ebdf42d9 Funny, disabling localization makes things easier... 2017-05-28 12:40:06 -04:00
Michael
80899fc5de Cool startup logo 😃 2017-05-28 10:12:59 -04:00
Michael
8e3bdf71e7 strip things down but make things better 2017-05-28 07:21:16 -04:00
Michael
dc0b8c6688 Fix a bug with command-line login. 2017-05-28 06:44:58 -04:00