userAdam Wcancel
branchspacechess/maincancel

3,355 Commits over 972 Days - 0.14cph!

8 Years Ago
merged effects branch to main set the menu theme to use the halloween skybox
8 Years Ago
bats
8 Years Ago
bat sounds
8 Years Ago
candy explosion sound
8 Years Ago
increased candy explosion debris radius and upwards movement bonus slightly
8 Years Ago
bats explosion sound, candy pitch tweak
8 Years Ago
tweak
8 Years Ago
item costs
8 Years Ago
removed bat menu sound added thai's wip halloween hat definition, icon
8 Years Ago
▍▆▉ ▅▉▆█▇▆ ▍▊▌▇▆▉▋ ▍█▇ ██▊ ▇▇▇▌▍█▉█
8 Years Ago
█▍▌ ▍▅▇ ▍▌▄▉▍▄▊▊▌▅▉▌▇▄.▇█▆▄▆▅▄▌▆▊
8 Years Ago
flattened CE demo map
8 Years Ago
what's new tweak
8 Years Ago
version++
8 Years Ago
merged back to main
8 Years Ago
merge from release to main
8 Years Ago
GameSettings
8 Years Ago
added MatchDefinitionDatabase AI games take GameSettings
8 Years Ago
input rework 1
8 Years Ago
input rework pt 2
8 Years Ago
input pt3, also removed next turn button event as it wasn't being used (hopefully)
8 Years Ago
input pt 4
8 Years Ago
input 5
8 Years Ago
more
8 Years Ago
moved selection handling and events out of MouseInput into new UnitSelection. more input refactor.
8 Years Ago
added BaseInput, moved triggers and events from MouseInput to there
8 Years Ago
more
8 Years Ago
more
8 Years Ago
added UnitFilter UnitSelection now has UnitFilters for blocked selection and blocked deslection generic State now has CanEnter and CanExit, checked in state transitions.
8 Years Ago
merge back to main
8 Years Ago
HideableCanvas component, added to match mode canvases hit f9 to toggle UI
8 Years Ago
hitting escape with UI hidden will now show the UI (panic mode)
8 Years Ago
added DevTools, ifdef'd to unity editor for now. f9 toggles UI f10 enters free cam
8 Years Ago
merged wip tutorial/ai stuff to main, left tutorial forced on AI games for testing
8 Years Ago
launcher movement back to 1
8 Years Ago
added AiSettings.GenerateSquad flag to control if AI should make a random squad or use the map default tutorial can restore AI settings to continue game as normal after tutorial stages
8 Years Ago
merged to main
8 Years Ago
merged to main
8 Years Ago
merged tutorial stuff to main
8 Years Ago
added tutorial emote text to chat log. multi-font stuff stripped for emote tutorial log.
8 Years Ago
minor fixes
8 Years Ago
started career mode data basics
8 Years Ago
team and league generation. fixtures. league fixtures generation using round robin.
8 Years Ago
forgot to add league points to team def.
8 Years Ago
blocking out CareerLeague.AdvanceWeek() and MatchSimulator.Simulate(fixture)
8 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.
8 Years Ago
CareerDefines
8 Years Ago
CareerLeague.AdvanceWeek() now applies results, points and stats to teams, updates table. added LeagueFixtureResults to store all results.
8 Years Ago
Teams are now assigned a simple rating value on creation MatchSimulator.SimulateAndCreateResult() now uses team ratings for match outcome rolls
8 Years Ago
wip career mode league screen UI