Commit graph

14 commits

Author SHA1 Message Date
James Bryant
6f28ed6242 Made some spelling/grammar changes to build.ev 2012-12-11 23:49:50 -05:00
Griatch
d42949b324 Fixed up Tutorial world, which also led to weeding out a host of smaller things. Resolves Issue 216. Resolves Issue 335. Tutorial should now again be possible to complete. :) 2012-12-08 20:13:54 +01:00
Griatch
c615693a2a Added a give command to the default command set. As part of this also fixed some bugs in how object typeclasses were compared. 2012-12-08 17:11:22 +01:00
Griatch
0652b91a68 Fixed an error in TutorialWorld build script related to now requiring #dbid to refer to dbids. 2012-10-14 21:29:17 +02:00
Griatch
5a2228763f Fixed a lingering bug with @set that made it not work when assigning normal strings without quotes. Changed so that proper Python constructs (lists, dicts etc) now requires you to entering proper Python syntax (since this is parsed). 2012-04-15 23:09:56 +02:00
Griatch
7e146eae11 Added some fixes to tutorial world. 2012-02-29 19:29:56 +01:00
Griatch
a12f7b9c32 Added a desc to the tutorial entrance. 2012-02-29 18:21:39 +01:00
Griatch
9660dd6656 Added caching to some more object properties. 2012-02-26 12:43:16 +01:00
Griatch
001a39c3b9 Minor fixes in tutorial_world build. 2012-02-21 08:11:16 +01:00
Griatch
11e61255da Went through the Tutorial_world batch file with a spell checker and cleaned up the build code a bit. 2012-02-18 21:55:09 +01:00
Griatch
a32aebaa0e OBS- need to run migrations! Refactored attributes to use a slightly different internal storage format for faster access. Also set up caching of all attribute data, so subsequent reads of an attribute will not hit the database anymore, and writes will re-cache. 2012-02-14 23:40:16 +01:00
Griatch
f13e8cdf7c Trunk: Merged griatch-branch. This implements a new reload mechanism - splitting Evennia into two processes: Server and Portal with different tasks. Also cleans and fixes several bugs in script systems as well as introduces i18n (courtesy of raydeejay). 2011-09-03 10:22:19 +00:00
Griatch
a0d391900c Tutorial_world: forgot to lock antechamber against mob entering. 2011-06-27 07:35:14 +00:00
Griatch
b2b743b0aa Added TutorialWorld - a small, but complete single-player quest area showing off some of Evennia's features. You can find it in contrib/tutorial_world.
Build with: @batchcommand contrib.tutorial_world.build
I have tested it, but there are most likely still bugs, so report all you find (along with possible suggestions for improvements) to the bugtracker/mailing list.
2011-06-26 22:41:14 +00:00