Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demoviewer #2

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
397f750
* add support of multiple player objects
HarpyWar Feb 4, 2019
ae57ae4
add resources
HarpyWar Feb 4, 2019
11daeb2
* add global object to access all game data from anywhere
HarpyWar Feb 6, 2019
b57a888
add follow next player by mouse click
HarpyWar Feb 6, 2019
6d18b23
* update Pixi library to the newest version
HarpyWar Feb 6, 2019
61514ee
* animated player model
HarpyWar Feb 6, 2019
0811728
add gameobject wwith multiple implementations of different objects,
HarpyWar Feb 10, 2019
96fad69
add resources
HarpyWar Feb 10, 2019
6e0697b
add array of brick objects with mech
HarpyWar Feb 10, 2019
193c8aa
fix overlap function to exclude touch of borders
HarpyWar Feb 10, 2019
ef4dbc6
fix large objects rectangle (portal, mega), it always should equals t…
HarpyWar Feb 10, 2019
3bc18be
fix player model direction
HarpyWar Feb 11, 2019
cd88bd2
* extend PlayerModel from GameObject like any other object
HarpyWar Feb 14, 2019
b99c8a2
* add Timer and TimerManager classes
HarpyWar Feb 14, 2019
0afed72
add constants instead of magic digits
HarpyWar Feb 15, 2019
c57ea82
add weapons with missles (except grenade)
HarpyWar Feb 17, 2019
7dab9df
player can carry a flag, drop it when died
HarpyWar Feb 17, 2019
d719cd0
show taken powerups above player's nickname
HarpyWar Feb 17, 2019
4731122
add scoreboard, fix minor bugs
HarpyWar Feb 17, 2019
61f20fe
update resources
HarpyWar Feb 17, 2019
9e70de2
fix take the same powerup several times
HarpyWar Feb 17, 2019
0930ba4
- add viewport for mobile
HarpyWar Mar 6, 2019
0a466a8
update demo api url
HarpyWar Mar 10, 2019
6ce7b00
fix player name encoding
HarpyWar Mar 10, 2019
0734ef3
change demoparser url
HarpyWar Jan 4, 2020
092dfd1
feature to rewind demo via timeline slider
HarpyWar Jan 6, 2021
b96d4d9
update pixijs
HarpyWar Jan 6, 2021
48ac584
support mobile touch devices to control slider and follow player
HarpyWar Jan 6, 2021
96f7bbd
feature to load demo starting from specified frame by url parameter
HarpyWar Jan 6, 2021
a6412a0
don't play audio when inactive browser
HarpyWar Jan 6, 2021
6d66a8b
add button and door objects
HarpyWar Jan 7, 2021
9633c40
- targets can contain multiple objects with the same name
HarpyWar Jan 7, 2021
b064baf
fix vector weapons
HarpyWar Jan 7, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ node_modules
# Users Environment Variables
.lock-wscript
.idea/


package-lock.json
1 change: 1 addition & 0 deletions build.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npm run build
Loading