- 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
This commit is contained in:
Rumble 2007-03-28 12:53:48 +00:00
parent f34cc2c8ed
commit 7f65248b2a
26 changed files with 534 additions and 1006 deletions

View file

@ -1,3 +1,4 @@
Updated: Apr 2007
Compiling CircleMUD under Microsoft Windows XP
using Microsoft Visual C++ 2005 (8.0)
@ -68,4 +69,17 @@ George Greer
greerga@circlemud.org
Jason Pullara
webmaster@geekstreak.com
webmaster@geekstreak.com
To eliminate warnings like these:
warning C4996: 'strcpy': This function or variable may be unsafe.
warning C4996: 'getch': The POSIX name for this item is deprecated.
Do this:
In Solution Explorer
Right click the 'project'
Select 'Properties' which brings up the Property Pages dialog
Expand 'Configuration Properties'
Expand 'C/C++'
Click on Preprocessor
At the end of the 'Preprocessor Definitions' add:
;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE