Commit graph

807 commits

Author SHA1 Message Date
lempamo
2de78eddf6 dosname and icons for files! 😃 2017-07-27 10:23:57 -04:00
lempamo
b56050694f the files thing, will fix in morning 2017-07-27 00:25:37 -04:00
lempamo
27b0ef7464 Merge branch 'master' of https://github.com/TimeHACKDevs/TimeHACK.git 2017-07-26 21:00:41 -04:00
lempamo
e1a0433b6b fixing alexcode in downloader, part 1 2017-07-26 21:00:35 -04:00
lempamo
bd7604e6a8 Merge pull request #138 from jtsshieh/master
VERY VERY VERY BASIC Minesweeper
2017-07-26 19:59:45 -05:00
jtsshieh
cc5a8d36ce VERY VERY VERY BASIC Minsweeper
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-26 20:53:04 -04:00
Jason
a852b2c7f2 Merge pull request #136 from Alex-TIMEHACK/master
Realistic Desktop
2017-07-23 20:35:08 +02:00
Alex-TIMEHACK
eea369f5b5 Fixed a bug. 2017-07-23 18:19:52 +01:00
Alex-TIMEHACK
2eac423247 Made the Downloader save .exe files to the Desktop
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 18:19:09 +01:00
Alex-TIMEHACK
62a2bc4706 Finished the realistic desktop 2017-07-23 17:42:07 +01:00
Jason
d42569b3e3 Merge pull request #134 from RogueAI42/master
Binary Saves
2017-07-23 18:21:46 +02:00
Alex-TIMEHACK
110089e0d7 Realistic Desktop is finished! 2017-07-23 16:22:32 +01:00
Alex-TIMEHACK
c3ad5be744 Realistic Desktop is halfway done! 2017-07-23 15:37:27 +01:00
Alex-TIMEHACK
7d99d9ffbf Started on the Realistic Desktop
:P No one reads these descriptions!
2017-07-23 14:00:50 +01:00
Alex-TIMEHACK
a476b1e977 Fattened da file system
Making it more realistic with more files that make sense
2017-07-23 13:37:18 +01:00
RogueAI42
36931dc986 revert revert... let's see if I can push to my own repo
This reverts commit bc9623bbdf.
2017-07-23 22:11:01 +10:00
RogueAI42
bc9623bbdf i goofed
This reverts commit c446a76e0c.
2017-07-23 22:09:41 +10:00
RogueAI42
c446a76e0c Binary Saves
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-23 21:46:02 +10:00
Alex-TIMEHACK
bcf217a1e5 Fixed Discord badge. 2017-07-23 08:43:35 +01:00
Jason
5afd2ec6c6 Merge pull request #133 from Alex-TIMEHACK/master
Done a lot of work on the Windows ExplorerS
2017-07-22 23:43:39 +02:00
Alex-TIMEHACK
c97b5bddf8 Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/master' 2017-07-22 21:55:20 +01:00
lempamo
7b12feef44 more achievement things 2017-07-22 15:35:30 -04:00
Alex-TIMEHACK
cf4609d054 Fixed bugs, added features 2017-07-22 16:40:49 +01:00
Alex-TIMEHACK
46eb239008 Fixed bugs 2017-07-22 12:45:53 +01:00
Alex-TIMEHACK
31c6706312 Cleaned up some code! 2017-07-22 11:57:13 +01:00
Alex-TIMEHACK
bc6a8c1ada Fully Working Web View Part 2 2017-07-22 11:41:27 +01:00
Alex-TIMEHACK
64aba62685 Fully working Web View Part 1 2017-07-22 11:29:48 +01:00
Alex-TIMEHACK
294592d1bc Win98 Designer Finished! At least for me... 2017-07-22 10:17:11 +01:00
Alex-TIMEHACK
f355abf45e A lot of Work on the WinClassicExplorer 2017-07-22 09:55:12 +01:00
Alex-TIMEHACK
eca20f542d Made 95 explorer seperate from 98/2000/ME 2017-07-22 09:27:28 +01:00
Alex-TIMEHACK
c7266b653b Windows 98 designer started! 2017-07-22 09:13:19 +01:00
Alex-TIMEHACK
9cf2ebcd75 Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/master' 2017-07-22 09:07:54 +01:00
Alex-TIMEHACK
4db6df01a8 There is no Address Book in Windows 95
But there is one in Win98!
2017-07-22 09:07:44 +01:00
lempamo
845d40b0b9 upcoming achievements 😃 2017-07-21 23:27:37 -04:00
Alex-TIMEHACK
0fe1f13532 Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/master' 2017-07-21 22:22:58 +01:00
Alex-TIMEHACK
001dfb9b14 Added the Rename back! 2017-07-21 22:22:52 +01:00
Alex-TIMEHACK
2c87ba5fde A lot of backend work! 2017-07-21 22:14:23 +01:00
lempamo
7c55b52ced stuffs 2017-07-21 17:03:38 -04:00
Alex-TIMEHACK
5bfa0d8184 Fixed stupid conflict... 2017-07-21 18:15:51 +01:00
Alex-TIMEHACK
691ee07670 Updated my Fork PART 3
# Conflicts:
#	TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs
2017-07-21 18:11:57 +01:00
Alex-TIMEHACK
10dce41058 Made the File Explorer open EXE files
Not real ones though
2017-07-21 18:10:05 +01:00
lempamo
bfaf46cf14 Merge branch 'master' of https://github.com/TimeHACKDevs/TimeHACK.git 2017-07-21 11:06:15 -04:00
lempamo
0e4af49563 even more webchatty goodness 2017-07-21 11:06:11 -04:00
lempamo
840c2ad2ab Update CONTRIBUTING.md 2017-07-21 09:25:14 -04:00
lempamo
3b52e46274 Create CONTRIBUTING.md 2017-07-21 09:23:07 -04:00
Alex-TIMEHACK
55e49fdaad Windows Explorer TreeView now works! 2017-07-21 14:08:35 +01:00
Alex-TIMEHACK
75c05d3553 Update My Fork PART 2!!! 2017-07-21 13:24:28 +01:00
Alex-TIMEHACK
fee528f280 Made adjustments to the Windows Explorer 2017-07-21 13:09:15 +01:00
lempamo
a42b7b8d32 more webchatty things 2017-07-21 00:15:10 -04:00
lempamo
6a3204c26d fixed ftp, woops 2017-07-19 22:00:25 -04:00