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
FlutterSprite
ee462dcdb3
Catch callback errors with logger
2017-11-12 11:46:59 -08:00
FlutterSprite
b431025a79
Fix order of args for the callback in documentation
2017-11-12 02:21:49 -08:00
FlutterSprite
2e7a9bb29e
Add mention of how the callback is used
2017-11-12 01:56:35 -08:00
Griatch
34acefc587
Merge branch 'master' into develop
2017-11-11 01:02:26 +01:00
Griatch
c1735ec2a1
Fix dockerfile dependency. Resolve #1510 .
2017-11-11 01:02:05 +01:00
BattleJenkins
84c8284805
Added tb_magic.py - only basic input parsing
2017-11-09 22:36:11 -08:00
FlutterSprite
f653d0d149
Add unit tests for health_bar contrib
2017-11-05 18:42:55 -08:00
FlutterSprite
831b714ad8
Adds health bar module
...
Adds a versatile function that will return a given current and maximum value as a "health bar" rendered with ANSI or xterm256 background color codes. This function has many options, such as being able to specify the length of the bar, its colors (including changing color depending on how full the bar is), what text is included inside the bar and how the text is justified within it.
2017-11-05 18:36:08 -08:00
FlutterSprite
ab46c5eefc
Fix typo in documentation
2017-10-30 19:16:43 -07:00