aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-02Merge pull request #145 from jtsshieh/masterlempamo
Working but pretty buggy resize system
2017-08-02Working but pretty buggy resize systemjtsshieh
Resizer for the windows but pretty buggy.
2017-08-01Replaced IE4lempamo
2017-08-01added more "files"lempamo
2017-08-01fixed up moving to dirslempamo
2017-07-31removed compression artifacts in the welcome piclempamo
2017-07-31added fixed size windowslempamo
2017-07-31Merge pull request #143 from jtsshieh/masterlempamo
WIndow Resize
2017-07-31WIndow Resizejtsshieh
Pulled Straight out of one of my old vb oses :laughing:
2017-07-31Merge branch 'master' of https://github.com/TimeHACKDevs/TimeHACK.gitlempamo
2017-07-31movable icons (sort of)lempamo
2017-07-31Merge pull request #142 from jtsshieh/masterlempamo
Made some changes to Minesweeper
2017-07-31icons for the explorerlempamo
2017-07-31taskbar order fixedlempamo
2017-07-31and i forgot about something elselempamo
2017-07-31forgot to add to the ok button :stuck_out_tongue:lempamo
2017-07-31more themey thingslempamo
2017-07-31fixed up taskbar thingslempamo
2017-07-30Made so changes to Minesweeperjtsshieh
-Created a function for generating levels -Uploaded some pictures -FIXED UP WHOEVER MIXED UP MINESWEEPER AND CALCULATOR ICONS!!
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-28window resizing (not working yet)lempamo
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-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-26Merge branch 'master' of https://github.com/TimeHACKDevs/TimeHACK.gitlempamo
2017-07-26fixing alexcode in downloader, part 1lempamo
2017-07-26Merge pull request #138 from jtsshieh/masterlempamo
VERY VERY VERY BASIC Minesweeper
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-23Merge pull request #134 from RogueAI42/masterJason
Binary Saves
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-23Fixed Discord badge.Alex-TIMEHACK