summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
David Griffith [Tue, 17 Dec 2013 03:42:52 +0000 (19:42 -0800)]
Random cleanup and marking stuff static
David Griffith [Tue, 17 Dec 2013 03:13:21 +0000 (19:13 -0800)]
Not using this file anymore.
David Griffith [Mon, 16 Dec 2013 11:21:22 +0000 (03:21 -0800)]
Nobody uses this anymore.
David Griffith [Mon, 16 Dec 2013 10:50:28 +0000 (02:50 -0800)]
Updates and cleanups. Now things are more or less self-consistant.
David Griffith [Mon, 16 Dec 2013 10:33:19 +0000 (02:33 -0800)]
Preliminary changelog
David Griffith [Mon, 16 Dec 2013 10:32:49 +0000 (02:32 -0800)]
Docs cleanup and updates
David Griffith [Mon, 16 Dec 2013 10:30:27 +0000 (02:30 -0800)]
Shiny new Makefile.
David Griffith [Mon, 16 Dec 2013 08:54:55 +0000 (00:54 -0800)]
Forgot to change returns to exits. Added commentary.
David Griffith [Mon, 16 Dec 2013 08:22:01 +0000 (00:22 -0800)]
This approach seems to work better. Just AIFF for now.
David Griffith [Thu, 5 Dec 2013 00:43:07 +0000 (16:43 -0800)]
Messy, and needs much more work, but sound effects work.
David Griffith [Tue, 3 Dec 2013 02:13:06 +0000 (18:13 -0800)]
Now able to make crackly noises.
David Griffith [Sun, 1 Dec 2013 22:02:00 +0000 (14:02 -0800)]
Forgot to add ux_audio.c
David Griffith [Sun, 1 Dec 2013 09:05:10 +0000 (01:05 -0800)]
First stab at getting sound working. AIFF-only for now. Doesn't work.
David Griffith [Sun, 1 Dec 2013 09:04:49 +0000 (01:04 -0800)]
Don't assume NULL == 0
David Griffith [Mon, 25 Nov 2013 10:56:46 +0000 (02:56 -0800)]
Cleaned up os_process_arguments() and ux_init_blorb()
David Griffith [Fri, 25 Oct 2013 19:25:06 +0000 (12:25 -0700)]
Added instructions on building Frotz for DOS.
David Griffith [Fri, 25 Oct 2013 02:26:13 +0000 (19:26 -0700)]
Indents now match the rest of the code. Minor bugfixes. Remove junk.
Bracket sugar.
David Griffith [Fri, 25 Oct 2013 02:04:50 +0000 (19:04 -0700)]
Minor just-in-case alteration to cleanup code
David Griffith [Mon, 23 Sep 2013 05:08:34 +0000 (22:08 -0700)]
Another file that I'm not sure how got missed.
It's not even in the sfrotz tarball.
How did I get sfrotz compiled in the first place?
David Griffith [Mon, 23 Sep 2013 02:58:14 +0000 (19:58 -0700)]
How did I forget this file???
David Griffith [Wed, 19 Jun 2013 19:11:22 +0000 (12:11 -0700)]
Not going to talk about pre-compiled packages anymore. Out of my hands.
Not to say it's a bad thing. I appreciate seeing Frotz presented like
this.
David Griffith [Wed, 19 Jun 2013 19:06:41 +0000 (12:06 -0700)]
Make DOS Frotz less chatty on startup.
David Griffith [Wed, 19 Jun 2013 18:58:14 +0000 (11:58 -0700)]
Fixed compile failure for DOS
David Griffith [Wed, 19 Jun 2013 18:57:08 +0000 (11:57 -0700)]
64-bitness fixes from Bill Lash
David Griffith [Wed, 19 Jun 2013 17:54:39 +0000 (10:54 -0700)]
Blorb file name fix from Bill Lash
David Griffith [Thu, 7 Feb 2013 03:43:53 +0000 (19:43 -0800)]
Replaced now-obsolete os_path_open() with os_load_story()
David Griffith [Thu, 7 Feb 2013 03:02:20 +0000 (19:02 -0800)]
f_setup.story_file straggler
David Griffith [Thu, 6 Sep 2012 19:39:31 +0000 (12:39 -0700)]
64-bit problem fixed by Bill Lash
David Griffith [Thu, 6 Sep 2012 19:38:45 +0000 (12:38 -0700)]
Whoops. Duplicate defines
David Griffith [Thu, 6 Sep 2012 19:35:20 +0000 (12:35 -0700)]
Zblorb extensions and malloc cleanliness
David Griffith [Sat, 25 Aug 2012 04:55:04 +0000 (21:55 -0700)]
Filename buffer problem and tell why a blorb missing an exec chunk won't work.
David Griffith [Sat, 25 Aug 2012 04:36:24 +0000 (21:36 -0700)]
Fixed a problem where filenames of a certain length would cause a crash.
David Griffith [Sat, 25 Aug 2012 04:34:13 +0000 (21:34 -0700)]
Enabling compile options
David Griffith [Tue, 21 Aug 2012 08:06:31 +0000 (01:06 -0700)]
Commented out Unicode cleanliness. Interferes with command history in curses.
David Griffith [Tue, 21 Aug 2012 08:05:12 +0000 (01:05 -0700)]
Possible nit
David Griffith [Thu, 16 Aug 2012 09:08:47 +0000 (02:08 -0700)]
Now using DOS-specific Blorb code. Now Blorb works in DOS!
David Griffith [Thu, 16 Aug 2012 09:08:14 +0000 (02:08 -0700)]
Putting back things
David Griffith [Thu, 16 Aug 2012 08:43:35 +0000 (01:43 -0700)]
No reason for Blorb stuff to appear in the core.
David Griffith [Wed, 15 Aug 2012 20:49:51 +0000 (13:49 -0700)]
More thrashing around with DOS Frotz
David Griffith [Wed, 15 Aug 2012 20:48:58 +0000 (13:48 -0700)]
Adding ux_blorb.c and ux_blorb.h
David Griffith [Tue, 14 Aug 2012 03:23:01 +0000 (20:23 -0700)]
Makefile tweaks
David Griffith [Mon, 13 Aug 2012 07:32:29 +0000 (00:32 -0700)]
A first stab at getting Blorb to work for DOS. Not there yet.
David Griffith [Mon, 13 Aug 2012 07:32:05 +0000 (00:32 -0700)]
Enable Blorb compilation for DOS
David Griffith [Mon, 13 Aug 2012 07:31:27 +0000 (00:31 -0700)]
Better cleaning up after a DOS build
David Griffith [Mon, 13 Aug 2012 07:30:16 +0000 (00:30 -0700)]
Updated the TODO a bit
David Griffith [Mon, 13 Aug 2012 05:38:12 +0000 (22:38 -0700)]
Zcode loads and executes from Blorb files
David Griffith [Mon, 13 Aug 2012 05:11:59 +0000 (22:11 -0700)]
Tweaks for better cleanup after DOS builds
David Griffith [Mon, 13 Aug 2012 04:56:40 +0000 (21:56 -0700)]
Updated README
David Griffith [Tue, 10 Jul 2012 04:11:01 +0000 (21:11 -0700)]
syntactic sugar for DOS building
David Griffith [Tue, 10 Jul 2012 04:10:26 +0000 (21:10 -0700)]
f_setup mods for the DOS port
David Griffith [Tue, 10 Jul 2012 02:24:34 +0000 (19:24 -0700)]
semi-removed now un-needed declaration
David Griffith [Tue, 10 Jul 2012 02:16:56 +0000 (19:16 -0700)]
converted various global vars to use struct f_setup instead
David Griffith [Mon, 9 Jul 2012 08:08:18 +0000 (01:08 -0700)]
DOS tweaks
David Griffith [Mon, 9 Jul 2012 08:07:36 +0000 (01:07 -0700)]
unicode cleanliness mods, no unicode yet until I work it out with DOS
David Griffith [Sat, 21 Jan 2012 11:24:26 +0000 (03:24 -0800)]
possibly unintialized variable
David Griffith [Sat, 21 Jan 2012 04:10:59 +0000 (20:10 -0800)]
yet another transscript -> transcript
David Griffith [Sat, 21 Jan 2012 04:04:26 +0000 (20:04 -0800)]
more transscript -> transcript
David Griffith [Sat, 21 Jan 2012 04:00:42 +0000 (20:00 -0800)]
transscript -> transcript
David Griffith [Tue, 17 Jan 2012 22:33:39 +0000 (14:33 -0800)]
os_print_string no longer can be counted on for literal strings
David Griffith [Tue, 17 Jan 2012 04:28:55 +0000 (20:28 -0800)]
More SDL tweaks. Still won't run.
David Griffith [Tue, 17 Jan 2012 00:47:03 +0000 (16:47 -0800)]
SDL Frotz at least compiles now. Fix the complaints and maybe it'll run.
David Griffith [Mon, 16 Jan 2012 03:25:54 +0000 (19:25 -0800)]
First batch of sdl-frotz changes
David Griffith [Tue, 10 Jan 2012 09:58:15 +0000 (01:58 -0800)]
Begining re-adding 2.44 code (this time cleanly for DOS)
David Griffith [Tue, 10 Jan 2012 09:57:01 +0000 (01:57 -0800)]
Adding Blorb and SDL interface code
David Griffith [Tue, 10 Jan 2012 07:14:58 +0000 (23:14 -0800)]
Stupid problem in dumb_input.c
David Griffith [Tue, 10 Jan 2012 07:08:29 +0000 (23:08 -0800)]
Minor harmonizing of DOS port with Unix port
David Griffith [Tue, 3 Jan 2012 08:34:36 +0000 (00:34 -0800)]
minor tweak to Makefile for DOS stuff
David Griffith [Tue, 3 Jan 2012 08:27:58 +0000 (00:27 -0800)]
metadata again, gee, I wish git would do this automatically
David Griffith [Tue, 3 Jan 2012 08:26:42 +0000 (00:26 -0800)]
Adding DOS Frotz 2.43 changes
David Griffith [Tue, 3 Jan 2012 08:18:52 +0000 (00:18 -0800)]
Adding Makefile.tc for DOS
David Griffith [Fri, 30 Dec 2011 02:46:58 +0000 (18:46 -0800)]
Adding .metadata
David Griffith [Mon, 28 Oct 2002 01:24:57 +0000 (17:24 -0800)]
Released frotz-2.43.tar.gz
David Griffith [Mon, 11 Mar 2002 07:59:28 +0000 (23:59 -0800)]
Released frotz-2.42.tar.gz
David Griffith [Mon, 21 May 2001 10:22:51 +0000 (02:22 -0800)]
Released frotz-2.41.tar.gz
David Griffith [Sat, 11 Nov 2000 12:46:09 +0000 (04:46 -0800)]
Released frotz-2.40.tar.gz
Alembic Petrofsky [Wed, 8 Jul 1998 04:17:14 +0000 (04:17 +0000)]
Released dumb-frotz-2.32r1-std10.tar.gz
Galen Hazelwood [Fri, 17 Oct 1997 20:11:33 +0000 (20:11 +0000)]
Released UnixFrotz232R2Std10.tar.gz
Stefan Jokisch [Wed, 7 Dec 2011 15:46:49 +0000 (15:46 +0000)]
Released Frotz232Src.zip