Activity for wstarter

  • wstarter wstarter posted a review on TinyFugue - MUD client

  • wstarter wstarter posted a comment on discussion Open Discussion

    Here's a github archive of the old mailing list. https://github.com/willxy/tinyfugue-contrib/tree/master/mailing-list

  • wstarter wstarter modified a comment on discussion Open Discussion

  • wstarter wstarter posted a comment on discussion Open Discussion

    I don't think there is a limitation, you just need to look at: /help isize

  • wstarter wstarter posted a comment on discussion Open Discussion

    There's already a GMCP patch out there. http://mikeride.chaosnet.org/abelinc/scripts/index.html I've integrated it with some others here: https://github.com/warmstarter/tinyfugue-1

  • wstarter wstarter posted a comment on discussion Open Discussion

    You can try this library for connecting to virtual worlds: https://github.com/warmstarter/tinyfugue-scripts/blob/main/lib/vworld.tf Here's an example of what I then do to make use of it. /vw_create -s/NameOfVWorldChatHandler -t'NOLOG.tiny.rhost.' NameOfRealWorld:NameOfVWorld /vw_redirect -mregexp NameOfRealWorld=NameOfRealWorld:NameOfVWorld=^\[(Politics|Rules|Wiki|Mage|Traditions)\] .+ /def -i NameOfVWorldChatHandler=/send -wNameOfRealWorld $[substr(%*,8)] The '8' in that last line should be equal...

  • wstarter wstarter posted a comment on discussion Open Discussion

    Curious to see your custom version, if you don't mind showing. Been working on integrating various community patches, as well as doing plenty of my own work updating, Mostly going for stability and making sure it still compiles on modern systems, but a few new features have been added. UTF8 being the big one. https://github.com/warmstarter/tinyfugue-1

  • wstarter wstarter posted a comment on discussion Open Discussion

    Here's the version of fugueedit.tf I use. It works great for me and has additional features beyond what you were showing. https://github.com/warmstarter/tinyfugue-scripts/blob/main/lib/fugueedit.tf

  • wstarter wstarter posted a comment on ticket #36

    Some people seem to fix this by changing the pointer type of mmaloc_base http://blakesmith.me/2009/10/28/tinyfugue-on-snow-leopard.html Others fix it by adding this to malloc.c: #include <sys/types.h> And it also seems like mmaloc_base is never used anywhere else, so potentially you can just remove that line referenced in the link and be done with it.

  • wstarter wstarter posted a comment on discussion Open Discussion

    Some people seem to fix this by changing the pointer type of mmaloc_base http://blakesmith.me/2009/10/28/tinyfugue-on-snow-leopard.html Others fix it by adding this to malloc.c: #include <sys/types.h> And it also seems like mmaloc_base is never used anywhere else, so potentially you can just remove that line referenced in the link and be done with it.

1
MongoDB Logo MongoDB
Gen AI apps are built with MongoDB Atlas
Atlas offers built-in vector search and global availability across 125+ regions. Start building AI apps faster, all in one place.
Try Free →