August 2010 Commit Log

Number of Commits:
149
Number of Active Developers:
6
mwedel 2010-08-31 01:01 Rev.: 13692

server/player.c: Move clearing of monitor_spells to initial socket allocation.
Fixes bug where spell updates would cease if player used a savebed and
then played again on same server.
MSW 2010-08-30

15 lines of code changed in 2 files:

kbulgrien 2010-08-29 16:15 Rev.: 13691

- On second thought, its more future-proof to use the GTK type than to use
the GDK type for treeview allocation in on_spell_window_size_allocate().

1 lines of code changed in 1 file:

kbulgrien 2010-08-29 15:47 Rev.: 13690

- It has been pointed out that on_spell_window_size_allocate() was written
with a non-portable structure reference (offended target: Sun). Fix the
structure reference to use the base GDK type only, and comment on the
equivalence of GdkRectangle and GtkAllocation.

5 lines of code changed in 1 file:

kbulgrien 2010-08-29 15:05 Rev.: 13689

- Change comment text to better fit current spells dialog implementation.

1 lines of code changed in 1 file:

akirschbaum 2010-08-29 14:12 Rev.: 13688

Extract duplicated code into Args.

579 lines of code changed in 4 files:

ryo_saeba 2010-08-29 04:18 Rev.: 13687

Fix for bug #3054519: 'Wizard' class picker broken.

2 lines of code changed in 1 file:

ryo_saeba 2010-08-29 03:28 Rev.: 13686

Move magic_mouthes under the floor, so they don't appear with show invisible.

15 lines of code changed in 3 files:

ryo_saeba 2010-08-29 03:14 Rev.: 13685

Tentative fix for bug #3054686: unarmed combat xp goes to sorcery by default.

9 lines of code changed in 2 files:

kbulgrien 2010-08-28 16:36 Rev.: 13684

- Tab to spaces, end-of-line whitespace removed.
- Minor whitespace reformat of some tabular code.

63 lines of code changed in 1 file:

ryo_saeba 2010-08-28 08:33 Rev.: 13683

Remove redundant weight attribute.

0 lines of code changed in 1 file:

ryo_saeba 2010-08-28 03:49 Rev.: 13682

Fix broken special foods.

5 lines of code changed in 2 files:

kbulgrien 2010-08-28 00:19 Rev.: 13681

- Formatting of comments / function parameters only. No functional change.

24 lines of code changed in 1 file:

kbulgrien 2010-08-28 00:15 Rev.: 13680

- Remove comment text that is no longer pertinent since the descriptions are
now handled by a single cell renderer.

1 lines of code changed in 1 file:

kbulgrien 2010-08-27 23:11 Rev.: 13679

- Remove commented out abort();

0 lines of code changed in 1 file:

kbulgrien 2010-08-27 23:08 Rev.: 13678

- Remove extra blank line.
- Fix spelling and capitalization in comments.
- Format block comments more consistently to use less vertical space. etc.

128 lines of code changed in 1 file:

kbulgrien 2010-08-27 22:52 Rev.: 13677

- Tabs to spaces and associated indentation fixes.

11 lines of code changed in 1 file:

kbulgrien 2010-08-27 22:49 Rev.: 13676

- End-of-line whitespace and extra blank lines removed.

6 lines of code changed in 1 file:

kbulgrien 2010-08-27 20:43 Rev.: 13675

- Since this is a C project, rename AM_CPPFLAGS to AM_CFLAGS.

2 lines of code changed in 1 file:

kbulgrien 2010-08-26 21:46 Rev.: 13674

- Update to add a new function in spells.c that redraws the spell information
to optimize use of space when the dialog content and/or size is changed.

1 lines of code changed in 1 file:

kbulgrien 2010-08-26 21:33 Rev.: 13673

- The prior implementation instantiated a cell renderer for each spell listed
in the dialog, but a single renderer behaves the same as multiple renderers
in this dialog, so there is no need to waste resources on more than one.
- The description cell data function is only needed to create row-specific
renderers, so it is removed in favor of using the size-allocate signal
handler to apply updates to the description column wrap-width.
- Comments for several global variables are added or improved.

31 lines of code changed in 1 file:

akirschbaum 2010-08-26 12:38 Rev.: 13672

Fix jumping skill: now jumping into a monster or player attacks it.

4 lines of code changed in 2 files:

akirschbaum 2010-08-26 12:35 Rev.: 13671

Check head parts of multi-part objects when using the skills jumping, singing, or oratory.

23 lines of code changed in 2 files:

akirschbaum 2010-08-26 11:48 Rev.: 13670

Fix possible crash using the singing skill.

5 lines of code changed in 2 files:

akirschbaum 2010-08-26 11:37 Rev.: 13669

Remove trailing whitespace.

7 lines of code changed in 1 file:

kbulgrien 2010-08-25 21:49 Rev.: 13668

- The spells dialog description text now dynamically reflows text and adjusts
row height when the window is re-sized by the user.

32 lines of code changed in 2 files:

kbulgrien 2010-08-25 19:46 Rev.: 13667

- Fix indentation error.

39 lines of code changed in 1 file:

kbulgrien 2010-08-25 00:03 Rev.: 13666

- Remove silly mis-typed pointer type and unnecessary cast from spells.c.

2 lines of code changed in 1 file:

kbulgrien 2010-08-24 23:46 Rev.: 13665

- The spells dialog now defaults to wrap the description at 300 pixels or so
as before, but dynamically re-calculates the wrap width based on the dialog
width and the width of the other columns. Presently the code does not
reclaim extra vertical height when the dialog is widened, so the dynamic
wrap is a bit pointless except for shrinking the dialog down. More work is
needed to get the description field to shrink vertically.
- Three of the columns now have their values centered under the column title
to try to improve aesthetics.
- The SP/Mana column title is renamed "Cast/Cost" as SP/Mana was redundant and
Grace was unmentioned. This new title also goes along with Spellmon 2
changes in the pipeline that support setting ingredients as additional
casting costs. Ingredient data is expected to merge with the mana/grace
data in this dialog, and go in the same column as mana/grace cost.

103 lines of code changed in 2 files:

Alestan 2010-08-24 02:10 Rev.: 13664

added script to auto configure guild halls and install them, made python guild halls the default for existing guilds

1094763 lines of code changed in 266 files:

kbulgrien 2010-08-22 16:46 Rev.: 13663

- Move a widget pointer assignment closer to its point of use improve code
readability and consistency with code elsewhere. No functional change.

2 lines of code changed in 1 file:

kbulgrien 2010-08-22 16:39 Rev.: 13662

- Spell dialog data is now top, right aligned so that details are at the top
of the cell and lined up with the first line of the description.
- Auto-wrap the description to a fixed width. Though a dynamic, or user
settable width would be better, this at least returns the dialog to a
state similar to how it was prior to removal of line breaks from the spell
description text in the archetypes. Ideally, more work to improve the wrap
will be done, but lets lock in this fix for the time being.

24 lines of code changed in 2 files:

ryo_saeba 2010-08-21 10:42 Rev.: 13661

Fix balm of asbestos's formulae.

1 lines of code changed in 1 file:

Alestan 2010-08-20 13:45 Rev.: 13660

fixed bug in hallofjoining

2 lines of code changed in 1 file:

kbulgrien 2010-08-19 21:21 Rev.: 13659

- Non-functional whitespace, comment, and formatting changes only.
Some local variables in functions swapped order for readability.

191 lines of code changed in 1 file:

Alestan 2010-08-19 19:55 Rev.: 13658

adjusted how much shockwave will throw stuff

1 lines of code changed in 1 file:

Alestan 2010-08-19 19:08 Rev.: 13657

made sunspear and word spells not throw objects

0 lines of code changed in 2 files:

Alestan 2010-08-19 17:26 Rev.: 13656

added weight to several spells so they will throw stuff on the floor.

27 lines of code changed in 27 files:

Alestan 2010-08-19 17:25 Rev.: 13655

added call to knockback to bolt and explosion spells.

49 lines of code changed in 1 file:

kbulgrien 2010-08-19 05:03 Rev.: 13654

- make proto is broken again (at least on some systems) due to -pthread
getting on the cproto command line and being misinterpreted as command
options: cproto: invalid option -- 'h'. This was fixed before by taking
out PTHREAD_CFLAGS, but it has crept back via some other make variable.
A workaround is added, but is commented out because it uses a GNU make
extension that is not portable. What constitutes a portable way to filter
out -pthread if it occurs?

14 lines of code changed in 1 file:

kbulgrien 2010-08-19 04:46 Rev.: 13653

- Update to add new function in account.c.

1 lines of code changed in 1 file:

kbulgrien 2010-08-19 04:15 Rev.: 13652

- Fix client malfunction on [X] closing of account system dialogs. Though the
dialogs have the Deletable property set to No, some window managers do not
honor this setting, and put the [X] close icon on the window frame. Added
new on_window_delete_event() callback and connected it to all of the account
system dialogs so their delete_events are trapped and ignored. The dialogs
now only dismiss in the manner the designer intended.

35 lines of code changed in 2 files:

kbulgrien 2010-08-19 03:46 Rev.: 13651

- Remove warning: old-style function definition

8 lines of code changed in 1 file:

kbulgrien 2010-08-19 03:43 Rev.: 13650

- Whitespace, margin, and comment reformat only. No functional change.
Cuddle function names with opening parenthesis. Add doxygen comment headers
for functions. Add doxygen @param throughout. Cuddle doxygen parameter
description with parameter. Reformat comments to make better use of line
width. Capitalization. Collapse consecutive empty lines to single line.
Remove end-of-line whitespace, and excessive intra-line whitespace, etc.

428 lines of code changed in 1 file:

kbulgrien 2010-08-18 23:48 Rev.: 13649

- Add the msgctrl_window to the list of dialogs that need special settings.
- Add a note on the importance of setting the Deletable property to No, and
connecting the delete events of all dialogs to gtk_widget_hide_on_delete().

13 lines of code changed in 1 file:

kbulgrien 2010-08-18 23:22 Rev.: 13648

- Fix segfaults and/or client malfunctions when [X] closing the about and
message control dialogs under window managers that do not honor setting
the GTK deletable property to No.

20 lines of code changed in 3 files:

kbulgrien 2010-08-18 23:11 Rev.: 13647

- Fix segfault and/or client malfunction when [X] closing the keybinding
dialog on window managers that do not honor setting its GTK deletable
property to No.

19 lines of code changed in 2 files:

kbulgrien 2010-08-18 23:03 Rev.: 13646

- Fix client malfunction when [X] closing the configuration dialog under
window managers that do not honor setting its GTK deletable property to No.

12 lines of code changed in 2 files:

kbulgrien 2010-08-18 22:53 Rev.: 13645

- Fix segfault when [X] closing the spells dialog under window managers that
do not honor setting the GTK deletable property of the dialog to No.

11 lines of code changed in 2 files:

kbulgrien 2010-08-18 22:45 Rev.: 13644

- Fix segfault when [X] closing the skills dialog under window managers that
do not honor setting the deletable property of the dialog to No.

7 lines of code changed in 2 files:

kbulgrien 2010-08-18 22:35 Rev.: 13643

- Style, formatting, and whitespace changes only. No functional change.

107 lines of code changed in 1 file:

kbulgrien 2010-08-18 20:19 Rev.: 13642

- Make all the account-related dialogs non-deletable.

4 lines of code changed in 1 file:

akirschbaum 2010-08-18 01:10 Rev.: 13641

The scriptkill argument is now optional if only one script is running.

5 lines of code changed in 2 files:

kbulgrien 2010-08-17 22:35 Rev.: 13640

- Change the dialogs.glade design up to support GTK 2.16 and let Glade-3
reorder orientation properties to amuse itself. It also automatically added
more properties in various places... hopefully all sane changes.
- Set the login dialog deleteable property to false so (some) window managers
do not show the [X] close icon. The client can't handle the dialog being
closed. This is a partial fix only. Some window managers (or whatever) do
not honor the GTK property.
- Clean up a widget name in the config dialog.
- Summarize .glade file mods in the ChangeLog.

32 lines of code changed in 2 files:

kbulgrien 2010-08-17 19:05 Rev.: 13639

- Fix id strings with trailing spaces. The Glade editor used previously had
a GUI issue that caused these. Apparently some problems occurred before
it was realized the items were being generated with trailing spaces.

2 lines of code changed in 2 files:

Alestan 2010-08-17 18:37 Rev.: 13638

fine tuned fog duration and speed

5 lines of code changed in 2 files:

kbulgrien 2010-08-17 17:43 Rev.: 13637

- Prevent royal screw up by Glade 3.6.7 when loading this file. 3.6.7 was
released knowing that it would render vboxes horizontally when the .glade
file was made for GTK < 2.16, and that manual edit/save would be required.
http://mail.gnome.org/archives/gnome-announce-list/2009-June/msg00063.html

50 lines of code changed in 11 files:

Alestan 2010-08-17 17:01 Rev.: 13636

Adjusted fog lifetime

2 lines of code changed in 1 file:

Alestan 2010-08-17 16:59 Rev.: 13635

fixed bugs with moving fog and calibrated fog speed

2 lines of code changed in 1 file:

Alestan 2010-08-17 16:53 Rev.: 13634

Added script specific to moving fog

51 lines of code changed in 2 files:

akirschbaum 2010-08-17 11:56 Rev.: 13633

Fix Javadoc issue.

1 lines of code changed in 1 file:

akirschbaum 2010-08-17 11:51 Rev.: 13632

Replace debug_colors command with debug_messages. Add options 'types', 'on', and 'off'.

288 lines of code changed in 17 files:

akirschbaum 2010-08-17 11:50 Rev.: 13631

Fix typo in error message.

1 lines of code changed in 1 file:

kbulgrien 2010-08-16 23:06 Rev.: 13630

- Prevent royal screw up by Glade 3.6.7 when loading this file. 3.6.7 was
released knowing that it would render vboxes horizontally when the .glade
file was made for GTK < 2.16, and that manual edit/save would be required.
http://mail.gnome.org/archives/gnome-announce-list/2009-June/msg00063.html

22 lines of code changed in 1 file:

Alestan 2010-08-16 17:55 Rev.: 13629

fixed bugs with guild scripts

11 lines of code changed in 2 files:

akirschbaum 2010-08-16 14:50 Rev.: 13628

Hide unrelated dialogs during login process.

10 lines of code changed in 7 files:

akirschbaum 2010-08-16 14:18 Rev.: 13627

Remove unused code.

0 lines of code changed in 1 file:

akirschbaum 2010-08-16 14:18 Rev.: 13626

Move code to periodically redraw the window contents from JXCwindow to JXCWindowRenderer.

38 lines of code changed in 2 files:

ryo_saeba 2010-08-16 13:19 Rev.: 13625

Remove new lines in town portal messages.

7 lines of code changed in 2 files:

ryo_saeba 2010-08-16 12:06 Rev.: 13624

Fix container-related crash, when a plugin removes the container or equivalent.

19 lines of code changed in 2 files:

Alestan 2010-08-16 02:05 Rev.: 13623

un-redirecting stdout and stderr

2 lines of code changed in 2 files:

Alestan 2010-08-15 20:50 Rev.: 13622

fine tuning of fog speed

0 lines of code changed in 1 file:

Alestan 2010-08-15 20:24 Rev.: 13621

added temp_moving_fog and made steam bolt create it instead of temp_fog, adjusted script that handles temp_moving_fog

41 lines of code changed in 3 files:

Alestan 2010-08-15 18:02 Rev.: 13620

fixed bug in private shops

1 lines of code changed in 1 file:

Alestan 2010-08-15 14:21 Rev.: 13619

fixed bug in private shops

0 lines of code changed in 1 file:

Alestan 2010-08-15 14:03 Rev.: 13618

fixed bug in private shops

12 lines of code changed in 1 file:

Alestan 2010-08-15 13:54 Rev.: 13617

fixed bug in private shops

133 lines of code changed in 33 files:

ryo_saeba 2010-08-15 06:26 Rev.: 13616

Merge lines.

11 lines of code changed in 3 files:

akirschbaum 2010-08-15 05:43 Rev.: 13615

Replace inheritance with delegation.

49 lines of code changed in 2 files:

Alestan 2010-08-15 04:21 Rev.: 13614

added 28 private shops to brest

30 lines of code changed in 28 files:

Alestan 2010-08-15 04:14 Rev.: 13613

added private shop row to brest and renamed old private shops to private museums

59 lines of code changed in 1 file:

Alestan 2010-08-15 04:13 Rev.: 13612

added 28 private shops to brest

275102 lines of code changed in 29 files:

Alestan 2010-08-15 02:50 Rev.: 13611

updating how face is haneled.

1 lines of code changed in 1 file:

Alestan 2010-08-15 02:48 Rev.: 13610

removing no longer needed init script

0 lines of code changed in 1 file:

Alestan 2010-08-15 02:23 Rev.: 13609

added 4 private shops to scorn, replacing the level 0 random map houses

8 lines of code changed in 4 files:

Alestan 2010-08-15 02:17 Rev.: 13608

added 4 private shops to scorn, replacing the level 0 random map houses

0 lines of code changed in 4 files:

Alestan 2010-08-15 02:08

added 4 private shops to scorn, replacing the level 0 random map houses

39052 lines of code changed in 5 files:

mwedel 2010-08-14 23:40 Rev.: 13605

Move location of assignment - after seeing another stack trace,
seems like invoke also needs this.
MSW 2010-08-14

2 lines of code changed in 1 file:

mwedel 2010-08-14 23:38 Rev.: 13604

server/c_range.c:
Fix missing assignment of spell in player object - only results in crashes if
casting time is used.
MSW 2010-08-14

8 lines of code changed in 2 files:

kbulgrien 2010-08-14 22:24 Rev.: 13603

- The removal of line breaks from the .arc files has made the spells dialog
width explode, so add a comment to the spells dialog code that gives a hint
about making the description line-wrappable. The code is commented because
it wraps at a bad width, but in case I don't get it figured out soon, I do
not want to forget the command.

13 lines of code changed in 1 file:

Alestan 2010-08-14 21:16 Rev.: 13602

fixed the weight/value ratio of gold nuggets

3 lines of code changed in 3 files:

Alestan 2010-08-14 20:02 Rev.: 13601

improves banking

617 lines of code changed in 2 files:

Alestan 2010-08-14 19:44 Rev.: 13600

fixed a bug with spell casting time that made the server crash when an npc cast a spell and casting_time true is set in the settings file

1 lines of code changed in 1 file:

Alestan 2010-08-14 15:07 Rev.: 13599

added private shop

9759 lines of code changed in 1 file:

Alestan 2010-08-14 15:06 Rev.: 13598

added shop entrance to scorn city for the new private shop

8 lines of code changed in 1 file:

ryo_saeba 2010-08-14 08:14 Rev.: 13597

Fix default coordinates.

9 lines of code changed in 3 files:

ryo_saeba 2010-08-14 06:04 Rev.: 13596

Fix wrong attack roll adjust for player in the dark with xray.

5 lines of code changed in 2 files:

ryo_saeba 2010-08-14 05:46 Rev.: 13595

Merge split lines.

21 lines of code changed in 1 file:

ryo_saeba 2010-08-14 05:16 Rev.: 13594

Wrap player state change to a function.

40 lines of code changed in 6 files:

ryo_saeba 2010-08-14 03:14 Rev.: 13593

Correctly inform player of lost overall level at death.

19 lines of code changed in 2 files:

ryo_saeba 2010-08-14 02:52 Rev.: 13592

Merge lines.

21 lines of code changed in 3 files:

ryo_saeba 2010-08-14 02:44 Rev.: 13591

Adjust test script to new types.

15 lines of code changed in 1 file:

ryo_saeba 2010-08-14 02:44 Rev.: 13590

Prevent brazier from blocking movement in random maps.

3 lines of code changed in 1 file:

ryo_saeba 2010-08-14 02:42 Rev.: 13589

Make Python's Object.Anim a String in both read and write.

46 lines of code changed in 5 files:

ryo_saeba 2010-08-14 02:17 Rev.: 13588

Make Python's Object.Face a String in both read and write.

44 lines of code changed in 5 files:

ryo_saeba 2010-08-14 02:13 Rev.: 13587

Merge lines.

267 lines of code changed in 217 files:

Alestan 2010-08-13 14:56 Rev.: 13586

Added bank teller to lone town bank

81 lines of code changed in 1 file:

Alestan 2010-08-12 23:09 Rev.: 13585

added arch for imperial 10 and imperial 100

38 lines of code changed in 2 files:

Alestan 2010-08-12 23:09 Rev.: 13584

added script to build dict of face numbers to names

0 lines of code changed in 1 file:

Alestan 2010-08-12 23:01 Rev.: 13583

added arch for 10 and 100 imperial bank notes and fixed their names

3 lines of code changed in 1 file:

Alestan 2010-08-12 22:53 Rev.: 13582

updated bank script to handle checks and added a startup script to build a list of face number to face name

24 lines of code changed in 1 file:

Alestan 2010-08-12 22:48 Rev.: 13581

finished scripts in maps/python/pshop for handling the new private shops

4 lines of code changed in 1 file:

meflin2 2010-08-12 09:11 Rev.: 13580

make config.h match settings for permxp

1 lines of code changed in 1 file:

ryo_saeba 2010-08-10 13:24 Rev.: 13579

Merge split lines.

14 lines of code changed in 2 files:

ryo_saeba 2010-08-10 12:41 Rev.: 13578

Fix accidentally broke 'tell' command.

14 lines of code changed in 2 files:

ryo_saeba 2010-08-08 16:03 Rev.: 13577

Merge split lines.

1 lines of code changed in 1 file:

ryo_saeba 2010-08-08 15:58

Merge split lines.

74 lines of code changed in 44 files:

ryo_saeba 2010-08-08 12:15 Rev.: 13568

Merge lines.

5 lines of code changed in 5 files:

meflin2 2010-08-08 11:30 Rev.: 13567

spell ballance changes

96 lines of code changed in 70 files:

ryo_saeba 2010-08-08 10:43 Rev.: 13566

Merge lines.

4 lines of code changed in 1 file:

ryo_saeba 2010-08-08 09:09 Rev.: 13565

Fix broken 'curse' spell.

7 lines of code changed in 2 files:

ryo_saeba 2010-08-08 07:50 Rev.: 13564

Merge split lines in artifacts messages.

63 lines of code changed in 2 files:

ryo_saeba 2010-08-07 09:04 Rev.: 13563

Don't change decor's move_block in random maps, this messes item merging.

15 lines of code changed in 2 files:

ryo_saeba 2010-08-07 09:02 Rev.: 13562

Explicitely fix 'move_block all' to 'move_block swim'. This is to remove a hack in server that prevent sitems from merging.

64 lines of code changed in 13 files:

ryo_saeba 2010-08-07 05:16 Rev.: 13561

Fix mover-related crash if in an inventory.

13 lines of code changed in 2 files:

ryo_saeba 2010-08-07 04:09 Rev.: 13560

Change plugin hooks prototype, don't return anything. Make functions static.

230 lines of code changed in 4 files:

ryo_saeba 2010-08-07 04:03 Rev.: 13559

Change event listener prototype for plugins to return int instead of void*.

70 lines of code changed in 17 files:

ryo_saeba 2010-08-05 15:53 Rev.: 13558

Remove unused 'command_' return values. Change function prototype to make 'params' const. Fix some const discarding.

766 lines of code changed in 19 files:

ryo_saeba 2010-08-05 15:52 Rev.: 13557

Add missing prototype for test.

2 lines of code changed in 1 file:

akirschbaum 2010-08-05 12:48 Rev.: 13556

Whitespace changes.

9 lines of code changed in 1 file:

ryo_saeba 2010-08-05 12:22 Rev.: 13555

Make some DM functions static. Move 'command_dumpbelow' to c_wiz.c.

241 lines of code changed in 4 files:

ryo_saeba 2010-08-05 12:19 Rev.: 13554

Remove old 'ring_desc' function.

14 lines of code changed in 3 files:

ryo_saeba 2010-08-04 12:43 Rev.: 13553

Pimol's Fine Bow Shop, in Navar.

1077 lines of code changed in 2 files:

ryo_saeba 2010-08-04 12:43 Rev.: 13552

Add a regular floor with the shop's tiles.

7 lines of code changed in 1 file:

ryo_saeba 2010-08-04 12:13 Rev.: 13551

Move a fighting map outside Navar's shop zone.

12 lines of code changed in 2 files:

ryo_saeba 2010-08-04 12:04 Rev.: 13550

Correctly send the 'num_look_objects' on servers with account.

5 lines of code changed in 2 files:

ryo_saeba 2010-08-04 01:49 Rev.: 13549

Don't send the view when dropping items, that makes appear an opened
container was closed.

10 lines of code changed in 2 files:

ryo_saeba 2010-08-04 01:45 Rev.: 13548

Don't switch to golem mode if summon failed.

14 lines of code changed in 2 files:

ryo_saeba 2010-08-02 11:22 Rev.: 13547

CRE: tool to create base for smoothed face from a face.

256 lines of code changed in 8 files:

ryo_saeba 2010-08-01 11:55 Rev.: 13546

Fix bug #2546538: odd rune spell behavior.

8 lines of code changed in 2 files:

ryo_saeba 2010-08-01 07:17 Rev.: 13545

Fix bug #2915205: trap displaying base name and not spell name.

1 lines of code changed in 1 file:

ryo_saeba 2010-08-01 06:01 Rev.: 13544

Don't display attenuation or repell if denied.

8 lines of code changed in 2 files:

ryo_saeba 2010-08-01 05:45 Rev.: 13543

Fix bug #3018536: duplication of items in containers.

11 lines of code changed in 2 files:

ryo_saeba 2010-08-01 05:22 Rev.: 13542

Remove deprecated function.

45 lines of code changed in 12 files:

ryo_saeba 2010-08-01 04:02 Rev.: 13541

Uppercase first letter.

2 lines of code changed in 1 file:

ryo_saeba 2010-08-01 04:01 Rev.: 13540

Improve temple's bells.

30 lines of code changed in 1 file:

ryo_saeba 2010-08-01 03:45 Rev.: 13539

Fix knowledge for recipes not displaying the required cauldron.

16 lines of code changed in 2 files:

ryo_saeba 2010-08-01 03:18 Rev.: 13538

CRE: correctly display artifacts that can be made via alchemy.

27 lines of code changed in 3 files:

ryo_saeba 2010-08-01 03:16 Rev.: 13537

Fix lighter message containing 'NULL'.

3 lines of code changed in 2 files:

ryo_saeba 2010-08-01 03:15 Rev.: 13536

Fix a unit test.

6 lines of code changed in 2 files:

July 2010 »

Generated by StatSVN 0.7.0