Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 60 (100.0%) | 1230 (100.0%) | 20.5 |
temitchell | 30 (50.0%) | 759 (61.7%) | 25.3 |
akirschbaum | 11 (18.3%) | 221 (18.0%) | 20.0 |
gros | 7 (11.7%) | 159 (12.9%) | 22.7 |
ryo_saeba | 5 (8.3%) | 91 (7.4%) | 18.2 |
mwedel | 7 (11.7%) | 0 (0.0%) | 0.0 |
make branche directories, delete old trunk.
0 lines of code changed in 7 files:
Patch #1550744 (Python scripts should not hardcode timezones) courtesy Mark Kidder
1 lines of code changed in 1 file:
Properly set plural names of delivered objects.
3 lines of code changed in 1 file:
Make it work with with new Python plugin; remove debug output; make source-code formatting consistent.
12 lines of code changed in 1 file:
Bug fixes: make it work with with new Python plugin, do not make it talk to itself, prevent abuse with out of range amounts; make source-code formatting consistent.
88 lines of code changed in 1 file:
Bug fixes: make it work with with new Python plugin, add 'yes' for help message, do not make it talk to itself.
3 lines of code changed in 1 file:
Lots of bug fixes: make it work with new Python plugin, fix truncated help message, set plural names of created objects, reword messages, prevent re-use of already sent packets, add safeguards for array-access; make source-code formatting consistent.
101 lines of code changed in 2 files:
Fix spelling errors.
6 lines of code changed in 1 file:
Fix misnamed method names; fix looping over inventories.
5 lines of code changed in 1 file:
Fix case
1 lines of code changed in 1 file:
Update of the maps for CFPython version 2.0.
Update of the IPO-related scripts.
Gros - 18/10/2005
159 lines of code changed in 7 files:
Improved post office, can now send/receive items
88 lines of code changed in 2 files:
Fix spelling errors.
1 lines of code changed in 1 file:
Applied patch #1145089 (cavesomething) to add region support
1 lines of code changed in 1 file:
Fix deposit option.
1 lines of code changed in 1 file:
Fix spelling error.
1 lines of code changed in 1 file:
- remove item scripts long ago moved into items
- update scripts to remove path (init script does it for us)
1 lines of code changed in 6 files:
- fix help message - add info command which dumps the record.
10 lines of code changed in 1 file:
- add new CF module - classes CFDataFile and CFData
- replace crossfirelog shelf with plain text datafile (less efficient
but more accessable) - add logging for kick and muzzle
- add more dm commands for seen (chicken oracle, guy in goths...)
- make sure you make a datafiles dir in var/crossfire or have make
install do it for you.
65 lines of code changed in 2 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.
12 lines of code changed in 6 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)
12 lines of code changed in 1 file:
- oops forgot the decimal that made the serbice charges work.
1 lines of code changed in 1 file:
-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
19 lines of code changed in 2 files:
- minor change to allow multiple bank databases
(not advising that happen, but the bank class should be as
modular as possible IMHO) and so I did it.
Added README from unlinked with changes
57 lines of code changed in 2 files:
- touchups for banking system
Bank now uses imperials (1000 gold) for withdrawls and can do enchanges
of currency to platinum. Added a cleanup routine in the
python_remove script to delete account when players quit.
A transaction fee was implemented for deposits (default 5%)
requires use of new arch "imperial" (bank notes with no
intrinsic value)
53 lines of code changed in 1 file:
- add in DM check so that seen script gives DM the last IP used by the
player they are asking about.
5 lines of code changed in 1 file:
- breaking out seen into it's own script, the bank stuff into it's own
script and removing the part if the seen command that hands out players
IP addresses to other players.
131 lines of code changed in 3 files:
- move the ImperialPost python files to the python directory, unclude system pathfinding from CFPython
393 lines of code changed in 4 files: