243,865 Commits over 3,898 Days - 2.61cph!
Audio and some parts of the graphics system seem to be working now.
Audio and some parts of the graphics system seem to be working now.
Everything compiles again, time to test.
Everything compiles again, time to test.
Audio and Controls providers implemented, just Graphics to go.
Audio and Controls providers implemented, just Graphics to go.
Cleaned up PlayerControl camera stuff a bit, kinda broke the smoothing though...
Finished abstracting away everything Unity related from GameAPI.BudgetBoy.
Finished abstracting away everything Unity related from GameAPI.BudgetBoy.
Prefab and scene updates for consistency
Updated Main Camera Prefab a little
Added basic screen edge scrolling with smoothing.
holster / attack / idle animations for the salvaged axe
Attempt to detect and report crashes in previous runs
First pass bota bag vm anim
Adding in stuff to preview and hopefully validate new road sections without altering the current HEM.
Removed AI obstacle prefab preprocessor
Apparently I missed some things
Updated island 2 assets. Added Tom's Terrain Tools.
Graphics, audio and controls abstracted. GameAPI now compiles.
Graphics, audio and controls abstracted. GameAPI now compiles.
Finished abstracting audio.
Finished abstracting audio.
Started massive refactor to move all Unity stuff to GameAPI.Unity
Started massive refactor to move all Unity stuff to GameAPI.Unity
Made fog update every frame
Added GameAPI.Unity project.
Added GameAPI.Unity project.
Some minor changes to AI.
More work on AI, almost ready to do some runtime testing now.
Merge branch 'master' of arcade into js-scripting
Conflicts:
GameAPI.BudgetBoy/GameAPI.BudgetBoy.csproj
GameAPI/GameAPI.csproj
Merge branch 'master' of arcade into js-scripting
Conflicts:
GameAPI.BudgetBoy/GameAPI.BudgetBoy.csproj
GameAPI/GameAPI.csproj
Updated sky prefab and procedural scene
Time of Day update to 2.2.0
Fixed sky prefab sun brightness being 2000 (wut)
Scissor rectangles now work.
Scissor rectangles now work.
Added option to compile debug 64bit windows client
Implemented setting / clearing scissor rects (they don't do anything yet).
Implemented setting / clearing scissor rects (they don't do anything yet).
Renamed Bounds to RectF and added a RectI struct.
Renamed Bounds to RectF and added a RectI struct.
Fixed grass patch position being off by up to half a world unit (was invisible since the gap was filled by dithering anyhow)
Renamed Graphics.WidthPixels / Graphics.HeightPixels to just Graphics.Width / Graphics.Height.
Renamed Graphics.WidthPixels / Graphics.HeightPixels to just Graphics.Width / Graphics.Height.
[memory_dungeon] removed Task class
[memory_dungeon] removed Task class
Fix for coroutine awaitables iterating prematurely.