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

Bump three from 0.101.1 to 0.137.0 #47

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
21 changes: 0 additions & 21 deletions .eslintrc.js

This file was deleted.

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ coverage/
# files
package-lock.json
*.temp
TODO.md
TODO.md
yarn-error.log
4 changes: 4 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"singleQuote": true,
"printWidth": 120
}
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2019 Danakt Frost
Copyright (c) 2019 Danakt Saushkin

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,12 @@ This repo contains the source code powering [danakt.com/web-hlmv](https://danakt
- Fix bone positions calculation (resolve problems with weapons rendering)
- Add first person weapons viewing and mirroring model
- Add viewing textures
Add chrome textures
- Add chrome textures
- Make parsing and processing models in worker
- Make mobile interface

Create an [issue](https://github.com/danakt/web-hlmv/issues) to offer new features.

## License

[MIT](LICENSE) © 2019
This product was made using technologies licensed from id Software and Valve
Corporation.
[MIT](LICENSE) © 2019
19 changes: 0 additions & 19 deletions dat/DatButton.tsx

This file was deleted.

8 changes: 4 additions & 4 deletions index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react'
import * as ReactDOM from 'react-dom'
import { App } from './ui/App'
import * as React from 'react';
import * as ReactDOM from 'react-dom';
import { App } from './src/ui/App';

// Render the app
ReactDOM.render(<App />, document.getElementById('root'))
ReactDOM.render(<App />, document.getElementById('root'));
126 changes: 0 additions & 126 deletions lib/__tests__/binaryReader.ts

This file was deleted.

26 changes: 0 additions & 26 deletions lib/__tests__/geometryTransformer.ts

This file was deleted.

49 changes: 0 additions & 49 deletions lib/__tests__/textureRenderer.ts

This file was deleted.

86 changes: 0 additions & 86 deletions lib/screneRenderer.ts

This file was deleted.

Loading