Directory Statistics for python/casino/

Back to Index Page

Lines Of Code for python/casino/

Commits for python/casino/ (per author)

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
temitchell26 (78.8%) 497 (100.0%) 549 (82.7%) 19.12
gros5 (15.2%) 0 (0.0%) 113 (17.0%) 0.00
akirschbaum2 (6.1%) 0 (0.0%) 2 (0.3%) 0.00

Commit Log

DateAuthorFile/Message
11/11/05 1:14 AMakirschbaum
Fix syntax error in script. (2 Files changed, 2 Lines changed)
python/casino/platinumslots.py 1.8 (+1 -1)
python/casino/goldslots.py 1.8 (+1 -1)
10/18/05 1:45 PMgros
Adapted the casino-related scripts to CFPython 2.0.
Gros - 18/10/2005
(5 Files changed, 113 Lines changed)
python/casino/platinumslots.py 1.7 (+22 -22)
python/casino/diamondslots.py 1.5 (+24 -24)
python/casino/silverslots.py 1.7 (+22 -22)
python/casino/imperialslots.py 1.5 (+23 -23)
python/casino/goldslots.py 1.7 (+22 -22)
12/5/04 10:48 PMtemitchell
- remove item scripts long ago moved into items
- update scripts to remove path (init script does it for us)
(5 Files changed, 0 Lines changed)
python/casino/goldslots.py 1.6 (+0 -3)
python/casino/platinumslots.py 1.6 (+0 -3)
python/casino/silverslots.py 1.6 (+0 -3)
python/casino/diamondslots.py 1.4 (+0 -3)
python/casino/imperialslots.py 1.4 (+0 -3)
8/27/04 7:19 PMtemitchell
- change path finding to use os.path - hopefully this will fix these
scripts for the (new) windows server
- CFgetPaths is now dead and will be removed - change your scripts if
you use it.
(5 Files changed, 10 Lines changed)
python/casino/diamondslots.py 1.3 (+2 -1)
python/casino/platinumslots.py 1.5 (+2 -1)
python/casino/imperialslots.py 1.3 (+2 -1)
python/casino/silverslots.py 1.5 (+2 -1)
python/casino/goldslots.py 1.5 (+2 -1)
10/24/03 9:20 PMtemitchell
- fixed issue with slotmachines where items created reset number of
existing items in the same space.
(using itemborker to set number of items add or remove as a safer way to
manage this.)
- touched up bank dialogue (and incorporated itembroker code)
(5 Files changed, 16 Lines changed)
python/casino/diamondslots.py 1.2 (+4 -4)
python/casino/goldslots.py 1.4 (+3 -2)
python/casino/silverslots.py 1.4 (+3 -2)
python/casino/platinumslots.py 1.4 (+3 -2)
python/casino/imperialslots.py 1.2 (+3 -3)
10/5/03 10:41 PMtemitchell
-fix banksay.py (was a small issue with a missing =)
-add reusable script for adding/removing items
-add two new slotmachines
-add an insult generator
(5 Files changed, 223 Lines changed)
python/casino/silverslots.py 1.3 (+7 -11)
python/casino/imperialslots.py 1.1 added 107
python/casino/goldslots.py 1.3 (+1 -1)
python/casino/platinumslots.py 1.3 (+1 -1)
python/casino/diamondslots.py 1.1 added 107
6/8/03 10:50 PMtemitchell
- small fix to make the slots deal with plurality (3 Files changed, 24 Lines changed)
python/casino/platinumslots.py 1.2 (+8 -2)
python/casino/silverslots.py 1.2 (+8 -2)
python/casino/goldslots.py 1.2 (+8 -2)
2/2/03 1:50 AMtemitchell
- using new directory getting functions in the Plugin, makes python more better
- converted the slots over, now easier to install
- added a script that returns the directories for easy use
(3 Files changed, 276 Lines changed)
python/casino/silverslots.py 1.1 added 90
python/casino/goldslots.py 1.1 added 91
python/casino/platinumslots.py 1.1 added 95