danbulant
|
e4aacc4351
|
Add permissions and few other fixes
|
2020-04-02 15:59:36 +02:00 |
|
Romain Beaumont
|
e607738892
|
fix style in app.js
|
2018-05-13 16:21:40 +02:00 |
|
Romain Beaumont
|
7bd164aa39
|
Make default settings default (fix #223)
|
2018-05-13 16:11:24 +02:00 |
|
Romain Beaumont
|
b6eca14b82
|
var -> const
|
2018-05-13 16:01:37 +02:00 |
|
mhsjlw
|
44f0024cc6
|
Add standard linting
|
2018-05-13 09:26:48 -04:00 |
|
Romain Beaumont
|
6b365948ab
|
unhandledRejection in app.js
|
2016-03-19 16:22:32 +01:00 |
|
Romain Beaumont
|
ddd38e148a
|
fix settings, cleanup logs (fix #125)
|
2015-11-25 19:49:38 +01:00 |
|
DemiPixel
|
cb88a5cbbb
|
Lots and lots and lots of changes... Plugins begin again!
|
2015-11-21 14:30:16 -08:00 |
|
Romain Beaumont
|
767a3bfba1
|
fix test
|
2015-10-26 03:10:16 +01:00 |
|
Romain Beaumont
|
8a93ffbdd9
|
anvil loading
|
2015-10-23 17:26:25 +02:00 |
|
Romain Beaumont
|
892199e4a3
|
Merge pull request #72 from JWo1F/commands
fix #42
|
2015-10-13 00:17:55 +02:00 |
|
Romain Beaumont
|
c89c9e722e
|
move Command class to its own file, fix bugs in commands and improve info
|
2015-10-13 00:17:38 +02:00 |
|
Romain Beaumont
|
d04e2b829b
|
makes kick timeout configurable
|
2015-10-12 22:28:40 +02:00 |
|
Romain Beaumont
|
37db96d8a1
|
decrease kickTimeout back to its normal value
|
2015-10-12 20:14:26 +02:00 |
|
Romain Beaumont
|
99760fc11c
|
create default-settings.json that shouldn't be edited, use settings.json for custom settings
|
2015-10-09 18:39:13 +02:00 |
|
Ubuntu
|
a4cae0c143
|
Modpe support is merged, added flag for enabling modpe, added world edit
|
2015-10-09 18:07:33 +02:00 |
|
Romain Beaumont
|
c4974f8e33
|
make seed a normal generation option, use es6 default parameters, add superflat (thanks @demipixel)
|
2015-10-09 15:11:28 +02:00 |
|
Romain Beaumont
|
140cf4bb5a
|
add seed to the parameters of generations
|
2015-10-09 14:54:10 +02:00 |
|
Romain Beaumont
|
df58bea932
|
support multiple generation : worldGenerations dir + generation option in the settings, move diamond_square in its own file,
|
2015-10-09 13:08:00 +02:00 |
|
Romain Beaumont
|
2424dac368
|
increase the kickTimeout to 10min, fix "disconnected" infinite world bug
|
2015-10-09 00:23:34 +02:00 |
|
Romain Beaumont
|
a79181b27e
|
go to es6 + use real prismarine-chunk and prismarine-world
|
2015-10-02 00:12:09 +02:00 |
|
Romain Beaumont
|
8c06acf155
|
improve logging : create logs dir if it doesn't exist, use log dir relative to path, add shebang in app.js to allow starting the app.js as a bin, make longjohn enable only if NODE_ENV == 'dev', make "craftyjs" a binary installed with package when npm install -g
|
2015-08-30 07:58:47 +02:00 |
|
Romain Beaumont
|
31f7946437
|
fix logging
|
2015-08-28 23:15:49 +02:00 |
|
mhsjlw
|
8fb1582164
|
Update app.js
|
2015-08-28 17:06:09 -04:00 |
|
mhsjlw
|
ec51d1e875
|
Implemented commands
|
2015-08-27 16:58:04 -04:00 |
|
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
|
034cd43363
|
complete reorganization : client plugins, server plugins
|
2015-08-26 03:27:33 +02: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 |
|
Romain Beaumont
|
3edc0c5265
|
fix position diff (not just <0.1)
|
2015-08-25 23:41:36 +02: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 |
|
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
|
29f02d187f
|
Cleanup
|
2015-08-24 09:08:11 -04:00 |
|
mhsjlw
|
95234325f0
|
Added logging
|
2015-08-24 09:02:36 -04:00 |
|
mhsjlw
|
0c4fc34e57
|
Fixed server side
|
2015-08-23 11:45:52 -04:00 |
|
mhsjlw
|
f27a293c7a
|
More fixing
|
2015-08-23 11:31:13 -04:00 |
|
mhsjlw
|
6c39ef1b3f
|
Fix chatting
|
2015-08-23 11:04:28 -04:00 |
|
mhsjlw
|
6cec112004
|
Update hex to string
|
2015-08-23 10:58:59 -04:00 |
|
mhsjlw
|
c73bb0feb0
|
Get it working
|
2015-08-23 10:28:56 -04:00 |
|
mhsjlw
|
9609f1261b
|
Initial commit
|
2015-08-23 10:21:17 -04:00 |
|