49 Commits

Author SHA1 Message Date
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
Perttu Ahola
23d682884e builtin/client_file: Fix warning message and use std::ios::binary for input files 2014-09-28 21:19:06 +03:00
Perttu Ahola
699fe68646 builtin/client_{lua,data}: Don't spam the log so much 2014-09-27 11:50:16 +03:00
Perttu Ahola
990569c02a builtin/network, interface/packet_stream: Catch unknown packet exceptions and log them as warnings 2014-09-26 16:32:58 +03:00
Perttu Ahola
abab2f9ee0 Apply Vim modeline magic to everything 2014-09-24 14:54:15 +03:00
Perttu Ahola
4f93467716 builtin/client_file: Watch directory so that deleting files doesn't stop the watch 2014-09-24 12:57:11 +03:00
Perttu Ahola
3110d21c3c Dynamic resource reloading works as long as files aren't deleted in between like what git checkout does 2014-09-24 10:58:46 +03:00
Perttu Ahola
7e2cae8940 network: Don't shut down on ECONNRESET="Connection reset by peer" when receiving data 2014-09-24 01:12:16 +03:00
Perttu Ahola
00b79af1f1 builtin/network: Emit network:client_disconnected event at disconnect 2014-09-20 03:02:25 +03:00
Perttu Ahola
ceb8adf65b doc 2014-09-20 03:02:25 +03:00
Perttu Ahola
d2427313ea Prepend license notice to all *.{h,cpp} files 2014-09-19 18:42:14 +03:00
Perttu Ahola
a370bcb166 client, builtin/{network,client_file}: Use portable binary archives 2014-09-19 17:34:00 +03:00
Perttu Ahola
4e76b92196 builtin/network,builtin/client_file: Store and restore state on reload 2014-09-19 17:29:26 +03:00
Perttu Ahola
028e4b9975 Supporting things for builtin/network,builtin/client_file reload restore 2014-09-19 17:02:25 +03:00
Perttu Ahola
66ab5c1985 builtin/client_file, interface/file_watch: Watch changes in automatically transferred files and reload content for new clients 2014-09-19 16:46:17 +03:00
Perttu Ahola
601de946b7 Move module/include/api.h to module/api.h 2014-09-19 15:54:23 +03:00
Perttu Ahola
3176478881 builtin/client_data 2014-09-19 15:47:21 +03:00
Perttu Ahola
fc03490d78 Move stuff from /share to / 2014-09-19 10:40:10 +03:00