Commit graph

89 commits

Author SHA1 Message Date
Griatch
d4b0afca83 Updated taling_npc contrib to new standard import locations, thanks to patch by Metathink. Resolves issue 354. 2013-03-08 21:46:05 +01:00
Griatch
f0fa6b5aee Fixed a bug in IMC2 implementation. Made sure the Tutorial world Ghost keeps moving after winning a battle. 2013-03-08 21:42:51 +01:00
Griatch
47356ca632 Fixed a lingering error from turning off "quick assignment" that caused issues in TutorialWorld. 2013-02-18 20:08:05 +01:00
Griatch
519235b06b Merge. Found this nifty contribution by accident since there was no merge request issued for it. Good spelling fixes all over tutorial world. 2013-02-03 18:21:06 +01:00
Griatch
ebbc022fba Another minor bug fixed. 2013-01-30 15:00:36 +01:00
Griatch
678dddc87f Fixed a @desc bug in extended_room contrib. 2013-01-30 14:55:33 +01:00
Griatch
7b17c9ad5a Fixed a traceback when lighting the torch in the tutorial world. 2013-01-29 22:51:18 +01:00
James Bryant
6f28ed6242 Made some spelling/grammar changes to build.ev 2012-12-11 23:49:50 -05:00
Griatch
9d79299d16 fixed a traceback when trying to look for a detail that does not exist. 2012-12-12 01:33:49 +01:00
Griatch
9756314e3d fixed a traceback in contrib.extended_room's look command 2012-12-12 01:28:02 +01:00
Griatch
0ced5287f4 Some more minor fixes. 2012-12-12 01:18:49 +01:00
Griatch
c6f5f33cbd Fixed a typo in reset code. 2012-12-12 00:46:40 +01:00
Griatch
0719391f39 Fixed a typo in reset code. 2012-12-12 00:45:09 +01:00
Griatch
aa602ce7f1 Fixed a typo in reset code. 2012-12-12 00:44:24 +01:00
Griatch
ca4feb4d21 Changed how contrib.extended_room's details are reset. 2012-12-12 00:42:41 +01:00
Griatch
178fe9f28c Added some better help to the contrib @detail command. 2012-12-12 00:16:00 +01:00
Griatch
a1a2c99d1e Fixed a traceback if logging out from the unloggedin screen. 2012-12-11 23:30:30 +01: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
949da47917 Removed some old and now confusing, unsused variables and added some documenting strings. 2012-12-08 15:39:09 +01:00
Griatch
7ee40bc3c7 Modified contrib/lineeditor to use hook functions for handling save/load/quit instead of exec:ing strings. Based on alternative code from user Kelketek. This is a rework of the code in the merge request in issue 331. 2012-11-13 23:59:38 +01:00
Griatch
3f01ab8006 Some minor fixes to the default @py output and also some more info to the extended_room contrib. 2012-10-20 21:04:00 +02: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
3c87b66624 Set AMP interface strings to listen to local interfaces only by default. Also added AMP_INTERFACE setting. Resolves Issue 257. 2012-09-28 22:40:12 +02:00
lagos
fe54326d5f Merging mainline changes. 2012-09-27 23:27:45 -07:00
lagos
5e8f077eb5 Fixes clobbering of 'path' argument. 2012-09-27 16:50:11 -07:00
Griatch
1b0544c261 Fixing tutorial world usage of search. 2012-09-27 21:36:20 +02:00
Griatch
59ccd3eb38 Fixed a bug in exact search pattern matching. 2012-09-27 21:29:01 +02:00
lagos
bc4783efac Make procpool compatible with windows and OS X. 2012-09-27 01:26:04 -07:00
Griatch
23ba17debe Set procpool debug status to False by default. 2012-09-22 21:42:05 +02:00
Griatch
b83adba9c3 Some more documentation and cleanup of the procpool contrib. 2012-09-22 21:38:29 +02:00
Griatch
102705902f Fixed some more things in the moved procpool. 2012-09-22 21:14:17 +02:00
Griatch
4855558cc7 Adding the relevant files for running procpool from contrib. 2012-09-22 20:43:53 +02:00
Griatch
93d95377ce Shifting ProcPool out of src and into a contrib, using the service plugin system. 2012-09-22 20:40:30 +02:00
Griatch
12523c81b6 Some fixes for using evlang without ProcPool. 2012-09-03 21:33:03 +02:00
Griatch
81dfeb6788 Added per-process timeout capability to run_async. Also changed contrib/evlang to use run_async 2012-09-03 21:16:54 +02:00
Griatch
5c6ee44039 Modified contrib/evlang to optionally make use of ProcPool multiprocessing. 2012-09-03 19:21:04 +02:00
Griatch
891dcbbf9c Changed mux-login to email-login since the old system didn't actually have anything to do with MUX as I erroneously assumed. 2012-08-13 20:55:46 +02:00
Griatch
bc34a76173 Changed default login from email+password to the more familiar username+password.
The old system has been moved to contrib/mux-login.py.
This change was done due to the need for an email seems counterintuitive to
many new developers, giving the impression that it is actually required by
django (it is not, rather it was supposedly similar to MUX).
2012-08-13 20:25:46 +02:00
Griatch
da0598bcc3 Contrib: Barter system. This is a full-fledged barter system for handling goods exchange between two parties in a controlled way. Both sides may change their offers and argue both free-form and as part of decisions. Once both agree, goods automatically changes hands. 2012-08-12 10:48:07 +02:00
Griatch
2a2b3b5ce6 Contrib: Dice-roller module. This has an easy interface and supports normal dice nomenclature as well as modifiers and conditionals. An in-game command "dice" (or "roll") is also supplied. 2012-08-09 20:13:01 +02:00
Griatch
d50d28f960 Another fix to the extended room, a bug that caused some parsings not to happen. 2012-06-28 23:08:40 +02:00
Griatch
f54e6b22c1 Further fix to extended room. 2012-06-28 21:51:41 +02:00
Griatch
55634de123 A fix to extended_room, for when used as default mixed with other room types. 2012-06-28 21:39:13 +02:00
Griatch
43f16094c1 Contrib: Added a "time" command for viewing the time info on ExtendedRooms. Also added more listing functionality to the Extended @desc command. 2012-06-26 09:13:23 +02:00
Griatch
5a1642ab32 Small fix to seasonal rotation in extended room contrib. 2012-06-26 01:40:52 +02:00
Griatch
0e9b27cc01 Contrib: Extended Room typeclass, with time-dependent desc slots (season and time-of-day), as well as a "details" system for adding visual interest or clues to the room wihout having to create new database objects. The extended room is supported by expanded "look" and "@desc" commands. 2012-06-26 01:33:30 +02:00
Griatch
dfa0ced4e5 Some further cleanup of readmes. 2012-06-13 01:07:09 +02:00
lagos
1c4c3a4217 chargen.py uses managers instead of db_objects. 2012-06-12 08:09:15 +00:00
lagos
2729369027 Fixes two typos in sample code for evlang. 2012-06-12 07:35:50 +00:00