Griatch
|
8b28900600
|
Ran black on sources
|
2020-10-21 21:11:04 +02:00 |
|
Griatch
|
4a67d0482d
|
Correct indentation
|
2020-10-06 14:40:02 +02:00 |
|
Griatch
|
184b96697e
|
Some more help when getting a tutorial weapon
|
2020-10-06 14:26:06 +02:00 |
|
Griatch
|
ee0fedfdf7
|
Add some fixes to the tutorial_world.
|
2020-09-23 19:20:41 +02:00 |
|
Griatch
|
69d85bd184
|
Make scripts/objects lists use EvMore. Change EvMore to not justify by default.
|
2020-01-11 15:49:12 +01:00 |
|
Griatch
|
4ea6209123
|
Ran black on branc
|
2019-12-16 20:31:42 +01:00 |
|
Griatch
|
c2c7fa311a
|
Format code with black. Add makefile to run fmt/tests
|
2019-09-28 18:18:11 +02:00 |
|
Greg Taylor
|
bd33886cc0
|
Remove uses of the 'future' py2->3 module
This is no longer needed, now that we are Py3.7+ only. One
layer of indirection removed, and one less dependency.
|
2019-09-15 00:18:56 -07:00 |
|
Griatch
|
7f3c6dd918
|
Change tutorial typeclass to Tutorial Readable and TutorialClimbable. Improve error report for failed typeclass import.
|
2019-08-24 16:55:46 +02:00 |
|
Griatch
|
ca5c7cd188
|
Correct command unit tests for postgres
|
2019-03-21 18:07:31 +01:00 |
|
Griatch
|
54e351f296
|
Merge develop branch, resolve conflicts
|
2018-10-13 17:19:38 +02:00 |
|
Griatch
|
3b75780b40
|
Make tutorial_world roots give clearer errors. Allow home/quit from dark room. Resolves #1584.
|
2018-10-08 18:50:33 +02:00 |
|
Griatch
|
72f4fedcbe
|
Merge with develop and fix merge conflicts
|
2018-10-01 20:58:16 +02:00 |
|
Griatch
|
a954f9c723
|
Merge and fix conflicts with develop
|
2018-07-21 14:34:26 +02:00 |
|
Griatch
|
a4b8b12e63
|
Fix unittests
|
2018-07-21 13:40:46 +02:00 |
|
Jerry Aldrich
|
fe1aa30463
|
Add space to the tutorial's CrumblingWall message
Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
|
2018-07-09 08:33:47 -07:00 |
|
Griatch
|
d47834f28a
|
Fix unittests; still missing protfunc tests and menus
|
2018-06-10 21:02:09 +02:00 |
|
Griatch
|
74e8c74f80
|
Work towards resolving unittests with deferreds
|
2018-01-02 21:21:57 +01:00 |
|
Ryan Stein
|
f2e800ddf1
|
Unwrap several for statements from 2to3 conversion process.
|
2017-11-02 12:46:33 -04:00 |
|
Ryan Stein
|
cd21fb2396
|
Use Python 3's new super() convention.
|
2017-11-02 10:41:41 -04:00 |
|
Ryan Stein
|
6fa280b9fd
|
Run 2to3.
|
2017-10-29 13:40:30 -04:00 |
|
Griatch
|
b278337172
|
Make PEP8 cleanup of line spaces and character distances as well as indents
|
2017-08-19 23:16:36 +02:00 |
|
Griatch
|
5590ee2258
|
Rename all instances of Player->Account.
|
2017-07-07 23:47:21 +02:00 |
|
Griatch
|
5a723697e7
|
Add unittests to tutorial world mob, objects and most rooms as per #1105.
|
2017-02-19 23:48:24 +01:00 |
|
BlauFeuer
|
ce48eae62f
|
PEP 8: visual indent + implicit continuation
Also removed unnecessary hyphen from word
|
2017-02-12 20:42:32 -05:00 |
|
BlauFeuer
|
0143043319
|
refactor to avoid string concatenation in a loop
Trivial here since there's only 4 roots, but removes an LGTM alert.
|
2017-02-12 20:30:00 -05:00 |
|
BlauFeuer
|
1fb064c978
|
objects.py markup/whitespace/PEP 8/typo fixes
|
2017-02-12 19:05:18 -05:00 |
|
Griatch
|
74eebfed6d
|
Refactor code to remove alerts as per lgtm and #1176.
|
2017-01-29 19:02:00 +01:00 |
|
Griatch
|
c6d9c0619e
|
Refactor code for readability and compatibility.
|
2017-01-27 00:19:27 +01:00 |
|
Griatch
|
e39e1bdd45
|
Fix some regressions in the tutorial world.
|
2016-10-16 01:07:46 +02:00 |
|
Griatch
|
a3c2c1502e
|
Fixed the default value of the destination for the crumbling tutorial wall; pertains to #1018.
|
2016-08-19 20:18:48 +02:00 |
|
Ahmed Charles
|
487fcdf873
|
Use list* from future.utils.
dict.keys() -> list(dict)
dict.values() -> listvalues(dict)
dict.tems() -> listitems(dict)
|
2015-11-09 10:23:00 +00:00 |
|
Griatch
|
a1eadef686
|
Removed an unexpected alias overload in the CrumblingWall tutorial world puzzle. This caused the shift command to be hidden. Resolves #786.
|
2015-08-24 22:09:55 +02:00 |
|
Griatch
|
a01493bfa0
|
Expanded doc-string for the tutorialworld's Obelisk object. Resolves
|
2015-03-19 19:03:44 +01:00 |
|
Griatch
|
9ffba037f8
|
Updated the tutorial world's lockfuncs to work correctly. Resolves #682.
|
2015-03-02 21:35:55 +01:00 |
|
Griatch
|
3db3d83d4c
|
Fixed the ending of the tutorial and a bug in the spawner.
|
2015-02-22 17:46:56 +01:00 |
|
Griatch
|
56104d9a1d
|
Made sure tickerhandler cleans itself of alrady-deleted objects. Some more bug fixes to reworked tutorialworld.
|
2015-02-22 17:46:55 +01:00 |
|
Griatch
|
7f0e0d5ef8
|
Added at_init() call in idmapper and made sure to not deprecate it. Fixed bugs in search and continued work on tutorial world.
|
2015-02-22 17:46:55 +01:00 |
|
Griatch
|
5af3617d4e
|
Fixed errors in bridge room. Some issues with tickerhandler starting with an invalid interval.
|
2015-02-22 17:46:55 +01:00 |
|
Griatch
|
6f4cbbc1be
|
The reworked tutorial world builds now without error; need to play-test it.
|
2015-02-22 17:46:55 +01:00 |
|
Griatch
|
c63ae1742f
|
Reworked the build script and made the default tutorial_room more clever, using details and custom cmdsets.
|
2015-02-22 17:46:55 +01:00 |
|
Griatch
|
32fd9d2a4d
|
Reworked tutorial world objects, starting with mob.
|
2015-02-22 17:46:54 +01:00 |
|
Griatch
|
eb738ebad8
|
Made tutorial_world run on devel, it had a few deprecated imports and also the path to the build file given in the limbo desc was not right anymore.
|
2015-02-10 10:26:08 +01:00 |
|
Jonathan Piacenti
|
265f8a4e30
|
PIP packaging with setup.py, and fixes for bugs revealed by this.
|
2015-01-15 06:20:19 -06:00 |
|