[root]/trunk/maps/python/casino
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 46 (100.0%) | 734 (100.0%) | 15.9 |
temitchell | 26 (56.5%) | 559 (76.2%) | 21.5 |
gros | 5 (10.9%) | 113 (15.4%) | 22.6 |
qal21 | 8 (17.4%) | 60 (8.2%) | 7.5 |
akirschbaum | 2 (4.3%) | 2 (0.3%) | 1.0 |
mwedel | 5 (10.9%) | 0 (0.0%) | 0.0 |
make branche directories, delete old trunk.
0 lines of code changed in 5 files:
Minor cleanup of slot code. Seperated payout values from logic. Still need to clean code up further and eliminate duplicated code.
57 lines of code changed in 5 files:
Fix minor win jackpots on plat, imperial, and diamond slot machines. Courtesy of the anonymous submitter of tracker item #1559643.
3 lines of code changed in 3 files:
Fix syntax error in script.
2 lines of code changed in 2 files:
Adapted the casino-related scripts to CFPython 2.0.
Gros - 18/10/2005
113 lines of code changed in 5 files:
- remove item scripts long ago moved into items
- update scripts to remove path (init script does it for us)
0 lines of code changed in 5 files:
- 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.
10 lines of code changed in 5 files:
- 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)
16 lines of code changed in 5 files:
-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
227 lines of code changed in 5 files:
- small fix to make the slots deal with plurality
24 lines of code changed in 3 files:
- 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
282 lines of code changed in 3 files: