aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Engine
AgeCommit message (Collapse)Author
2017-07-28window resizing (not working yet)lempamo
2017-07-28finished ms-dos "dir"lempamo
2017-07-28proper file sizes for calc and explorerlempamo
2017-07-27sweet new dos command (dir)lempamo
2017-07-27subdirectories in _data.infolempamo
2017-07-27dosnames for directories toolempamo
2017-07-27dosname and icons for files! :smiley:lempamo
2017-07-27the files thing, will fix in morninglempamo
2017-07-23Merge pull request #136 from Alex-TIMEHACK/masterJason
Realistic Desktop
2017-07-23Made the Downloader save .exe files to the DesktopAlex-TIMEHACK
These are then interpreted by the EXE file opening thing (For Windows 95 it's the Win95WindowsExplorer and for Windows 98/2000/ME it's really WinClassicWindowsExplorer
2017-07-23Finished the realistic desktopAlex-TIMEHACK
2017-07-23Realistic Desktop is finished!Alex-TIMEHACK
2017-07-23Realistic Desktop is halfway done!Alex-TIMEHACK
2017-07-23Started on the Realistic DesktopAlex-TIMEHACK
:P No one reads these descriptions!
2017-07-23Fattened da file systemAlex-TIMEHACK
Making it more realistic with more files that make sense
2017-07-23revert revert... let's see if I can push to my own repoRogueAI42
This reverts commit bc9623bbdf635cc16cc95f8a86a241a6933a8fdd.
2017-07-23i goofedRogueAI42
This reverts commit c446a76e0c5b7b35638f1e223ad167b46f30941e.
2017-07-23Binary SavesRogueAI42
This replaces the Base64 encoded save format with a new binary one. It's tiny. It's hard to modify. It shouldn't get in the way much - you can break binary compatibility before release if you want, but to preserve it, all you need to do is: * Not remove properties from the save format * Add new properties AFTER all existing ones * Give every property the [Order] decorator/attribute You don't need to touch the save/load code unless you're adding a type it doesn't recognise. Also, the SaveSystem provides the ReadSave() and WriteSave() functions now, so other components of TimeHACK don't need to care about the actual save format.
2017-07-22Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/master'Alex-TIMEHACK
2017-07-22more achievement thingslempamo
2017-07-22Fixed bugsAlex-TIMEHACK
2017-07-22Fully Working Web View Part 2Alex-TIMEHACK
2017-07-22Win98 Designer Finished! At least for me...Alex-TIMEHACK
2017-07-22Made 95 explorer seperate from 98/2000/MEAlex-TIMEHACK
2017-07-22There is no Address Book in Windows 95Alex-TIMEHACK
But there is one in Win98!
2017-07-21Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/master'Alex-TIMEHACK
2017-07-21A lot of backend work!Alex-TIMEHACK
2017-07-21stuffslempamo
2017-07-21Made the File Explorer open EXE filesAlex-TIMEHACK
Not real ones though
2017-07-21Update My Fork PART 2!!!Alex-TIMEHACK
2017-07-21Made adjustments to the Windows ExplorerAlex-TIMEHACK
2017-07-21more webchatty thingslempamo
2017-07-14did thingslempamo
2017-07-13pixel perfected:tm: calculatorlempamo
2017-07-13Fixed type namesJayXKanz666
-`String` replaced with `string` -`Boolean` replaced with `bool`
2017-07-05removed unnecessary filelempamo
2017-07-05Added "Inside Your Computer" Themelempamo
2017-07-05Theme sounds work!lempamo
2017-07-05Theme wallpapers work!lempamo
2017-07-05Merge branch 'master' of https://github.com/TimeHACKDevs/TimeHACK.gitlempamo
2017-07-05theme thingslempamo
2017-07-05Welcome Pagejtsshieh
Working welcome page for winn95 except I cannot get the system to save the settings so it will appear every single time!
2017-07-05Some more theme thingslempamo
2017-07-04A few theming thingslempamo
2017-07-04Added Prototype Windows 98lempamo
2017-07-02Added lots of features to WinClassicTerminal.csJayXKanz666
-Added CMD redirection -Added menubar that was missing -And more (look at the source :P)
2017-07-02Updated!Alex-TIMEHACK
# Conflicts: # TimeHACK.Main/OS/Win95/Win95.Designer.cs # TimeHACK.Main/OS/Win95/Win95.cs # TimeHACK.Main/Properties/Resources.resx # TimeHACK.Main/TimeHACK.Main.csproj
2017-07-01classic buttons are herelempamo
2017-07-01a few improved thingslempamo
2017-07-01paint it black (on the bottom and right)lempamo