Vince Weaver
|
7239ea553f
|
peasant: add "where" command
|
2021-10-03 22:41:02 -04:00 |
|
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
|
94b27d529f
|
mist_hgr: bump version number
|
2021-09-23 01:20:30 -04:00 |
|
Vince Weaver
|
fac3ceddd8
|
mist_hgr: make work on IIc as well
|
2021-09-23 01:19:55 -04:00 |
|
Vince Weaver
|
72ea4da48e
|
mist: think I have IIc support straightened out
|
2021-09-23 01:04:55 -04:00 |
|
Vince Weaver
|
6b3f31412c
|
mist: have IIc mockingboard support in theory working
|
2021-09-23 00:39:25 -04:00 |
|
Vince Weaver
|
c508b0d3cd
|
mist: add cyan intro
|
2021-09-22 21:53:43 -04:00 |
|
Vince Weaver
|
2bee1c10b9
|
mist: add ssi263 speech
|
2021-09-22 20:52:44 -04:00 |
|
Vince Weaver
|
571dd34d27
|
mist: fix up detection to be more like mist_hgr
|
2021-09-22 17:22:15 -04:00 |
|
Vince Weaver
|
dbbb8bed46
|
mist_hgr: fix broken Makefile
only notice if not already have .dsk file
|
2021-09-21 23:14:01 -04:00 |
|
Vince Weaver
|
b77f8881a3
|
mist_hgr: update version
|
2021-09-21 23:02:42 -04:00 |
|
Vince Weaver
|
f929356893
|
mist_hgr: update timing
|
2021-09-21 23:01:59 -04:00 |
|
Vince Weaver
|
f904b9da78
|
mist_hgr: initial speech support
|
2021-09-21 22:12:12 -04:00 |
|
Vince Weaver
|
90ec003a7d
|
mist_hgr: sync up the cyan logo
|
2021-09-21 21:22:40 -04:00 |
|
Vince Weaver
|
1f2c51feb2
|
mist_hgr: add cyan theme
|
2021-09-21 20:41:14 -04:00 |
|
Vince Weaver
|
6838fb8038
|
peasant: more work on loadsave
|
2021-09-21 00:14:09 -04:00 |
|
Vince Weaver
|
7da62095c2
|
myst: add cyan theme
|
2021-09-20 20:43:38 -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 |
|
Vince Weaver
|
a99db03185
|
ending: add sound effect
not very good
|
2021-09-17 00:04:51 -04:00 |
|
Vince Weaver
|
efa1b996af
|
peasant: add waterfall foam
|
2021-09-16 23:07:19 -04:00 |
|
Vince Weaver
|
f8ff9ce708
|
peasant: boat mostly working
|
2021-09-16 22:51:55 -04:00 |
|
Vince Weaver
|
a76c2d49d9
|
peasant: more work on boat
|
2021-09-16 17:02:28 -04:00 |
|
Vince Weaver
|
e41579f3cd
|
peasant: update boat sprites
|
2021-09-16 11:56:07 -04:00 |
|
Vince Weaver
|
d05823a67d
|
peasant: working on graphics
|
2021-09-16 00:41:46 -04:00 |
|
Vince Weaver
|
7518089721
|
peasant: ending: work on jhonka scene
|
2021-09-15 16:32:43 -04:00 |
|
Vince Weaver
|
52341497ac
|
peasant: more work on end sprites
|
2021-09-14 01:16:03 -04:00 |
|
Vince Weaver
|
55c0fc8e1b
|
peasant: update TODO
|
2021-09-13 15:45:10 -04:00 |
|
Vince Weaver
|
ad76d099b6
|
peasant: more work on baby
urgh hgr is the worst
|
2021-09-13 15:41:23 -04:00 |
|
Vince Weaver
|
b84a179be3
|
peasant: more work on baby
|
2021-09-13 01:06:58 -04:00 |
|
Vince Weaver
|
7c68df5a96
|
peasant: work on baby sprites
|
2021-09-12 21:32:14 -04:00 |
|
Vince Weaver
|
00b5d7769d
|
peasant: end: work on timing
|
2021-09-10 23:40:04 -04:00 |
|
Vince Weaver
|
799a9dbbee
|
peasant: add text to end credits
|
2021-09-10 23:18:21 -04:00 |
|
Vince Weaver
|
d30919ba16
|
peasant: split off the trogdor part
|
2021-09-10 00:46:25 -04:00 |
|
Vince Weaver
|
de2767d757
|
peasant: add some strings
|
2021-09-09 08:13:42 -04:00 |
|
Vince Weaver
|
c81f00066e
|
peasant: update graphics
|
2021-09-09 00:09:12 -04:00 |
|
Vince Weaver
|
3466fc1661
|
peasant: fix up Makefiles
|
2021-09-08 09:31:03 -04:00 |
|
Vince Weaver
|
a9e583e124
|
peasant: more ending graphics
|
2021-09-07 23:31:37 -04:00 |
|
Vince Weaver
|
b3b0c26118
|
peasant: work on ending
|
2021-09-07 00:55:37 -04:00 |
|
Vince Weaver
|
e1b5a589c7
|
peasant: update to version 0.6
|
2021-09-04 01:48:57 -04:00 |
|
Vince Weaver
|
5845a0a3b8
|
peasant: more fine tuning of the inventory
|
2021-09-04 01:48:35 -04:00 |
|
Vince Weaver
|
1dfae1f4d3
|
peasant: more work on inventory
|
2021-09-04 00:50:33 -04:00 |
|
Vince Weaver
|
c0d3a6d6b2
|
peasant: inventory sprites mostly working
|
2021-09-04 00:30:47 -04:00 |
|
Vince Weaver
|
c1a176279b
|
peasant: work on adding item sprites
|
2021-09-03 00:31:15 -04:00 |
|
Vince Weaver
|
6b45f182d9
|
peasant: hook up inventory descriptions
|
2021-09-03 00:05:06 -04:00 |
|
Vince Weaver
|
0bd4b6faa4
|
peasant: inventory keyboard navigation works again
|
2021-09-02 01:11:45 -04:00 |
|
Vince Weaver
|
81e601155c
|
peasant: hash out inventory things that we no longer have
|
2021-09-01 23:54:30 -04:00 |
|
Vince Weaver
|
00516ef998
|
peasant: all inventory shown
|
2021-09-01 23:27:06 -04:00 |
|
Vince Weaver
|
c680123ada
|
peasant: fix narrow rectangles being drawn
also drop use of HGLIN, use rectangles for everything
|
2021-09-01 22:42:57 -04:00 |
|
Vince Weaver
|
32d20ead2f
|
peasant: remove some more calls to the ROM
we might want to run with language card at some point
|
2021-09-01 14:57:00 -04:00 |
|
Vince Weaver
|
e2208da387
|
peasant: streamline the rectangle draw code a bit
|
2021-09-01 14:34:09 -04:00 |
|
Vince Weaver
|
2bb7e1064c
|
peasant: inventory keyboard navigation works
|
2021-09-01 00:39:25 -04:00 |
|
Vince Weaver
|
4f6f22391a
|
peasant: more work on inventory
|
2021-08-31 15:46:22 -04:00 |
|
Vince Weaver
|
971aa1c147
|
peasant: more work on inventory
|
2021-08-31 01:15:12 -04:00 |
|
Vince Weaver
|
138a2e4bbc
|
peasant: initial inventory code
|
2021-08-29 01:07:16 -04:00 |
|
Vince Weaver
|
90a49ff439
|
peasant: centralize score code
|
2021-08-28 23:05:36 -04:00 |
|
Vince Weaver
|
4da5609d60
|
peasant: add waterfall priority screen
|
2021-08-28 21:39:39 -04:00 |
|
Vince Weaver
|
80cd0899ea
|
peasant: work on game state
|
2021-08-28 01:47:28 -04:00 |
|
Vince Weaver
|
ab2ec4aba5
|
peasant: add all possible conversations
|
2021-08-27 01:04:10 -04:00 |
|
Vince Weaver
|
5be6325695
|
peasant: add more responses
|
2021-08-25 17:04:57 -04:00 |
|
Vince Weaver
|
4d67dcac48
|
peasant: starting in on the text parser
|
2021-08-25 14:57:58 -04:00 |
|
Vince Weaver
|
768957fa33
|
peasant: going behind things seems to work
|
2021-08-24 23:48:31 -04:00 |
|
Vince Weaver
|
8e3b60e1bb
|
peasant: try to keep peasant Y at a multiple of 4
also initial bg priority support
|
2021-08-24 21:31:07 -04:00 |
|
Vince Weaver
|
da4412f3f2
|
peasant: make peasant sprite 7x28 instead of 7x30
not sure why it was 7x30 anyway as we ignored the bottom 2 lines
hopefully makes bg masking easier
|
2021-08-24 20:58:44 -04:00 |
|
Vince Weaver
|
d8155c8f4e
|
peasant: optimize sprite routines
|
2021-08-24 20:42:11 -04:00 |
|
Vince Weaver
|
2c116d9f71
|
peasant: collision sort of works
|
2021-08-24 14:32:04 -04:00 |
|
Vince Weaver
|
d9b6fe05b3
|
peasant: centralize move code
|
2021-08-24 13:52:11 -04:00 |
|
Vince Weaver
|
814d465eaa
|
peasant: add priority graphic loading
|
2021-08-24 13:38:03 -04:00 |
|
Vince Weaver
|
15cd660484
|
peasant: update the graphics
|
2021-08-23 23:02:23 -04:00 |
|
Vince Weaver
|
853bb711ee
|
peasant: trying something out
|
2021-08-23 17:01:40 -04:00 |
|
Vince Weaver
|
bcfae1ddb5
|
peasant: update graphics
|
2021-08-23 02:00:46 -04:00 |
|
Vince Weaver
|
514bf50c7c
|
peasant: just add in all the backgrounds
these aren't fully ready yet
|
2021-08-22 23:07:37 -04:00 |
|
Vince Weaver
|
a78bfb2628
|
peasant: missed an image
|
2021-08-22 22:02:41 -04:00 |
|
Vince Weaver
|
15d87a099a
|
peasant: add a few more backgrounds
|
2021-08-22 22:02:11 -04:00 |
|
Vince Weaver
|
47889a6d1b
|
peasant: add some more locations
|
2021-08-22 01:47:52 -04:00 |
|
Vince Weaver
|
edf316ac06
|
peasant: make edge transitions a bit better
|
2021-08-18 00:46:05 -04:00 |
|
Vince Weaver
|
8ea755c9a2
|
peasant: peasantry too big, split up in 4 pieces
|
2021-08-18 00:29:23 -04:00 |
|
Vince Weaver
|
4809b2ad13
|
peasant: add another location
|
2021-08-17 00:04:04 -04:00 |
|
Vince Weaver
|
baec25c64e
|
peasant: bump version number
|
2021-08-16 01:33:05 -04:00 |
|
Vince Weaver
|
1d04940324
|
peasant: only save part of hires screen
trying to avoid peasant flicker, seems to be improved
|
2021-08-16 01:31:49 -04:00 |
|
Vince Weaver
|
825082d087
|
peasant: add some silly placeholders
|
2021-08-15 23:49:56 -04:00 |
|
Vince Weaver
|
16b7249b79
|
peasant: you can now walk to different locations
|
2021-08-15 21:08:38 -04:00 |
|
Vince Weaver
|
12beab8608
|
peasant: can more or less walk around like in original
|
2021-08-15 12:18:17 -04:00 |
|
Vince Weaver
|
361b623763
|
peasant: can sorta walk around
|
2021-08-15 01:19:26 -04:00 |
|
Vince Weaver
|
56ace09b86
|
peasant: some commands actually work
|
2021-08-15 01:12:43 -04:00 |
|
Vince Weaver
|
5e9d39fad3
|
peasant: can sorta walk now
|
2021-08-15 00:23:41 -04:00 |
|
Vince Weaver
|
4b1674a492
|
peasant: have ESCAPE quit the intro
|
2021-08-15 00:02:13 -04:00 |
|
Vince Weaver
|
5f2ba6bf38
|
peasant: split game off from intro
|
2021-08-14 23:31:00 -04:00 |
|
Vince Weaver
|
707fc5de7d
|
peasant: make hgr_text_box routine
optimizes things, though only saves 100 bytes or so
|
2021-08-14 21:10:56 -04:00 |
|
Vince Weaver
|
60a5c525f8
|
peasant: move qload earlier and re-enable savefile support
|
2021-08-14 16:01:36 -04:00 |
|
Vince Weaver
|
5077f7eddb
|
peasant: push qboot stage2 into lores page2 as we won't be using it
|
2021-08-14 15:45:03 -04:00 |
|
Vince Weaver
|
b92cac0665
|
peasant: rename all the rest
tested it seems to work again
|
2021-08-14 15:01:59 -04:00 |
|
Vince Weaver
|
b6b89d4e44
|
peasant: re-arrange stuff in case I make this actually playable
|
2021-08-14 14:04:46 -04:00 |
|
Vince Weaver
|
80747fd82d
|
peasant: split out the draw peasant routine
|
2021-08-14 13:48:02 -04:00 |
|
Vince Weaver
|
f00749f6b8
|
peasant: update documentation
|
2021-08-14 13:03:58 -04:00 |
|
Vince Weaver
|
6e18447bb6
|
peasant: add extra keyboard check as it was too easy to skip title
|
2021-08-12 23:46:34 -04:00 |
|
Vince Weaver
|
d25dc902da
|
peasant: acceptable fire animation
|
2021-08-12 22:45:18 -04:00 |
|
Vince Weaver
|
7ae0b31cbd
|
peasant: clean up music
|
2021-08-12 21:01:05 -04:00 |
|
Vince Weaver
|
17a1d69f7a
|
peasant: use lookup table for HPOSN
not sure if it's that noticable
|
2021-08-12 20:36:32 -04:00 |
|
Vince Weaver
|
253590a26d
|
peasant: add some more walking sprites
not the best, but HGR is hard
|
2021-08-12 20:03:11 -04:00 |
|
Vince Weaver
|
0000196c21
|
peasant: music works!
|
2021-08-12 19:03:55 -04:00 |
|
Vince Weaver
|
5ce3f772ce
|
peasant: add some music
|
2021-08-12 16:53:15 -04:00 |
|
Vince Weaver
|
b454576d61
|
peasant: auto-walk everywhere now
|
2021-08-12 15:41:39 -04:00 |
|
Vince Weaver
|
f75ed63451
|
peasant: finalize knight scene
|
2021-08-12 15:23:05 -04:00 |
|
Vince Weaver
|
27454c2ba9
|
peasant: update river
|
2021-08-12 15:08:48 -04:00 |
|
Vince Weaver
|
9ab1daa636
|
peasant: update lake_e
|
2021-08-12 14:45:25 -04:00 |
|
Vince Weaver
|
1de9a8af66
|
peasant: bubbles in lake
|
2021-08-12 14:07:19 -04:00 |
|
Vince Weaver
|
c8b8224e42
|
peasant: cottage really sorted now
|
2021-08-12 13:10:07 -04:00 |
|
Vince Weaver
|
316cfd183d
|
peasant: have cottage mostly sorted
|
2021-08-12 12:57:24 -04:00 |
|
Vince Weaver
|
309677f52b
|
peasant: initial sprite support
|
2021-08-12 11:48:12 -04:00 |
|
Vince Weaver
|
23647cbc18
|
peasant: update makefile to build graphics
|
2021-08-12 09:57:17 -04:00 |
|
Vince Weaver
|
83981e61c8
|
peasant: forgot Makefile
|
2021-08-12 00:57:12 -04:00 |
|
Vince Weaver
|
f5a01b609e
|
peasant: wrong message at ending
|
2021-08-12 00:54:04 -04:00 |
|
Vince Weaver
|
f62cab9038
|
peasant: box now paramaterizable
|
2021-08-12 00:42:12 -04:00 |
|
Vince Weaver
|
4246c3d5cc
|
peasant: add hgr input support
|
2021-08-11 23:53:49 -04:00 |
|
Vince Weaver
|
c0ae45645e
|
peasant: split off ending
|
2021-08-11 22:16:15 -04:00 |
|
Vince Weaver
|
b763f51810
|
peasant: initial text box support
|
2021-08-11 22:07:33 -04:00 |
|
Vince Weaver
|
e242680690
|
peasant: split off title from main exe
|
2021-08-11 21:45:31 -04:00 |
|
Vince Weaver
|
2bd8125bba
|
peasant: add some more graphics
|
2021-08-11 19:29:47 -04:00 |
|
Vince Weaver
|
fe51c1cb38
|
peasant: touch up the graphcis
|
2021-08-11 16:38:51 -04:00 |
|
Vince Weaver
|
9d17167758
|
peasant: intro more or less done
|
2021-08-11 15:58:10 -04:00 |
|
Vince Weaver
|
0d1f5cc0e6
|
peasant: intro animation works, but is *really* slow
|
2021-08-11 15:49:03 -04:00 |
|
Vince Weaver
|
47e1cee97a
|
peasant: load everything again
|
2021-08-11 00:41:29 -04:00 |
|
Vince Weaver
|
90772a6e86
|
peasant: add opening animation
|
2021-08-10 23:43:30 -04:00 |
|
Vince Weaver
|
9bc4d738b5
|
peasant: use qboot so we don't have DOS in the way
|
2021-08-10 18:49:37 -04:00 |
|
Vince Weaver
|
5fa1473172
|
peasant: update graphics
|
2021-08-10 17:00:19 -04:00 |
|
Vince Weaver
|
d08692ee2a
|
peasant: more work on graphics
|
2021-08-10 16:03:31 -04:00 |
|
Vince Weaver
|
f3ba9135aa
|
peasant: more graphics works
|
2021-08-10 15:30:02 -04:00 |
|
Vince Weaver
|
2c2ff1d909
|
peasant: update graphics
hgr is evil
|
2021-08-10 14:05:41 -04:00 |
|
Vince Weaver
|
bc86b41d5b
|
peasant: hook up the text generation
|
2021-08-10 01:09:35 -04:00 |
|
Vince Weaver
|
c61a85b33f
|
hgr_font: more or less working now
|
2021-08-09 21:46:19 -04:00 |
|
Vince Weaver
|
38b8751c21
|
hgr_font: lowercase seems to be working
|
2021-08-09 20:16:47 -04:00 |
|
Vince Weaver
|
34af0101ee
|
hgr_font: lower ASCII done
|
2021-08-09 19:02:23 -04:00 |
|
Vince Weaver
|
53e5ce0536
|
hgr_font: update font
|
2021-08-09 17:01:20 -04:00 |
|
Vince Weaver
|
e152360e7d
|
hgr_font: more or less works for uppercase
|
2021-08-09 13:19:47 -04:00 |
|
Vince Weaver
|
aa32a93326
|
hgr_font: good at drawing alien writing
|
2021-08-09 12:12:25 -04:00 |
|
Vince Weaver
|
90092e4707
|
hgr: beginnings of hgr font routine
|
2021-08-09 11:49:01 -04:00 |
|
Vince Weaver
|
e56c24f94d
|
peasant: yet another silly project
|
2021-08-09 01:21:58 -04:00 |
|
Vince Weaver
|
41937efa7f
|
mist_hgr: some more locations on the dock
|
2021-08-07 15:51:47 -04:00 |
|
Vince Weaver
|
90f5c66da3
|
mist_hgr: update Makefile
|
2021-07-26 01:32:48 -04:00 |
|
Vince Weaver
|
9963bcb60e
|
mist: update TODO based on mysterium feedback/playthroughs
|
2021-07-18 23:14:48 -04:00 |
|
Vince Weaver
|
1262cde56f
|
games: riven: not really, just to get some images for my slides
|
2021-07-16 22:43:14 -04:00 |
|
Vince Weaver
|
c634f10f9c
|
mist_hgr: calling the proof-of-concept good for now
|
2021-07-14 20:59:48 -04:00 |
|
Vince Weaver
|
1d2022e616
|
mist_hgr: more of opening
|
2021-07-14 17:00:31 -04:00 |
|
Vince Weaver
|
4285ac2ce0
|
mist_hgr: add animation for linking book
|
2021-07-14 14:57:52 -04:00 |
|
Vince Weaver
|
4f5f75a4b7
|
mist_hgr: some more intro animated
|
2021-07-14 11:55:12 -04:00 |
|
Vince Weaver
|
46b2964348
|
mist_hgr: some more graphics stuff
|
2021-07-14 02:06:09 -04:00 |
|
Vince Weaver
|
8c7da7b269
|
mist_hgr: can now visit some locations
|
2021-07-13 15:54:52 -04:00 |
|
Vince Weaver
|
3fec7e69fa
|
mist_hgr: hooray, can go through book to a featureless void
that void is mist island, but apparently really foggy
|
2021-07-13 15:22:29 -04:00 |
|
Vince Weaver
|
c47e3aa4bb
|
mist_hgr: to the point you could in theory walk around
don't have enough graphics done to experience it though
|
2021-07-13 13:42:47 -04:00 |
|
Vince Weaver
|
21372b764c
|
mist_hgr: massive rework to make more room on QLOAD for VGI routines
|
2021-07-13 13:09:44 -04:00 |
|
Vince Weaver
|
a048758229
|
mist_hgr: add memmap document before we change it
|
2021-07-13 12:18:37 -04:00 |
|
Vince Weaver
|
392207861e
|
mist_hgr: more work on title sequence
|
2021-07-13 02:24:21 -04:00 |
|
Vince Weaver
|
e7c0834453
|
mist_hgr: pointer working a bit better
|
2021-07-12 15:23:53 -04:00 |
|
Vince Weaver
|
45ec8a3fe0
|
mist_hgr: initial sprite pointer support
still needs work, also is too big
|
2021-07-12 12:34:57 -04:00 |
|
Vince Weaver
|
dbc71d4086
|
mist_hgr: more updating Makefile so builds elsewhere
|
2021-07-12 01:20:30 -04:00 |
|
Vince Weaver
|
f6bda77869
|
mist_hgr: narrative now appears
|
2021-07-12 01:09:52 -04:00 |
|
Vince Weaver
|
2e2f9cee03
|
mist_hgr: working on title sequence
|
2021-07-11 22:11:52 -04:00 |
|
Vince Weaver
|
9e26691bfd
|
hgr: sprites: first sprite attempt
|
2021-07-11 22:10:51 -04:00 |
|
Vince Weaver
|
069d90dd0b
|
vgi: update to better fit in myst code
|
2021-07-09 23:32:47 -04:00 |
|
Vince Weaver
|
ec78775cd9
|
mist_hgr: some more files
|
2021-07-08 00:57:11 -04:00 |
|
Vince Weaver
|
f9df2bd696
|
mist_hgr: more missing files
|
2021-07-08 00:52:43 -04:00 |
|
Vince Weaver
|
ef370004b1
|
mist_hgr: more missing files
|
2021-07-08 00:51:52 -04:00 |
|
Vince Weaver
|
25223da438
|
mist_hgr: more file adds
|
2021-07-08 00:49:17 -04:00 |
|
Vince Weaver
|
545ef73f11
|
mist_hgr: shouldn't this be auto-generated
|
2021-07-08 00:43:16 -04:00 |
|
Vince Weaver
|
0811ece58a
|
mist_hgr: more missing files
|
2021-07-08 00:42:31 -04:00 |
|
Vince Weaver
|
9f3d86eadb
|
mist_hgr: urgh previously uncommitted too much
|
2021-07-08 00:41:45 -04:00 |
|
Vince Weaver
|
a49b1d8c85
|
hgrmist: work on autodetect of sound
|
2021-07-08 00:36:35 -04:00 |
|
Vince Weaver
|
ef3c30c42f
|
ootw: seems to not be crashing anymore???
|
2021-05-03 12:03:10 -04:00 |
|
Vince Weaver
|
77c303890f
|
ootw: more work on real Apple II+
|
2021-05-03 11:54:22 -04:00 |
|
Vince Weaver
|
5c5151360e
|
ootw: comments on qboot
mysterious crashes on Apple II+ / qboot ootw (but not myst)
|
2021-05-03 11:11:07 -04:00 |
|
Vince Weaver
|
01ded34220
|
ootw: minor fixes to qboot
|
2021-05-03 10:12:03 -04:00 |
|
Vince Weaver
|
3862879a2d
|
ootw: make title screen easier to navigate on Apple II
|
2021-05-03 09:40:51 -04:00 |
|
Vince Weaver
|
c358d8d90c
|
ootw: Update disk images
|
2021-05-02 00:11:11 -04:00 |
|
Vince Weaver
|
d8f07eebde
|
ootw: make white button blink
|
2021-05-01 23:40:33 -04:00 |
|
Vince Weaver
|
af650ae234
|
ootw: more arena work
|
2021-05-01 23:32:32 -04:00 |
|
Vince Weaver
|
950f137ca5
|
ootw: more work on arena
|
2021-04-30 22:16:55 -04:00 |
|
Vince Weaver
|
5281233d56
|
ootw: more work on arena
|
2021-04-29 00:42:15 -04:00 |
|
Vince Weaver
|
71b23ba413
|
ootw: c14: more intro movie
|
2021-04-27 00:36:40 -04:00 |
|
Vince Weaver
|
5c6fdff9c3
|
ootw: hook up part of tank intro
|
2021-04-26 15:25:42 -04:00 |
|
Vince Weaver
|
37421f4283
|
ootw: start working on level14
|
2021-04-25 00:52:12 -04:00 |
|
Vince Weaver
|
217a422ab7
|
ootw: fix glitch in ending on real hardware caused by uninit zero page value
|
2021-04-19 13:59:05 -04:00 |
|
Vince Weaver
|
631cf0bfd1
|
ootw: add disks for release
|
2021-04-19 12:46:13 -04:00 |
|
Vince Weaver
|
452a0d235c
|
ootw: restore message on loading screen
|
2021-04-19 12:45:36 -04:00 |
|
Vince Weaver
|
47b1fc2a6c
|
ootw: fix off by-one in track load count for c15
last sector not loaded, making for hard-to-debug crash
|
2021-04-19 12:42:13 -04:00 |
|
Vince Weaver
|
3109c9b39c
|
ootw: title, let you view help
|
2021-04-19 12:08:57 -04:00 |
|
Vince Weaver
|
4bd687a357
|
ootw: move all disks over to qboot
|
2021-04-19 11:54:27 -04:00 |
|
Vince Weaver
|
291a2f0461
|
ootw: move to qboot for disk1
more or less seems to work
|
2021-04-19 10:55:55 -04:00 |
|
Vince Weaver
|
1778f19377
|
ootw: bump version number
|
2021-04-18 23:49:06 -04:00 |
|
Vince Weaver
|
964344740e
|
ootw: music: update outro to delay roughly the right time
|
2021-04-18 23:42:49 -04:00 |
|
Vince Weaver
|
7b77ba7626
|
ootw: ending: touch up the animation
|
2021-04-18 23:29:41 -04:00 |
|
Vince Weaver
|
283784c94a
|
ootw: credits: working a bit better
|
2021-04-18 14:48:26 -04:00 |
|
Vince Weaver
|
9b1be9508c
|
ootw: ending: mess with credits timing
|
2021-04-18 00:01:38 -04:00 |
|
Vince Weaver
|
afabe4a2f2
|
ootw: ending: update timings
|
2021-04-17 23:26:19 -04:00 |
|
Vince Weaver
|
7003b98d27
|
ootw: ending: done with frames?
|
2021-04-17 00:41:39 -04:00 |
|
Vince Weaver
|
01e9fd6ab5
|
ootw: ending: more frames
|
2021-04-16 00:22:41 -04:00 |
|
Vince Weaver
|
f2cce22fea
|
ootw: ending: finish flying
|
2021-04-15 22:28:42 -04:00 |
|
Vince Weaver
|
5e64baa794
|
ootw: ending: more frames
|
2021-04-15 00:53:04 -04:00 |
|
Vince Weaver
|
6be49ae126
|
ootw: more ending frames
|
2021-04-15 00:13:13 -04:00 |
|
Vince Weaver
|
2f1f438fc0
|
ootw: more ending frames
|
2021-04-14 23:05:22 -04:00 |
|
Vince Weaver
|
fd4a5a6a14
|
ootw: more ending images
|
2021-04-14 21:31:41 -04:00 |
|
Vince Weaver
|
83b56e872e
|
ootw: more work on ending
|
2021-04-14 16:39:14 -04:00 |
|
Vince Weaver
|
6c3ed631fb
|
ootw: more work on ending
|
2021-04-14 00:41:54 -04:00 |
|
Vince Weaver
|
b1d0e3805f
|
ootw: more work on ending
|
2021-04-12 01:34:05 -04:00 |
|
Vince Weaver
|
6a9edf267b
|
mod9: update
|
2021-04-12 01:33:27 -04:00 |
|
Vince Weaver
|
714ea7565c
|
ootw: ending: optimize graphics
|
2021-04-10 01:14:32 -04:00 |
|
Vince Weaver
|
7e0fe35e53
|
ootw: update graphics
|
2021-04-09 23:33:27 -04:00 |
|
Vince Weaver
|
e4c6960d1a
|
ootw: bump version number
|
2021-04-09 09:38:33 -04:00 |
|
Vince Weaver
|
ec745376d2
|
ootw: make ending use same sequencer as intro
timing is all off now, will need to re-adjust
|
2021-04-05 19:43:52 -04:00 |
|
Vince Weaver
|
f962f89842
|
ootw: ending: split off credits
|
2021-04-05 17:32:24 -04:00 |
|
Vince Weaver
|
f916a99df4
|
ootw: update makefiles
lzsa transition might be complete here
|
2021-03-29 22:44:03 -04:00 |
|
Vince Weaver
|
a93bf9114b
|
ootw: more Makefiles
|
2021-03-29 18:45:46 -04:00 |
|
Vince Weaver
|
68a805d0c3
|
ootw: more missing files
|
2021-03-29 18:27:57 -04:00 |
|
Vince Weaver
|
fd7cb85e3b
|
MOre missing Makefiles
|
2021-03-29 18:25:45 -04:00 |
|
Vince Weaver
|
2e242ebcae
|
ootw: missing makefile
|
2021-03-29 18:22:44 -04:00 |
|
Vince Weaver
|
e83a9e6d6c
|
ootw: ending: lzsa
|
2021-03-24 19:43:33 -04:00 |
|
Vince Weaver
|
a5fdef7b65
|
ootw: move audio around
|
2021-03-24 11:33:54 -04:00 |
|
Vince Weaver
|
5285ebbf84
|
ootw: more lzsa: c2 done, fits on floppy again
|
2021-03-24 11:25:26 -04:00 |
|
Vince Weaver
|
7f05a4dfa1
|
ootw: lzsa for c3
|
2021-03-23 16:49:25 -04:00 |
|
Vince Weaver
|
ef9ea1a5bb
|
ootw: lzsa for c4
|
2021-03-23 16:42:37 -04:00 |
|
Vince Weaver
|
30a058884a
|
ootw: update c5 to lzsa
|
2021-03-23 16:33:27 -04:00 |
|
Vince Weaver
|
6a89e4a4a2
|
ootw: title: move to own dir
|
2021-03-23 16:25:51 -04:00 |
|
Vince Weaver
|
2e213c6568
|
ootw: things mostly building again
|
2021-03-23 11:56:45 -04:00 |
|
Vince Weaver
|
48fc5d5620
|
ootw: moving things around again
|
2021-03-23 11:01:36 -04:00 |
|
Vince Weaver
|
af68a322e7
|
ootw: c3 and c4 split off
|
2021-03-23 10:33:51 -04:00 |
|
Vince Weaver
|
4bebba110f
|
ootw: move c2 to own dir
|
2021-03-23 10:16:51 -04:00 |
|
Vince Weaver
|
74d7c48323
|
ootw: c1: remove last of RLE code
|
2021-03-23 09:57:50 -04:00 |
|
Vince Weaver
|
50cd01bca5
|
ootw: c1: convert beast ending
|
2021-03-23 09:56:56 -04:00 |
|
Vince Weaver
|
a900c0fc91
|
ootw: c1: move a lot of graphics around
|
2021-03-23 09:48:29 -04:00 |
|
Vince Weaver
|
e158f47a09
|
ootw: c1: convert end animation
|
2021-03-23 09:42:33 -04:00 |
|
Vince Weaver
|
c017a4bb8b
|
ootw: c1: pool now lzsa
|
2021-03-23 09:28:19 -04:00 |
|
Vince Weaver
|
f0d1e864b3
|
ootw: c1: lzsa the rope
|
2021-03-23 09:21:30 -04:00 |
|
Vince Weaver
|
1b018f327b
|
ootw: c1: more lzsa conversion
|
2021-03-23 01:57:49 -04:00 |
|
Vince Weaver
|
b4d80a0c23
|
ootw: move level1 to own directory
|
2021-03-22 23:45:40 -04:00 |
|
Vince Weaver
|
e5b9baad19
|
ootw: intro: fix typo in comment
|
2021-03-22 23:27:10 -04:00 |
|
Vince Weaver
|
dcf38f2d21
|
ootw: intro: split off last part
|
2021-03-22 23:16:36 -04:00 |
|
Vince Weaver
|
a802ce050f
|
ootw: intro: break off tunnel
|
2021-03-22 23:12:51 -04:00 |
|
Vince Weaver
|
417ccc56ae
|
ootw: intro: split off lightning
|
2021-03-22 23:06:58 -04:00 |
|
Vince Weaver
|
1c01a15b8a
|
ootw: intro: split off soda
|
2021-03-22 23:02:27 -04:00 |
|
Vince Weaver
|
f042f3ba6d
|
ootw: intro: split off console
|
2021-03-22 22:58:32 -04:00 |
|
Vince Weaver
|
0d1e97c966
|
ootw: intro: split off scanner
|
2021-03-22 22:48:39 -04:00 |
|
Vince Weaver
|
e54ea9ba69
|
ootw: intro: split off keypad
|
2021-03-22 22:39:48 -04:00 |
|
Vince Weaver
|
dc6a889398
|
ootw: intro: more splitting up
|
2021-03-22 22:26:56 -04:00 |
|
Vince Weaver
|
7a9357ed5d
|
intro: break off part1
|
2021-03-22 22:05:03 -04:00 |
|
Vince Weaver
|
7d4a2204cd
|
ootw: intro: don't compress the chunks
takes 4k more on disk but also frees up 10k RAM
|
2021-03-22 21:52:55 -04:00 |
|
Vince Weaver
|
5687a4d5b8
|
ootw: re-optimizing the intro with LZSA
|
2021-03-22 21:24:43 -04:00 |
|
Vince Weaver
|
05509c5f42
|
tfv: bump to version 007
|
2021-02-11 23:55:16 -05:00 |
|
Vince Weaver
|
3fc87c047d
|
tfv: get info screen printing actual data
|
2021-02-11 23:54:45 -05:00 |
|
Vince Weaver
|
5fd6aecff7
|
tfv: initial inventory/info screen
|
2021-02-10 13:16:52 -05:00 |
|
Vince Weaver
|
4224a48d64
|
tfv: battle actually uses entered name
|
2021-02-07 15:13:07 -05:00 |
|
Vince Weaver
|
7b887addd6
|
tfv: name entry works
|
2021-02-07 01:03:23 -05:00 |
|
Vince Weaver
|
073ced5cb0
|
tfv: get the "story" sort of working
|
2021-02-03 00:50:16 -05:00 |
|
Vince Weaver
|
0d21630641
|
tfv: add story graphics
|
2021-01-29 00:00:53 -05:00 |
|
Vince Weaver
|
f093c8f23b
|
appleiibot: messing around with sierpinski
|
2021-01-28 23:48:03 -05:00 |
|
Vince Weaver
|
446fb3b163
|
tfv: update text entry
|
2021-01-25 20:38:05 -05:00 |
|
Vince Weaver
|
e66a20a074
|
hgr2png: this is harder than it looks
|
2021-01-23 15:44:46 -05:00 |
|
Vince Weaver
|
f45a30dec7
|
tfv: more work on textentry
|
2021-01-22 00:50:11 -05:00 |
|
Vince Weaver
|
5ab04b5cb3
|
tfv: update rotozoom code to newest
|
2021-01-20 16:41:19 -05:00 |
|
Vince Weaver
|
78cb19fe7a
|
tfv: fix ca65 complaints about negative constants
|
2021-01-20 16:38:44 -05:00 |
|
Vince Weaver
|
b44775d3eb
|
tfv: work on name entry
|
2021-01-20 16:36:26 -05:00 |
|
Vince Weaver
|
9ccb26e740
|
tfv: fix missing parts of build
|
2021-01-20 16:34:58 -05:00 |
|
Vince Weaver
|
dc68aabd8d
|
tfv: update to version 005
|
2021-01-19 18:24:08 -05:00 |
|
Vince Weaver
|
c5976dc2c7
|
tfv: fix issue with wrapping on main menu
|
2021-01-19 17:20:36 -05:00 |
|
Vince Weaver
|
ad842faeed
|
tfv: queue commands so you can choose while being attacked
|
2021-01-19 17:04:34 -05:00 |
|
Vince Weaver
|
716ab79c2e
|
tfv: also play victory music
|
2021-01-19 16:27:24 -05:00 |
|
Vince Weaver
|
c5f571126e
|
tfv: add victory music
|
2021-01-19 16:07:49 -05:00 |
|
Vince Weaver
|
77daa4349d
|
tfv: get rest of pt3 file there
|
2021-01-19 15:28:29 -05:00 |
|
Vince Weaver
|
f4afae1327
|
tfv: wasn't initing some vars properly
|
2021-01-19 14:44:35 -05:00 |
|
Vince Weaver
|
b1a9611d4b
|
tfv: play music during battle
|
2021-01-19 14:39:37 -05:00 |
|
Vince Weaver
|
25bf183ec5
|
tfv: better battle zoom-in
|
2021-01-19 14:02:55 -05:00 |
|
Vince Weaver
|
7ae2556983
|
tfv: rotate into battle!
|
2021-01-19 13:51:00 -05:00 |
|
Vince Weaver
|
3711c5431e
|
tfv: get rotate always working
|
2021-01-19 12:20:53 -05:00 |
|
Vince Weaver
|
1033f0b6e8
|
tfv: rotozoom into battle
involved more re-arranging of the zero page than one might want
|
2021-01-19 11:02:56 -05:00 |
|
Vince Weaver
|
039bd80bc7
|
tfv: enemy can fight back
|
2021-01-19 00:32:10 -05:00 |
|
Vince Weaver
|
9161646c39
|
tfv: magic: put sword away when casting magic
|
2021-01-18 23:45:47 -05:00 |
|
Vince Weaver
|
c7226a0f4c
|
tfv: add battle pose
|
2021-01-18 23:35:44 -05:00 |
|
Vince Weaver
|
a7b576eaec
|
tfv: update limits
|
2021-01-18 20:36:05 -05:00 |
|
Vince Weaver
|
b15aacde68
|
tfv: summons now cost MP
|
2021-01-18 16:06:54 -05:00 |
|
Vince Weaver
|
143094554b
|
tfv: tune the magic a bit
|
2021-01-18 16:00:29 -05:00 |
|
Vince Weaver
|
1b64ab5260
|
tfv: have enemy change color when dies
|
2021-01-18 15:49:02 -05:00 |
|
Vince Weaver
|
d8d2afb366
|
tfv: optimize attack a bit
|
2021-01-18 15:35:12 -05:00 |
|
Vince Weaver
|
26caa77891
|
tfv: add sprite color mask support
|
2021-01-18 14:00:30 -05:00 |
|
Vince Weaver
|
4458f81f57
|
tfv: battle menu update the HP and MP
|
2021-01-18 00:52:12 -05:00 |
|
Vince Weaver
|
386a719783
|
tfv: split off gr_put_num
|
2021-01-17 23:48:12 -05:00 |
|
Vince Weaver
|
6a771b66bd
|
tfv: make hit points 16-bits
huge pain, especially compare. Probably some lurking mistakes
|
2021-01-17 23:43:56 -05:00 |
|
Vince Weaver
|
09ad61c229
|
tfv: let you select target of attacks
|
2021-01-17 20:11:21 -05:00 |
|
Vince Weaver
|
b249df66fa
|
tfv: battle, split off attack code
|
2021-01-17 16:14:56 -05:00 |
|
Vince Weaver
|
a7725fd35b
|
tfv: split off hero drawing code
|
2021-01-17 16:12:06 -05:00 |
|
Vince Weaver
|
403cd5a3b4
|
tfv: split enemy code off battle
|
2021-01-17 15:34:23 -05:00 |
|
Vince Weaver
|
21ead6d010
|
tfv: split off magic code
|
2021-01-17 15:27:03 -05:00 |
|
Vince Weaver
|
614778e999
|
tfv: split off summons
|
2021-01-17 15:22:30 -05:00 |
|
Vince Weaver
|
777614c801
|
tfv: split off limit break and menu code to own file
|
2021-01-17 14:11:38 -05:00 |
|
Vince Weaver
|
d4ef15dcaa
|
tfv: split off menu from battle code
|
2021-01-17 13:54:29 -05:00 |
|
Vince Weaver
|
ddb3ca6cb3
|
tfv: finish zap limit break
|
2021-01-16 13:49:16 -05:00 |
|
Vince Weaver
|
dfabd3d232
|
tfv: slice limit mostly working
|
2021-01-16 12:58:30 -05:00 |
|
Vince Weaver
|
3a964b3573
|
tfv: drop limit break sorta works
|
2021-01-14 23:26:24 -05:00 |
|
Vince Weaver
|
fab7df55d7
|
tfv: magic sorta works
|
2021-01-14 21:42:26 -05:00 |
|
Vince Weaver
|
d55a3a996c
|
tfv: credits: exit back to title on keypress
|
2021-01-14 10:36:44 -05:00 |
|
Vince Weaver
|
ef557b62bc
|
tfv: add in credits
try to bring them up to speed a bit too
|
2021-01-14 01:28:18 -05:00 |
|
Vince Weaver
|
5320812dff
|
tfv: covert all of overworld to put_sprite_crop
|
2021-01-13 23:33:05 -05:00 |
|
Vince Weaver
|
74efb72150
|
tfv: vortex cannon summon
|
2021-01-13 23:28:43 -05:00 |
|
Vince Weaver
|
1e45c5688a
|
tfv: can summon metrocat
|
2021-01-13 15:17:15 -05:00 |
|
Vince Weaver
|
d6cdf30217
|
tfv: end-of-battle animation
|
2021-01-13 12:45:24 -05:00 |
|
Vince Weaver
|
5a3db0f576
|
tfv: can attack during battle
|
2021-01-13 12:16:20 -05:00 |
|
Vince Weaver
|
94edd9ca01
|
tfv: battle menus set up
|
2021-01-13 00:43:21 -05:00 |
|
Vince Weaver
|
da98de69e3
|
tfv: battle: menus almost in place
|
2021-01-12 00:44:03 -05:00 |
|
Vince Weaver
|
cd67c4e4da
|
tfv: more work on battle
|
2021-01-11 15:20:43 -05:00 |
|
Vince Weaver
|
a7c8b6646b
|
fix some more miscompiles
|
2021-01-05 23:59:08 -05:00 |
|
Vince Weaver
|
9c79caa8a2
|
duke: missing update to Makefile
|
2021-01-05 23:53:08 -05:00 |
|
Vince Weaver
|
6c7139300b
|
made an attempt to check in all missing files
|
2021-01-05 23:30:41 -05:00 |
|
Vince Weaver
|
8c445868b5
|
games: update README/Makefiles
|
2021-01-05 21:03:44 -05:00 |
|
Vince Weaver
|
ae57fdb378
|
checkin pending files
|
2021-01-05 15:32:11 -05:00 |
|
Vince Weaver
|
b1238af49d
|
re-arranged the entire directory structure
this will probably upset people
|
2021-01-05 15:29:31 -05:00 |
|