Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ingwarsw/tinyfugue
TinyFugue - Rebirth
https://github.com/ingwarsw/tinyfugue
c mud mud-client tf tinyfugue
Last synced: 3 days ago
JSON representation
TinyFugue - Rebirth
- Host: GitHub
- URL: https://github.com/ingwarsw/tinyfugue
- Owner: ingwarsw
- License: other
- Created: 2014-06-25T17:45:39.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-11-14T07:41:39.000Z (3 months ago)
- Last Synced: 2025-01-22T17:14:49.616Z (10 days ago)
- Topics: c, mud, mud-client, tf, tinyfugue
- Language: C
- Homepage:
- Size: 1.34 MB
- Stars: 64
- Watchers: 21
- Forks: 37
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: COPYING
Awesome Lists containing this project
- awesome-muds - TinyFugue Rebirth
README
TinyFugue - Rebirth
=====================[![CI](https://github.com/ingwarsw/tinyfugue/actions/workflows/build.yml/badge.svg)](https://github.com/ingwarsw/tinyfugue/actions/workflows/build.yml)
[![GitHub Release](https://img.shields.io/github/release/ingwarsw/tinyfugue.svg?style=flat)](https://github.com/ingwarsw/tinyfugue/releases/latest)This project is meant to give rebirth to TinyFugue MUD client.
Because Ken Keys is not activelly developing it from 6 years and i gathered a lot of pathes over that time in that time i decided to push them together.
# New features
### Python support
To enable:
```
./configure --enable-python
```### Lua support
To enable:
```
./configure --enable-lua
```### Widechar support
Widehar is enabled by default.
Widechar requires icu libraries to be installed on system (libicu-dev on ubuntu).To disable:
```
./configure --disable-widechar
```### New telnet options
- ATCP
- GMCP
- option 102```
To enable compile with:
--enable-atcp enable ATCP support
--enable-gmcp enable GMCP support
--enable-option102 enable telnet option 102 support
```### New logging options
- Timestamp logging
- Ansi logging## New versioning scheme
Because version was not changed ower last 14 years I have decided to go with normal versioning to allow easy distinguish different new versions.
I started with version 5.1.0 and will use try to follow [Semantic Versioning](https://semver.org/)## Copyright
Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2002, 2003, 2004, 2005, 2006-2007 Ken Keys ([email protected])
http://tinyfugue.sourceforge.net/
[Original README](README.orig)