userAdam Wcancel

11,284 Commits over 3,500 Days - 0.13cph!

6 Years Ago
added multikill mission processor, mission defs.
6 Years Ago
added healing done mission processor, mission defs
6 Years Ago
rebuild mission DB
6 Years Ago
Added kills mission processor. Added kills mission defs.
6 Years Ago
UnitCombatData now only tracks damage and healing done based on attacking and target teams
6 Years Ago
MissionProcessors now receives player id. Implemented Damage Done mission processor. Added Damage Done mission defs.
6 Years Ago
implemeneted matches won mission processor
6 Years Ago
Added mission defs for matches won
6 Years Ago
Mission completion now rewards the currency value taken from the mission def not a test value. Competed missions are now removed from the missions list of PlayerRecord
6 Years Ago
implemented MPMatchesPlayed
6 Years Ago
MissionProcessors MissionProcessor base Missions are now checked at the end of matches by MissionProcessors (need to implement the processors now)
6 Years Ago
more
6 Years Ago
ClientAuthHandler now hands out missions to clients on connection (every time they connect for now). Added MissionDatabase.GetRandom(). MissionProgress is now created at mission assignment, init'd with values from mission def, saved to playerrecord.
6 Years Ago
added MissionDatabase. fixed duplicate ids for an emote and a mission. Databses now spit out errors not warnings when duplicate ids are found.
6 Years Ago
added mission DB tool. blocked out login mission award structure. added test mission defs, built db.
6 Years Ago
merging from main
6 Years Ago
more
6 Years Ago
merged PlayerRecord refactor to main
6 Years Ago
bit of cleanup, added the server's playerrecords.db for better testing
6 Years Ago
finished refactor of PlayerRecord, touched pretty much every part of the game, something's gotta have broke somewhere.
6 Years Ago
switched classes
6 Years Ago
wip (broken) PlayerRecord refactor, before deleting old shit
6 Years Ago
6 Years Ago
started PlayerRecord refactor
6 Years Ago
MissionProgress now has a mission slot index. Added MissionProgress list to PlayerRecord.
6 Years Ago
MissionDefinitionSO. MissionScope. MissionType. Added a test mission def.
6 Years Ago
6 Years Ago
started missions, wip. added Missions.proto to protobuf files, added to batch file. MissionProgress basics.
6 Years Ago
merged to main
6 Years Ago
temp disabled objectives init so I can merge to main
6 Years Ago
whistle accessory
6 Years Ago
avatar accessory editor states, UI, setup
6 Years Ago
wip avatar accessory customisation
6 Years Ago
avatar body customisation fixes
6 Years Ago
merge from main
6 Years Ago
more
6 Years Ago
added support for body customisation: protobuf, browsing, equipping, saving, editor states, definition.
6 Years Ago
hooking up some career sponsors ui code basics
6 Years Ago
ui prefabs
6 Years Ago
scene ui wip
6 Years Ago
moved to left side (forgot about the killfeed)
6 Years Ago
wip placeholder objective UI setup
6 Years Ago
more
6 Years Ago
fixes
6 Years Ago
more
6 Years Ago
more
6 Years Ago
merges
6 Years Ago
6 Years Ago
more objectives stuff, UnitCombatData, HCD parsing, DamageTracker
6 Years Ago
merge