March 2008 Commit Log

Number of Commits:
206
Number of Active Developers:
7
qal21 2008-03-31 22:13 Rev.: 8684

Backport removal of autohooks to the 1.x branch, due to some crashes in 1.x being related to the broken autohooks.

24 lines of code changed in 6 files:

ryo_saeba 2008-03-30 17:18 Rev.: 8683

Remove obsolete get_map_ob define, replaced by GET_MAP_OB.

118 lines of code changed in 40 files:

akirschbaum 2008-03-30 08:54 Rev.: 8682

Update URL list in help window.

1 lines of code changed in 1 file:

ryo_saeba 2008-03-30 07:23 Rev.: 8681

Remove static buffer.

25 lines of code changed in 2 files:

akirschbaum 2008-03-30 06:35 Rev.: 8680

Add screenshot command to help window.

10 lines of code changed in 1 file:

ryo_saeba 2008-03-30 06:28 Rev.: 8679

Remove unneeded test.

5 lines of code changed in 2 files:

akirschbaum 2008-03-30 06:24 Rev.: 8678

Include per-characters key bindings to help window.

3 lines of code changed in 1 file:

akirschbaum 2008-03-30 06:17 Rev.: 8677

ragnorok: Add 'Help' button to main window to make the help window more accessible.

0 lines of code changed in 2 files:

ryo_saeba 2008-03-30 06:15 Rev.: 8676

Move function is_legal_2ways_exit() to relevant file, remove legacy function.

82 lines of code changed in 4 files:

akirschbaum 2008-03-30 06:10 Rev.: 8675

Add screenshot command.

140 lines of code changed in 6 files:

ryo_saeba 2008-03-30 05:59 Rev.: 8674

Fix missing return value.

1 lines of code changed in 1 file:

ryo_saeba 2008-03-30 05:52 Rev.: 8672

Extract blindness to its own file.

75 lines of code changed in 8 files:

akirschbaum 2008-03-30 05:39 Rev.: 8671

Use named constant.

2 lines of code changed in 1 file:

ryo_saeba 2008-03-30 05:33 Rev.: 8670

Change test order to speed up some, fix comments.

8 lines of code changed in 2 files:

ryo_saeba 2008-03-30 05:23 Rev.: 8669

Rename a few xxx_player() functions to xxx_living() for coherence.

33 lines of code changed in 7 files:

ryo_saeba 2008-03-30 05:14 Rev.: 8668

Remove global variables. Make functions static.

86 lines of code changed in 4 files:

ryo_saeba 2008-03-30 04:12 Rev.: 8667

Remove unused parameter, rename to better name.

10 lines of code changed in 2 files:

ryo_saeba 2008-03-29 17:37 Rev.: 8666

Extract player_changer to its own file.

108 lines of code changed in 8 files:

ryo_saeba 2008-03-29 17:04 Rev.: 8665

Remove obsolete code, tweak comment.

5 lines of code changed in 2 files:

ryo_saeba 2008-03-29 16:45 Rev.: 8664

Python hook check.

19 lines of code changed in 1 file:

ryo_saeba 2008-03-29 16:45 Rev.: 8663

Remove autohook inserted in items, and use was_destroyed() to check item's validity.

24 lines of code changed in 5 files:

ryo_saeba 2008-03-29 12:42 Rev.: 8662

Tweak documentation generation.

70 lines of code changed in 3 files:

ryo_saeba 2008-03-29 12:14 Rev.: 8661

Remove unused variable. Use safe string functions.

8 lines of code changed in 2 files:

ryo_saeba 2008-03-29 12:03 Rev.: 8660

Use try_find_archetype() instead of find_archetype().

9 lines of code changed in 2 files:

ryo_saeba 2008-03-29 11:56 Rev.: 8659

Remove unused parameter.

13 lines of code changed in 6 files:

ryo_saeba 2008-03-29 11:33 Rev.: 8658

Use StringBuffer to remove static buffers.

100 lines of code changed in 4 files:

ryo_saeba 2008-03-29 11:21 Rev.: 8657

Fix accidentally broken connection.

5 lines of code changed in 2 files:

ryo_saeba 2008-03-29 10:43 Rev.: 8656

Remove unused parameter.

8 lines of code changed in 4 files:

ryo_saeba 2008-03-29 10:38 Rev.: 8655

Use safe string functions.

27 lines of code changed in 2 files:

ryo_saeba 2008-03-29 10:30 Rev.: 8654

Use flags instead of hardcoded values for monster's will_apply.

15 lines of code changed in 4 files:

ryo_saeba 2008-03-29 10:22 Rev.: 8653

Remove unused return value.

26 lines of code changed in 4 files:

ryo_saeba 2008-03-29 10:14 Rev.: 8652

Remove unused return value.

7 lines of code changed in 3 files:

ryo_saeba 2008-03-29 06:40 Rev.: 8651

Remove static buffer.

15 lines of code changed in 2 files:

ryo_saeba 2008-03-29 06:30 Rev.: 8650

Remove static buffer, simplify code.

46 lines of code changed in 2 files:

ryo_saeba 2008-03-29 05:58 Rev.: 8649

Apply patch #1878451: Let crossfire client compile with OSS4's soundcard.h courtesy anonymous user.

6 lines of code changed in 2 files:

ryo_saeba 2008-03-29 05:45 Rev.: 8648

Make god-related object const to avoid modification.

68 lines of code changed in 11 files:

ryo_saeba 2008-03-29 05:25 Rev.: 8647

Clean code, use player-finding function.

47 lines of code changed in 2 files:

ryo_saeba 2008-03-29 05:14 Rev.: 8646

Remove global variables, make them in a structure. Make function static.

30 lines of code changed in 3 files:

ryo_saeba 2008-03-29 05:05 Rev.: 8645

Remove global variable, remove suspect tests.

21 lines of code changed in 2 files:

ryo_saeba 2008-03-29 04:52 Rev.: 8644

Remove obsolete other_arch field which was used for spell in firewall.

4 lines of code changed in 2 files:

ryo_saeba 2008-03-29 04:47 Rev.: 8643

Remove free_map()'s second parameter, unused.

12 lines of code changed in 5 files:

ryo_saeba 2008-03-29 04:39 Rev.: 8642

Use 'const char*' instead of 'char*'.

6 lines of code changed in 3 files:

ryo_saeba 2008-03-29 04:31 Rev.: 8641

Fix non meaningful return value of summon_hostile_monsters().

12 lines of code changed in 2 files:

ryo_saeba 2008-03-29 04:18 Rev.: 8640

Use 'const char*' instead of 'char*'.

8 lines of code changed in 3 files:

ryo_saeba 2008-03-27 17:36 Rev.: 8639

Fix broken exit.

2 lines of code changed in 1 file:

gros 2008-03-26 13:15 Rev.: 8638

Introduced Part I of the Brewery Quest, replacing Newbie Tower.

10858 lines of code changed in 10 files:

ryo_saeba 2008-03-25 18:15 Rev.: 8637

Write 'describe_item' unit tests.

161 lines of code changed in 3 files:

ryo_saeba 2008-03-25 13:55 Rev.: 8636

Generate global elevation map.

59 lines of code changed in 2 files:

rjtanner 2008-03-24 22:59 Rev.: 8635

Updated ChangeLog file using svn2cl

34 lines of code changed in 3 files:

akirschbaum 2008-03-24 17:20 Rev.: 8634

Rename field and parameter names.

331 lines of code changed in 29 files:

akirschbaum 2008-03-24 16:42 Rev.: 8633

Simplify code.

3 lines of code changed in 1 file:

akirschbaum 2008-03-24 16:36 Rev.: 8632

Improve performance: remove (mostly redundant) checks for invalid arguments.

0 lines of code changed in 3 files:

akirschbaum 2008-03-24 16:10 Rev.: 8631

Fix bug in previous commit.

190 lines of code changed in 11 files:

akirschbaum 2008-03-24 15:16 Rev.: 8630

Improve performance: remove null repaint operation.

0 lines of code changed in 1 file:

akirschbaum 2008-03-24 15:09 Rev.: 8629

Improve performance: redraw only changed map squares.

5 lines of code changed in 1 file:

akirschbaum 2008-03-24 14:45 Rev.: 8628

Add support for variable map sizes to CfMapUpdater.

36 lines of code changed in 3 files:

akirschbaum 2008-03-24 14:10 Rev.: 8627

Merge CfMagicMap into CrossfireServerConnection.

230 lines of code changed in 5 files:

akirschbaum 2008-03-24 13:52 Rev.: 8626

Improve performance.

58 lines of code changed in 4 files:

akirschbaum 2008-03-24 13:36 Rev.: 8625

Improve performance.

11 lines of code changed in 1 file:

akirschbaum 2008-03-24 13:33 Rev.: 8624

Whitespace change.

11 lines of code changed in 1 file:

akirschbaum 2008-03-24 13:30 Rev.: 8623

Rename field name.

5 lines of code changed in 1 file:

akirschbaum 2008-03-24 13:28 Rev.: 8622

Simplify code.

18 lines of code changed in 1 file:

akirschbaum 2008-03-24 13:08 Rev.: 8621

Fix magic map parser to include more details.

5 lines of code changed in 2 files:

akirschbaum 2008-03-24 12:47 Rev.: 8620

Add comments.

65 lines of code changed in 1 file:

akirschbaum 2008-03-24 12:37 Rev.: 8619

Add final modifiers.

1 lines of code changed in 1 file:

akirschbaum 2008-03-24 12:35 Rev.: 8618

Rename field and parameter names.

18 lines of code changed in 1 file:

akirschbaum 2008-03-24 12:00 Rev.: 8617

Rename field names.

13 lines of code changed in 1 file:

ryo_saeba 2008-03-24 06:36 Rev.: 8616

Factorize code.

8 lines of code changed in 2 files:

ryo_saeba 2008-03-24 06:23 Rev.: 8615

Correctly point to tiled group instead of non existing map page.

5 lines of code changed in 2 files:

ryo_saeba 2008-03-24 06:18

Use region's name instead of the filename in maps's pages.

6 lines of code changed in 2 files:

ryo_saeba 2008-03-24 06:05 Rev.: 8612

Give some values to keys.

26 lines of code changed in 2 files:

ryo_saeba 2008-03-24 04:13 Rev.: 8611

Remove trailing newlines in quest/map description.

8 lines of code changed in 2 files:

ryo_saeba 2008-03-24 04:12 Rev.: 8610

Fix broken pics.

21 lines of code changed in 1 file:

ryo_saeba 2008-03-24 04:04 Rev.: 8609

Link the Scorn Royalty maps together.

75 lines of code changed in 13 files:

rjtanner 2008-03-24 01:49

Updated ChangeLog file using svn2cl

1221 lines of code changed in 3 files:

rjtanner 2008-03-24 00:04 Rev.: 8606

Backport snowroad2.arc, snowroad2.base.111.png, snowroad.arc, snowroad.base.111.png from trunk (ground/Winter)

22 lines of code changed in 5 files:

rjtanner 2008-03-23 23:18 Rev.: 8605

Fix broken map paths

8 lines of code changed in 3 files:

rjtanner 2008-03-23 23:06 Rev.: 8604

Copied over Trasnport Shoppe in/to Lone Town

4558 lines of code changed in 2 files:

rjtanner 2008-03-23 23:00 Rev.: 8603

Rearranged map stacking order, moved no_spell tiles to the bottom of the stack

493 lines of code changed in 3 files:

rjtanner 2008-03-23 22:28 Rev.: 8602

- Spelling correction

1 lines of code changed in 1 file:

ryo_saeba 2008-03-23 18:01 Rev.: 8601

Tweak documentation so some programs in utils/ are part of Doxygen's output.

137 lines of code changed in 5 files:

akirschbaum 2008-03-23 17:26 Rev.: 8600

Improve error messages.

16 lines of code changed in 1 file:

akirschbaum 2008-03-23 17:22 Rev.: 8598

Fix typo.

1 lines of code changed in 1 file:

kbulgrien 2008-03-23 17:20

- Spelling correction.

8 lines of code changed in 4 files:

ryo_saeba 2008-03-23 17:17

Tweak documentation, remove unused parameters.

13 lines of code changed in 2 files:

akirschbaum 2008-03-23 15:15 Rev.: 8594

Make previous commit actually work.

11 lines of code changed in 1 file:

akirschbaum 2008-03-23 14:48 Rev.: 8593

Fix #1881471 (Can't see statistics at character creation) by automatically opening both messages and status dialogs when creating a new character.

9 lines of code changed in 2 files:

akirschbaum 2008-03-23 14:22 Rev.: 8592

Fix #1864274 (Disappearing message window).

84 lines of code changed in 9 files:

ryo_saeba 2008-03-23 09:07 Rev.: 8591

Fix memory leak.

5 lines of code changed in 2 files:

ryo_saeba 2008-03-23 09:06 Rev.: 8590

Fix documentation, no functional change.

54 lines of code changed in 23 files:

akirschbaum 2008-03-23 04:21 Rev.: 8589

Fix bug in previous commit.

2 lines of code changed in 1 file:

rjtanner 2008-03-23 02:08 Rev.: 8588

Remove duplicate gem and currency conversion tables that were on the map due to a testing mistake

11 lines of code changed in 1 file:

akirschbaum 2008-03-22 06:31 Rev.: 8587

Reliably show/hide tooltips when opening or closing dialogs.

96 lines of code changed in 3 files:

akirschbaum 2008-03-22 05:56 Rev.: 8586

Fix typo.

1 lines of code changed in 1 file:

akirschbaum 2008-03-22 05:43 Rev.: 8585

Hide tooltip when mouse leaves the host element.

13 lines of code changed in 2 files:

akirschbaum 2008-03-22 05:23 Rev.: 8584

Reduce CPU consumption when the client is idle.

1 lines of code changed in 1 file:

akirschbaum 2008-03-22 04:51 Rev.: 8583

Add tooltips to server entries in server selection dialog.

97 lines of code changed in 7 files:

akirschbaum 2008-03-22 03:32 Rev.: 8582

Strip html tags in server selection list.

8 lines of code changed in 1 file:

akirschbaum 2008-03-22 03:27 Rev.: 8581

ragnorok: increase available space for server names in server selection gui.

0 lines of code changed in 2 files:

rjtanner 2008-03-22 02:25 Rev.: 8580

Missed converting dwall3_3 to dwall_ 3_3 in earlier commit, checking it in now

2 lines of code changed in 2 files:

rjtanner 2008-03-22 01:28 Rev.: 8579

Implemented, with changes backported from svn trunk, python guild hall patch: [ 1782975 ] Python guilds template. - applied, needs to check all is ok

914 lines of code changed in 20 files:

rjtanner 2008-03-21 23:43 Rev.: 8578

Per earlier archetype changes (2008-01-18), removed/renamed dwall3_3 to dwall_3_3

18 lines of code changed in 9 files:

rjtanner 2008-03-21 23:27 Rev.: 8577

Synchronize Azumauindo map changes between trunk, branches/1.x and branches/lalo-pupland

687 lines of code changed in 111 files:

akirschbaum 2008-03-21 19:06 Rev.: 8576

Remember last used server name.

70 lines of code changed in 5 files:

akirschbaum 2008-03-21 18:43 Rev.: 8575

Remove server version number for 'localhost'.

1 lines of code changed in 1 file:

akirschbaum 2008-03-21 18:33 Rev.: 8574

Suppress spurious "low food" warning while logging in.

38 lines of code changed in 2 files:

akirschbaum 2008-03-21 18:20 Rev.: 8573

Fix regression tests.

9 lines of code changed in 3 files:

akirschbaum 2008-03-21 17:57 Rev.: 8572

Do not call CrossfirePlayerListener.playerReceived() with null players.

6 lines of code changed in 2 files:

akirschbaum 2008-03-21 17:53 Rev.: 8571

Fix protocol issues regarding sent items: do not send invisible items.

18 lines of code changed in 4 files:

akirschbaum 2008-03-21 17:38 Rev.: 8570

Remove trailing whitespace.

33 lines of code changed in 1 file:

akirschbaum 2008-03-21 16:50 Rev.: 8569

Remove dead code.

0 lines of code changed in 2 files:

akirschbaum 2008-03-21 16:42 Rev.: 8568

Remove trailing whitespace.

6 lines of code changed in 1 file:

akirschbaum 2008-03-21 16:25 Rev.: 8567

Fix protocol issues regarding face caching.

22 lines of code changed in 4 files:

akirschbaum 2008-03-21 15:42 Rev.: 8566

Properly reset animated objects when reconnecting to a server.

9 lines of code changed in 2 files:

akirschbaum 2008-03-21 15:29 Rev.: 8565

Suppress spurious "level up" sound at re-login.

44 lines of code changed in 2 files:

akirschbaum 2008-03-21 14:40 Rev.: 8564

Merge duplicate messages in message window.

142 lines of code changed in 7 files:

akirschbaum 2008-03-21 14:36 Rev.: 8563

Include packet number in debug output.

1 lines of code changed in 1 file:

akirschbaum 2008-03-21 13:11 Rev.: 8562

Whitespace changes.

22 lines of code changed in 6 files:

akirschbaum 2008-03-21 13:08 Rev.: 8561

Make constants 'static'.

2 lines of code changed in 2 files:

akirschbaum 2008-03-21 13:04 Rev.: 8560

Fix synchronization issues.

6 lines of code changed in 1 file:

akirschbaum 2008-03-21 12:59 Rev.: 8559

Add explicit field initialization.

1 lines of code changed in 1 file:

akirschbaum 2008-03-21 12:55 Rev.: 8558

Add parameter check for magic-map size.

1 lines of code changed in 1 file:

akirschbaum 2008-03-21 12:54 Rev.: 8557

Remove unused code.

0 lines of code changed in 1 file:

akirschbaum 2008-03-21 12:52 Rev.: 8556

Replace System.exit() with return.

2 lines of code changed in 1 file:

akirschbaum 2008-03-21 12:48 Rev.: 8555

Rename field names.

8 lines of code changed in 1 file:

akirschbaum 2008-03-21 12:46 Rev.: 8554

Fix typo.

2 lines of code changed in 1 file:

akirschbaum 2008-03-21 12:42 Rev.: 8553

Do not crash when connecting to an outdated server.

14 lines of code changed in 2 files:

akirschbaum 2008-03-21 12:32 Rev.: 8552

Fix possible NullPointerException.

6 lines of code changed in 1 file:

akirschbaum 2008-03-21 12:31 Rev.: 8551

Use Exception for error handling rather than calling System.exit().

16 lines of code changed in 2 files:

akirschbaum 2008-03-21 12:26 Rev.: 8550

Use Object.notifyAll() rather than Object.notify().

1 lines of code changed in 1 file:

akirschbaum 2008-03-21 12:24 Rev.: 8549

Fix typo resulting in incorrectly animated objects.

1 lines of code changed in 1 file:

akirschbaum 2008-03-21 12:22 Rev.: 8548

Improve performance.

3 lines of code changed in 1 file:

rjtanner 2008-03-21 01:15 Rev.: 8547

Copy over Greyshield maps from branch/1.x

78315 lines of code changed in 16 files:

rjtanner 2008-03-20 19:15 Rev.: 8546

Synchronize Template map changes between trunk, branches/1.x and branches/lalo-pupland

29 lines of code changed in 18 files:

rjtanner 2008-03-20 19:07 Rev.: 8545

Synchronize Rainbow map changes between trunk, branches/1.x and branches/lalo-pupland

490 lines of code changed in 183 files:

rjtanner 2008-03-20 19:04 Rev.: 8544

Restore text indentation to written instructions/dialogue

7 lines of code changed in 2 files:

akirschbaum 2008-03-20 16:29 Rev.: 8543

Remove unused configuration parameter from WorldMaker script.

0 lines of code changed in 2 files:

akirschbaum 2008-03-20 02:09 Rev.: 8542

Implement strerror_local() for systems not having strerror_r().

15 lines of code changed in 4 files:

rjtanner 2008-03-20 00:36 Rev.: 8541

Synchronize Nurnberg map changes between trunk, branches/1.x and branches/lalo-pupland

1015 lines of code changed in 88 files:

rjtanner 2008-03-20 00:34 Rev.: 8540

Restore text indentation to written instructions/dialogue

12 lines of code changed in 2 files:

rjtanner 2008-03-19 20:08 Rev.: 8539

Synchronize Lonetown map changes between trunk, branches/1.x and branches/lalo-pupland

682 lines of code changed in 78 files:

rjtanner 2008-03-19 20:06 Rev.: 8538

Restore text indentation to written instructions/dialogue

1 lines of code changed in 1 file:

rjtanner 2008-03-19 18:50 Rev.: 8537

Synchronize Pupland map changes (with the esception of lonetown, nurnberg and rainbow) between trunk, branches/1.x and branches/lalo-pupland

2490 lines of code changed in 295 files:

rjtanner 2008-03-19 18:43 Rev.: 8536

Correct improper resistance value for Yoroi of Banzai (resist_physical 131072 -> resist_death 100)

1 lines of code changed in 1 file:

akirschbaum 2008-03-19 15:27 Rev.: 8535

Add 'doc' target to build javadoc documentation.

8 lines of code changed in 1 file:

akirschbaum 2008-03-19 15:24 Rev.: 8534

Fix Javadoc issues.

44 lines of code changed in 30 files:

akirschbaum 2008-03-19 15:12 Rev.: 8533

Fix typo.

4 lines of code changed in 1 file:

akirschbaum 2008-03-19 14:40 Rev.: 8532

Fix typo.

4 lines of code changed in 1 file:

akirschbaum 2008-03-19 14:17 Rev.: 8531

ragnorok: Make the "Chat" tab (somewhat) work on branch servers.

61 lines of code changed in 3 files:

rjtanner 2008-03-18 20:36 Rev.: 8530

Synchronize Wolfsburg map changes between trunk, branches/1.x and branches/lalo-pupland

18855 lines of code changed in 67 files:

rjtanner 2008-03-18 20:34 Rev.: 8529

Synchronize WhalingOutpost map changes between trunk, branches/1.x and branches/lalo-pupland

170 lines of code changed in 70 files:

rjtanner 2008-03-18 20:33 Rev.: 8528

Synchronize Underworld map changes between trunk, branches/1.x and branches/lalo-pupland

4 lines of code changed in 3 files:

rjtanner 2008-03-18 20:32 Rev.: 8527

Synchronize TeamArena map changes between trunk, branches/1.x and branches/lalo-pupland

14 lines of code changed in 2 files:

rjtanner 2008-03-18 20:31 Rev.: 8526

Synchronize Sisters map changes between trunk, branches/1.x and branches/lalo-pupland

208 lines of code changed in 29 files:

rjtanner 2008-03-18 20:28 Rev.: 8525

Restore line indentation to in-game text info

10 lines of code changed in 3 files:

rjtanner 2008-03-18 13:57 Rev.: 8524

Synchronize Scorn map changes between trunk, branches/1.x and branches/lalo-pupland

3784 lines of code changed in 201 files:

rjtanner 2008-03-17 21:05 Rev.: 8523

Synchronize Santo Dominion map changes between trunk, branches/1.x and branches/lalo-pupland

398 lines of code changed in 77 files:

rjtanner 2008-03-17 21:04 Rev.: 8522

Restore text indentation for show names in opera map

5 lines of code changed in 2 files:

rjtanner 2008-03-17 20:06 Rev.: 8521

Fix broken keys and inventory checks for each town haus

30 lines of code changed in 18 files:

rjtanner 2008-03-17 19:10 Rev.: 8520

Corrected wrong exit/entrance coordinates for Townhaus maps

26 lines of code changed in 3 files:

rjtanner 2008-03-17 17:59 Rev.: 8519

Synchronize Quest (directory) map changes between trunk, branches/1.x and branches/lalo-pupland

2476 lines of code changed in 197 files:

rjtanner 2008-03-17 17:33 Rev.: 8518

Restore text indentations in the descriptive summaries for each cult

4 lines of code changed in 1 file:

rjtanner 2008-03-15 01:39 Rev.: 8517

Updated ChangeLog file using svn2cl

531 lines of code changed in 3 files:

rjtanner 2008-03-15 01:18 Rev.: 8516

Synchronize Port Joseph map changes between trunk, branches/1.x and branches/lalo-pupland

148 lines of code changed in 24 files:

rjtanner 2008-03-15 01:17 Rev.: 8515

Synchronize Planes map changes between trunk, branches/1.x and branches/lalo-pupland

10 lines of code changed in 7 files:

rjtanner 2008-03-15 01:15 Rev.: 8514

Fix spacing issue for the text based compass on the map

5 lines of code changed in 1 file:

rjtanner 2008-03-15 00:55 Rev.: 8513

Synchronize Navar map changes between trunk, branches/1.x and branches/lalo-pupland

38187 lines of code changed in 246 files:

rjtanner 2008-03-14 22:57 Rev.: 8512

Synchronize City de Cloud map changes between trunk, branches/1.x and branches/lalo-pupland

4192255 lines of code changed in 200 files:

rjtanner 2008-03-12 01:09 Rev.: 8511

Removed duplicate teleporter to Navar

0 lines of code changed in 2 files:

rjtanner 2008-03-11 20:46 Rev.: 8510

Synchronize Marksel map changes between trunk, branches/1.x and branches/lalo-pupland

72 lines of code changed in 10 files:

rjtanner 2008-03-11 20:43 Rev.: 8509

Synchronize Lake Country map changes between trunk, branches/1.x and branches/lalo-pupland

5663 lines of code changed in 156 files:

akirschbaum 2008-03-11 18:33 Rev.: 8508

Forget inventory and ground information when server connection breaks.

44 lines of code changed in 4 files:

akirschbaum 2008-03-11 18:28 Rev.: 8507

Make variable 'final'.

1 lines of code changed in 1 file:

akirschbaum 2008-03-11 18:24 Rev.: 8506

Fix typo.

1 lines of code changed in 1 file:

akirschbaum 2008-03-11 18:22 Rev.: 8505

Remove unused import statement.

0 lines of code changed in 1 file:

akirschbaum 2008-03-11 18:20 Rev.: 8504

ragnorok: Display items in correct order in inventory view.

13 lines of code changed in 2 files:

rjtanner 2008-03-10 00:41 Rev.: 8503

Updated ChangeLog file using svn2cl

66 lines of code changed in 3 files:

rjtanner 2008-03-10 00:25 Rev.: 8502

Synchronize HallOfSelction and HallOfDMs map changes between trunk, branches/1.x and branches/lalo-pupland - line wrap changes, text & spelling updates

275 lines of code changed in 3 files:

rjtanner 2008-03-10 00:20 Rev.: 8501

Synchronize Inn and Outpost map changes between trunk, branches/1.x and branches/lalo-pupland

2351 lines of code changed in 15 files:

rjtanner 2008-03-10 00:18 Rev.: 8500

Updated HallOfSelection with a valid map difficulty, re-added missing class descriptions for monk and warlock, re-added missing magic mouth that included further character creation instructions

48 lines of code changed in 1 file:

rjtanner 2008-03-09 23:52 Rev.: 8499

Synchronize Euthville map changes between trunk, branches/1.x and branches/lalo-pupland

102 lines of code changed in 21 files:

rjtanner 2008-03-08 03:03 Rev.: 8498

Updated ChangeLog file using svn2cl

380 lines of code changed in 3 files:

rjtanner 2008-03-08 02:39 Rev.: 8497

Synchronize Dungeons map changes between trunk, branches/1.x and branches/lalo-pupland

4735 lines of code changed in 39 files:

rjtanner 2008-03-08 02:37 Rev.: 8496

Updated and corrected map names for the Training Center maps

8 lines of code changed in 8 files:

akirschbaum 2008-03-08 01:47 Rev.: 8495

Fix some integer overflows in experience calculations.

45 lines of code changed in 14 files:

akirschbaum 2008-03-08 01:30 Rev.: 8494

Remove trailing whitespace.

125 lines of code changed in 6 files:

rjtanner 2008-03-08 01:02 Rev.: 8493

Synchronize Dragonisland map changes between trunk, branches/1.x and branches/lalo-pupland

152 lines of code changed in 37 files:

rjtanner 2008-03-08 00:59 Rev.: 8492

Synchronize Darcap map changes between trunk, branches/1.x and branches/lalo-pupland

1681 lines of code changed in 59 files:

akirschbaum 2008-03-05 01:35 Rev.: 8491

Fix typo.

1 lines of code changed in 1 file:

mwedel 2008-03-04 02:04 Rev.: 8490

Reduce spawn rate of mice spawning mice.
MSW 2008-03-03

1 lines of code changed in 1 file:

mwedel 2008-03-04 02:03 Rev.: 8489

Add note about how maxsp limits generation rate.
MSW 2008-03-03

25 lines of code changed in 1 file:

kbulgrien 2008-03-03 01:38 Rev.: 8488

Change gravestone fake generator to grave to match change from skeletons to
zombies. Override the default generator (5) to (15) mostly because a lot of
the time, the zombies are all dead by the time you get to them. Also remove
some line wrapping.

17 lines of code changed in 2 files:

akirschbaum 2008-03-02 03:39 Rev.: 8487

Fix incorrect i18n message; reverts part of r8486.

1 lines of code changed in 1 file:

kbulgrien 2008-03-02 01:47 Rev.: 8486

- Add a little hint for a one-liner awk script that will check the file for
correctness.

5 lines of code changed in 1 file:

kbulgrien 2008-03-02 01:27 Rev.: 8485

Fix i18n bug resulting in erroneous output for 'statistics' command.

5 lines of code changed in 2 files:

rjtanner 2008-03-01 22:19 Rev.: 8484

Synchronize map changes between trunk, branches/1.x and branches/lalo-pupland

182 lines of code changed in 24 files:

rjtanner 2008-03-01 21:38 Rev.: 8483

Another checkin to fix file over write error in Zorn castle maps

7485 lines of code changed in 1 file:

rjtanner 2008-03-01 21:35 Rev.: 8482

Another checkin attempt to fix file over right error in Zorn castle maps

18617 lines of code changed in 1 file:

rjtanner 2008-03-01 21:31 Rev.: 8481

Synchronize map changes between trunk, branches/1.x and branches/lalo-pupland

17840 lines of code changed in 3 files:

rjtanner 2008-03-01 21:25 Rev.: 8480

Synchronize map changes between trunk, branches/1.x and branches/lalo-pupland

40418 lines of code changed in 25 files:

rjtanner 2008-03-01 01:30 Rev.: 8479

Another checkin attempt to fix accidental file overwrites

2313 lines of code changed in 2 files:

rjtanner 2008-03-01 01:24 Rev.: 8478

Correct file merge conflicts and accidental over writes

4011 lines of code changed in 3 files:

rjtanner 2008-03-01 01:17 Rev.: 8477

Missed a few maps in the previous commit; Synchronize map changes between trunk, branches/1.x and branches/lalo-pupland

1318 lines of code changed in 2 files:

rjtanner 2008-03-01 01:08 Rev.: 8476

Synchronize map changes between trunk, branches/1.x and branches/lalo-pupland

2069 lines of code changed in 67 files:

rjtanner 2008-03-01 00:09 Rev.: 8475

Sync map header formatting with branches/1.x

1 lines of code changed in 1 file:

rjtanner 2008-03-01 00:08 Rev.: 8474

Backport from trunk - adjust altars so they are level 120 and can't be reconsecrated by other players

3 lines of code changed in 1 file:

February 2008 »

Generated by StatSVN 0.7.0