Quentin Bazin
|
e62bd77236
|
[Registry] Item drop fixed.
|
2019-01-20 21:02:08 +01:00 |
|
Quentin Bazin
|
61ee28fe83
|
[screenshots] Updated.
|
2019-01-20 19:19:16 +01:00 |
|
Quentin Bazin
|
9c620efaf3
|
[Recipe] Serialization functions added.
|
2019-01-20 17:54:11 +01:00 |
|
Quentin Bazin
|
f9393c5316
|
[ScriptEngine] Moved to server.
|
2019-01-20 17:08:44 +01:00 |
|
Quentin Bazin
|
3d78f68b09
|
[README.md] Updated.
|
2019-01-20 15:08:52 +01:00 |
|
Quentin Bazin
|
3105fe9339
|
[ClientWorld|ServerWorld] Increased world size. [Player] Sprint added.
|
2019-01-20 15:07:45 +01:00 |
|
Quentin Bazin
|
0b88b1bc22
|
[README.md] Updated.
|
2019-01-20 15:07:45 +01:00 |
|
Quentin Bazin
|
29c518631b
|
[.travis.yml] Added.
|
2019-01-20 15:07:45 +01:00 |
|
Quentin Bazin
|
8124cab3b6
|
Chunk loading optimized.
|
2019-01-20 15:07:45 +01:00 |
|
Quentin Bazin
|
f146e2d5da
|
[Config] No clip mode added. [SettingsMenuState] Small refactoring.
|
2019-01-20 15:07:45 +01:00 |
|
Quentin Bazin
|
b86f8d719a
|
[ChunkLightmap] Temporary fix added for lighting bug.
|
2019-01-20 15:07:45 +01:00 |
|
Quentin Bazin
|
104597a39d
|
[Network] 'ChunkRequest' command added.
|
2019-01-20 15:07:45 +01:00 |
|
Quentin Bazin
|
9da2ad5f86
|
[Client|Server] Removed old command flow. [Network] Useless commands removed.
|
2019-01-20 15:07:45 +01:00 |
|
Quentin Bazin
|
ec2a27b587
|
[BlockCursor] Now implements PlayerDigBlock network event.
|
2019-01-20 15:07:45 +01:00 |
|
Quentin Bazin
|
4b85e3928e
|
[ChunkLightmap] Crash fixed (again). [GameState] Fixed SDL window event handling.
|
2019-01-20 15:07:45 +01:00 |
|
Quentin Bazin
|
38731bd155
|
[ClientApplication] '--port' argument added.
|
2019-01-20 15:07:45 +01:00 |
|
Quentin Bazin
|
b7735ca71a
|
[ChunkLightmap] Crash fixed. [ServerApplication] '--port' argument added.
|
2019-01-20 15:07:45 +01:00 |
|
Quentin Bazin
|
03bffbb666
|
[Network] Server is now aware of placed blocks and can forward the info to other clients.
|
2019-01-20 15:07:45 +01:00 |
|
Quentin Bazin
|
2d569fd978
|
[ClientWorld|ServerWorld] Reduced world size to make testing easier.
|
2019-01-20 15:07:45 +01:00 |
|
Quentin Bazin
|
a972b67cdc
|
[World] 'renderDistance' variable moved to Config.
|
2019-01-20 15:07:45 +01:00 |
|
Quentin Bazin
|
c14e5ecd4d
|
[Client] Preparing chunk request.
|
2019-01-20 15:07:45 +01:00 |
|
Quentin Bazin
|
307a1bdb23
|
Now using Faithful 32x texture pack for items.
|
2019-01-20 15:07:45 +01:00 |
|
Quentin Bazin
|
07ad682f94
|
Now using Faithful 32x texture pack for blocks.
|
2019-01-20 15:07:45 +01:00 |
|
Quentin Bazin
|
6c9b4bf644
|
[ChunkBuilder] Flowers are now sensible to light.
|
2019-01-20 15:07:45 +01:00 |
|
Quentin Bazin
|
9e4574ea22
|
[World] Useless code removed.
|
2019-01-20 15:07:45 +01:00 |
|
Quentin Bazin
|
f5c9054e81
|
[ChunkLightmap|TerrainGenerator] Optimized chunk sending.
|
2019-01-20 15:07:45 +01:00 |
|
Quentin Bazin
|
6f933ab34f
|
[ChunkLightmap] Useless check removed.
|
2019-01-20 15:07:45 +01:00 |
|
Quentin Bazin
|
e721b7b4ba
|
[ClientWorld] Reload chunks when settings have changed.
|
2019-01-20 15:07:45 +01:00 |
|
Quentin Bazin
|
824c6d30c0
|
[ChunkLightmap] Now handled by both client and server.
|
2019-01-20 15:07:45 +01:00 |
|
Quentin Bazin
|
8c847a4eb6
|
[README.md] Updated.
|
2019-01-20 15:07:45 +01:00 |
|
Quentin Bazin
|
e84f0c4e53
|
[World] Removed useless code.
|
2019-01-20 15:07:45 +01:00 |
|
Quentin Bazin
|
d89283ddab
|
[ServerLoadingState] Added.
|
2019-01-20 15:07:45 +01:00 |
|
Quentin Bazin
|
f374c7ba80
|
[HUD] All the widgets works now.
|
2019-01-20 15:07:45 +01:00 |
|
Quentin Bazin
|
1f277f38a1
|
[Player] Collisions: OK. [SettingsMenuState] Fly mode option added.
|
2019-01-20 15:07:45 +01:00 |
|
Quentin Bazin
|
ca90070905
|
[graphics|hud] Moved to client.
|
2019-01-20 15:07:45 +01:00 |
|
Quentin Bazin
|
9d8e9a297d
|
[ClientApplication] Added back support for ScriptEngine.
|
2019-01-20 15:07:45 +01:00 |
|
Quentin Bazin
|
70d6a94332
|
[ServerWorld] Worldgen fixed.
|
2019-01-20 15:07:45 +01:00 |
|
Quentin Bazin
|
d75d7b7f54
|
[ServerChunk] Buggy worldgen, but still a worldgen.
|
2019-01-20 15:07:45 +01:00 |
|
Quentin Bazin
|
c9ba346b4c
|
[ServerChunk] Now using TerrainGenerator instead of a random gen.
|
2019-01-20 15:07:45 +01:00 |
|
Quentin Bazin
|
fce9eba630
|
[ClientWorld|ServerWorld] Added. Code cleaned a bit.
|
2019-01-20 15:07:45 +01:00 |
|
Quentin Bazin
|
104c47d898
|
[GameState|ServerApplication] Test for block sending: OK.
|
2019-01-20 15:07:45 +01:00 |
|
Quentin Bazin
|
5070a35b62
|
[Server] Connection callback added. [Network] ChunkData command added.
|
2019-01-20 15:07:45 +01:00 |
|
Quentin Bazin
|
9667138c47
|
[Config] Fixed near plane value. [Client] Now supports custom commands.
|
2019-01-20 15:07:45 +01:00 |
|
Quentin Bazin
|
402cd5fe09
|
[ClientChunk] Added. Started world client/server architecture.
|
2019-01-20 15:07:45 +01:00 |
|
Quentin Bazin
|
7caeafb845
|
[Server] Added parameter 'port' for init().
|
2019-01-20 15:07:45 +01:00 |
|
Quentin Bazin
|
389ee41f05
|
Server can be closed correctly now.
|
2019-01-20 15:07:45 +01:00 |
|
Quentin Bazin
|
3884be8868
|
Basic network classes added: Client, Server, ClientApplication, ServerApplication.
|
2019-01-20 15:07:45 +01:00 |
|
Quentin Bazin
|
c36481f4ef
|
[CMakeLists.txt] Improved build for client/server architecture.
|
2019-01-20 15:07:45 +01:00 |
|
Quentin Bazin
|
a17d361297
|
Now depends on SFML2 network lib.
|
2019-01-20 15:07:45 +01:00 |
|
Sylvio
|
2b236bc42f
|
fix(BlockCursor) Change call to onBlockActivated in BlockCursor::onEvent + add .vscode gitignore
|
2019-01-09 01:36:02 +01:00 |
|