July 2010 Commit Log

Number of Commits:
42
Number of Active Developers:
2
akirschbaum 2010-07-27 00:27 Rev.: 8608

Default loading config from 'archetype directory' rather than 'collected directory' when starting Gridarta for the first time.

6 lines of code changed in 2 files:

akirschbaum 2010-07-24 00:46 Rev.: 8607

Remove the "Apply" button from game object attributes panel as change are automatically applied.

15 lines of code changed in 8 files:

akirschbaum 2010-07-24 00:42 Rev.: 8606

Add @NotNull annotations.

18 lines of code changed in 1 file:

akirschbaum 2010-07-23 15:32 Rev.: 8605

(Re-)add "Save All Maps" function.

15 lines of code changed in 6 files:

akirschbaum 2010-07-22 11:23 Rev.: 8604

Remove face numbers from generated "bmaps" file.

5 lines of code changed in 2 files:

akirschbaum 2010-07-22 11:01 Rev.: 8603

Remove unused import statement.

0 lines of code changed in 1 file:

akirschbaum 2010-07-22 10:56 Rev.: 8602

Move hard-coded filenames and patterns for faces into text resources.

41 lines of code changed in 19 files:

akirschbaum 2010-07-22 10:23 Rev.: 8601

Merge duplicated code.

25 lines of code changed in 1 file:

akirschbaum 2010-07-22 10:23 Rev.: 8600

Remove redundant text resources.

0 lines of code changed in 2 files:

ryo_saeba 2010-07-17 15:22 Rev.: 8599

More french translations.

49 lines of code changed in 1 file:

ryo_saeba 2010-07-17 14:59 Rev.: 8598

Update some french translations.

50 lines of code changed in 1 file:

akirschbaum 2010-07-15 13:49 Rev.: 8597

Add @NotNull annotations.

6 lines of code changed in 1 file:

akirschbaum 2010-07-15 13:35 Rev.: 8596

Add support for *.trs treasurelist files in arch directory. [Crossfire only]

5 lines of code changed in 3 files:

akirschbaum 2010-07-15 13:31 Rev.: 8595

Include correct filename for errors in *.tl treasurelists. [Atrinik and Daimonin only]

14 lines of code changed in 3 files:

akirschbaum 2010-07-15 13:20 Rev.: 8594

Skip special files when loading treasure lists.

15 lines of code changed in 4 files:

akirschbaum 2010-07-15 12:55 Rev.: 8593

Rewrite code.

8 lines of code changed in 1 file:

akirschbaum 2010-07-15 12:51 Rev.: 8592

Update comments.

51 lines of code changed in 9 files:

akirschbaum 2010-07-15 12:01 Rev.: 8591

Fix crash when using --config command-line option. [Daimonin only]

5 lines of code changed in 2 files:

akirschbaum 2010-07-12 13:34 Rev.: 8590

Remove support for hiding archetypes in /intern path. Now all archetypes are added to the archetype chooser. [Atrinik and Crossfire only]

6 lines of code changed in 4 files:

akirschbaum 2010-07-12 13:28 Rev.: 8589

Fix hiding of archetypes in /intern path when loading from arch directory.

26 lines of code changed in 9 files:

akirschbaum 2010-07-06 01:01 Rev.: 8588

Remove GameObjectMatchers.calculateEditType2(); clean up edit type calculation to store edit types only in head parts.

18 lines of code changed in 5 files:

akirschbaum 2010-07-06 00:59 Rev.: 8587

Add assert statement.

1 lines of code changed in 1 file:

akirschbaum 2010-07-05 16:13 Rev.: 8586

Remove NamedGameObjectMatcher.calculateEditType().

4 lines of code changed in 3 files:

akirschbaum 2010-07-05 16:05 Rev.: 8585

Simplify code.

3 lines of code changed in 1 file:

akirschbaum 2010-07-05 16:02 Rev.: 8584

Merge duplicated code.

0 lines of code changed in 2 files:

akirschbaum 2010-07-05 15:57 Rev.: 8583

Fix options for 'unchecked warnings' profile.

19 lines of code changed in 1 file:

akirschbaum 2010-07-05 15:53 Rev.: 8582

Fix unchecked warning.

1 lines of code changed in 1 file:

akirschbaum 2010-07-05 10:34 Rev.: 8581

Fix problems with some compiler versions.

1 lines of code changed in 1 file:

akirschbaum 2010-07-03 03:56 Rev.: 8580

Update autojoin definitions for Crossfire to support alternative archetypes.

0 lines of code changed in 2 files:

akirschbaum 2010-07-03 03:55 Rev.: 8579

Implement #1726046 (Window handling): autojoining now supports alternative archetypes (such as windowed wall or weak walls).

623 lines of code changed in 9 files:

akirschbaum 2010-07-03 03:51 Rev.: 8578

Update HTML formatting options.

1 lines of code changed in 1 file:

akirschbaum 2010-07-02 02:17 Rev.: 8577

Clean up AutojoinListsTest.

110 lines of code changed in 5 files:

akirschbaum 2010-07-02 01:37 Rev.: 8576

Move GameObjectFactoryTest to model module.

362 lines of code changed in 3 files:

akirschbaum 2010-07-02 01:07 Rev.: 8575

Add nullable annotations.

8 lines of code changed in 1 file:

akirschbaum 2010-07-01 15:47 Rev.: 8574

Add regression tests for AutojoinLists.

848 lines of code changed in 9 files:

akirschbaum 2010-07-01 14:32 Rev.: 8573

Add @NotNull annotation.

1 lines of code changed in 1 file:

akirschbaum 2010-07-01 13:26 Rev.: 8572

Move DefaultAnimationObjects and DefaultFaceObjects out of model module.

559 lines of code changed in 5 files:

akirschbaum 2010-07-01 13:12 Rev.: 8571

Add TestAnimationObjects and TestFaceObjects; use these instead of DefaultAnimationObjects and DefaultFaceObjects in regression tests.

177 lines of code changed in 11 files:

akirschbaum 2010-07-01 12:36 Rev.: 8570

Extract AbstractAnimationObjects from DefaultAnimationObjects.

68 lines of code changed in 2 files:

akirschbaum 2010-07-01 12:27 Rev.: 8569

Use project default inspection profile, not global default.

2 lines of code changed in 1 file:

akirschbaum 2010-07-01 12:25 Rev.: 8568

Extract AbstractFaceObjects from DefaultFaceObjects.

64 lines of code changed in 2 files:

akirschbaum 2010-07-01 11:22 Rev.: 8567

Remove dependency ArchetypeType -> ActionBuilder.

20 lines of code changed in 2 files:

June 2010 »

Generated by StatSVN 0.7.0