mirror of https://github.com/teverse/teverse
Compare commits
3 Commits
46fda8fe65
...
e91fad1555
Author | SHA1 | Date |
---|---|---|
teverse | e91fad1555 | |
teverse | 4fd6375073 | |
teverse | 2426c83bde |
|
@ -5,7 +5,7 @@ This repo contains open source components produced for Teverse.
|
|||
|
||||
# Copyright
|
||||
|
||||
Copyright (c) 2019 teverse.com
|
||||
Copyright (c) 2020 teverse.com
|
||||
|
||||
# Acknowledgements
|
||||
- sound/click.ogg sourced from http://soundbible.com/1705-Click2.html
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--[[
|
||||
Copyright 2019 Teverse
|
||||
Copyright 2020 Teverse
|
||||
@File core/client/cameraController.lua
|
||||
@Author(s) Jay
|
||||
--]]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--[[
|
||||
Copyright 2019 Teverse
|
||||
Copyright 2020 Teverse
|
||||
@File core/client/characterController.lua
|
||||
@Author(s) Jay
|
||||
--]]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--[[
|
||||
Copyright 2019 Teverse
|
||||
Copyright 2020 Teverse
|
||||
@File core/client/chat.lua
|
||||
@Author(s) Jay
|
||||
--]]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--[[
|
||||
Copyright 2019 Teverse
|
||||
Copyright 2020 Teverse
|
||||
@File core/client/loader.lua
|
||||
@Author(s) Jay
|
||||
@Description Loads all open sourced components of the client.
|
||||
|
@ -9,4 +9,4 @@ print("Loaded Client")
|
|||
require("tevgit:core/client/debug.lua")
|
||||
require("tevgit:core/client/chat.lua")
|
||||
require("tevgit:core/client/playerList.lua")
|
||||
|
||||
--require("tevgit:core/client/characterController.lua")
|
|
@ -1,5 +1,5 @@
|
|||
--[[
|
||||
Copyright 2019 Teverse
|
||||
Copyright 2020 Teverse
|
||||
@File core/client/playerList.lua
|
||||
@Author(s) Jay
|
||||
--]]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--[[
|
||||
Copyright 2019 Teverse
|
||||
Copyright 2020 Teverse
|
||||
@File core/server/characterController.lua
|
||||
@Author(s) Jay
|
||||
--]]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--[[
|
||||
Copyright 2019 Teverse
|
||||
Copyright 2020 Teverse
|
||||
@File core/server/chat.lua
|
||||
@Author(s) Jay
|
||||
--]]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--[[
|
||||
Copyright 2019 Teverse
|
||||
Copyright 2020 Teverse
|
||||
@File core/server/loader.lua
|
||||
@Author(s) Jay
|
||||
@Description Loads all open sourced components of the server.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--[[
|
||||
create.lua
|
||||
Copyright (c) 2019 teverse.com
|
||||
Copyright (c) 2020 teverse.com
|
||||
|
||||
This script is ran when the user loads create mode,
|
||||
it is given workshop level sandboxing permissions.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- Copyright (c) 2019 teverse.com
|
||||
-- Copyright (c) 2020 teverse.com
|
||||
|
||||
local hotkeysController = {
|
||||
bindings = {}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- Copyright 2019 teverse.com
|
||||
-- Copyright 2020 teverse.com
|
||||
|
||||
local cameraController = {
|
||||
zoomStep = 3,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- Copyright 2019 Teverse.com
|
||||
-- Copyright 2020 Teverse.com
|
||||
-- Used to share variables between scripts
|
||||
|
||||
-- shamelessly stolen from http://lua-users.org/wiki/SimpleRound
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- Copyright 2019 Teverse.com
|
||||
-- Copyright 2020 Teverse.com
|
||||
|
||||
-- Tool Constants:
|
||||
local toolName = "Hand"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- Copyright 2019 Teverse.com
|
||||
-- Copyright 2020 Teverse.com
|
||||
-- This script is responsible for loading in the other sidetools
|
||||
-- This is required by the UI system and the array returned is used to generate the sidebar
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- Copyright 2019 Teverse.com
|
||||
-- Copyright 2020 Teverse.com
|
||||
|
||||
-- Tool Constants:
|
||||
local toolName = "Move"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- Copyright 2019 Teverse.com
|
||||
-- Copyright 2020 Teverse.com
|
||||
|
||||
-- Tool Constants:
|
||||
local toolName = "Rotate"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- Copyright 2019 Teverse.com
|
||||
-- Copyright 2020 Teverse.com
|
||||
|
||||
-- Tool Constants:
|
||||
local toolName = "Scale"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- Copyright 2019 Teverse.com
|
||||
-- Copyright 2020 Teverse.com
|
||||
-- Responsible for managing the aesthetics of different UI elements
|
||||
|
||||
local currentTheme = require("tevgit:workshop/controllers/ui/themes/default.lua")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- Copyright 2019 Teverse.com
|
||||
-- Copyright 2020 Teverse.com
|
||||
-- This script includes shorcuts for creating UIs.
|
||||
-- Any interface created here will be properly themed.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- Copyright 2019 Teverse.com
|
||||
-- Copyright 2020 Teverse.com
|
||||
-- Responsible for creating the workshop interface
|
||||
|
||||
local shared = require("tevgit:workshop/controllers/shared.lua")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- Copyright 2019 Teverse.com
|
||||
-- Copyright 2020 Teverse.com
|
||||
|
||||
return {
|
||||
primary = {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- Copyright 2019 Teverse
|
||||
-- Copyright 2020 Teverse
|
||||
-- This script is required when workshop is loaded,
|
||||
-- and engine.workshop is passed to the function returned.
|
||||
-- e.g. require('tevgit:workshop/main.lua')(engine.workshop)
|
||||
|
|
Loading…
Reference in New Issue