Commit Graph

106 Commits (master)

Author SHA1 Message Date
Perttu Ahola 1e3e0ea85e extensions/urho3d: Whitelist more stuff 2014-11-03 17:15:47 +02:00
Perttu Ahola 4f0bf40772 extensions/urho3d: UIElement:Remove() 2014-10-30 02:17:39 +02:00
Perttu Ahola 1ca6915fe0 extensions/urho3d: UIElement.width 2014-10-28 01:49:56 +02:00
Perttu Ahola 16097914bd client: Trigger replicate.sub_sync_node_added callbacks only after and immediately when replicate:create_node has been fully processed 2014-10-22 11:53:41 +03:00
Perttu Ahola d979851969 games/digger: Better pointed voxel visualization 2014-10-21 18:19:27 +03:00
Perttu Ahola b8140b9b1d extensions/urho3d: Add more stuff 2014-10-21 18:19:27 +03:00
Perttu Ahola d2839d5cf3 client: voxelworld.get_static_voxel() 2014-10-21 18:19:27 +03:00
Perttu Ahola adbb3290e7 WIP 2014-10-21 18:19:26 +03:00
Perttu Ahola 10faca4461 extensions/urho3d: Remove useless commented-out stuff 2014-10-21 18:19:26 +03:00
Perttu Ahola b9b47ee6d9 WIP 2014-10-21 18:19:26 +03:00
Perttu Ahola ddb0e2e8c8 games/digger: Move lights to client side 2014-10-21 18:19:26 +03:00
Perttu Ahola 29add321de extensions/urho3d/safe_events.lua: Add some mouse events 2014-10-21 18:19:24 +03:00
Perttu Ahola a905b7ed05 games/digger: 2x higher player with rouching 2014-10-21 18:19:24 +03:00
Perttu Ahola 9270fd43c0 doc 2014-10-21 18:19:24 +03:00
Perttu Ahola fee49fc938 extensions/urho3d/safe_classes.lua: Quaternion 2014-10-21 18:19:24 +03:00
Perttu Ahola 9ca7697f7e client, sandbox_test: Make things toggleable via F10 instead of just being launchable 2014-10-21 18:19:23 +03:00
Perttu Ahola 6d26d3144d extensions/urho3d: Scene:GetNode() 2014-10-21 18:19:23 +03:00
Perttu Ahola 3f69453efe builtin/voxelworld: WIP 2014-10-21 18:19:23 +03:00
Perttu Ahola cd3abc2048 builtin/voxelworld: WIP: Physics don't work 2014-10-21 18:19:22 +03:00
Perttu Ahola aa64aad4d7 extensions/urho3d: More Vector3 and Node methods 2014-10-21 18:19:22 +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 e8e5fcfde9 extensions/replicate,urho3d: magic.sub_sync_node_added -> replicate.sub_sync_node_added 2014-10-21 18:19:21 +03:00
Perttu Ahola f55cbc7468 games/geometry, buildat.set_simple_voxel_model() 2014-10-06 07:59:39 +03:00
Perttu Ahola 1e16b977e6 extensions/urho3d: Whitelist stuff 2014-10-06 07:53:34 +03:00
Perttu Ahola 93215a3bc8 extensions/experimental: Remove unused code 2014-10-06 07:53:34 +03:00
Perttu Ahola 62315882dc client: Split common Lua stuff to a sane-ish file structure 2014-10-05 15:54:14 +03:00
Perttu Ahola 623ba0b67b extensions/ui_utils 2014-10-05 11:14:55 +03:00
Perttu Ahola 68aa21cf6f extensions/urho3d: Remove log:error() used for temporary debugging 2014-10-05 10:54:04 +03:00
Perttu Ahola f9d2e825cc client: Fix loading of extensions (extensions were loaded twice; one instance for the sandbox and one for other extensions, which broke things) 2014-10-04 19:48:31 +03:00
Perttu Ahola e6c1b78b4b windows: Fix client by using LuaJIT and installing DLLs 2014-10-04 19:12:12 +03:00
Perttu Ahola b924d66b3a extensions/urho3d: Variant, Material:SetShaderParameter 2014-10-04 09:36:16 +03:00
Perttu Ahola dd1e991602 extensions/urho3d: Fix UnsubscribeFromEvent() so that uistack's SubscribeToStackEvent() works like it should 2014-10-03 13:16:16 +03:00
Perttu Ahola f089913ea6 extensions/urho3d: Add nodes and components in LOCAL mode by default 2014-10-03 13:05:33 +03:00
Perttu Ahola d7a6737569 games/entitytest, extensions/urho3d: Fix camera to be a local scene node so that it doesn't disappear once new nodes are added by the server 2014-10-03 12:57:57 +03:00
Perttu Ahola 92f63f2bbb extensions/magic_sandbox: Never wrap nil into a sandbox wrapper instance (it's very confusing) 2014-10-03 12:43:13 +03:00
Perttu Ahola a001b1ba64 client: Clean interface to scene replication (hide the hack inside client/app and client/replication.lua) 2014-10-03 12:19:41 +03:00
Perttu Ahola 70769a36bf entitysync -> replicate 2014-10-03 11:08:58 +03:00
Perttu Ahola f43dd14d4c client: Clean up logging of received updates 2014-10-03 01:50:18 +03:00
Perttu Ahola c3032ff13b extensions/urho3d: Stuff, including sub_sync_node_added() 2014-10-03 01:43:04 +03:00
Perttu Ahola 9f7f9bd804 Use Urho3D::ResourceRouter 2014-10-02 19:35:03 +03:00
Perttu Ahola cb6b59ac41 WIP 2014-10-02 14:38:59 +03:00
Perttu Ahola c6a88ac4ce WIP 2014-10-02 13:52:48 +03:00
Perttu Ahola a14d0e1b46 extensions/sandbox_test: Add names 2014-10-02 13:42:04 +03: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 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