Vince Weaver
|
37e50c3ef3
|
peasant: add cliff location
|
2021-10-03 22:28:27 -04:00 |
|
Vince Weaver
|
c8d61d3051
|
peasant: hook up some dialog
|
2021-10-03 21:59:24 -04:00 |
|
Vince Weaver
|
266e5cd784
|
peasant: working on cliff graphics
|
2021-10-03 20:17:02 -04:00 |
|
Vince Weaver
|
0d21b44e86
|
peasant: skip sound detection if open-apple held down
|
2021-10-03 01:27:05 -04:00 |
|
Vince Weaver
|
941e81bbeb
|
peasant: update priority drawing
15 now is foreground, look belowfor priority if color 0
|
2021-10-03 01:25:12 -04:00 |
|
Vince Weaver
|
424b703e2d
|
peasant: add priorities to knight level
|
2021-10-02 18:23:03 -04:00 |
|
Vince Weaver
|
bc120596bb
|
Merge branch 'master' of github.com:deater/dos33fsprogs
|
2021-10-02 14:44:37 -04:00 |
|
Vince Weaver
|
f80140d330
|
peasant: add the priority layer to intro sequence
fix bug where rather dashing was a bit stripey at times
|
2021-10-02 14:43:58 -04:00 |
|
Vince Weaver
|
9b5a1d8352
|
peasant: text changes
|
2021-10-01 19:57:22 -04:00 |
|
Vince Weaver
|
6489f529f4
|
peasant: update TODO
|
2021-10-01 01:32:07 -04:00 |
|
Vince Weaver
|
4714c038f5
|
peasant: update TODO
|
2021-10-01 01:31:26 -04:00 |
|
Vince Weaver
|
1e06b6f9d8
|
peasant: add electric duet music if no mockingboard
|
2021-10-01 01:26:09 -04:00 |
|
Vince Weaver
|
74ed7d7e9d
|
peasant: fix to work on machines w/o mockingboard
wasn't properly wrapping all cases
|
2021-09-30 00:57:00 -04:00 |
|
Vince Weaver
|
c340aa6bbe
|
peasant: centralize peasant text
|
2021-09-30 00:25:03 -04:00 |
|
Vince Weaver
|
be70f8451d
|
peasant: hook up actual parser
not sure how optimized this will be, but it's a start
|
2021-09-29 23:51:04 -04:00 |
|
Vince Weaver
|
7b8021116d
|
peasant: working on text
|
2021-09-29 16:53:41 -04:00 |
|
Vince Weaver
|
1ad76c384c
|
peasant: more background work
|
2021-09-29 16:13:38 -04:00 |
|
Vince Weaver
|
4a32b31c4d
|
peasant: save almost works
well it does but there's a weird bug when loading it back
|
2021-09-29 00:17:39 -04:00 |
|
Vince Weaver
|
bc788d0d4a
|
peasant: fix displaying three digit scores if middle digit is 0
|
2021-09-28 21:41:54 -04:00 |
|
Vince Weaver
|
9e6faefc88
|
peasant: load/save: load values from disk
|
2021-09-28 21:26:21 -04:00 |
|
Vince Weaver
|
36090911c7
|
peasant: add confirmation dialog for load/save
|
2021-09-28 21:08:46 -04:00 |
|
Vince Weaver
|
51e28a622e
|
peasant: ending: only play music if mockingboard detected
|
2021-09-28 16:35:55 -04:00 |
|
Vince Weaver
|
6ac8e4d131
|
peasant: update some notes
|
2021-09-28 08:40:50 -04:00 |
|
Vince Weaver
|
1ab7f2ecf3
|
peasant: urgh I forgot to update the right IRQ vector
|
2021-09-27 22:37:34 -04:00 |
|
Vince Weaver
|
e770eeb205
|
peasant: work on getting trogdor scene to run again
having to deal with 6522 irq being set for music
|
2021-09-27 22:26:37 -04:00 |
|
Vince Weaver
|
fc7aced25c
|
peasant: loading from disk2 now works
|
2021-09-27 22:04:09 -04:00 |
|
Vince Weaver
|
9d36dbf481
|
peasant: load works better
|
2021-09-27 16:44:40 -04:00 |
|
Vince Weaver
|
3af233d53e
|
peasant: load game sorta works
|
2021-09-27 00:33:24 -04:00 |
|
Vince Weaver
|
5f7326d92f
|
peasant: print pts/filename based on values
|
2021-09-26 23:59:51 -04:00 |
|
Vince Weaver
|
601c6fafb4
|
peasant: move most hgr routines to qload
also, escaping a $ in a Makefile is trickier than you'd think
|
2021-09-26 15:41:43 -04:00 |
|
Vince Weaver
|
9d1c9edfb0
|
peasant: move decompress into the qload common area
|
2021-09-26 01:00:15 -04:00 |
|
Vince Weaver
|
ec44509313
|
peasant: change up how generate_common symbol extraction works
more scriptable in Makefile
|
2021-09-26 00:46:35 -04:00 |
|
Vince Weaver
|
dc865e888b
|
peasant: hgr2: actually clear correct page
|
2021-09-25 23:51:22 -04:00 |
|
Vince Weaver
|
9ece0ceb8c
|
peasant: move music playing to the language card
this was a huge pain
also had to remove all calls to the firmware
|
2021-09-25 22:44:07 -04:00 |
|
Vince Weaver
|
d0a2b111c0
|
peasant: work on moving music to MUSIC
had to re-arrange thigns a bit
also fix ESCAPE to work again in intro
|
2021-09-23 23:49:10 -04:00 |
|
Vince Weaver
|
c61a2d5a1a
|
peasant: more work on integrating sound detection
|
2021-09-23 15:16:20 -04:00 |
|
Vince Weaver
|
f624b3332c
|
peasant: all hardware detection at beginning
|
2021-09-23 14:59:07 -04:00 |
|
Vince Weaver
|
84f286ea2e
|
peasant: add videlectrix theme, sorta
|
2021-09-23 13:16:18 -04:00 |
|
Vince Weaver
|
6838fb8038
|
peasant: more work on loadsave
|
2021-09-21 00:14:09 -04:00 |
|
Vince Weaver
|
840d520de2
|
peasant: work on load/save some more
|
2021-09-20 01:13:16 -04:00 |
|
Vince Weaver
|
5f023220bd
|
peasant: more work on load/save support
|
2021-09-20 00:08:16 -04:00 |
|
Vince Weaver
|
4223028a9d
|
peasant: start work on load game support
|
2021-09-19 18:49:00 -04:00 |
|
Vince Weaver
|
d97c47dd04
|
peasant: update directions to match Apple II play
|
2021-09-19 18:25:10 -04:00 |
|
Vince Weaver
|
fe05e64324
|
peasant: update to "press any key" from "click anywhere"
as we're not a flash browser game anymore
|
2021-09-19 18:12:37 -04:00 |
|
Vince Weaver
|
845edde669
|
peasant: update some documentation
|
2021-09-19 00:12:44 -04:00 |
|
Vince Weaver
|
f77b683740
|
wargames: fix to work in cases w/o ssi-263
|
2021-09-19 00:01:26 -04:00 |
|
Vince Weaver
|
01219eb690
|
peasant: update version to 0.7
|
2021-09-17 19:52:50 -04:00 |
|
Vince Weaver
|
fe36253ad6
|
peasant: more trogdor timing
|
2021-09-17 19:52:27 -04:00 |
|
Vince Weaver
|
74c93ace2d
|
peasant: hook up trogdor speech
|
2021-09-17 19:18:38 -04:00 |
|
Vince Weaver
|
f278aba111
|
peasant: work on trogdor scenes
|
2021-09-17 00:52:13 -04:00 |
|