Commit graph

62 commits

Author SHA1 Message Date
kinther
8018ed3fcf Species update 1 2025-12-28 16:56:57 -08:00
kinther
9b01f484f1 Fix medit issues with parsing 2025-12-18 14:04:12 -08:00
kinther
1278c31e89 Skinning update 2025-12-17 15:12:23 -08:00
kinther
9f95400f08 NPC class update 2025-12-14 15:38:01 -08:00
kinther
2e1d7816f6 Sdesc update 2025-12-12 07:14:11 -08:00
kinther
0f169f850f NPC name update and keyword targeting fix 2025-10-31 09:33:04 -07:00
kinther
88adbfb8d9 Minor changes to stat command 2025-10-25 16:02:12 -07:00
kinther
89a1643c04 Fix stat reversion on boot 2025-10-25 14:33:56 -07:00
kinther
cc342ef45c Remove bare hand damage in favor of unarmed skill proficiency 2025-10-18 06:38:15 -07:00
kinther
17a7fe5c6e Starting zone build out 2025-10-04 12:49:42 -07:00
kinther
0ebf1cb02f Increase vnum capabilities 2025-10-02 15:30:14 -07:00
kinther
cb59bf0315 Remove hitroll/damroll 2025-09-30 07:00:54 -07:00
kinther
df3c3d5395 Fix some syslog startup messages 2025-09-25 08:50:33 -07:00
kinther
648085d41f Rename action_desc to main_desc 2025-09-07 16:11:05 -07:00
kinther
542b01d71d Add mob equipment save function 2025-08-31 15:55:00 -07:00
kinther
b928572156 Initial zones 2025-08-24 10:08:35 -07:00
kinther
16b0af3f89 Remove old zones and add placeholder for new zones 2025-08-23 18:09:02 -07:00
Rumble
5305783e1b Fixed World file errors 2021-03-06 19:29:28 +00:00
Rumble
68dd901943 Updated for 2021 release 2021-03-06 15:50:00 +00:00
Steaphan Greene
d8291143f3 Yet more simple fixes, mostly spelling.
This should be my last batch of these big fixes.

That's not to say there aren't still more things to fix.  There
certainly are.  But, I expect my future fixes will be smaller.
2019-11-30 09:30:22 -05:00
Steaphan Greene
d7b07c3586 More simple typo/spelling fixes. (#72)
My second batch, there are yet more of these coming.
2019-11-25 13:57:43 -05:00
Steaphan Greene
b7b2b2fa84 Some simple typo/spelling fixes.
There are more of these coming - this is just my first batch.
2019-11-24 15:46:01 -05:00
Steaphan Greene
1f7c168121 Standardize on American spellings.
Full internationalization would be much cooler, but that's never going
to happen.  Given that, this will at least prevent folks from constantly
having to look and switch between typing "armor" and "armour", depending
on which zone each item originated in, etc.

I could flip these either way, but a survey of the current state shows
that about 80% of the mixed cases use the American spellings, while 20%
use the British.  And, most words *only* exist in this data in their
American forms.  So, it seems the majority prefer these spellings.

In case anyone likes trivia:
* The most common mixed words in here were "armour" and "colour", each of
  which occured about half as often as "armor" and "color", respectively.
* The most British word in here was "theatre" (including other forms),
  which occured about twice as often as "theater".

This stanardizes all of these (and other forms of these same words):
* armour -> armor
* colour -> color
* favour -> favor
* honour -> honor
* civilise -> civilize
* centre -> center
* theatre -> theater
* defence -> defense
* offence -> offense
* realise -> realize
2019-11-24 12:53:10 -05:00
Steaphan Greene
59cee1ff53 Various TBA data fixes.
These all seem to be corrupted data, plus one rogue non-ascii character.

I don't think any of these are controversial.  These are clearly all bugs.
2019-11-18 13:02:11 -08:00
Steaphan Greene
c59c321d5d TBA data file whitespace cleanups. (#66)
This just converts the few DOS text files still in here to standard text files (line-endings),
removes all the trailing spaces on lines, removes all the trailing blank lines, and replaces
all the tabs (except in .zon files, where they seem to be common) with expanded spaces.

It's easy to confirm this is actually a non-change, except for whitespace:
* `git show -w` shows this commit as only removing 8 trailing blank lines.

This should make no difference to tbaMUD itself, but it will make working on these files,
especially with scripts and automated tools, much easier.

This is the base change for a set of other changes I will put up once/if this merges,
without this, the others are just too complicated to wrangle.
2019-11-18 12:53:47 -05:00
Rumble
819afdf3d2 Update World for release 2017-02-04 18:10:07 +01:00
tb4m11d
87edc38b3b World update 2016-01-28 20:22:50 +01:00
tb4m11d
5f8895af01 Fixing permissions and adding God Complex extension (thanks Whiteknight) 2016-01-22 16:02:48 +01:00
tb4m11d
c53eec88ba Updating World files 2 of 2 2016-01-22 01:22:21 +01:00
tb4m11d
3adf4f66f9 Updating World files 1 of 2 2016-01-21 00:09:30 +01:00
Rumble
027eec89fc Updated world and files for release. 2015-01-18 20:55:01 -06:00
Rumble
49e4660733 Added zones 354 and 355 2014-02-27 19:09:16 -06:00
Rumble
20a88c09b9 Updated World and files for 3.65 release. --Rumble 2014-02-27 18:47:00 -06:00
Rumble
5986794156 Added Parna's zone 211 Tarot, updated help files. 2013-10-14 18:44:42 -05:00
Rumble
36f35cdf55 Updated World and files for 3.64RC release. --Rumble 2013-02-18 23:24:08 +00:00
Rumble
b39e8a7711 Updates to the World and Help Files --Rumble 2012-06-15 03:17:06 +00:00
Rumble
fdff4c8aa7 Commits for the 3.63 release --Rumble 2012-06-04 23:29:53 +00:00
Vatiken
ad3bb8bc64 some small additions to the event and list system, and some retractions of previously changed code. 2012-02-19 22:02:25 +00:00
Rumble
9b89362289 World Update -Rumble 2010-12-22 05:07:40 +00:00
Rumble
113d06b6f7 Fixed freeing of nulls in ibt.c --Rumble 2010-10-20 02:11:47 +00:00
Rumble
505d8f1236 Updated World files for 3.62 release. --Rumble 2010-09-19 02:58:36 +00:00
Rumble
8dd16ea3d7 Added World files to SVN --Rumble 2010-07-06 05:10:26 +00:00
Rumble
ef9d61d984 Updated World (thanks Parna) and other text files for release. --Rumble 2010-01-26 23:24:49 +00:00
Rumble
66e4b7ec0c [Dec 06 2009] - Rumble
Fixed medit sex and position numbering. The numbering was wrong with the new column_list.
  Fixed medit autoroll so it would recognize a change and save.
2009-12-06 06:08:19 +00:00
Rumble
44722575ea [Oct 17 2009] - Rumble
Added Ultima Zone 555 and 556. Originally by Casret, rebuilt by Parna.
  Made MEDIT column menu's consistent with other OLC menu's.
  added TEDIT access to bugs, typos, and ideas file.
[Oct 09 2009] - Rumble
  Added connected_type "Preference Edit" (thanks Maoliosa)
2009-10-17 04:59:28 +00:00
Rumble
5e3caf42ff Minor code changes and updated World and files for 3.60 release. --Rumble 2009-09-18 11:17:47 +00:00
Rumble
b656706cb2 Updated World and files for 3.59 release. --Rumble 2009-04-04 23:44:20 +00:00
JamDog
ac7b71c4ca Several bug-fixes, and new medit stats submenu (with cedit option for advanced options) 2009-02-24 22:41:17 +00:00
Rumble
6f22042712 Updated World and files for 3.58 release. --Rumble 2009-01-18 01:22:15 +00:00
Rumble
efab0b04fc Updated World and files for 3.57 release. --Rumble 2008-08-11 22:53:41 +00:00