Directory server/trunk/utils/cre/

Directory Created:
2008-11-08 13:57
Total Files:
122
Deleted Files:
24
Lines of Code:
12242

[root]/server/trunk/utils/cre
                    directory in repo resources (4 files, 0 lines)

Lines of Code

server/trunk/utils/cre/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 791 (100.0%) 14589 (100.0%) 18.4
ryo_saeba 723 (91.4%) 14309 (98.1%) 19.7
akirschbaum 43 (5.4%) 135 (0.9%) 3.1
mwedel 16 (2.0%) 90 (0.6%) 5.6
silvernexus 1 (0.1%) 23 (0.2%) 23.0
kbulgrien 4 (0.5%) 22 (0.2%) 5.5
cavesomething 2 (0.3%) 7 (0.0%) 3.5
partmedia 2 (0.3%) 3 (0.0%) 1.5

Most Recent Commits

ryo_saeba 2016-01-03 09:22 Rev.: 20213

Add media tags to monsters description (via probe or knowledge), to highlight some resistances.

1 lines of code changed in 1 file:

  • server/trunk/utils/cre: CREArtifactPanel.cpp (+1 -1)
ryo_saeba 2015-05-17 16:09 Rev.: 19939

Display final map and depth in (full) list.

7 lines of code changed in 1 file:

  • server/trunk/utils/cre: CREResourcesWindow.cpp (+7 -2)
ryo_saeba 2015-05-17 16:05 Rev.: 19938

Fix brokan panel.

3 lines of code changed in 2 files:

  • server/trunk/utils/cre: CRERandomMapPanel.cpp (+1 -1), CRERandomMapPanel.h (+2 -2)
ryo_saeba 2015-05-17 13:48 Rev.: 19932

Update README.

13 lines of code changed in 1 file:

  • server/trunk/utils/cre: README (+13 -2)
ryo_saeba 2015-05-17 12:55 Rev.: 19931

Use templates instead of specific classes for tree item functions.

103 lines of code changed in 50 files:

  • server/trunk/utils/cre: CREAnimationPanel.cpp (+1 -1), CREAnimationPanel.h (+2 -2), CREArchetypePanel.cpp (+1 -1), CREArchetypePanel.h (+2 -2), CREArtifactPanel.cpp (+1 -1), CREArtifactPanel.h (+2 -2), CREFacePanel.cpp (+1 -1), CREFacePanel.h (+2 -2), CREFormulaePanel.cpp (+2 -2), CREFormulaePanel.h (+2 -2), CREMapPanel.cpp (+1 -1), CREMapPanel.h (+2 -2), CREMessagePanel.cpp (+1 -1), CREMessagePanel.h (+2 -2), CREPanel.h (+8), CREQuestPanel.cpp (+1 -1), CREQuestPanel.h (+2 -2), CRERegionPanel.cpp (+1 -1), CRERegionPanel.h (+2 -2), CREResourcesWindow.cpp (+17 -28), CREScriptPanel.cpp (+1 -1), CREScriptPanel.h (+2 -2), CRETreasurePanel.cpp (+1 -1), CRETreasurePanel.h (+2 -2), CRETreeItem.h (+25), CRETreeItemAnimation.cpp (del), CRETreeItemAnimation.h (del), CRETreeItemArchetype.cpp (del), CRETreeItemArchetype.h (del), CRETreeItemArtifact.cpp (del), CRETreeItemArtifact.h (del), CRETreeItemFace.cpp (del), CRETreeItemFace.h (del), CRETreeItemFormulae.cpp (del), CRETreeItemFormulae.h (del), CRETreeItemMap.cpp (del), CRETreeItemMap.h (del), CRETreeItemMessage.cpp (del), CRETreeItemMessage.h (del), CRETreeItemQuest.cpp (+15 -18), CRETreeItemQuest.h (+2 -3), CRETreeItemRandomMap.cpp (del), CRETreeItemRandomMap.h (del), CRETreeItemRegion.cpp (del), CRETreeItemRegion.h (del), CRETreeItemScript.cpp (del), CRETreeItemScript.h (del), CRETreeItemTreasure.cpp (del), CRETreeItemTreasure.h (del), cre.pro (+2 -24)
ryo_saeba 2015-05-17 10:12 Rev.: 19926

Make fields read only.

5 lines of code changed in 1 file:

  • server/trunk/utils/cre: CREArtifactPanel.cpp (+5)
ryo_saeba 2015-05-17 10:09 Rev.: 19925

Missing file from previous commit.

24 lines of code changed in 1 file:

  • server/trunk/utils/cre: CRETreeItemRandomMap.h (new 24)
ryo_saeba 2015-05-17 10:09 Rev.: 19924

Keep and display information about random maps.

266 lines of code changed in 14 files:

  • server/trunk/utils/cre: CREMainWindow.cpp (+10), CREMainWindow.h (+2), CREMapInformation.cpp (+18), CREMapInformation.h (+8), CREMapInformationManager.cpp (+31), CREMapInformationManager.h (+2), CRERandomMap.cpp (new 30), CRERandomMap.h (new 27), CRERandomMapPanel.cpp (new 26), CRERandomMapPanel.h (new 21), CREResourcesWindow.cpp (+63 -7), CREResourcesWindow.h (+2), CRETreeItemRandomMap.cpp (new 18), cre.pro (+8 -2)
ryo_saeba 2015-05-17 09:05 Rev.: 19922

Add missing include.

1 lines of code changed in 1 file:

  • server/trunk/utils/cre: cre_pch.h (+1)
ryo_saeba 2015-05-17 08:29 Rev.: 19921

Sort regions and maps.

24 lines of code changed in 1 file:

  • server/trunk/utils/cre: CREResourcesWindow.cpp (+24 -5)
ryo_saeba 2015-05-17 08:11 Rev.: 19919

Fix message box title.

1 lines of code changed in 1 file:

  • server/trunk/utils/cre: CREMainWindow.cpp (+1)
ryo_saeba 2015-05-17 07:57 Rev.: 19918

Add a menu command to clear the map cache.

32 lines of code changed in 4 files:

  • server/trunk/utils/cre: CREMainWindow.cpp (+22), CREMainWindow.h (+2), CREMapInformationManager.cpp (+7), CREMapInformationManager.h (+1)
ryo_saeba 2015-05-17 04:47 Rev.: 19917

Remove redundant label.

0 lines of code changed in 1 file:

  • server/trunk/utils/cre: CREReportDisplay.cpp (-2)
ryo_saeba 2015-05-17 04:46 Rev.: 19916

Give a title to the report dialog.

13 lines of code changed in 4 files:

  • server/trunk/utils/cre: CREMainWindow.cpp (+8 -8), CREReportDisplay.cpp (+3 -1), CREReportDisplay.h (+1 -1), CREResourcesWindow.cpp (+1 -1)
ryo_saeba 2015-03-08 14:12 Rev.: 19847

Use the icon from the associated event archetype in the map panel.

36 lines of code changed in 1 file:

  • server/trunk/utils/cre: CREMapPanel.cpp (+36 -2)
ryo_saeba 2015-03-08 14:01 Rev.: 19846

Use the icon from the associated event archetype.

35 lines of code changed in 1 file:

  • server/trunk/utils/cre: CREScriptPanel.cpp (+35 -1)
ryo_saeba 2015-02-22 16:59 Rev.: 19793

List of all scripts, with maps in which they appear.

169 lines of code changed in 13 files:

  • server/trunk/utils/cre: CREMainWindow.cpp (+10), CREMainWindow.h (+2), CREResourcesWindow.cpp (+36), CREResourcesWindow.h (+3 -1), CREScriptPanel.cpp (new 35), CREScriptPanel.h (new 21), CRETreeItemScript.cpp (new 14), CRETreeItemScript.h (new 21), CREUtils.cpp (+10), CREUtils.h (+4), ScriptFileManager.cpp (+5), ScriptFileManager.h (+2), cre.pro (+6 -2)
ryo_saeba 2015-02-22 14:25 Rev.: 19792

Some documentation.

19 lines of code changed in 2 files:

  • server/trunk/utils/cre: ScriptFile.h (+7), ScriptFileManager.h (+12)
ryo_saeba 2015-02-22 14:22 Rev.: 19791

Use Qt's class instead of stat().

3 lines of code changed in 1 file:

  • server/trunk/utils/cre: CREMapInformationManager.cpp (+3 -6)
ryo_saeba 2015-02-22 14:19 Rev.: 19790

Track scripts on a map.

366 lines of code changed in 13 files:

  • server/trunk/utils/cre: CREMainWindow.cpp (+5 -2), CREMainWindow.h (+2), CREMapInformationManager.cpp (+96 -7), CREMapInformationManager.h (+5 -3), CREMapPanel.cpp (+21 -1), CREMapPanel.h (+4 -1), CREResourcesWindow.cpp (+4 -2), CREResourcesWindow.h (+3 -1), ScriptFile.cpp (new 98), ScriptFile.h (new 47), ScriptFileManager.cpp (new 51), ScriptFileManager.h (new 24), cre.pro (+6 -2)
ryo_saeba 2015-02-21 12:16 Rev.: 19781

Generate treasure from list.

53 lines of code changed in 4 files:

  • server/trunk/utils/cre: CRETreasurePanel.cpp (+32 -1), CRETreasurePanel.h (+6), CREUtils.cpp (+13), CREUtils.h (+2)
ryo_saeba 2015-02-21 05:55 Rev.: 19780

Show item probability.

4 lines of code changed in 1 file:

  • server/trunk/utils/cre: CREUtils.cpp (+4)
ryo_saeba 2015-02-01 08:27 Rev.: 19760

Display artifact animation or face.

39 lines of code changed in 4 files:

  • server/trunk/utils/cre: CREAnimationControl.cpp (+5 -5), CREAnimationControl.h (+8 -2), CREArtifactPanel.cpp (+23 -3), CREArtifactPanel.h (+3)
ryo_saeba 2015-02-01 07:05 Rev.: 19759

Improve artifact display.

60 lines of code changed in 2 files:

  • server/trunk/utils/cre: CREArtifactPanel.cpp (+59 -43), CREArtifactPanel.h (+1 -2)
silvernexus 2014-05-19 20:04 Rev.: 19467

Fixed a bug in CRE where combat simulator would show maxhp of 10000 and minhp of -1.

23 lines of code changed in 1 file:

  • server/trunk/utils/cre: CRECombatSimulator.cpp (+23 -5)
akirschbaum 2014-05-17 15:11 Rev.: 19436

Whitespace changes.

58 lines of code changed in 28 files:

  • server/trunk/utils/cre: CRECombatSimulator.h (+2 -3), CREExperienceWindow.h (+2 -3), CREHPBarMaker.h (+2 -3), CREMapPanel.h (+2 -2), CREMessagePanel.h (+2 -3), CREMultilineItemDelegate.h (+2 -3), CREPanel.h (+2 -3), CREPrePostPanel.h (+2 -2), CREQuestItemModel.h (+2 -3), CREQuestPanel.h (+2 -3), CRERegionPanel.h (+2 -3), CREReplyPanel.h (+2 -2), CRERulePanel.h (+2 -3), CREScriptEngine.h (+2 -3), CRESmoothFaceMaker.h (+2 -3), CREStringListPanel.h (+2 -2), CRETreeItemEmpty.h (+2 -3), CRETreeItemMap.h (+2 -3), CRETreeItemMessage.h (+2 -3), CRETreeItemQuest.h (+2 -2), CRETreeItemRegion.h (+2 -3), MessageFile.h (+2 -3), MessageManager.h (+2 -3), Quest.h (+2 -3), QuestConditionScript.h (+2 -3), QuestManager.h (+2 -2), ResourcesManager.h (+2 -3), cre_pch.h (+4 -4)
partmedia 2014-04-27 09:25 Rev.: 19370

Update integer type changes in CRE.

Submitted by: Tolga Dalman

3 lines of code changed in 2 files:

  • server/trunk/utils/cre: CREExperienceWindow.cpp (+2 -2), CREMainWindow.cpp (+1 -1)
ryo_saeba 2013-12-04 17:19 Rev.: 19161

More properties available to reports and filters.

14 lines of code changed in 2 files:

  • server/trunk/utils/cre: CREWrapperObject.cpp (+10), CREWrapperObject.h (+4)
akirschbaum 2013-09-06 04:48 Rev.: 18988

Remove trailing whitespace.

8 lines of code changed in 5 files:

  • server/trunk/utils/cre: CREAnimationPanel.cpp (+1 -1), CREHPBarMaker.cpp (+1 -1), CREMainWindow.cpp (+4 -4), CREPrePostPanel.cpp (+1 -1), CRERulePanel.cpp (+1 -1)
ryo_saeba 2013-04-28 13:09 Rev.: 18694

Display recipes count.

6 lines of code changed in 1 file:

  • server/trunk/utils/cre: CREMainWindow.cpp (+6 -6)
ryo_saeba 2013-03-03 13:20 Rev.: 18585

Basic and incomplete report to list duplicate use of faces and animations.

143 lines of code changed in 2 files:

  • server/trunk/utils/cre: CREMainWindow.cpp (+141), CREMainWindow.h (+2)
ryo_saeba 2012-10-18 14:21 Rev.: 18472

Correctly show face and animation use for identified properties.

6 lines of code changed in 2 files:

  • server/trunk/utils/cre: CREAnimationPanel.cpp (+3 -1), CREFacePanel.cpp (+3 -1)
ryo_saeba 2012-07-15 06:00 Rev.: 18364

Compact display.

18 lines of code changed in 1 file:

  • server/trunk/utils/cre: CREMainWindow.cpp (+18 -9)
ryo_saeba 2012-06-17 11:45 Rev.: 18267

Fix badly placed external.

4 lines of code changed in 3 files:

  • server/trunk/utils/cre: CREMainWindow.cpp (+2 -2), CRESmoothFaceMaker.cpp (+1 -1), ResourcesManager.cpp (+1 -2)
ryo_saeba 2012-06-15 16:39 Rev.: 18226

Enable 'not started' for a quest.

3 lines of code changed in 1 file:

  • server/trunk/utils/cre: CREPrePostPanel.cpp (+3)
ryo_saeba 2012-05-27 10:08 Rev.: 18165

Report about quests the players played.

117 lines of code changed in 2 files:

  • server/trunk/utils/cre: CREMainWindow.cpp (+115), CREMainWindow.h (+2)
ryo_saeba 2012-05-27 09:18 Rev.: 18164

Fix crash.

1 lines of code changed in 1 file:

  • server/trunk/utils/cre: CREMainWindow.cpp (+1)
ryo_saeba 2012-05-27 05:51 Rev.: 18157

Trim quest fields.

5 lines of code changed in 1 file:

  • server/trunk/utils/cre: Quest.cpp (+5 -5)
ryo_saeba 2012-05-12 05:04 Rev.: 18096

Split the shop report in various categories, to make it more easily readable.

75 lines of code changed in 1 file:

  • server/trunk/utils/cre: CREMainWindow.cpp (+75 -34)
ryo_saeba 2012-05-12 04:35 Rev.: 18095

Display shop race, min and max.

6 lines of code changed in 1 file:

  • server/trunk/utils/cre: CREMainWindow.cpp (+6)

(178 more)

Generated by StatSVN 0.7.0