Skip to content
Open
Show file tree
Hide file tree
Changes from 40 commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
467a9f0
delete everything
Anatoly03 Aug 14, 2024
b40ed62
Automaticly enforcing file extensions.
ScorpioneOrzion Aug 14, 2024
471c3d3
add buffer reader
Anatoly03 Aug 14, 2024
37aef40
move all math methods to buffer reader
Anatoly03 Aug 14, 2024
9b8e210
add prettier
Anatoly03 Aug 14, 2024
91b9750
add tsc-alias to build file
Anatoly03 Aug 14, 2024
1ba6613
refactor
Anatoly03 Aug 14, 2024
1211ea8
Update package.json
ScorpioneOrzion Aug 14, 2024
f38c630
Regenerated package-lock.json
ScorpioneOrzion Aug 14, 2024
0cd904b
update buffer reader
Anatoly03 Aug 14, 2024
73376bf
Merge branch 'rewrite' of https://github.com/Anatoly03/pixelwalker.js…
Anatoly03 Aug 14, 2024
a748793
add constants and static data retrieved from the server
Anatoly03 Aug 14, 2024
e4a944e
export static variables to api user
Anatoly03 Aug 14, 2024
a17ae2e
fix static data requests
Anatoly03 Aug 14, 2024
f76c992
add client, add ability to connect with pocketbase
Anatoly03 Aug 14, 2024
acff8df
add localhost client
Anatoly03 Aug 14, 2024
7558f65
add entry points for public profiles and worlds (pocketbase)
Anatoly03 Aug 14, 2024
0bff8a0
add documentation
Anatoly03 Aug 14, 2024
0ebdcf3
refactor
Anatoly03 Aug 15, 2024
439653c
rename static methods
Anatoly03 Aug 15, 2024
a46df55
fix capitalization problems
Anatoly03 Aug 15, 2024
a0100bc
refactor
Anatoly03 Aug 15, 2024
dec759c
add client join key method
Anatoly03 Aug 15, 2024
55166b4
update buffer
Anatoly03 Aug 15, 2024
f90feb9
refactor and fix buffer read
Anatoly03 Aug 15, 2024
0aa5231
refactor buffer reader
Anatoly03 Aug 15, 2024
d1043c5
fix buffer reader
Anatoly03 Aug 15, 2024
d99e654
fix buffer reader
Anatoly03 Aug 15, 2024
9da0a01
add a connection handler
Anatoly03 Aug 15, 2024
8fd61ef
refactor
Anatoly03 Aug 15, 2024
c893ac1
make connection public
Anatoly03 Aug 15, 2024
02b47d5
add docuemntation, refactor
Anatoly03 Aug 15, 2024
a28cf17
add init handshake and include
Anatoly03 Aug 15, 2024
a677ce9
add events (not working), add to remote
Anatoly03 Aug 15, 2024
fd4fff3
add * event
Anatoly03 Aug 15, 2024
2a002c9
Add types for events, type for extra data in placed blocks
LeoGiaco Aug 15, 2024
fdb29c8
format events
Anatoly03 Aug 15, 2024
cea302a
update connection, the event manager and internal call chains
Anatoly03 Aug 16, 2024
cd75754
rename math to util
Anatoly03 Aug 16, 2024
e92a133
add player manager structure
Anatoly03 Aug 16, 2024
d22fcc6
Update index-overload.ts
ScorpioneOrzion Aug 16, 2024
00c8afc
Update array.ts
ScorpioneOrzion Aug 20, 2024
5eb1c6d
Update package-lock.json
ScorpioneOrzion Aug 20, 2024
5c702e0
add data structure iteration
Anatoly03 Aug 21, 2024
2b6089a
rewrite connection
Anatoly03 Aug 21, 2024
18cbf8b
huge commit, rewrite a lot
Anatoly03 Aug 21, 2024
07cdbd2
rename player array and manager
Anatoly03 Aug 21, 2024
d684e0b
rename to map
Anatoly03 Aug 21, 2024
249d8ea
last commit
Anatoly03 Nov 21, 2024
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
6 changes: 6 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"singleQuote": true
}
111 changes: 0 additions & 111 deletions PlayerArray.md

This file was deleted.

251 changes: 0 additions & 251 deletions REFERENCE.md

This file was deleted.

6 changes: 0 additions & 6 deletions examples/artbot/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions examples/artbot/README.md

This file was deleted.

Loading