26 Commits

Author SHA1 Message Date
Perttu Ahola
625d7a53c1 client: Loading resources received from server works 2014-09-24 01:13:26 +03:00
Perttu Ahola
d934d02f6e testmodules/test1: Shows a 3D scene controllable by user input; add and fix other things to support it 2014-09-24 01:12:16 +03:00
Perttu Ahola
847f8e9599 CMakeLists.txt: Initial Urho3D things 2014-09-24 01:12:16 +03:00
Perttu Ahola
e9c4f5a468 extensions/polycode_sandbox: Automagic sandbox wrapper for Polycode's Lua class model - now sandboxed code can subclass classes provided by Polycode 2014-09-22 01:23:47 +03:00
Perttu Ahola
036ea9dc77 CMakeLists.txt: Allow selecting what to build (-DBUILD_SERVER=true/false, -DBUILD_CLIENT=true/false) 2014-09-21 13:12:48 +03:00
Perttu Ahola
5dcde57c38 client: Fix undescriptive error message when extension module returns nil 2014-09-21 10:18:11 +03:00
Perttu Ahola
590a61e341 client/app: The ultimate type table format for __buildat_cereal_binary_output() 2014-09-20 19:59:06 +03:00
Perttu Ahola
8e9555faf1 doc 2014-09-20 19:05:30 +03:00
Perttu Ahola
99bfd2c53a server/rccpp, server/state: Supply cxxflags and ldflags from deps.txt to compiler 2014-09-20 03:02:26 +03:00
Perttu Ahola
b4645bb7a5 doc: Tweak deps.txt 2014-09-20 03:02:25 +03:00
Perttu Ahola
ceb8adf65b doc 2014-09-20 03:02:25 +03:00
Perttu Ahola
23420897f0 doc/conventions.txt: build -> Build; some other tweaks 2014-09-20 03:02:25 +03:00
Perttu Ahola
e0cb500671 server/state: Track modifications in files included from module source 2014-09-19 18:02:50 +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
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
dd39767cf5 client/extensions 2014-09-19 11:29:59 +03:00
Perttu Ahola
5f66d2eeb6 File transfer WIP 2014-09-18 23:47:05 +03:00
Perttu Ahola
61a2e6d2d6 doc 2014-09-18 18:12:59 +03:00
Perttu Ahola
c7a1b82628 Remove mutexes from modules and handle locking automatically by callback-based access control 2014-09-18 13:09:30 +03:00
Perttu Ahola
8e7099ea89 server: Callback-based access control to modules 2014-09-18 02:09:53 +03:00
Perttu Ahola
92f3a138cf Switch Event::Private::p from sp_ to up_ 2014-09-17 19:07:26 +03:00
Perttu Ahola
48c4161a0e WIP 2014-09-17 13:37:34 +03:00
Perttu Ahola
4bb82394c4 doc 2014-09-17 09:46:19 +03:00
Perttu Ahola
0b35ec124e doc: conventions.txt, todo.txt 2014-09-17 09:37:11 +03:00