August 2004 Commit Log

Number of Commits:
38
Number of Active Developers:
5
temitchell 2004-08-31 22:08 Rev.: 2903

- fix tiny bug where player logging in has no record gets a record
made.

17 lines of code changed in 2 files:

temitchell 2004-08-31 21:03 Rev.: 2902

- 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.

330 lines of code changed in 9 files:

temitchell 2004-08-31 20:37 Rev.: 2901

- add spear for Ixalovh, change her treasure list
- add greater hell hound, dire wolf sire and change magehounds spell
- make rug's whip glow

249 lines of code changed in 12 files:

temitchell 2004-08-31 20:26 Rev.: 2900

- move direwolf and hellhoud treasures to arches.

0 lines of code changed in 1 file:

tchize 2004-08-30 13:31 Rev.: 2899


scripting: added script command 'localcmd <command> [<params>]' to call commands handled only by client.
The list of those commands and their help are available thru the help command (or the script command 'localcmd help' ;).
e.g. scripts can now issue keybindings, show the last magicmap and so on.

69 lines of code changed in 3 files:

akirschbaum 2004-08-30 12:21 Rev.: 2898

server/player.c: allow to 'talk' to players with ambiguous names: use a
perfect match even if other partial matches exist.

7 lines of code changed in 2 files:

temitchell 2004-08-29 13:50 Rev.: 2897

- add ixalovh shrine and tomassos house to port joseph

3965 lines of code changed in 3 files:

temitchell 2004-08-29 13:22 Rev.: 2896

- add ixalovh temple to scorn port, add curse detector to generalstore

955 lines of code changed in 3 files:

temitchell 2004-08-29 11:43 Rev.: 2895

- add new directory for datafiles to local dir (var/crossfire/datafiles)

2 lines of code changed in 2 files:

temitchell 2004-08-27 20:12 Rev.: 2894

- fix typo item->items

1 lines of code changed in 1 file:

temitchell 2004-08-27 20:09 Rev.: 2893

- change paths to python files

2 lines of code changed in 1 file:

temitchell 2004-08-27 19:57 Rev.: 2892

- move arch item scripts to their own folder

51 lines of code changed in 2 files:

temitchell 2004-08-27 19:19 Rev.: 2891

- 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.

66 lines of code changed in 17 files:

akirschbaum 2004-08-24 14:43 Rev.: 2890

include/define.h
server/shop.c
add new flags F_IDENTIFIED and F_NOT_CURSED to query_cost() to pretend
the item to be identified/not cursed or damned.
server/alchemy.c
fix possible abuse of shadow alchemy: do not allow the generated items
to be more valuable than the ingredients when using alternate recipes.

127 lines of code changed in 4 files:

mwedel 2004-08-24 01:37 Rev.: 2889

common/map.c: Add extra check to make sure variable is set before calling
strcmp - this can happen if the map file that is being loaded is
0 bytes - without this, the server would crash.
MSW 2004-08-23

9 lines of code changed in 2 files:

akirschbaum 2004-08-20 15:02 Rev.: 2888

server/disease.c: fix crash when casting diseases on tiled maps.
server/move.c: fix problem with multi-tile monsters and pass thru walls.
server/spell_effect.c: fix magic walls sometimes appearing in wrong place.
Andreas Kirschbaum 2004-08-20

13 lines of code changed in 4 files:

mwedel 2004-08-18 02:02 Rev.: 2887

If MANY_CORES is defined, and we get call to update_object() with invalid
coordinates, call abort to make debugging easier. Ignoring the error
seems only marginally useful, as I've observed a crash after a bunch
of errors from that area.
MSW 2004-08-17

3 lines of code changed in 1 file:

mwedel 2004-08-18 01:29 Rev.: 2886

common/loader.l, loader.c: in check_loaded_object() - don't give spell
objects inventory if we are in the arch_init phase. When loading objects
in common loader routine, if object doesn't have arch, set the object
name to the arch name so that it is more meaningful than 'singularity'.
common/map.c: If object has inventory, check to make sure the inventory
objects have an archetype set - if not, remove and free the object -
objects without archetypes causes crashes.
MSW 2004-08-17

34 lines of code changed in 3 files:

mwedel 2004-08-17 02:38 Rev.: 2885

add check to see if pl->stack_items is set before calling free on it.
MSW 2004-08-23

1 lines of code changed in 1 file:

mwedel 2004-08-17 01:41 Rev.: 2884

server/apply.c: fix_auto_apply() - add some debugging statements, as I've
seen crashes caused by monsters with scrolls with no spells - need to
figure out how those are showing up.
server/c_wiz.c: command_kick() - fix occasional crashes when player isn't
on any map when kicked. command_create() largely rewritten so it doesn't
crash the server on any malformed values passed in, add some more features
so it should be easier to create objects.
MSW 2004-08-16

202 lines of code changed in 3 files:

ryo_saeba 2004-08-16 15:55 Rev.: 2883

Add Win32 NSIS installer script

6 lines of code changed in 2 files:

ryo_saeba 2004-08-16 04:09 Rev.: 2882

Apply patch #1001086, say something when script fails (Unix)

33 lines of code changed in 2 files:

ryo_saeba 2004-08-16 03:47 Rev.: 2881

Fix bug #989110, mutating spellbooks

11 lines of code changed in 2 files:

temitchell 2004-08-15 20:57 Rev.: 2880

- commit multipart notaiton fixes for editor and euthville (almost done
these now...anyone see any bugs yet)

216 lines of code changed in 17 files:

temitchell 2004-08-15 20:51 Rev.: 2879

- commit multipart notation fixes
- make modifications to small (LC_nn)
- add floors to more maps and fix access to sunset lake fortress (it's
mostly empty hint hint)

3674 lines of code changed in 26 files:

temitchell 2004-08-15 14:26 Rev.: 2878

add inn and house to elf village north of Scorn, touchup guard posts

7640 lines of code changed in 10 files:

ryo_saeba 2004-08-15 12:03 Rev.: 2877

Add item stack for DMs, to ease item manipulation

372 lines of code changed in 8 files:

ryo_saeba 2004-08-14 04:48 Rev.: 2876

Fix charm monster exploit

33 lines of code changed in 2 files:

temitchell 2004-08-09 22:52 Rev.: 2875

- added a *whole* lot of flooring and fixed some broken spell archs in
inventories. Fixed problem with exit getting covered in
wist_study by removing the walls. Multipart notation fixes I believe as
well.

12941 lines of code changed in 29 files:

temitchell 2004-08-08 22:23 Rev.: 2874

- minor updates

43 lines of code changed in 2 files:

temitchell 2004-08-08 22:11 Rev.: 2873

- fix more floors, fix shop item outside shop, pinned down the brat
in the fountain

50 lines of code changed in 3 files:

temitchell 2004-08-07 23:00 Rev.: 2872

- minor fixes to maps including adjusting a swearing dwarf, some
flooring in marksel and some portals into sylvan realms

18 lines of code changed in 5 files:

temitchell 2004-08-07 22:47 Rev.: 2871

- commit multipart monster notation changes to the quests folder

0 lines of code changed in 46 files:

temitchell 2004-08-07 22:39 Rev.: 2870

- commit multipart notation fixes to brest

26 lines of code changed in 43 files:

temitchell 2004-08-07 18:24 Rev.: 2869

added fix for random maps with single arch walls,
added level indicator on random map signs
added new parameter 'exit_on_final_map'- see documentation
addresses patches 983780 and 983716

70 lines of code changed in 9 files:

temitchell 2004-08-02 21:02 Rev.: 2868

- oops fix long stnading error preventing bank accounts being deleted
when player quits.. (blush)

3 lines of code changed in 1 file:

temitchell 2004-08-02 18:38 Rev.: 2867

- move event scripts into their own directory
- add README
- add disguise script (warning usage still subject to bug 878949)

43 lines of code changed in 5 files:

temitchell 2004-08-02 18:27 Rev.: 2866

- add event hooks for Kick and Muzzle(toggle_shout) commands
- fix CFSetQuantity by changing the int to uintand remove
- now looks for event scripts in python/events

85 lines of code changed in 4 files:

July 2004 »

Generated by StatSVN 0.7.0