aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Engine/SaveSystem.cs
AgeCommit message (Collapse)Author
2017-08-23Renaming the game!lempamo
2017-08-14wordpad gui improvement part 1lempamo
2017-08-13folder renaminglempamo
2017-08-09time distorter 0.1 up and runninglempamo
2017-08-06you can actually see the achievement boxlempamo
2017-08-05added real achievementslempamo
2017-08-05fixed not all icons showinglempamo
2017-08-02Merge branch 'master' into masterjtsshieh
2017-08-02Minesweeper Scoring Systemjtsshieh
I didn't do acheivments because I couldn t work out how to add one.
2017-08-01added more "files"lempamo
2017-08-01fixed up moving to dirslempamo
2017-07-31icons for the explorerlempamo
2017-07-31more themey thingslempamo
2017-07-30better infoboxeslempamo
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-23Finished the realistic desktopAlex-TIMEHACK
2017-07-23Realistic Desktop is halfway done!Alex-TIMEHACK
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-21A lot of backend work!Alex-TIMEHACK
2017-07-21Made the File Explorer open EXE filesAlex-TIMEHACK
Not real ones though
2017-07-05Added "Inside Your Computer" Themelempamo
2017-07-05Theme sounds 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-04A few theming thingslempamo
2017-07-04Added Prototype Windows 98lempamo
2017-07-01Moar stuffAlex-TIMEHACK
2017-06-17A LOT of tweaks - more to comeAlex-TIMEHACK
2017-06-10Done ALOT of tweaks and Save troubleshooterAlex-TIMEHACK
There is now a save troubleshooter that checks your save files if they can't load! Also, it checks what OS to load on startup of the game!
2017-06-02Added my File ExplorerAlex-TIMEHACK
It also has a File Open and File Save thing configured for the Notepad
2017-05-24Kind of done my File Explorer...Alex-TIMEHACK
IT'S NOT FINISHED!!!!!!!!
2017-05-20Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/master'Alex-TIMEHACK