| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-08-06 | middle click added to minesweeper | lempamo | |
| 2017-08-06 | fixed bug | lempamo | |
| 2017-08-05 | added real achievements | lempamo | |
| 2017-08-05 | FTP Client Finished | lempamo | |
| 2017-08-05 | fixed not all icons showing | lempamo | |
| 2017-08-04 | stupid untracked files :/ | lempamo | |
| 2017-08-03 | minesweeper lcd font | lempamo | |
| 2017-08-03 | Merge branch 'master' of https://github.com/TimeHACKDevs/TimeHACK.git | lempamo | |
| 2017-08-03 | things | lempamo | |
| 2017-08-03 | Added exit | jtsshieh | |
| 2017-08-02 | Merge branch 'master' into master | jtsshieh | |
| 2017-08-02 | Minesweeper Scoring System | jtsshieh | |
| I didn't do acheivments because I couldn t work out how to add one. | |||
| 2017-08-01 | Replaced IE4 | lempamo | |
| 2017-08-01 | added more "files" | lempamo | |
| 2017-08-01 | fixed up moving to dirs | lempamo | |
| 2017-07-31 | removed compression artifacts in the welcome pic | lempamo | |
| 2017-07-31 | added fixed size windows | lempamo | |
| 2017-07-31 | Merge branch 'master' of https://github.com/TimeHACKDevs/TimeHACK.git | lempamo | |
| 2017-07-31 | movable icons (sort of) | lempamo | |
| 2017-07-31 | Merge pull request #142 from jtsshieh/master | lempamo | |
| Made some changes to Minesweeper | |||
| 2017-07-31 | icons for the explorer | lempamo | |
| 2017-07-31 | forgot to add to the ok button :stuck_out_tongue: | lempamo | |
| 2017-07-31 | more themey things | lempamo | |
| 2017-07-31 | fixed up taskbar things | lempamo | |
| 2017-07-30 | Made so changes to Minesweeper | jtsshieh | |
| -Created a function for generating levels -Uploaded some pictures -FIXED UP WHOEVER MIXED UP MINESWEEPER AND CALCULATOR ICONS!! | |||
| 2017-07-30 | fixed up the computer and networking icons | lempamo | |
| 2017-07-30 | better infoboxes | lempamo | |
| 2017-07-29 | changed achievements icon | lempamo | |
| 2017-07-28 | added seizure warning | lempamo | |
| 2017-07-28 | Merge pull request #139 from jtsshieh/master | lempamo | |
| Finished Minesweeper levels | |||
| 2017-07-28 | finished ms-dos "dir" | lempamo | |
| 2017-07-28 | Finished Minesweeper levels | jtsshieh | |
| Check out my previous pul request for more things to do :-) | |||
| 2017-07-27 | sweet new dos command (dir) | lempamo | |
| 2017-07-27 | subdirectories in _data.info | lempamo | |
| 2017-07-27 | dosname and icons for files! :smiley: | lempamo | |
| 2017-07-27 | the files thing, will fix in morning | lempamo | |
| 2017-07-26 | Merge branch 'master' of https://github.com/TimeHACKDevs/TimeHACK.git | lempamo | |
| 2017-07-26 | fixing alexcode in downloader, part 1 | lempamo | |
| 2017-07-26 | VERY VERY VERY BASIC Minsweeper | jtsshieh | |
| 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-23 | Merge pull request #136 from Alex-TIMEHACK/master | Jason | |
| Realistic Desktop | |||
| 2017-07-23 | Fixed a bug. | Alex-TIMEHACK | |
| 2017-07-23 | Made the Downloader save .exe files to the Desktop | Alex-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-23 | Finished the realistic desktop | Alex-TIMEHACK | |
| 2017-07-23 | Realistic Desktop is finished! | Alex-TIMEHACK | |
| 2017-07-23 | Realistic Desktop is halfway done! | Alex-TIMEHACK | |
| 2017-07-23 | Started on the Realistic Desktop | Alex-TIMEHACK | |
| :P No one reads these descriptions! | |||
| 2017-07-23 | Fattened da file system | Alex-TIMEHACK | |
| Making it more realistic with more files that make sense | |||
| 2017-07-23 | revert revert... let's see if I can push to my own repo | RogueAI42 | |
| This reverts commit bc9623bbdf635cc16cc95f8a86a241a6933a8fdd. | |||
| 2017-07-23 | i goofed | RogueAI42 | |
| This reverts commit c446a76e0c5b7b35638f1e223ad167b46f30941e. | |||
| 2017-07-23 | Binary Saves | RogueAI42 | |
| 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. | |||
