userJames Kingcancel

7,945 Commits over 3,745 Days - 0.09cph!

1 Year Ago
Preview whole chains of attacks
1 Year Ago
Attack tweaks, fixed not being able to follow through
1 Year Ago
Fixed ducking_punch
1 Year Ago
More attack data changes
1 Year Ago
Added goto_arena command
1 Year Ago
Attacks can depend on movement input
1 Year Ago
Fixed drawing angled bounds rect
1 Year Ago
New arena format Updated old arenas to new format Update HUD when arena changes Some attack data format tweaks
1 Year Ago
Check for movement direction in GetNextAttack Fixed assigning two players to different arenas Let player turn around when alone in arena Show arena name in UI
1 Year Ago
Fixed NRE Fixed attack movement direction Make sure players don't leave arena plane
1 Year Ago
Cycle arenas
1 Year Ago
Fleshing out attack system
1 Year Ago
Support for moving while attacking
1 Year Ago
Added ArenaData GameResource
1 Year Ago
Initial commit
1 Year Ago
AttackData skeleton
1 Year Ago
Basic janky attacks
1 Year Ago
Arena limits
1 Year Ago
Simple animations, jumping, ducking
1 Year Ago
Initial commit
1 Year Ago
Fixed camera Fixed client mouse input Log an error if we try to set a NaN position
1 Year Ago
Support for SceneCamera.Ortho
1 Year Ago
Fixed compilation errors
1 Year Ago
Added way to ignore assemblies by name in hotloads Ignore Sandbox.Tools during client / server / menu hotloads Fixes #765
1 Year Ago
Added failing test for hotloading constructed generic MethodInfos Fixed hotloading generic MethodInfos Added extra test for MethodInfos with generic declaring types Added more delegate hotloading tests, one failing Fixed hotload case with lambdas in generic declaring type Fixes #759
1 Year Ago
Stop watching assemblies swapped with null More compiler name consistency fixes Skip assemblies that depend on a swapped assembly Warn when two versions of the same named assembly are watched Log all hotload messages if hotload_log >= 2 Include build number in runtime compiled assemblies To help with debugging Made Hotload.WatchedAssemblies / Hotload.WatchedInstances private Clear invalidated cached fields in DefaultUpgrader on hotload start Hotload logging tweaks, package assembly names include version Simplify auto-watching logic when replacing assemblies Fixed failing hotload test, better swapped asm reference check Unwatch assemblies swapped with null Added hotload tests for auto-watching assemblies
1 Year Ago
Stop watching assemblies swapped with null More compiler name consistency fixes Skip assemblies that depend on a swapped assembly Warn when two versions of the same named assembly are watched Log all hotload messages if hotload_log >= 2 Include build number in runtime compiled assemblies To help with debugging Made Hotload.WatchedAssemblies / Hotload.WatchedInstances private Clear invalidated cached fields in DefaultUpgrader on hotload start Hotload logging tweaks, package assembly names include version Simplify auto-watching logic when replacing assemblies Fixed failing hotload test, better swapped asm reference check Unwatch assemblies swapped with null Added hotload tests for auto-watching assemblies
1 Year Ago
Unwatch assemblies swapped with null
1 Year Ago
Made Hotload.WatchedAssemblies / Hotload.WatchedInstances private Clear invalidated cached fields in DefaultUpgrader on hotload start Hotload logging tweaks, package assembly names include version Simplify auto-watching logic when replacing assemblies Fixed failing hotload test, better swapped asm reference check
1 Year Ago
Stop watching assemblies swapped with null More compiler name consistency fixes Skip assemblies that depend on a swapped assembly Warn when two versions of the same named assembly are watched Log all hotload messages if hotload_log >= 2 Include build number in runtime compiled assemblies To help with debugging
1 Year Ago
Stop watching assemblies swapped with null More compiler name consistency fixes Skip assemblies that depend on a swapped assembly
1 Year Ago
Check substitute types don't inherit from a swapped-out type If type substitution fails in DefaultUpgrader, just substitute null Fixed possible NRE in ReflectionUpgrader.GetMatchingMember Fixed recompiling addons that reference a changed addon
1 Year Ago
Fixed possible NRE in ReflectionUpgrader.GetMatchingMember Fixed recompiling addons that reference a changed addon
1 Year Ago
Check substitute types don't inherit from a swapped-out type If type substitution fails in DefaultUpgrader, just substitute null
1 Year Ago
Show production histograms in debug builds
1 Year Ago
Exit with error if unable to find bullet types on generating archetypes
1 Year Ago
Make sure correct asset bundles are used for each platform
1 Year Ago
Updated main.yml
1 Year Ago
Assume workspace is reused during build
1 Year Ago
Show total completion time with campaign histogram
1 Year Ago
Updated build.yml
1 Year Ago
Updated offline histograms Basic support for campaign leaderboard histograms Missing .meta files Campaign histogram local score marker Updated build.yml
1 Year Ago
Fetch and backup campaign leaderboards Support generating histograms for campaign leaderboards
1 Year Ago
Fixed leaderboard placeholder text sometimes not showing Added Remove DoNotShip Directories build step
1 Year Ago
Updated offline leaderboard histograms Prefabs for various UI elements Try to download live histogram data
1 Year Ago
Histogram tick tweaks
1 Year Ago
Stage new files when committing backup
1 Year Ago
Pass AWS secrets to histogram upload step
1 Year Ago
Upload histograms with the right ContentType
1 Year Ago
Added upload_histograms.py