Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 88 (100.0%) | 2755 (100.0%) | 31.3 |
partmedia | 40 (45.5%) | 1757 (63.8%) | 43.9 |
alestan | 2 (2.3%) | 617 (22.4%) | 308.5 |
ryo_saeba | 7 (8.0%) | 223 (8.1%) | 31.8 |
akirschbaum | 2 (2.3%) | 88 (3.2%) | 44.0 |
anmaster | 17 (19.3%) | 36 (1.3%) | 2.1 |
aaron_baugher | 3 (3.4%) | 31 (1.1%) | 10.3 |
gros | 1 (1.1%) | 2 (0.1%) | 2.0 |
tchize | 1 (1.1%) | 1 (0.0%) | 1.0 |
qal21 | 15 (17.0%) | 0 (0.0%) | 0.0 |
Improve package sending help text in the IPO
Submitted by: DraugTheWhopper (patch #391)
2 lines of code changed in 1 file:
@ add conversion computations, and a description of existing coins.
36 lines of code changed in 1 file:
Move deposit box code to separate file
Give deposit boxes their own script and update all the banks.
6 lines of code changed in 1 file:
Restore original CFBank API
Moving accounts to player files added unnecessary complexity. Restore
original API and add code to migrate accounts back from player files.
While here, wrap CFBank with a context manager so it can be used with
the Python 'with' statement.
18 lines of code changed in 1 file:
Abolish bank fees
8 lines of code changed in 1 file:
Python cleanup
29 lines of code changed in 1 file:
Change name of sent mail scrolls
This prevents sent mail from being sent again, thus working around the
issue in Bug #803.
10 lines of code changed in 1 file:
Various style and functional cleanups
59 lines of code changed in 1 file:
Remove checking
Checks are cumbersome, underutilized, and only marginally useful. They
can only be used to pay other players, and it is easy to write a check
without having enough money to cover it.
1 lines of code changed in 2 files:
Fix bank deposit boxes
Deposit boxes are now truly deposit boxes rather than ATMs. When closed,
they only deposit the value of items placed inside.
20 lines of code changed in 1 file:
Use new player bank account functions
28 lines of code changed in 1 file:
Attitude change from bank employees.
35 lines of code changed in 1 file:
Implement check depositing.
75 lines of code changed in 1 file:
Create checks instead of template-making them.
16 lines of code changed in 1 file:
Fix checking by adding template to IPO storage.
13 lines of code changed in 1 file:
Re-implement strAmount() as a wrapper to standard function.
Thanks to Nicholas for pointing this out!
1 lines of code changed in 1 file:
Do not display the decimal point if it is not necessary.
6 lines of code changed in 1 file:
Implement and use new silver-to-string function.
Also take this opportunity to fix the bank profit calculations.
27 lines of code changed in 1 file:
Update messages and TODOs.
6 lines of code changed in 1 file:
Temporarily disable the broken ATMs.
7 lines of code changed in 1 file:
Attempt to fix 'checks' command.
37 lines of code changed in 1 file:
Improve deposit command.
8 lines of code changed in 1 file:
Reimplement depositing money.
28 lines of code changed in 1 file:
Rename profit resetting command to make more sense.
5 lines of code changed in 1 file:
Add TODOs.
4 lines of code changed in 1 file:
Improve 'balance' output.
1 lines of code changed in 1 file:
Finish moving commands to separate functions.
211 lines of code changed in 1 file:
Implement common utility methods.
Reimplment 'balance' and 'withdraw' using the new utility methods. Move
'deposit' into its own function but don't touch it yet.
245 lines of code changed in 1 file:
Correctly close bank and fix 'profits' display.
3 lines of code changed in 1 file:
Implement new withdrawal command.
60 lines of code changed in 1 file:
Offload trivial commands to their separate functions.
23 lines of code changed in 1 file:
Stick help message in separate function.
13 lines of code changed in 1 file:
Split deposit box code into separate functions.
141 lines of code changed in 1 file:
Clean up unused variables and comment the rest.
15 lines of code changed in 1 file:
Whitespace and formatting changes.
596 lines of code changed in 1 file:
Remove executable flag.
0 lines of code changed in 5 files:
Change employee dialog. Part of patch #333: Attitude change to IPO employees, by Kevin Zheng.
149 lines of code changed in 1 file:
Adjust mailscroll price. Part of patch #333: Attitude change to IPO employees, by Kevin Zheng.
1 lines of code changed in 1 file:
Remove trailing whitespace.
88 lines of code changed in 2 files:
Fix bug #3573119: IPO help truncated in client. Merge lines for output.
6 lines of code changed in 1 file:
(19 more)