Commit graph

4407 commits

Author SHA1 Message Date
BattleJenkins
d550f3e476 Finish splitting TB test classes + adding setUp/tearDown 2018-05-21 19:27:43 -07:00
BattleJenkins
f7ae91238c More setUp/tearDown 2018-05-21 18:45:07 -07:00
BattleJenkins
f3031fee31 Start splitting unit tests, add setUp/tearDown 2018-05-21 18:27:04 -07:00
BattleJenkins
812d256225 Proper formatting for comments and notes 2018-05-21 18:06:29 -07:00
BattleJenkins
9e6de0846c Unit tests for tb_magic 2017-12-11 14:35:18 -08:00
BattleJenkins
3423cc9f67 Merge branch 'tb_magic' of http://github.com/FlutterSprite/evennia into tb_magic 2017-12-10 18:54:37 -08:00
FlutterSprite
f550c03411
Use test character class instead 2017-12-10 18:53:10 -08:00
FlutterSprite
81ac38ec23
Add tickerhandler-free character class for tests 2017-12-10 18:52:34 -08:00
BattleJenkins
961a86b7be Test character class without tickerhandler 2017-12-10 18:50:34 -08:00
FlutterSprite
ccdc0979df
Comment it out right this time 2017-11-29 20:32:00 -08:00
FlutterSprite
619bf01348
Just comment it all out.
Travis won't even tell me why it failed this time.
2017-11-29 20:26:26 -08:00
FlutterSprite
4234ad2373
Also remove ticker handler for 'attacker' and 'defender'
Whoops! I forgot that ALL my test characters are getting subscribed to the ticker handler here - maybe that's the problem?
2017-11-29 20:18:54 -08:00
FlutterSprite
3576219a2f
Comment out tb_items tests for now 2017-11-29 20:08:22 -08:00
BattleJenkins
36070c8def Ugh!!! TickerHandler changes, more 2017-11-29 15:37:40 -08:00
BattleJenkins
8cd33261fa TickerHandler stuff, more 2017-11-29 15:29:49 -08:00
BattleJenkins
d6a5af1f21 Manually unsubscribe ticker handler 2017-11-29 15:15:47 -08:00
BattleJenkins
24866df8cd Attempt to fix TickerHandler error in unit tests 2017-11-29 15:08:55 -08:00
BattleJenkins
273b66267f Unit tests for tb_items 2017-11-29 15:01:49 -08:00
FlutterSprite
9119ffa165
Merge pull request #5 from FlutterSprite/develop
Merge develop changes
2017-11-29 14:24:21 -08:00
FlutterSprite
4ae293874f
Merge pull request #4 from evennia/develop
Merging from base develop
2017-11-29 14:23:15 -08:00
BattleJenkins
0fae112643 Added options for conditions at top of module 2017-11-29 13:54:22 -08:00
Griatch
615fc909ae
Merge pull request #1509 from FlutterSprite/healthbar
contrib: Health bar
2017-11-29 19:35:24 +01:00
Griatch
deac554bcc Remove some spurious spaces 2017-11-29 19:32:50 +01:00
Griatch
c1e23ae7f7 Merge branch 'menutree' of https://github.com/FlutterSprite/evennia into FlutterSprite-menutree 2017-11-29 19:21:37 +01:00
FlutterSprite
0b714a2d0a Fix readme spacing 2017-11-19 13:25:37 -08:00
FlutterSprite
6417aaa70b Update readme 2017-11-19 13:24:44 -08:00
FlutterSprite
fcac893f94 More item prototypes - probably ready to go! 2017-11-19 13:18:55 -08:00
FlutterSprite
ea12145ce1 Fixed all conditions lasting indefinitely
Turns out 1 == True, but not 1 is True - learn something new
every day!
2017-11-19 12:59:07 -08:00
FlutterSprite
ad2724630c More conditions and documentation 2017-11-19 12:16:38 -08:00
BattleJenkins
d60f23ec1c More documentation, fix error in at_update()
at_update() erroneously changed the turnchar on conditions during
combat - this has been fixed.
2017-11-18 18:43:14 -08:00
BattleJenkins
93d5cb6036 More documentation, 'True' duration for indefinite conditions 2017-11-18 18:02:54 -08:00
BattleJenkins
0a9d23c62a Add "Poisoned" condition, more condition items
Added the ability for attack items to inflict conditions on hit,
as well as items that can cure specific conditions.
2017-11-18 17:28:52 -08:00
FlutterSprite
9f39f2e621
Merge pull request #3 from FlutterSprite/tb_items
Merge magic and items branches
2017-11-18 13:51:51 -08:00
FlutterSprite
df36be1caa
Merge pull request #2 from FlutterSprite/develop
Merge develop
2017-11-18 13:44:25 -08:00
BattleJenkins
228c4740bb Fix condition ticking 2017-11-18 13:25:47 -08:00
BattleJenkins
d9d4a8292f Added functional condition, TickerHandler countdown 2017-11-18 13:22:03 -08:00
BattleJenkins
b54a167989 Fix weird spacing in use_item() 2017-11-17 21:19:02 -08:00
BattleJenkins
c3ffa7b906 Start porting in condition code from coolbattles 2017-11-17 21:17:35 -08:00
BattleJenkins
9f8c92e4d4 Move some item logic from CmdUse to new func use_item 2017-11-17 16:46:27 -08:00
BattleJenkins
fd5f6ba981 Proper implementation of spend_item_use() 2017-11-16 00:15:20 -08:00
BattleJenkins
57cfb8e025 Added 'use' command, item functions, example items 2017-11-15 23:12:25 -08:00
FlutterSprite
97ab816508
Create tb_items.py 2017-11-15 16:25:08 -08:00
FlutterSprite
7fbd473d14
Merge pull request #1 from evennia/develop
Sync with develop
2017-11-15 16:23:38 -08:00
BattleJenkins
89ed833c76 Final touches 2017-11-15 14:58:25 -08:00
BattleJenkins
473fbe8a81 Comments and documentation, CmdStatus() added 2017-11-15 14:41:43 -08:00
FlutterSprite
19c278afcd Formatting and documentation 2017-11-15 14:14:16 -08:00
FlutterSprite
792c54996a Added attack spells, more healing spell variants 2017-11-12 21:11:28 -08:00
FlutterSprite
d87be0c529 Added functional 'cure wounds' spell
Also added more spell verification in the 'cast' command,
accounting for spell's MP cost and whether it can be used in
combat
2017-11-12 18:23:22 -08:00
FlutterSprite
37aef859ed Fix variable in example menu function
I changed this while making unit tests and forgot to change it
back. Whoops!
2017-11-12 11:58:23 -08:00
FlutterSprite
f82f629f85
Update tree_select.py 2017-11-12 11:51:53 -08:00