117 Commits

Author SHA1 Message Date
Perttu Ahola
3b0f63ded1 builtin/voxelworld: WIP: Limit geometry updates per frame 2014-10-21 18:19:22 +03:00
Perttu Ahola
1973b1c331 builtin/voxelworld: WIP: Use compressed voxel data 2014-10-21 18:19:22 +03:00
Perttu Ahola
1ef9b870cd builtin/voxelworld: WIP: Optimize 2014-10-21 18:19:22 +03:00
Perttu Ahola
a0ea7feea8 builtin/replicate: Remove excessive logging of data 2014-10-21 18:19:22 +03:00
Perttu Ahola
bbc54b5128 builtin/voxelworld, games/digger: WIP 2014-10-21 18:19:22 +03:00
Perttu Ahola
7f52b74fcb builtin/voxelworld, games/digger: WIP 2014-10-21 18:19:22 +03:00
Perttu Ahola
0f83215a29 builtin/voxelworld, games/digger: WIP 2014-10-21 18:19:21 +03:00
Perttu Ahola
b7ead57201 builtin/voxelworld, games/digger: WIP 2014-10-21 18:19:21 +03:00
Perttu Ahola
610fe94d08 doc/todo: Module tags 2014-10-21 18:19:21 +03:00
Perttu Ahola
901e0e9e82 builtin/voxelworld, games/digger: WIP 2014-10-21 18:19:21 +03:00
Perttu Ahola
e87c89c703 builtin/voxelworld, games/digger: WIP 2014-10-21 18:19:21 +03:00
Perttu Ahola
7152179640 builtin/voxelworld, games/digger: Initial dummy versions 2014-10-12 10:06:07 +03:00
Perttu Ahola
1b3a4182ab Fix coding style (previous attempt only touched header files) 2014-10-08 00:52:30 +03:00
Perttu Ahola
dec971307e Fix coding style 2014-10-06 16:57:54 +03:00
Perttu Ahola
05d93e4f99 network:new_client -> network:client_connected 2014-10-05 14:22:02 +03:00
Perttu Ahola
7b043a8c7f Clean up client connect/disconnect related logging 2014-10-05 13:57:52 +03:00
Perttu Ahola
1e767a11f5 builtin/client_lib_test, games/test: Test require("buildat/module/<name>") 2014-10-05 11:56:52 +03:00
Perttu Ahola
60874360d9 server: Allow modules that don't contain C++ files if meta.disable_cpp is set 2014-10-05 11:54:46 +03:00
Perttu Ahola
31f3134276 Rename meta.txt to meta.json 2014-10-04 22:13:23 +03:00
Perttu Ahola
c3468ea8fd Fix module loading on Windows 2014-10-04 13:37:40 +03:00
Perttu Ahola
e050dec31d interface/file_watch: Rename MultiFileWatch to FileWatch 2014-10-04 08:31:29 +03:00
Perttu Ahola
15e9dbcc95 Hack and rape everything so that everything works on Windows and Linux 2014-10-04 00:12:40 +03:00
Perttu Ahola
07f1a22eaa builtin{network,replicate}: Lower log levels for common things 2014-10-03 13:21:24 +03:00
Perttu Ahola
70769a36bf entitysync -> replicate 2014-10-03 11:08:58 +03:00
Perttu Ahola
915d2a7957 client, builtin/entitysync, games/entitytest: Why doesn't this shit work 2014-10-02 21:00:45 +03:00
Perttu Ahola
4d91f34d4e server: Keep track of resource paths and use a BuildatResourceRouter to allow loading resources from modules on the server 2014-10-02 20:45:04 +03:00
Perttu Ahola
d27d3f7d74 builtin/entitysync: Remove useless code 2014-10-02 14:51:33 +03:00
Perttu Ahola
c725b59654 builtin/entitysync: Send messages to appropriate peer only 2014-10-02 14:47:52 +03:00
Perttu Ahola
1bf05e2f22 builtin/entitysync: Comment stuff 2014-10-02 12:37:48 +03:00
Perttu Ahola
05aff94ebf builtin/entitysync: Delete replication states properly 2014-10-02 12:09:38 +03:00
Perttu Ahola
ec560fce1e WIP: Move replication states from server back to builtin/entitysync 2014-10-02 11:55:29 +03:00
Perttu Ahola
882493e47d WIP: Handle new components 2014-10-02 11:30:46 +03:00
Perttu Ahola
2f9c0cc7e4 WIP 2014-10-02 11:20:48 +03:00
Perttu Ahola
2b0625bb36 WIP 2014-10-02 11:10:42 +03:00
Perttu Ahola
2143ec7ec3 WIP 2014-10-02 11:09:29 +03:00
Perttu Ahola
41c3d9309c WIP 2014-10-02 10:49:00 +03:00
Perttu Ahola
21a11a67a7 WIP 2014-10-02 10:45:53 +03:00
Perttu Ahola
89f4989880 WIP 2014-10-02 10:29:07 +03:00
Perttu Ahola
ee1f5c52ce WIP 2014-10-02 10:23:57 +03:00
Perttu Ahola
a6795762cd WIP 2014-10-02 10:20:44 +03:00
Perttu Ahola
f57558c40c server, builtin/entitysync: Store SceneReplicationState in server state due to lifetime issues 2014-10-02 09:42:35 +03:00
Perttu Ahola
a2d430d35f server/state, builtin/entitysync: Tracking of node and component changes works 2014-10-01 23:27:31 +03:00
Perttu Ahola
fa261d74d9 server: Subscribing to Urho3D events works (interface::Server::sub_magic_event()) 2014-10-01 21:38:15 +03:00
Perttu Ahola
1509bf1a51 WIP 2014-10-01 20:11:09 +03:00
Perttu Ahola
6470836aab builtin/entitysync 2014-10-01 19:00:59 +03:00
Perttu Ahola
272a2dc7bf builtin/{network,client_file}: Tweak and fix minor things 2014-10-01 09:25:24 +03:00
Perttu Ahola
be719f7eb8 server: Use interface::ModuleInfo in module load interface 2014-09-30 14:23:24 +03:00
Perttu Ahola
851cc805a7 interface/module_info.h 2014-09-30 13:34:22 +03:00
Perttu Ahola
b13436e0df Fix coding style (doing this on core/sajson.h is a bit weird but whatever) 2014-09-30 12:33:48 +03:00
Perttu Ahola
da8c8048d3 builtin/loader 2014-09-29 21:42:49 +03:00