Ari Johnson [Fri, 17 Dec 2010 19:44:16 +0000 (19:44 +0000)]
Allow searching for garbage
Ari Johnson [Fri, 17 Dec 2010 19:43:34 +0000 (19:43 +0000)]
Don't lookup_player() a NULL string
Ari Johnson [Fri, 17 Dec 2010 19:43:21 +0000 (19:43 +0000)]
Note alias_flag() in changes file
Ari Johnson [Fri, 17 Dec 2010 19:42:04 +0000 (19:42 +0000)]
New alias_flag() HC function
Ari Johnson [Fri, 17 Dec 2010 19:41:35 +0000 (19:41 +0000)]
Document Take_Lock declaration
Ari Johnson [Fri, 17 Dec 2010 19:34:34 +0000 (19:34 +0000)]
Various help updates
Ari Johnson [Fri, 17 Dec 2010 19:34:20 +0000 (19:34 +0000)]
Alias @atrlock, @atrchown, atrlock()
Ari Johnson [Fri, 17 Dec 2010 19:33:03 +0000 (19:33 +0000)]
Various whitespace/formatting changes
Ari Johnson [Fri, 17 Dec 2010 18:02:45 +0000 (18:02 +0000)]
Minor formatting changes
Ari Johnson [Fri, 17 Dec 2010 18:02:32 +0000 (18:02 +0000)]
Change message for @wipe not finding any attributes to wipe
Ari Johnson [Fri, 17 Dec 2010 18:01:35 +0000 (18:01 +0000)]
Add helpfile for lvthings()
Ari Johnson [Fri, 17 Dec 2010 18:00:54 +0000 (18:00 +0000)]
Helpful note in game/README
nveid [Sat, 15 Jan 2011 17:48:24 +0000 (17:48 +0000)]
remove OI debug echo
nveid [Sat, 15 Jan 2011 16:22:17 +0000 (16:22 +0000)]
grammar fix and adjusted shell comments to metaconfig comments
nveid [Sat, 15 Jan 2011 16:03:17 +0000 (16:03 +0000)]
Fixed configure issues.. so it detects local in directory lua installation. Also fixed a couple things that barfed on -Werror
Ignore-this:
a8666c2bdf6480b911352dc0e40243e6
Ari Johnson [Wed, 12 Jan 2011 22:05:03 +0000 (22:05 +0000)]
Beginnings of a mush.objref() lua function
Ari Johnson [Wed, 12 Jan 2011 21:17:44 +0000 (21:17 +0000)]
Automatically locate lua.h header
Ari Johnson [Wed, 12 Jan 2011 21:17:34 +0000 (21:17 +0000)]
Fix typo in Makefile.SH
Ari Johnson [Wed, 12 Jan 2011 20:40:26 +0000 (20:40 +0000)]
Remove more files from MANIFEST
Ari Johnson [Wed, 12 Jan 2011 20:37:11 +0000 (20:37 +0000)]
Change order of events in preparedist.sh
Ari Johnson [Wed, 12 Jan 2011 20:34:08 +0000 (20:34 +0000)]
Update MANIFEST to remove local lua sources
Ari Johnson [Wed, 12 Jan 2011 20:33:17 +0000 (20:33 +0000)]
Remove auto-generated files from win32 directory
Ari Johnson [Wed, 12 Jan 2011 20:32:33 +0000 (20:32 +0000)]
Update preparedist.sh
Ari Johnson [Wed, 12 Jan 2011 20:32:21 +0000 (20:32 +0000)]
Update MANIFEST
Ari Johnson [Wed, 12 Jan 2011 20:28:19 +0000 (20:28 +0000)]
Remove local lua sources
Ari Johnson [Wed, 12 Jan 2011 20:20:35 +0000 (20:20 +0000)]
Touch-ups to mushlua.c and mushlua.i to allow paranoid compile to work
Ari Johnson [Wed, 12 Jan 2011 20:19:48 +0000 (20:19 +0000)]
Rename mushlua_wrappers.c to mushlua_wrap.c and remove auto-generated file from repository
Ari Johnson [Wed, 12 Jan 2011 20:18:25 +0000 (20:18 +0000)]
Use global lua5.1 installation
nveid [Tue, 11 Jan 2011 03:19:05 +0000 (03:19 +0000)]
CobraMUSH Personalization Related Items:
Ignore-this:
7cf42106337147f95820de9f2624ad0a
1) Removed distributed PennMUSH INSTALL, UPGRADING & README file in toplevel directory as
well as README in game directory.
a) Will need to create a CobraMUSH specific ones in the future.
2) In mushcnf.dst, replaced references of PennMUSH with CobraMUSH
(even though this file may very well be a lua script by the time 0.80 is done)
3) Edited README in txt directory to reflect this is CobraMUSH as well as mentioned changes.txt in it
4) pennmush.evt in evt txt directory renamed to cobramush.evt
5) Added TODO in toplevel directory
6) email in options.h changed to devteam@cobramush.org
nveid [Tue, 11 Jan 2011 02:40:42 +0000 (02:40 +0000)]
Updated changes for 0.80 to reflect lua scripting engine
Ignore-this:
37122fef060f956470434f3596e55779
nveid [Tue, 11 Jan 2011 02:39:46 +0000 (02:39 +0000)]
Updated maintainer information in credits to reflect Ari, and moved Nveid to developer.
Ignore-this:
8d3a901d3e02b2b97c0033078eaca6d3
nveid [Tue, 11 Jan 2011 02:29:07 +0000 (02:29 +0000)]
Incorporated mkcmds.pl from recent penn distributions. Also took out PATCHES define in version reporting.
Ignore-this:
7483ab12f6f959aff61f759250b2584e
nveid [Tue, 11 Jan 2011 00:45:50 +0000 (00:45 +0000)]
Draft:
Ignore-this:
f143a5b7dbb6dc823b688561d3bb02a6
1) LUA Makefile update - put lua files in correct order in helpfile, and added auto swig generation code from mushlua.i to make mushlua_wrappers.c..
2) Updated MANIFEST to represent all current files in dist including LUA required files.
3) indent.pro ran on all C & H files in distribution
4) mkhlpvers removed. It was defunct from pennmush changes version creation. Replaced its use with genchanges in Makefile
nveid [Mon, 10 Jan 2011 19:42:10 +0000 (19:42 +0000)]
1) Another lua update.. moved notify to mushlua.i which create mushlua_wrappers.c..
Ignore-this:
7c7346755dfc0c4240253c28e5d16816
a) Main obstacle have to overcome right now is the fact current_state isn't binding correctly to the lua interface.. Once that obstacle is overcomed can probably move forward with the rest of teh implmentation.
2) LUA tree import..
3) Also did initial configure & makefile generation code.
nveid [Tue, 28 Dec 2010 05:25:04 +0000 (05:25 +0000)]
LUA update 2.. Including initial SWIG input file
nveid [Sun, 26 Dec 2010 21:11:28 +0000 (21:11 +0000)]
Initial lua import
Ari Johnson [Wed, 15 Dec 2010 05:14:14 +0000 (05:14 +0000)]
Note program() fix in changes file
Ari Johnson [Wed, 15 Dec 2010 05:13:17 +0000 (05:13 +0000)]
Fix for extraneous program() error messages
Ari Johnson [Mon, 28 Dec 2009 19:02:51 +0000 (19:02 +0000)]
Add %<attribute>
Ari Johnson [Fri, 26 Jun 2009 18:03:19 +0000 (18:03 +0000)]
Put atrmodtime() in function list in help file
Ari Johnson [Fri, 26 Jun 2009 02:13:36 +0000 (02:13 +0000)]
Document atrmodtime() in help file
Ari Johnson [Fri, 26 Jun 2009 02:13:25 +0000 (02:13 +0000)]
Document attribute modification time in changes file
Ari Johnson [Fri, 26 Jun 2009 02:10:46 +0000 (02:10 +0000)]
Add attribute modification times
Ari Johnson [Tue, 9 Jun 2009 22:52:07 +0000 (22:52 +0000)]
Add apply() to help file
Ari Johnson [Tue, 9 Jun 2009 22:45:52 +0000 (22:45 +0000)]
Note apply() in changes file
Ari Johnson [Tue, 9 Jun 2009 22:44:57 +0000 (22:44 +0000)]
Add apply()
Ari Johnson [Sun, 31 May 2009 08:09:37 +0000 (08:09 +0000)]
Note Command_Lock fix in changes file
Ari Johnson [Sun, 31 May 2009 08:07:48 +0000 (08:07 +0000)]
Add Command_Lock to exemption list for Pass_Locks power
Ari Johnson [Fri, 22 May 2009 15:34:08 +0000 (15:34 +0000)]
Remove deprecated metaconfig call
Ari Johnson [Fri, 22 May 2009 15:05:51 +0000 (15:05 +0000)]
Added 0.73p2 changes file
Ari Johnson [Fri, 22 May 2009 00:46:33 +0000 (00:46 +0000)]
Note %q<registers> in changes file
Ari Johnson [Fri, 22 May 2009 00:43:32 +0000 (00:43 +0000)]
Implement named %q<registers>
Ari Johnson [Fri, 3 Apr 2009 22:12:22 +0000 (22:12 +0000)]
Documentation typo fix
Ari Johnson [Thu, 5 Mar 2009 21:30:17 +0000 (21:30 +0000)]
Fix another failure to check for GoodObject()
Yesterday's Voyage [Sun, 15 Feb 2009 19:29:00 +0000 (19:29 +0000)]
Update changes file
Yesterday's Voyage [Sun, 15 Feb 2009 19:27:32 +0000 (19:27 +0000)]
Remove unnecessary static buffer non-NULL checks
Yesterday's Voyage [Sun, 15 Feb 2009 19:27:23 +0000 (19:27 +0000)]
Make more division checks safer
Yesterday's Voyage [Sun, 15 Feb 2009 19:26:50 +0000 (19:26 +0000)]
Make some division checks safer
Yesterday's Voyage [Sun, 15 Feb 2009 19:26:12 +0000 (19:26 +0000)]
Remove profanity in help file
Ari Johnson [Wed, 7 Jan 2009 06:44:57 +0000 (06:44 +0000)]
Add missing pow_inherit flag to list of settable/clearable attribute flags
Ari Johnson [Mon, 15 Dec 2008 15:53:55 +0000 (15:53 +0000)]
Note IDLE functionality change in changes file
Ari Johnson [Mon, 15 Dec 2008 15:53:07 +0000 (15:53 +0000)]
Don't count IDLE as a command
Ari Johnson [Thu, 11 Dec 2008 16:57:59 +0000 (16:57 +0000)]
Run make depend
Ari Johnson [Thu, 11 Dec 2008 16:55:53 +0000 (16:55 +0000)]
Fix make depend
Ari Johnson [Tue, 9 Dec 2008 21:45:02 +0000 (21:45 +0000)]
Noted lsearch() fix in changes file
Ari Johnson [Tue, 9 Dec 2008 21:43:33 +0000 (21:43 +0000)]
Fix bug in lsearch(): uninitialized counter
Ari Johnson [Tue, 25 Nov 2008 21:45:13 +0000 (21:45 +0000)]
Note #undef USE_MAILER fix in changes file
Ari Johnson [Tue, 25 Nov 2008 21:43:05 +0000 (21:43 +0000)]
Make #undef USE_MAILER work
Ari Johnson [Fri, 7 Nov 2008 21:03:53 +0000 (21:03 +0000)]
Add time_t and long integer changes to changes file
Ari Johnson [Fri, 7 Nov 2008 21:02:00 +0000 (21:02 +0000)]
Unparse time_t as unsigned int
Ari Johnson [Fri, 7 Nov 2008 21:01:32 +0000 (21:01 +0000)]
Use long integer types in several places, such as unparse_integer()
Ari Johnson [Mon, 29 Sep 2008 15:56:50 +0000 (15:56 +0000)]
Note LOUD flag in changes file
Ari Johnson [Mon, 29 Sep 2008 15:56:16 +0000 (15:56 +0000)]
Slight formatting changes
Ari Johnson [Mon, 29 Sep 2008 15:56:07 +0000 (15:56 +0000)]
Help typo fix
Ari Johnson [Mon, 29 Sep 2008 15:55:57 +0000 (15:55 +0000)]
Add LOUD flag
Ari Johnson [Mon, 29 Sep 2008 15:43:16 +0000 (15:43 +0000)]
Noted restart and forbidden name changes in changes file
Ari Johnson [Mon, 29 Sep 2008 15:40:13 +0000 (15:40 +0000)]
Allow players to change to forbidden names they already use
Ari Johnson [Mon, 29 Sep 2008 15:39:53 +0000 (15:39 +0000)]
Move old log files and copy core dumps to save/ in restart
Ari Johnson [Sat, 12 Jul 2008 19:50:30 +0000 (19:50 +0000)]
Noted cleanup in changes file
Ari Johnson [Sat, 12 Jul 2008 19:49:40 +0000 (19:49 +0000)]
Miscellaneous code cleanups for C standard compliance
Ari Johnson [Sat, 12 Jul 2008 15:44:23 +0000 (15:44 +0000)]
General OOREF cleanup
Ari Johnson [Sat, 12 Jul 2008 15:33:42 +0000 (15:33 +0000)]
Fixed other OOREF calls that caused mixed code and declarations
Ari Johnson [Fri, 11 Jul 2008 19:44:35 +0000 (19:44 +0000)]
Note ooref in fun_speak fix in changes file
Ari Johnson [Fri, 11 Jul 2008 19:43:46 +0000 (19:43 +0000)]
Re-order ooref calls in fun_speak
Ari Johnson [Thu, 5 Jun 2008 17:41:56 +0000 (17:41 +0000)]
Fixed bug that caused some lock types to incorrectly count recursion depth
Ari Johnson [Mon, 31 Mar 2008 04:33:15 +0000 (04:33 +0000)]
Fixed cstatus()
Ari Johnson [Wed, 19 Mar 2008 22:25:16 +0000 (22:25 +0000)]
Added transition.c
CobraMUSH [Tue, 4 Mar 2008 21:22:30 +0000 (21:22 +0000)]
Added 0.73p1 changes file
CobraMUSH [Tue, 4 Mar 2008 20:34:37 +0000 (20:34 +0000)]
hastype() had forgotten the Division type
Ari Johnson [Fri, 29 Feb 2008 21:32:15 +0000 (21:32 +0000)]
Some improvements to division.c messages
Ari Johnson [Mon, 25 Feb 2008 16:53:50 +0000 (16:53 +0000)]
Note division loop bugfix in changes file
Ari Johnson [Mon, 25 Feb 2008 16:52:39 +0000 (16:52 +0000)]
Detect and prevent division loops; fix division loops in @dbck
Ari Johnson [Fri, 15 Feb 2008 19:46:33 +0000 (19:46 +0000)]
Fixed regression in attribute lock bugfix
Ari Johnson [Thu, 14 Feb 2008 16:05:50 +0000 (16:05 +0000)]
Fixed can_write_attr_internal() to prohibit writing attributes that the player cannot read
Ari Johnson [Thu, 14 Feb 2008 15:14:37 +0000 (15:14 +0000)]
Fixed attribute read locks
CobraMUSH [Thu, 14 Feb 2008 04:57:55 +0000 (04:57 +0000)]
Noted mortal_dark fix in changes file
Ari Johnson [Thu, 14 Feb 2008 04:50:39 +0000 (04:50 +0000)]
Bugfix: attribute flag mortal_dark now works again
Ari Johnson [Tue, 12 Feb 2008 20:21:20 +0000 (20:21 +0000)]
Fixed indentation in %z subtitution switch()
Ari Johnson [Tue, 4 Sep 2007 05:00:09 +0000 (05:00 +0000)]
Noted trim_space_sep fix in changes file
Ari Johnson [Tue, 4 Sep 2007 04:52:38 +0000 (04:52 +0000)]
Fixed a potential crash bug in trim_space_sep