Commit graph

43 commits

Author SHA1 Message Date
Thomas Arp
b76945f1ff Merge branch 'master' into feature/unittesting
# Conflicts:
#	.gitignore
#	src/Makefile.in
2025-07-02 22:49:38 +02:00
Thomas Arp
3e0c1ccc18
Support cmake (#153)
* First cmake list file, simple docs.

TODO: utils folder.

* Support for building utils

* All fields except HAVE_DOPRNT in place

* Now builds and runs :)
2025-07-02 22:23:10 +02:00
Thomas Arp
ba7dc7bf6f convert docs files to utf-8 2025-07-02 21:26:19 +02:00
Rumble
5024dd8e66 Updated for 2025 release 2025-01-09 23:57:59 +00:00
welcor
8f958359e9 Removing Makefiles for old architectures or build mechanisms.
We're in 2024.

The VMS, Amiga, OS/2 and Arc have fallen by the wayside, along with the
Borland C compiler and Watcom...
2024-06-21 00:08:40 +02:00
Thomas Arp
cde4b84be1
Update FAQ.txt (#130)
Added info about generated maps for the areas on tbaMUD
2024-06-08 12:12:54 +02:00
Rumble
213e52d255 Updated for 2023 release 2023-01-02 14:23:51 +00:00
Rumble
68dd901943 Updated for 2021 release 2021-03-06 15:50:00 +00:00
Rumble
4214a3e31e Updated for 2020 release 2020-01-14 20:02:24 +01:00
Rumble
674fbfddf1 Updated for 2019 release 2019-01-19 23:25:38 +00:00
Rumble
51fa6bc2af Update for 2018 release 2018-01-08 02:28:56 +01:00
Rumble
ef17530ed8 Update for 3.68 release 2017-02-08 01:03:16 +01:00
tb4m11d
2845907c0d Update for 3.67 Release 2016-01-26 17:43:48 +01:00
Jason "Opie" Babo
f988c948cf Formatting & Spellchecking in "doc"
Formatting & Spellchecking files inside the "doc" folder of tbaMUD.
2015-03-26 12:21:07 +00:00
Jason "Opie" Babo
a03f81d6de Formatting & Spellchecking in "doc"
Formatting and Spellchecking done in the files found inside the "doc"
folder of tbaMUD.
2015-03-26 12:02:39 +00:00
Thomas Arp
2e76a4c72d Merge pull request #16 from OpieDelivers/patch-1
Update coding.txt
2015-03-26 11:33:32 +01:00
Thomas Arp
ea87df9d43 Merge pull request #17 from OpieDelivers/patch-2
Update building.txt
2015-03-26 11:33:18 +01:00
Jason "Opie" Babo
3cf5d6dce0 Update admin.txt
Formatting and typo.
2015-03-26 09:46:39 +00:00
Jason "Opie" Babo
935a9391e0 Update building.txt
Formatting and typo.
2015-03-26 09:35:58 +00:00
Jason "Opie" Babo
2b7e925d2a Update coding.txt
Formatting and a typo.
2015-03-26 09:25:51 +00:00
Rumble
52cc4e8be1 Updated to 3.66 2015-01-18 21:08:08 -06:00
Rumble
027eec89fc Updated world and files for release. 2015-01-18 20:55:01 -06:00
Rumble
1e274184d7 Update README.UNIX
Added new instructions for Mac OS X (thanks kyle)
2014-01-03 16:32:51 -05:00
Vatiken
058d45ac23 Message Editor Documentation. 2013-02-26 06:19:09 +00:00
Rumble
82da0e8063 Minor changes and a test commit --Rumble 2013-02-03 21:46:12 +00:00
Rumble
30f241d4c7 Fixed spamming SYSERR mob using char data that was filling up TBA logs. Added to doc/syserr.txt --Rumble 2012-09-08 20:45:37 +00:00
Rumble
1d4fb13044 Updates to the World and Help Files --Rumble 2012-06-21 16:23:39 +00:00
Vatiken
24018d145b MAJOR: 3.63 Pre-Release: Cedit Toggle for prot system, new skill, updated documentation, and more. 2012-03-31 17:03:54 +00:00
Rumble
bc95dfe20e Backfilled the changelog, several fixes. --Rumble 2011-03-31 02:09:33 +00:00
Rumble
5beadcf43a Fixed osetval bug, and quest reward bug --Rumble 2010-04-22 01:44:47 +00:00
Rumble
47cf664310 Removed oedit delete option. --Rumble 2010-02-13 04:11:14 +00:00
Rumble
baf644d031 [Oct 23 2009] - Rumble
Fixed bug in renumbering zone table after deleting mobiles. (thanks Drefs)
  Fixed bug in renumbering zone table after deleting objects. (thanks Drefs)
  Upgraded column_list to use player screenwidth to determine how many columns t
o create (use column arg of 0). (thanks Maclir)
[Oct 20 2009] - Rumble
  Corrected several PRF_FLAGGED checks that mobs were using.
  Removed l-desc from stat player and title from stat mob. (thanks Xiu)
[Oct 19 2009] - Rumble
  Added a note to spec_assign.c assign_mobiles that guildguard, snake, thief, ma
gic user, puff, fido, janitor, and cityguards are now implemented via triggers.
  Fixed a bug where empty drink containers and fountains would show half empty.
(thanks Parna)
2009-10-23 00:29:56 +00:00
JamDog
cebf6cc9f9 Converted the new admin guide document in the doc folder to PDF --Jamdog 2009-02-01 00:55:56 +00:00
JamDog
ca675fdb67 Added room login trig types --Jamdog 2009-01-31 13:24:41 +00:00
JamDog
62e698b51f Added OpenOffice UnixShellAdminGuide.odt document (to allow Rumble to edit) --Jamdog 2009-01-25 22:08:29 +00:00
Rumble
46f52f3373 [Welcor] Actually committing the dg events readme.
[Rumble] Added a safety check in genolc
2009-01-04 23:25:20 +00:00
Rumble
33e6a8c41b [May 04 2008] - Rumble
Fixed numerous warnings for gcc -g -O2 -W -Wshadow -Wcast-qual flags.
  Fixed zpurge mudlog to use zone vnum not rnum. (thanks Jamdog)
  Fix to parse_mobile conversion to 128 bits. (thanks Jamdog)
  Changed autorun.sh from 9091 to 4000. (thanks John Smith)
[Apr 27 2008] - Rumble
  Removed some defunct gemote code. (thanks Fizban)
[Apr 26 2008] - Rumble
  Added README.BSD. (thanks Blix)
  Cleaned up act.comm.c, mobs can now use comm channels. (thanks Rhade)
2008-05-04 21:49:11 +00:00
Rumble
1a8c04e46f Updated a few of the /doc files -- Rumble 2008-04-19 22:02:57 +00:00
Rumble
af18bd91b6 Updated World and files for 3.55 release. --Rumble 2008-01-16 23:19:50 +00:00
Rumble
7f65248b2a - Removed the do_oasis function and called the Xedit commands directly (thanks Rhade).
- Updated idle timer to keep track of imms too (thanks Jamdog).
- Standardized OLC messages.
- Removed special procedures that were replaced with trigedit.
- Updated README.WIN, README.MSVC8, and README.CYGWIN.
--Rumble
2007-03-28 12:53:48 +00:00
Rumble
42377c319a Added send_cannot_edit, removed LVL_FREEZE, and fixed fight_messages. --Rumble 2007-03-04 20:18:13 +00:00
Rumble
8508dc476a Cleaned up search_help and do_helpcheck. Fixed do_sstat_room, no shop on load crash. Removed strip_string and added online mail notification. --Rumble 2007-02-21 21:06:31 +00:00
Rumble
99e3aa4d8b Setting up 3.5.0 as trunk 2006-12-19 22:56:18 +00:00