userAdam Wcancel

11,464 Commits over 3,561 Days - 0.13cph!

7 Years Ago
more career step set/handling/events. step button appearance now updates current step.
7 Years Ago
CareerStep shit
7 Years Ago
cleaned up step/simulation/match cycle. player match results appear in results table when returning to career screen.
7 Years Ago
match results now remain visible on career screen after playing a player match
7 Years Ago
Added career tileset theme that gets applied in career screens. Reworked some career processing/events. wip stuff.
7 Years Ago
started splitting career and leage advancement into separate RunWeek and AdvanceWeek processes. player match results now register results and update the player's team in the league.
7 Years Ago
Probable fix for AI sometimes not acting or ending turn.
7 Years Ago
more resuts
7 Years Ago
MatchSimulator events. Match results UI code.
7 Years Ago
tweaks
7 Years Ago
added MatchMode enum for Practice, Career, Online options; set it. integrated career mode with menu/gameflow. can now start next player match from career menu (nothing applied to the actual match yet though) career matches now return to career menu not menu.
7 Years Ago
match simulation now includes casualities and awards survivor score points. more career helper functions.
7 Years Ago
player's match always played last
7 Years Ago
added UICareerNextMatch, shows player's next upcoming match each week. LeagueFixture.GetOpposingTeam(team). CareerLeague.AdvanceWeek() now updats NextPlayerFixture if applicable.
7 Years Ago
scene
7 Years Ago
UICareerStatusBar now updates round, cash changes. Starting cash. Teams awarded cash for win/lose. Gypos lifetime ban.
7 Years Ago
added CareerAdvancedEvent to CareerController. career league updates on career advanced event.
7 Years Ago
career league table refreshes with week advancement
7 Years Ago
league fixes, UI changes
7 Years Ago
career league table UI code
7 Years Ago
CareerController Career creation. More career landing screen wip UI. Deleted career test scene and script.
7 Years Ago
wip career mode league screen UI
7 Years Ago
Teams are now assigned a simple rating value on creation MatchSimulator.SimulateAndCreateResult() now uses team ratings for match outcome rolls
7 Years Ago
CareerLeague.AdvanceWeek() now applies results, points and stats to teams, updates table. added LeagueFixtureResults to store all results.
7 Years Ago
CareerDefines
7 Years Ago
CareerLeague.AdvanceWeek() now runs MatchSimulator on all games (currently just 50/50 chance which team wins). added LeagueFixtureResult. MatchSimulator now creates LeagueFixtureResults. added a career test scene/script, hitting enter steps a week, simulates matches, creates results.
7 Years Ago
blocking out CareerLeague.AdvanceWeek() and MatchSimulator.Simulate(fixture)
7 Years Ago
forgot to add league points to team def.
7 Years Ago
team and league generation. fixtures. league fixtures generation using round robin.
7 Years Ago
started career mode data basics
7 Years Ago
minor fixes
7 Years Ago
added tutorial emote text to chat log. multi-font stuff stripped for emote tutorial log.
7 Years Ago
merged tutorial stuff to main
7 Years Ago
play ai/tutorial setup
7 Years Ago
subtracting special build changesets
7 Years Ago
merge from main
7 Years Ago
fix
7 Years Ago
refactored tutorial action counter
7 Years Ago
removed a bunch of tile ref local variables that aren't needed anymore, look them up directly
7 Years Ago
merged a bunch of unit and tile selection resetting
7 Years Ago
moved all tutorial tile highlighting to the unit/tile set functions
7 Years Ago
more refactor
7 Years Ago
removed all add/remove listeners functions from tutorial states, base tutorial state now listens to them all, each tut state just overrides the ones it uses
7 Years Ago
finished removing multiple unit ref lookups, moved them all to single refs in base tutorial state
7 Years Ago
started tutorial code cleanup/refactor
7 Years Ago
last tweaks
7 Years Ago
created hat files, definition and prefab for graduation (tutorial) hat. generated icon for graduation hat. tutorial now equips graduation hat to player avatar.
7 Years Ago
tutorial hat tech ;)
7 Years Ago
Fixed option sliders from resetting to 0 when they shouldn't, to fix all audio getting muted when entering options screen.
7 Years Ago
more