userAdam Wcancel
repospaceshootercancel

1,632 Commits over 578 Days - 0.12cph!

10 Years Ago
- Lowered spawn budget in beer tap room - Rebuilt factory prefabs
10 Years Ago
- Added a placeholder start screen before titlescreen, for selecting control type (defaults to gamepad in editor)
10 Years Ago
- Added a placeholder alcohol pump goal ropom to asteroid tileset - Rebuilt asteroid tileset prefabs - Added a new flow for pump mission - Made a placeholder alcohol pump mission prefab - Tidied up Tileset folders
10 Years Ago
- Asteroid tileset scene
10 Years Ago
- New mission SO - Reduced level length of new mission flow
10 Years Ago
- Fixed movement speed modifier that would make the player incorrectly increase in speed after all modifiers expired
10 Years Ago
- Setup alcohol pump placeholder as a BaseEntity and mission object - Alcohol pump mission now works - Removed alcohol cloud from pump prefab so it doesn't dissapear when you destroy the pump :) - Added a linear asteroid dungeon archetype - Rebuilt asteroid tileset prefabs
10 Years Ago
- Aclohol pump mission placeholder text and disabled location arrows
10 Years Ago
- Alcohol pump mission now set to show objective arrows after they've been discovered once
10 Years Ago
- Added UI script that will toggle specified UI elements based on current input method (mk/gamepad) - Added it to Title screen button prompts
10 Years Ago
- Added UI input prompt toggles to all town button/interactions
10 Years Ago
- Feedback tool buttons now work with mouse, added prompt toggles.
10 Years Ago
- Ability bar button text now displays the correct input button/press text, depending on current input type.
10 Years Ago
- Feedback reporter now prefixes reports with the current contol method
10 Years Ago
- Fixed bug with player weapons not correctly reload ticking when fire isn't held
10 Years Ago
- Creeper enemy basic test
10 Years Ago
- Level exit portal now has keyboard prompts and can be used with Space
10 Years Ago
- Fixed aiming laser bug, moved the code from coroutines to update - Yeseterday's changes from p1
10 Years Ago
- Split gamepad/kbmouse Poll functions to seperate classes - PlayerShip now adds correct control component at startup based on chosen input type - Changed the way mouse aiming is handled, now more accurate, less shit. - Bit of PlayerShip code purge
10 Years Ago
- Branched for more aiming/control work
10 Years Ago
- Aiming laser now ends at cursor position and passes through everything when in M/K input mode - Input controllers now set the global control type in their init
10 Years Ago
- Added a crosshair curstor to M/K mode - Disabled light cookie for aiming laser in M/K - Disabled aiming laser in M/K - More M/K tweaks
10 Years Ago
- Uncommented some code from testing
10 Years Ago
- Removed more debug forcing before meging back
10 Years Ago
- Merged back to main
10 Years Ago
- Options screen now works with mouse and has correct prompts based on input type - Escape can now close the options menu (instead of just opening) in either control config
10 Years Ago
- Mouse cursor is now set as soon as M/K input is chosen at splash screen
10 Years Ago
- Shop can be exited with M/K
10 Years Ago
- Controls help panel in Town now reflects the current control scheme
10 Years Ago
- Control select screen rewording
10 Years Ago
- Changed Space Bar prompt text to Space Bar instead of just Space so thickos don't get confused by being in space and pressing a space bar
10 Years Ago
- Even more UI elements now use the auto toggle UI prompt functionality
10 Years Ago
- Refactored camera code to make it easier to change behaviour based on input method
10 Years Ago
- Camera work for M/K mode
10 Years Ago
- Town scene cleanup
10 Years Ago
- Player deceleration tweak (4.5->6)
10 Years Ago
- Title change
10 Years Ago
- Camera lerpspeed is now 10 (same) for gamepad and increased to 50 for M/K - Added a deadzone to outter circle of screen for camera extending with M/K
10 Years Ago
- New camera shake implementation - Added camera shake to player weapon firing - Replaced old shakes with new shakes everywhere else
10 Years Ago
- Repo test
10 Years Ago
- Test 2
10 Years Ago
- Camera zoom is capped to -250 for M/K
10 Years Ago
- Scaled playership size from 1 to 1.3
10 Years Ago
- Factory1 set to randomise seed again
10 Years Ago
- Added initial scriptable object classes for Items and Weapons
10 Years Ago
- Branching for WIP weapon/item improvements
10 Years Ago
- More
10 Years Ago
- Launchers can now be set to be manually ticked - Launchers are now set to manual tick when they're init'd from a WeaponSO
10 Years Ago
- WIP refactoring of Equipment handling - Ripped out loads more now unused stuff
10 Years Ago
- Deleted all the old character UI code + files - More item work