brancharcade/ovrcancel

1,415 Commits over 122 Days - 0.48cph!

11 Years Ago
[ultimate_soldier] fixed AI soldier pathfinding getting locked up
11 Years Ago
[ultimate_soldier] wandering soldiers move to the sound of a nearby gunshot
11 Years Ago
[ultimate_soldier] AI soldiers wander aimlessly when they have no target
11 Years Ago
changed Start & Select to q & e for now
11 Years Ago
[ultimate_soldier] AI soldiers only target opponents they can see
11 Years Ago
Finished documenting the new palette system.
11 Years Ago
Documentation for the new SwatchIndex struct.
11 Years Ago
Documentation for the new Swatch class.
11 Years Ago
TypeScript games now work using the new palette system.
11 Years Ago
Fixed some crazy colours in Ultimate Soldier.
11 Years Ago
Ultimate Soldier now uses the new palette system.
11 Years Ago
Fixed SmashBlox to use the new palette system.
11 Years Ago
Mazing and MemoryDungeon now use the new palette system.
11 Years Ago
Added SwatchIndex struct for implicit conversions, started fixing Mazing.
11 Years Ago
Started implementing the new palette and swatch system.
11 Years Ago
[ultimate_soldier] Reduced graphics bandwidth by using only two Tilemaps for the grid.
11 Years Ago
Fixed default paused screen rendering.
11 Years Ago
[ultimate_soldier] added friendly soldiers
11 Years Ago
[ultimate_soldier] tweaked rifle graphics
11 Years Ago
[ultimate_soldier] tweaked pistol graphics
11 Years Ago
[ultimate_soldier] added uzi
11 Years Ago
[ultimate_soldier] can look at rifle clip
11 Years Ago
[ultimate_soldier] cant shoot while looking at clip
11 Years Ago
[ultimate_soldier] pistol clip is drawn in center of screen when shown
11 Years Ago
[ultimate_soldier] Some tweaks to level generation.
11 Years Ago
[ultimate_soldier] Fixed "soldiersBlock" parameter being ignored in pathfinding methods.
11 Years Ago
[ultimate_soldier] Fixed gun entity collision.
11 Years Ago
[ultimate_soldier] Enemies will now choose paths that pass through other soldiers if they have to, but will avoid doing so.
11 Years Ago
[ultimate_soldier] Improved collision resolution.
11 Years Ago
[ultimate_soldier] Performance improvements.
11 Years Ago
[ultimate_soldier] Mission generator now produces cycles, enemy placement is smarter and depends on difficulty.
11 Years Ago
[ultimate_soldier] Added some basic level generation and screen scrolling.
11 Years Ago
Removed another reference to the record key.
11 Years Ago
Removed record toggle key.
11 Years Ago
Fixed drawing primitives when Graphics.Center has been set.
11 Years Ago
Merge branch 'master' of arcade
11 Years Ago
Updated submodules.
11 Years Ago
Pause screens are now correctly overridden in JS and TS games.
11 Years Ago
Merge branch 'master' of github.com:Facepunch/arcade
11 Years Ago
[ultimate_soldier] hold select to see pistol clip
11 Years Ago
Fixed exceptions being thrown when sounds are retrieved if multiple games are loaded from directories in the same scene.
11 Years Ago
[ultimate_soldier] added a pistol
11 Years Ago
[ultimate_soldier] ai refactoring, enemies try to pick up a gun if they have none
11 Years Ago
Fixed a typo in premake5.lua
11 Years Ago
Fixed some compile-time warnings.
11 Years Ago
Some icon colour tweaks.
11 Years Ago
Package game button is now visibly disabled when running a pre-packaged game.
11 Years Ago
Updated submodules.
11 Years Ago
Small changes to docs and some refactoring.
11 Years Ago
Unity DLLs are now automatically copied into Resources if the existing copies differ to the versions in Unity's installation path.