index
:
vim-space-vlaze
master
A space shooter game that runs in Vim
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-10-21
help.vim: Use `space_vlaze.txt` instead of `space_vlaze.vim`
HEAD
master
Teddy Wing
2015-10-15
doc/space_vlaze.txt: Increase version v0.0.1 -> v0.0.2
v0.0.2
Teddy Wing
2015-10-15
CHANGELOG: Add changes for v0.0.2
Teddy Wing
2015-10-15
Add CHANGELOG
Teddy Wing
2015-10-15
Add README and demo gif
Teddy Wing
2015-10-15
doc/space_vlaze.txt: Rename main tag to `space_vlaze.txt`
Teddy Wing
2015-10-08
doc/space_vlaze.txt: Add section for external dependencies
v0.0.1
Teddy Wing
2015-10-08
help#Show: Open help for `space_vlaze.vim` with the extension
Teddy Wing
2015-10-08
leaderboard#Sort: Convert inputs to numbers before comparing
Teddy Wing
2015-10-08
Update player movement audio
Teddy Wing
2015-10-08
doc/space_vlaze.txt: Add a section for bugs
Teddy Wing
2015-10-08
Add LICENSE (MIT)
Teddy Wing
2015-10-08
plugin/space_vlaze.vim: Don't create mapping if map already exists
Teddy Wing
2015-10-08
doc/space_vlaze.txt: Change name of the system used in the story
Teddy Wing
2015-10-08
Add docs
Teddy Wing
2015-10-08
mappings#Initialize: Change mappings to `<nop>`
Teddy Wing
2015-10-08
Play audio when player hits an enemy
Teddy Wing
2015-10-08
Add audio for missiles fired
Teddy Wing
2015-10-08
Add audio for player movement
Teddy Wing
2015-10-08
Add "enemy defeated" sound
Teddy Wing
2015-10-08
menus#Start: Call `leaderboard#RenderLeaderboard()` on `l`
Teddy Wing
2015-10-08
leaderboard#RenderLeaderboard: Show headline and scores
Teddy Wing
2015-10-08
leaderboard#RenderLeaderboard: Run window setup function from game.vim
Teddy Wing
2015-10-08
leaderboard#RenderLeaderboard: 2 font choices (WIP)
Teddy Wing
2015-10-08
Save high scores
Teddy Wing
2015-10-08
colors#Initialize: Set background colours
Teddy Wing
2015-10-08
Add space padding to Lives and Score lines
Teddy Wing
2015-10-08
life#RenderLives: Add space between `|` and diamonds
Teddy Wing
2015-10-08
Add colours
Teddy Wing
2015-10-08
game#SetupWindow: Flesh out buffer settings
Teddy Wing
2015-10-08
buffer#Init: Remove commented call to game#Init()
Teddy Wing
2015-10-08
mappings#Listen: Show "Game Over" screen on `q`
Teddy Wing
2015-10-08
buffer#Init: Allow players to start a new game in the same session
Teddy Wing
2015-10-08
buffer#Init: Use existing Space Vlaze buffer if available
Teddy Wing
2015-10-08
game#GameOver: Re-center "Game Over" text
Teddy Wing
2015-10-07
game#GameOver: Add a descriptive comment about what the math is for
Teddy Wing
2015-10-07
Create "Game Over" state
Teddy Wing
2015-10-07
Decrement player lives on collision with an enemy
Teddy Wing
2015-10-07
Add lives
Teddy Wing
2015-10-07
Increment score when enemies are destroyed
Teddy Wing
2015-10-07
missile.vim: Stop missile when it hits an enemy
Teddy Wing
2015-10-07
Hitting enemies with missiles makes enemies disappear
Teddy Wing
2015-10-07
game.vim: Create `ClearBoardCell` function
Teddy Wing
2015-10-07
enemy.vim: Add descriptive comment to DropEnemyAtRandomCoordinates
Teddy Wing
2015-10-06
random.vim: Use :ruby
Teddy Wing
2015-10-06
random.vim: Use :python
Teddy Wing
2015-10-05
Add enemies to board
Teddy Wing
2015-10-05
Add random.vim
Teddy Wing
2015-10-05
missile.vim: Fire all 4 missiles even if one hits the edge
Teddy Wing
2015-10-05
missile.vim: Fire all 4 missiles (WIP)
Teddy Wing
[next]