aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main
AgeCommit message (Collapse)Author
2017-07-30fixed up the computer and networking iconslempamo
2017-07-30better infoboxeslempamo
2017-07-29changed achievements iconlempamo
2017-07-28added seizure warninglempamo
2017-07-28Merge pull request #139 from jtsshieh/masterlempamo
Finished Minesweeper levels
2017-07-28finished ms-dos "dir"lempamo
2017-07-28Finished Minesweeper levelsjtsshieh
Check out my previous pul request for more things to do :-)
2017-07-27sweet new dos command (dir)lempamo
2017-07-27subdirectories in _data.infolempamo
2017-07-27dosname and icons for files! :smiley:lempamo
2017-07-27the files thing, will fix in morninglempamo
2017-07-26Merge branch 'master' of https://github.com/TimeHACKDevs/TimeHACK.gitlempamo
2017-07-26fixing alexcode in downloader, part 1lempamo
2017-07-26VERY VERY VERY BASIC Minsweeperjtsshieh
Took me a ton of time to get the game and square files working. Now all thats left is the sad face, about box, difficulties, acheivements, and pixel perfect (tradmarked)
2017-07-23Merge pull request #136 from Alex-TIMEHACK/masterJason
Realistic Desktop
2017-07-23Fixed a bug.Alex-TIMEHACK
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 bugs, added featuresAlex-TIMEHACK
2017-07-22Fixed bugsAlex-TIMEHACK
2017-07-22Cleaned up some code!Alex-TIMEHACK
2017-07-22Fully Working Web View Part 2Alex-TIMEHACK
2017-07-22Fully working Web View Part 1Alex-TIMEHACK
2017-07-22Win98 Designer Finished! At least for me...Alex-TIMEHACK
2017-07-22A lot of Work on the WinClassicExplorerAlex-TIMEHACK
2017-07-22Made 95 explorer seperate from 98/2000/MEAlex-TIMEHACK
2017-07-22Windows 98 designer started!Alex-TIMEHACK
2017-07-22Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/master'Alex-TIMEHACK
2017-07-22There is no Address Book in Windows 95Alex-TIMEHACK
But there is one in Win98!
2017-07-21upcoming achievements :smiley:lempamo
2017-07-21Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/master'Alex-TIMEHACK
2017-07-21Added the Rename back!Alex-TIMEHACK
2017-07-21A lot of backend work!Alex-TIMEHACK
2017-07-21stuffslempamo
2017-07-21Fixed stupid conflict...Alex-TIMEHACK
2017-07-21Updated my Fork PART 3Alex-TIMEHACK
# Conflicts: # TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs
2017-07-21Made the File Explorer open EXE filesAlex-TIMEHACK
Not real ones though
2017-07-21even more webchatty goodnesslempamo
2017-07-21Windows Explorer TreeView now works!Alex-TIMEHACK
2017-07-21Update My Fork PART 2!!!Alex-TIMEHACK
2017-07-21Made adjustments to the Windows ExplorerAlex-TIMEHACK