This website requires JavaScript.
Explore
Help
Register
Sign In
bss
/
drbotzo-idlerpg
Watch
1
Star
0
Fork
0
You've already forked drbotzo-idlerpg
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
drbotzo-idlerpg
/
idlerpg
/
migrations
History
Brian S. Stephan
d0531bff53
have character status display strings lowercase for use mid-sentence
...
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
2024-05-14 10:55:51 -05:00
..
__init__.py
implement the bones of character management
2024-05-06 00:16:16 -05:00
0001_initial.py
implement the bones of character management
2024-05-06 00:16:16 -05:00
0002_character_player_must_have_unique_character_names.py
add unique constraint on name + hostmask
2024-05-10 13:37:17 -05:00
0003_alter_character_status.py
separate the logged in state from the online state for a character
2024-05-10 16:08:13 -05:00
0004_remove_character_no_characters_with_same_name_per_game_and_more.py
actually, just make Character.name completely unique
2024-05-10 16:08:16 -05:00
0005_alter_character_status.py
get rid of the online character status, it's not necessary
2024-05-12 23:36:25 -05:00
0006_alter_character_status.py
have character status display strings lowercase for use mid-sentence
2024-05-14 10:55:51 -05:00