•  
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
[added] Skills are now imported from the client data.…
[added] Skills are now imported from the client data.

[added] Player Creation Data is no imported from the client data.

[added] Moved starting credits to player_creation_manager.lua

[notice] This is still a work in progress - not 100% stable or functional yet.

[modified] Creature socket objects are now added via scripts instead of hardcoded (i.e. inventory, player object, etc.)

[deprecated] Certification*, Profession*. Certifications are now Abilities. Profession is now just Skill.

    • -28
    • +0
    ./imagedesign/CustomizationDataMap.h
    • -224
    • +0
    ./imagedesign/CustomizationData.h
    • -353
    • +0
    ./imagedesign/ImageDesignManager.cpp
  1. … 153 more files in changeset.
[updated] deprecated PlayerCreature wip
[updated] deprecated PlayerCreature wip
  1. … 835 more files in changeset.
[added] loading shared_ template data from the tres
[added] loading shared_ template data from the tres
  1. … 773 more files in changeset.
[merged] stm branch back to trunk
[merged] stm branch back to trunk
  1. … 104 more files in changeset.
[updated] for new engine
[updated] for new engine
  1. … 104 more files in changeset.
[started] SceneObject components…
[started] SceneObject components

[added] Zone, ObjectMenu and Container components

  1. … 107 more files in changeset.
Secret endeavor
Secret endeavor
  1. … 47 more files in changeset.
Loading of Player Creation data from TRE files
Loading of Player Creation data from TRE files
    • -18
    • +17
    ./imagedesign/CustomizationData.h
  1. … 20 more files in changeset.
[fixed] Vendor Code Cleanup
[fixed] Vendor Code Cleanup
  1. … 15 more files in changeset.
[updated] cleaning up some code
[updated] cleaning up some code
  1. … 89 more files in changeset.
>=

>=

this is missing lockers. Should inherit the Manager from Mutex and add a Locker locker(this); call in the methods that modify the data

this is missing lockers.
Should inherit the Manager from Mutex and add a Locker locker(this); call in the methods that modify the data

null check

null check

null check

null check

dangling pointer vendor

dangling pointer vendor

When VendorCreature is deleted from ram vendor reference is left in the vendor manager and it becomes a dangling pointer corrupting ram

When VendorCreature is deleted from ram vendor reference is left in the vendor manager and it becomes a dangling pointer corrupting ram

ManagedReference here is unneeded you already hold the reference in the previous declaration

ManagedReference here is unneeded you already hold the reference in the previous declaration

missing locker

missing locker

missing null check

missing null check

missing null check

missing null check

>=

>=

this is wrong it should be:         Locker playerLocker(owner);         Locker customerLocker(player, owner);

this is wrong
it should be:

        Locker playerLocker(owner);
        Locker customerLocker(player, owner);
needs Locker locker(owner) before calling this

needs Locker locker(owner) before calling this

dont commit this

dont commit this

[updated] Vendors Update 2 [added] Initial Vendor Clothing [added] Give Cothing to NPC Vendors [added]...
[updated] Vendors Update 2 [added] Initial Vendor Clothing [added] Give Cothing to NPC Vendors [added]...
[updated] Vendors Update 2…
[updated] Vendors Update 2

[added] Initial Vendor Clothing

[added] Give Cothing to NPC Vendors

[added] Merchant XP

[fixed] Various vendor bug fixes

  1. … 85 more files in changeset.
[reverted] last commit
[reverted] last commit
  1. … 405 more files in changeset.
[added] initial vendors
[added] initial vendors
  1. … 405 more files in changeset.