Commit Log

Back to Index Page

<<12345

Commit Log

DateAuthorFile/Message
1/8/06 7:23 AMakirschbaum
plugins/cfpython/cfpython.c: Make sure context->options always is initialized. (2 Files changed, 2 Lines changed)
plugins/cfpython/cfpython.c 1.25 (+1 -0)
ChangeLog 1.532 (+1 -0)
1/8/06 7:06 AMakirschbaum
server/main.c: Make code more readable; use snprintf where appropriate. (2 Files changed, 7 Lines changed)
ChangeLog 1.531 (+1 -0)
server/main.c 1.110 (+6 -7)
1/8/06 5:05 AMakirschbaum
crossedit/Cnv/CnvPrompt.c: Make file compilable with Ansi C89 compiler. (2 Files changed, 4 Lines changed)
ChangeLog 1.530 (+3 -0)
crossedit/Cnv/CnvPrompt.c 1.4 (+1 -1)
1/8/06 4:23 AMryo_saeba
Missing directory. (1 Files changed, 1 Lines changed)
plugins/cfpython/cfpython.c 1.24 (+1 -0)
1/8/06 12:48 AMqal21
Remove win32 cr characters (1 Files changed, 5 Lines changed)
ChangeLog 1.529 (+5 -5)
1/7/06 5:37 PMryo_saeba
Dispatch Python event handler scripts in subdirectories. (2 Files changed, 19 Lines changed)
ChangeLog 1.528 (+5 -0)
plugins/cfpython/cfpython.c 1.23 (+14 -14)
1/7/06 12:56 PMakirschbaum
Use named constants instead of numbers. (6 Files changed, 15 Lines changed)
server/spell_effect.c 1.146 (+2 -2)
server/apply.c 1.156 (+3 -3)
server/gods.c 1.58 (+2 -2)
common/treasure.c 1.63 (+2 -2)
common/item.c 1.56 (+4 -4)
ChangeLog 1.527 (+2 -0)
1/7/06 12:30 PMakirschbaum
server/monster.c: Use correct field name in move_monster(). (2 Files changed, 5 Lines changed)
server/monster.c 1.96 (+2 -2)
ChangeLog 1.526 (+3 -0)
1/7/06 12:18 PMakirschbaum
Fix comment. (1 Files changed, 2 Lines changed)
include/define.h 1.103 (+2 -2)
1/7/06 12:13 PMakirschbaum
Summon pets less often to the owner on tiled maps. (2 Files changed, 9 Lines changed)
server/pets.c 1.41 (+3 -3)
ChangeLog 1.525 (+6 -0)
1/7/06 12:05 PMakirschbaum
Change meaning of "items are on same map": for tiled maps now two objects are
also considered to be on the same map if they are on diagonally adjacent maps.
This solves the issue that a pet can be only one tile away from the owner but
still considered not to be on the same map.
(2 Files changed, 41 Lines changed)
common/map.c 1.99 (+33 -5)
ChangeLog 1.524 (+8 -0)
1/7/06 11:41 AMryo_saeba
Regions support for plugins (21 Files changed, 428 Lines changed)
make_win32/Release_notes.txt 1.9 (+74 -70)
include/plugproto.h 1.10 (+0 -82)
plugins/cfpython/include/cfpython.h 1.5 (+1 -0)
plugins/cfpython/Makefile.am 1.6 (+2 -0)
plugins/cfpython/include/cfpython_region_private.h 1.1 added 55
make_win32/.cvsignore 1.3 (+3 -1)
ChangeLog 1.523 (+18 -0)
plugins/cfpython/cfpython_object.c 1.12 (+5 -7)
plugins/cfpython/include/cfpython_map_private.h 1.5 (+2 -0)
plugins/cfpython/cfpython.c 1.22 (+21 -0)
plugins/common/include/plugin_common.h 1.12 (+8 -0)
plugins/common/plugin_common.c 1.11 (+38 -0)
plugins/cfpython/include/cfpython_region.h 1.1 added 41
plugins/cfpython/Makefile.in 1.7 (+5 -1)
plugins/cfpython/cfpython_map.c 1.6 (+5 -0)
include/sproto.h 1.159 (+11 -11)
server/plugins.c 1.61 (+51 -3)
plugins/cfpython/cfpython_region.c 1.1 added 77
make_win32/plugin_common/plugin_common.dsp 1.4 (+1 -1)
plugins/cfpython/include/cfpython_object_private.h 1.9 (+2 -2)
include/plugin.h 1.21 (+8 -0)
1/7/06 8:30 AMakirschbaum
Make teleporters hidden below the floor work again. (2 Files changed, 12 Lines changed)
server/time.c 1.84 (+6 -6)
ChangeLog 1.522 (+6 -0)
1/7/06 6:49 AMakirschbaum
Fix issues with map tiling. (3 Files changed, 20 Lines changed)
server/move.c 1.37 (+9 -4)
server/spell_attack.c 1.32 (+3 -2)
ChangeLog 1.521 (+8 -0)
1/7/06 12:33 AMqal21
Actually, reletive paths should work from unique maps too; my thoughts on why they woudln't be for are flawed. (2 Files changed, 4 Lines changed)
ChangeLog 1.520 (+1 -2)
common/map.c 1.98 (+3 -9)
1/6/06 2:31 PMmikeeusa
adding some regions (1 Files changed, 50 Lines changed)
lib/regions 1.8 (+50 -0)
1/6/06 1:22 PMmikeeusa
adding some regions (1 Files changed, 25 Lines changed)
lib/regions 1.7 (+25 -1)
1/6/06 12:55 PMqal21
Allow map tiling paths to be reletive unless tiling from a unique map. (2 Files changed, 6 Lines changed)
ChangeLog 1.519 (+2 -0)
common/map.c 1.97 (+4 -2)
1/6/06 12:38 PMqal21
Template maps: Improve reletive path support (2 Files changed, 33 Lines changed)
server/main.c 1.109 (+31 -4)
ChangeLog 1.518 (+2 -1)
1/5/06 12:44 PMqal21
Template maps: Add an important null check. (1 Files changed, 10 Lines changed)
server/main.c 1.108 (+10 -2)