Romain Beaumont
|
0b2967c5db
|
gameMode handling and better spawn point : now choose randomly in an array of points
|
2015-08-27 03:01:26 +02:00 |
|
Romain Beaumont
|
0022f59d8c
|
add contribute file
|
2015-08-27 02:06:29 +02:00 |
|
Romain Beaumont
|
757b049c15
|
basic digging implementation
|
2015-08-27 01:56:26 +02:00 |
|
Romain Beaumont
|
f5963eb2d7
|
update todo
|
2015-08-27 00:33:36 +02:00 |
|
Romain Beaumont
|
8010ae86bd
|
fix leaving : splice not slice !!
|
2015-08-27 00:23:19 +02:00 |
|
Romain Beaumont
|
213fe7d84b
|
implement leaving, fix #6
|
2015-08-26 23:50:03 +02:00 |
|
Romain Beaumont
|
bddc8d117d
|
actually use teleport
|
2015-08-26 23:12:25 +02:00 |
|
Romain Beaumont
|
49e313d72b
|
set the spawn point in spawn player plugin, send teleport packet if the position diff is too important, fix #5
|
2015-08-26 23:08:12 +02:00 |
|
Romain Beaumont
|
34ca0aa788
|
update position also on position_look, fix #2
|
2015-08-26 21:56:41 +02:00 |
|
Romain Beaumont
|
a00082b57a
|
add username to the player object
|
2015-08-26 21:48:56 +02:00 |
|
Romain Beaumont
|
c3f0645771
|
emit events instead of directly logging, add longjohn, add chat plugins
|
2015-08-26 21:41:59 +02:00 |
|
Romain Beaumont
|
8a4d7a7b9a
|
fix api
|
2015-08-26 20:16:46 +02:00 |
|
Romain Beaumont
|
8c212dc3cf
|
fix api
|
2015-08-26 20:16:17 +02:00 |
|
Romain Beaumont
|
2d62ac8abb
|
add doctoc : add toc in api.md
|
2015-08-26 20:15:27 +02:00 |
|
Romain Beaumont
|
2e371e741f
|
Continue refactoring : client now in a player object, methods added to that player object, progress on #3
|
2015-08-26 20:13:01 +02:00 |
|
mhsjlw
|
3070acff44
|
Update README.md
|
2015-08-26 08:45:19 -04:00 |
|
mhsjlw
|
e28f3f93c9
|
Create commands.json
|
2015-08-26 07:42:06 -04:00 |
|
mhsjlw
|
f9cb16f8f0
|
Start becoming organized
|
2015-08-26 07:37:27 -04:00 |
|
mhsjlw
|
a30834ef60
|
Fix JSON formatting
|
2015-08-26 07:17:47 -04:00 |
|
mhsjlw
|
750e0de0e5
|
Update package.json
|
2015-08-26 07:17:30 -04:00 |
|
Romain Beaumont
|
dde4387536
|
add api, make login a server plugin
|
2015-08-26 03:49:06 +02:00 |
|
Romain Beaumont
|
034cd43363
|
complete reorganization : client plugins, server plugins
|
2015-08-26 03:27:33 +02:00 |
|
mhsjlw
|
2e4123a2ba
|
Update name
|
2015-08-25 19:38:27 -04:00 |
|
Romain Beaumont
|
5f9a006132
|
add writeOthers function
|
2015-08-26 01:18:30 +02:00 |
|
Romain Beaumont
|
71d6c1fa8c
|
store position as fixed point representation, fix precision problem
|
2015-08-26 00:16:50 +02:00 |
|
mhsjlw
|
d544c1094d
|
Update README.md
|
2015-08-25 17:47:01 -04:00 |
|
Romain Beaumont
|
3edc0c5265
|
fix position diff (not just <0.1)
|
2015-08-25 23:41:36 +02:00 |
|
mhsjlw
|
ac982ab881
|
Update README.md
|
2015-08-25 17:37:26 -04:00 |
|
mhsjlw
|
2ff7c5437a
|
Create LICENSE
|
2015-08-25 17:35:16 -04:00 |
|
Romain Beaumont
|
e8ee185372
|
prevent players to connect 2 times with the same account
|
2015-08-25 23:23:44 +02:00 |
|
Romain Beaumont
|
426baef148
|
fix tab list : you need to tell the player he exists apparently
|
2015-08-25 23:21:19 +02:00 |
|
Romain Beaumont
|
62d97858d5
|
fix positions : now players can be seen
|
2015-08-25 23:14:34 +02:00 |
|
Romain Beaumont
|
5839d97eaa
|
start fixing spawn : improve player arrays, use vec3, fix relative position
|
2015-08-25 22:30:31 +02:00 |
|
mhsjlw
|
e21819ddd4
|
Merge pull request #1 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
|
2015-08-25 16:29:43 -04:00 |
|
mhsjlw
|
4b0f81234a
|
Create circle.yml
|
2015-08-25 16:28:58 -04:00 |
|
The Gitter Badger
|
cff017b90f
|
Added Gitter badge
|
2015-08-25 20:28:00 +00:00 |
|
Romain Beaumont
|
2d70dcca0d
|
fix uuid and start fixing entity id
|
2015-08-25 21:35:49 +02:00 |
|
mhsjlw
|
38934cb05e
|
Changes
|
2015-08-25 15:20:48 -04:00 |
|
mhsjlw
|
be576b7494
|
Proper tabbing, implementing other players
|
2015-08-25 11:00:33 -04:00 |
|
mhsjlw
|
703abc22e8
|
Tab fixes
|
2015-08-25 10:32:30 -04:00 |
|
mhsjlw
|
bc657b0a31
|
Updates
|
2015-08-25 10:25:55 -04:00 |
|
mhsjlw
|
def7426fc5
|
Players can now spawn and walk around
|
2015-08-24 18:41:01 -04:00 |
|
mhsjlw
|
5ce8a0ea0a
|
Added configuration
|
2015-08-24 10:59:04 -04:00 |
|
mhsjlw
|
133b5040d4
|
Merge branch 'master' of https://github.com/mhsjlw/node-minecraft-server
|
2015-08-24 10:46:01 -04:00 |
|
mhsjlw
|
457f91ff3e
|
Created test scaffolding
|
2015-08-24 10:45:51 -04:00 |
|
mhsjlw
|
03c43eb8f0
|
Update README.md
|
2015-08-24 10:42:21 -04:00 |
|
mhsjlw
|
50cabfc594
|
Merge branch 'master' of https://github.com/mhsjlw/node-minecraft-server
|
2015-08-24 10:25:48 -04:00 |
|
mhsjlw
|
b2191cdfc1
|
Added tests
|
2015-08-24 10:25:34 -04:00 |
|
mhsjlw
|
dfc8376f9d
|
Badges!
|
2015-08-24 09:51:33 -04:00 |
|
mhsjlw
|
69cad17e75
|
Update README.md
|
2015-08-24 09:29:16 -04:00 |
|