Commit graph

173 commits

Author SHA1 Message Date
lempamo
99fef5c573 gtn things 2017-08-22 20:44:03 -04:00
lempamo
1f59dd91ab wordpad gui improvement part 1 2017-08-14 13:13:53 -04:00
lempamo
38da0b8cb2 folder renaming 2017-08-13 15:18:46 -04:00
lempamo
b3c84489d5 time distorter 0.1 up and running 2017-08-09 18:02:34 -04:00
lempamo
ebe1b011db custom minesweeper tables AND painted separators 2017-08-08 10:42:48 -04:00
lempamo
e838d66d36 minesweeper gfx part 1 2017-08-07 14:04:08 -04:00
lempamo
cb0ebed291 you can actually see the achievement box 2017-08-06 19:10:09 -04:00
lempamo
a66494723c added real achievements 2017-08-05 21:14:30 -04:00
lempamo
4084b7f6e8 fixed not all icons showing 2017-08-05 08:29:30 -04:00
jtsshieh
2029bbc599 Merge branch 'master' into master 2017-08-02 22:08:21 -04:00
jtsshieh
d2286b7d68 Minesweeper Scoring System
I didn't do acheivments because I couldn
t work out how to add one.
2017-08-02 22:03:57 -04:00
lempamo
a3b48880bf Merge pull request #145 from jtsshieh/master
Working but pretty buggy resize system
2017-08-02 10:35:43 -05:00
jtsshieh
5fdd82f5f0 Working but pretty buggy resize system
Resizer for the windows but pretty buggy.
2017-08-02 11:23:39 -04:00
lempamo
c0fd6c4d1b added more "files" 2017-08-01 13:05:37 -04:00
lempamo
554fc5e2b3 fixed up moving to dirs 2017-08-01 10:28:47 -04:00
lempamo
b4277f918f added fixed size windows 2017-07-31 23:14:24 -04:00
jtsshieh
312cd74145 WIndow Resize
Pulled Straight out of one of my old vb oses 😆
2017-07-31 21:47:01 -04:00
lempamo
87902a4c24 icons for the explorer 2017-07-31 21:04:18 -04:00
lempamo
7a662a51d2 taskbar order fixed 2017-07-31 16:19:41 -04:00
lempamo
5cedc57133 and i forgot about something else 2017-07-31 15:46:27 -04:00
lempamo
10ae6bcf8f more themey things 2017-07-31 15:40:59 -04:00
lempamo
547f538230 fixed up the computer and networking icons 2017-07-30 09:36:43 -04:00
lempamo
077fef3baf better infoboxes 2017-07-30 00:10:22 -04:00
lempamo
9205136293 window resizing (not working yet) 2017-07-28 10:58:58 -04:00
lempamo
30e2150391 finished ms-dos "dir" 2017-07-28 09:01:37 -04:00
lempamo
76d1568824 proper file sizes for calc and explorer 2017-07-28 00:04:15 -04:00
lempamo
6b6369ba73 sweet new dos command (dir) 2017-07-27 23:58:39 -04:00
lempamo
7d3d306a8c subdirectories in _data.info 2017-07-27 15:58:05 -04:00
lempamo
5b6110d97f dosnames for directories too 2017-07-27 10:33:02 -04:00
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
Jason
a852b2c7f2 Merge pull request #136 from Alex-TIMEHACK/master
Realistic Desktop
2017-07-23 20:35:08 +02: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
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
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
46eb239008 Fixed bugs 2017-07-22 12:45:53 +01:00
Alex-TIMEHACK
bc6a8c1ada Fully Working Web View Part 2 2017-07-22 11:41:27 +01:00
Alex-TIMEHACK
294592d1bc Win98 Designer Finished! At least for me... 2017-07-22 10:17:11 +01:00
Alex-TIMEHACK
eca20f542d Made 95 explorer seperate from 98/2000/ME 2017-07-22 09:27:28 +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
Alex-TIMEHACK
0fe1f13532 Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/master' 2017-07-21 22:22:58 +01:00
Alex-TIMEHACK
2c87ba5fde A lot of backend work! 2017-07-21 22:14:23 +01:00