summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
David Griffith [Fri, 15 May 2015 04:04:13 +0000 (21:04 -0700)]
Merge branch 'welash-master'
David Griffith [Fri, 15 May 2015 04:02:47 +0000 (21:02 -0700)]
Merge branch 'master' of https://github.com/welash/frotz into welash-master
Bill Lash [Fri, 15 May 2015 02:13:33 +0000 (21:13 -0500)]
Adding .gitignore
Bill Lash [Fri, 15 May 2015 01:42:05 +0000 (20:42 -0500)]
Fixing restart in games that have zcode in blorb files.
David Griffith [Thu, 14 May 2015 06:22:04 +0000 (23:22 -0700)]
Some preparations for 2.44
David Griffith [Thu, 14 May 2015 05:31:16 +0000 (22:31 -0700)]
I don't use metastore anymore.
Bill Lash [Thu, 14 May 2015 04:11:23 +0000 (23:11 -0500)]
Fixing an issue with saving and restoring in some games.
David Griffith [Thu, 6 Mar 2014 06:08:15 +0000 (22:08 -0800)]
Added -m option to suppress MORE prompts.
David Griffith [Thu, 6 Mar 2014 06:07:37 +0000 (22:07 -0800)]
Update Dumb Frotz manpage.
David Griffith [Thu, 6 Mar 2014 06:07:00 +0000 (22:07 -0800)]
Remove useless .br. Might have more modifications.
David Griffith [Thu, 6 Mar 2014 05:04:04 +0000 (21:04 -0800)]
Update manpage
David Griffith [Tue, 11 Feb 2014 22:15:26 +0000 (14:15 -0800)]
Merge pull request #2 from blanham/master
Fixed prompt not showing properly in dumb frotz
Bryce Lanham [Tue, 11 Feb 2014 07:27:30 +0000 (01:27 -0600)]
Fixed help prompt not displaying properly
As with the other prompt, the help prompt needed a call to fflush
Bryce Lanham [Tue, 11 Feb 2014 06:50:40 +0000 (00:50 -0600)]
Fixed hard tab into proper spaces
Bryce Lanham [Tue, 11 Feb 2014 05:12:25 +0000 (23:12 -0600)]
Fixed prompt not showing properly in dumb frotz
Prompt was not showing up until after user submitted a line, because prompts
do not end with a newline, which would trigger fflush(). Adding a fflush() of
stdout fixes this.
David Griffith [Mon, 10 Feb 2014 22:43:53 +0000 (14:43 -0800)]
Fixed Issue #1
David Griffith [Fri, 20 Dec 2013 08:45:22 +0000 (00:45 -0800)]
Improved the links to the IF Archive a bit.
David Griffith [Fri, 20 Dec 2013 05:05:06 +0000 (21:05 -0800)]
Quick and dirty segfault fix. I'll fix this the Right Way when ao-curses is done.
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