Directory server/trunk/common/assets/

Directory Created:
2021-01-14 04:59
Total Files:
26
Deleted Files:
1
Lines of Code:
2686

[root]/server/trunk/common/assets

Lines of Code

server/trunk/common/assets/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 51 (100.0%) 3015 (100.0%) 59.1
ryo_saeba 48 (94.1%) 3013 (99.9%) 62.7
partmedia 3 (5.9%) 2 (0.1%) 0.6

Most Recent Commits

ryo_saeba 2021-04-06 11:14 Rev.: 22055

Remove unused function.

0 lines of code changed in 1 file:

  • server/trunk/common/assets: Faces.cpp (-9)
partmedia 2021-03-28 13:08 Rev.: 22047

Allow subdirectory builds

Submitted by: Steven Johnson (patch #390)

2 lines of code changed in 2 files:

  • server/trunk/common/assets: AssetCollector.cpp (+1 -1), assets.cpp (+1 -1)
ryo_saeba 2021-03-15 14:04 Rev.: 22040

Remove unused function.

0 lines of code changed in 1 file:

  • server/trunk/common/assets: assets.cpp (-4)
ryo_saeba 2021-03-09 14:00 Rev.: 22034

Use a memory buffer to read data instead of directly using a FILE.

243 lines of code changed in 10 files:

  • server/trunk/common/assets: ArchetypeLoader.cpp (+3 -4), AssetCollector.cpp (+13 -45), FaceLoader.cpp (+8 -14), FacesetLoader.cpp (+4 -5), MessageLoader.cpp (+20 -37), PngLoader.cpp (+8 -24), TarLoader.cpp (new 52), TreasureLoader.cpp (+17 -22), assets.cpp (+118 -53), microtar.h (del)
ryo_saeba 2021-02-18 12:07 Rev.: 21983

Add copyright information.

12 lines of code changed in 1 file:

  • server/trunk/common/assets: Facesets.cpp (+12)
ryo_saeba 2021-02-08 11:18 Rev.: 21916

Write 'smoothface' in .face packed file instead of .arc.

6 lines of code changed in 2 files:

  • server/trunk/common/assets: FaceWriter.cpp (+6), assets.cpp (-14)
ryo_saeba 2021-02-08 11:18 Rev.: 21915

Allow 'smoothface' in .face files.

18 lines of code changed in 1 file:

  • server/trunk/common/assets: FaceLoader.cpp (+18)
ryo_saeba 2021-02-02 12:56 Rev.: 21890

Correctly clear 'removed' flag before archetype update.

18 lines of code changed in 1 file:

  • server/trunk/common/assets: Archetypes.cpp (+18)
ryo_saeba 2021-02-01 15:26 Rev.: 21886

Allow mass edition of monsters.

10 lines of code changed in 2 files:

  • server/trunk/common/assets: ArchetypeLoader.cpp (+5 -1), assets.cpp (+5 -1)
partmedia 2021-01-31 17:04 Rev.: 21878

Do not clear FLAG_REMOVED when loading archetypes

Tracker: bugs/886

0 lines of code changed in 1 file:

  • server/trunk/common/assets: ArchetypeLoader.cpp (-2)
ryo_saeba 2021-01-30 13:16 Rev.: 21874

Correctly handle invalid tar files.

4 lines of code changed in 1 file:

  • server/trunk/common/assets: AssetCollector.cpp (+4 -1)
ryo_saeba 2021-01-28 14:39 Rev.: 21856

Fix wrong condition in malformed files.

1 lines of code changed in 1 file:

  • server/trunk/common/assets: FaceLoader.cpp (+1 -1)
ryo_saeba 2021-01-16 06:43 Rev.: 21772

Optimize alchemy cost dump.

132 lines of code changed in 1 file:

  • server/trunk/common/assets: assets.cpp (+132)
ryo_saeba 2021-01-14 04:59 Rev.: 21764

Introduce C++14.
Allow the server to run without collecting files in "arch". It can
now directly run with the "arch" directory along the "maps" one.
Rewrite the collect mechanism to use the server itself and not an external script.

2569 lines of code changed in 26 files:

  • server/trunk/common/assets: AnimationWriter.cpp (new 25), Animations.cpp (new 48), ArchetypeLoader.cpp (new 85), ArchetypeWriter.cpp (new 44), Archetypes.cpp (new 108), ArtifactWriter.cpp (new 64), AssetCollector.cpp (new 133), AssetsManager.cpp (new 72), FaceLoader.cpp (new 140), FaceWriter.cpp (new 31), Faces.cpp (new 74), FacesetLoader.cpp (new 50), FacesetWriter.cpp (new 20), Facesets.cpp (new 51), FormulaeWriter.cpp (new 54), MessageLoader.cpp (new 125), MessageWriter.cpp (new 38), Messages.cpp (new 64), PngLoader.cpp (new 99), TreasureLoader.cpp (new 159), TreasureWriter.cpp (new 55), Treasures.cpp (new 56), Utils.cpp (new 42), assets.cpp (new 466), microtar.c (new 376), microtar.h (new 90)
Generated by StatSVN 0.7.0