378 Commits

Author SHA1 Message Date
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
9f772d8313 server: -C [module_name]: Skip compiling specified module (useful in place of automatic modification checking to speed up module development) 2014-10-02 08:45:30 +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
4637f795e5 src/interface/magic_event.h: Add missing file 2014-10-01 21:37:24 +03:00
Perttu Ahola
bd3d8e4eda server: Link modules with shared Urho3D (Note: For things to work, the server must be linked with the same shared Urho3D) 2014-10-01 21:13:31 +03:00
Perttu Ahola
1509bf1a51 WIP 2014-10-01 20:11:09 +03:00
Perttu Ahola
cfcf571bbd server/main: Catch ServerShutdownRequest 2014-10-01 20:10:53 +03:00
Perttu Ahola
6470836aab builtin/entitysync 2014-10-01 19:00:59 +03:00
Perttu Ahola
021fb9d57f WIP 2014-10-01 19:00:40 +03:00
Perttu Ahola
621afca60c WIP 2014-10-01 18:36:42 +03:00
Perttu Ahola
953f47785b server: Add Urho3D library to module build. Requires a static build of Urho3D with an added -fPIC option. 2014-10-01 10:06:09 +03:00
Perttu Ahola
2e53eb5e1f server: Add Urho3D's directories to module include path 2014-10-01 09:31:27 +03:00
Perttu Ahola
8e11727c1c server: Decrease log level for module compilation related messages 2014-10-01 09:31:27 +03:00
Perttu Ahola
272a2dc7bf builtin/{network,client_file}: Tweak and fix minor things 2014-10-01 09:25:24 +03:00
Perttu Ahola
e1b33c08c0 games/{minigame,test,uitest}: Remove useless bloat from __loaders 2014-09-30 14:28:57 +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
bd7d185dbf doc/conventions.txt: Fix typo: folow -> follow 2014-09-30 12:34:25 +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
0e972b6c48 games/minigame/main: Fix textures after naming modification 2014-09-30 01:00:59 +03:00
Perttu Ahola
e02ed44af9 doc/conventions.txt: Update and make things clearer 2014-09-30 00:02:24 +03:00
Perttu Ahola
23d26c81b2 Restructure /test/ into /games/ 2014-09-29 23:50:43 +03:00
Perttu Ahola
a0872fec6f client/sandbox.lua: Fix string concatenation when creating an error message 2014-09-29 23:47:16 +03:00
Perttu Ahola
da8c8048d3 builtin/loader 2014-09-29 21:42:49 +03:00
Perttu Ahola
0c98f5ab4a server: Add "reason" parameter to interface::Server::shutdown() which is printed and logged as the last thing before the server exits 2014-09-29 21:42:49 +03:00
Perttu Ahola
0f6900d669 core/json 2014-09-29 21:42:49 +03:00
Perttu Ahola
e1e13ada38 impl/linux/file_watch: Decrease log level 2014-09-29 21:42:49 +03:00
celeron55
0d54cfda95 Merge pull request #5 from t0suj4/minigame
Port minigame to Urho3D
2014-09-29 21:03:38 +03:00
Břetislav Štec
20c0871bd5 test/testmodules/minigame: port to Urho3D 2014-09-29 19:59:50 +02:00
Břetislav Štec
86b35173e3 extensions/urho3d/safe_classes.lua: Wrap more methods for Scene and Node 2014-09-29 19:59:50 +02:00
Perttu Ahola
3947187ef5 Fix coding style 2014-09-28 21:19:19 +03:00
Perttu Ahola
7c4aae236c util/codestyle.sh: Fix issues with reformatting things containing '&' characters 2014-09-28 21:19:19 +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
23a0df2d19 client/app: KEY_F9: Toggle Urho3D's debug HUD 2014-09-28 15:51:20 +03:00
Perttu Ahola
ba42488bf8 extensions/sandbox_test: When loaded, start checking values at runtime as reported by magic_sandbox 2014-09-28 15:25:08 +03:00
Perttu Ahola
b23711f066 extensions/sandbox_test/try_exploit.lua: Try calling found functions 2014-09-28 14:00:17 +03:00
Perttu Ahola
0e7c9fc6e4 extensions/urho3d: Fix exploit revealed by extensions/sandbox_test caused by a stupid mistake 2014-09-28 12:59:35 +03:00
Perttu Ahola
1148decb2a extensions/sandbox_test: Search for exploits in latest real sandbox environments and a test sandbox environment (KEY_F10) 2014-09-28 12:57:47 +03:00
Perttu Ahola
4e5babfa0b doc 2014-09-28 01:21:36 +03:00
Perttu Ahola
b75ae30f86 client: Disable Urho3D log file 2014-09-28 01:07:26 +03:00
Perttu Ahola
779e95b3ec extensions/__menu: Fix UI warnings 2014-09-28 01:05:04 +03:00
Perttu Ahola
8b34854995 client/main: Log "Succesful shutdown" on succesful shutdown, to distinguish it from a crash 2014-09-28 01:00:10 +03:00
Perttu Ahola
4e7d03adc6 client: Get rid of exception about inexisting remote resource when accessing a local resoource 2014-09-28 00:55:37 +03:00
Perttu Ahola
c54cda99ff client: Clean up logging 2014-09-28 00:44:45 +03:00
Perttu Ahola
880406b193 client/app: Redirect Urho3D's log to our better and in every way more glorious log system 2014-09-28 00:35:41 +03:00
Perttu Ahola
db1eaf5041 client/main: Re-creating app:App requires guard to be disabled; do that 2014-09-28 00:28:41 +03:00
Perttu Ahola
13381d0202 core/log: Don't use #defines for log levels 2014-09-28 00:27:55 +03:00
Perttu Ahola
94f94c0f0d client/extensions.lua: Put our Lua package loader first in package.loaders to get rid of unnecessary extension lookups in disallowed files 2014-09-27 23:38:48 +03:00