Commit Graph

170 Commits

Author SHA1 Message Date
elasota
7cb6994f90 Import indexed strings as text files 2020-01-24 02:41:42 -05:00
elasota
9e9a79c4b7 Alert skeleton 2020-01-24 02:09:19 -05:00
elasota
928efdd527 Switch timestamp format to combined UTC + local so fewer stupid hacks are required. 2020-01-23 22:36:12 -05:00
elasota
6171b1185e Don't destroy menus on removal 2020-01-23 22:35:39 -05:00
elasota
a1475d2ee3 Fixed a bunch of improper timestamp handling, made ZIP timestamping deterministic, added default timestamp 2020-01-23 02:47:31 -05:00
elasota
909533930e Fix broken timestamp serialization 2020-01-23 01:39:27 -05:00
elasota
5a3cedaa95 Level editor and resource loader fixups and refactors 2020-01-23 01:19:12 -05:00
elasota
27a1f89c15 Implicit divide by 4 in ellipse plotter, disable debug asserts by default 2020-01-22 01:48:02 -05:00
elasota
06243e4d45 Fix potential off-by-one 2020-01-21 00:21:11 -05:00
elasota
5e3e666765 Fix ellipse plotter, adhere to sounder invariants this time. 2020-01-21 00:09:38 -05:00
elasota
f5b0ef3698 Revert "Fix some problematic ellipse plotter cases (like 4x36)"
This reverts commit 1d7a75c8a9.
2020-01-20 23:59:45 -05:00
elasota
c112738f2e Remove glue drivers, use Gp drivers instead 2020-01-20 05:14:50 -05:00
elasota
1d7a75c8a9 Fix some problematic ellipse plotter cases (like 4x36) 2020-01-20 05:00:44 -05:00
elasota
610c72b9bb Fix the rest of house load and game over asserts 2020-01-20 02:17:07 -05:00
elasota
156e58e59f Disable Mac Plus hacks 2020-01-20 02:13:23 -05:00
elasota
3b11a457a3 Fix audio queue consume overrun (caused shutdown crash due to multiple buffers being queued) 2020-01-19 19:25:36 -05:00
elasota
1b5720c118 Adjust text AA to be more gamma-correct. Switch everything to Open Sans. 2020-01-19 07:36:44 -05:00
elasota
93b4554961 Migrate image storage from PICT to BMP 2020-01-18 21:15:31 -05:00
elasota
69ef542969 Fix audio shutdown crashes 2020-01-18 18:39:54 -05:00
elasota
c79ddd0d35 Add text anti-aliasing, disable arcade mode 2020-01-18 18:20:16 -05:00
elasota
d8331eaeb7 Switch to zip archive format for resource data, prep work for moving from PICT/snd to BMP/WAV 2020-01-18 08:37:57 -05:00
elasota
645a997c7a Refactoring 2020-01-05 16:41:04 -05:00
elasota
1fba6f9e85 Refactor color cursor loading 2020-01-05 04:13:00 -05:00
elasota
7c4ec4a467 Replace MacRoman conversion with LIBICONV implementation 2020-01-05 04:02:19 -05:00
elasota
aca18df74b More stuff, fix saved games 2020-01-05 02:33:03 -05:00
elasota
a4b8db1065 Level editor work 2020-01-04 01:19:01 -05:00
elasota
32116bc17e Fix up some file handling, add support for initializing a house file 2020-01-03 00:13:41 -05:00
elasota
1da2851d3a Scaled blit, plus fix some level editor things 2020-01-02 01:32:00 -05:00
elasota
1c6ab800a7 Refactor some dialog handling, enforce proper port disposal 2020-01-01 20:49:18 -05:00
elasota
5fe6218c28 Add some initial widget functionality (prefs partly working) 2020-01-01 20:24:46 -05:00
elasota
d9b5dd20d6 Refactoring, clean up shutdown path 2019-12-31 05:20:07 -05:00
elasota
62438ab4f3 Sound system refactor 2019-12-31 04:49:38 -05:00
elasota
b963aa9b5f Remove unused file 2019-12-31 03:55:56 -05:00
elasota
52338a3983 Event queue refactor 2019-12-31 03:55:17 -05:00
elasota
84e4f9fb0b Refactoring, dialog work 2019-12-31 02:42:20 -05:00
elasota
04a955213c Major draw code refactor 2019-12-30 20:53:11 -05:00
elasota
918578469e Fix low gray color mapping to dark red 2019-12-30 20:52:56 -05:00
elasota
fb105bd338 Handle refactor 2019-12-29 23:14:37 -05:00
elasota
9cf539eb52 Refactoring 2019-12-29 22:12:11 -05:00
elasota
dadb21a275 FS refactoring, 64-bit timestamps 2019-12-29 21:31:49 -05:00
elasota
77441c19fd XInput support 2019-12-29 17:39:19 -05:00
elasota
430842d17b File system refactoring 2019-12-29 06:38:18 -05:00
elasota
b24505164d Remove regions, add framing (fixes mirrors) 2019-12-29 04:13:35 -05:00
elasota
527e83fdd6 Change FrameOval to editor todo 2019-12-29 03:47:27 -05:00
elasota
8530d92062 Add pattern fill for FillScanlineSpan 2019-12-29 03:01:44 -05:00
elasota
9e4f1f64dc Add ellipse plotter and oval drawing 2019-12-29 02:38:41 -05:00
elasota
08fac98637 Fix mirrors, poly draw (WIP), and game over screen. Temp disable high scores. 2019-12-28 19:50:29 -05:00
elasota
d9e61cffac Fix Y-inverted lines not drawing 2019-12-27 23:02:22 -05:00
elasota
32fa8928d4 Disable Mac Plus graphic/sound 2019-12-27 18:29:12 -05:00
elasota
8b82ecabef Refactoring. Add line drawing. 2019-12-27 18:05:32 -05:00