Changed the license for some of the files, because I forgot about them yesterday. Sometimes I implement functionality in them, and then port it to the entity spell system module. FYI I'll clean this header up a bit later, the MIT license refers to the same one as in the aforementioned module. This is also true for voxelman related classes.

This commit is contained in:
Relintai 2019-11-21 13:10:00 +01:00
parent b3e02338ec
commit fe610dbc7d
9 changed files with 18 additions and 27 deletions

View File

@ -1,8 +1,7 @@
extends Node
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
# Copyright Péter Magyar relintai@gmail.com
# MIT License, functionality from this class needs to be protable to the entity spell system
export (PackedScene) var player_scene : PackedScene
export (PackedScene) var networked_player_scene : PackedScene

View File

@ -1,8 +1,7 @@
extends ProfileManager
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
# Copyright Péter Magyar relintai@gmail.com
# MIT License, functionality from this class needs to be protable to the entity spell system
#export (float) var save_interval : float = 20
#var last_save_time : float = 0

View File

@ -1,9 +1,8 @@
extends Spatial
class_name CharacterSkeketonAttachPoint
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
# Copyright Péter Magyar relintai@gmail.com
# MIT License, functionality from this class needs to be protable to the entity spell system
var effects : Dictionary
var timed_effects : Dictionary

View File

@ -1,9 +1,8 @@
tool
extends CharacterSkeleton3D
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
# Copyright Péter Magyar relintai@gmail.com
# MIT License, functionality from this class needs to be protable to the entity spell system
export(bool) var refresh_in_editor : bool = false setget editor_build
export(bool) var automatic_build : bool = false

View File

@ -1,9 +1,8 @@
extends Entity
class_name DisplayPlayerGD
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
# Copyright Péter Magyar relintai@gmail.com
# MIT License, functionality from this class needs to be protable to the entity spell system
func _setup():
._setup()

View File

@ -1,8 +1,7 @@
extends Entity
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
# Copyright Péter Magyar relintai@gmail.com
# MIT License, functionality from this class needs to be protable to the entity spell system
#export (String) var map_path : String
export(float) var max_visible_distance : float = 120 setget set_max_visible_distance

View File

@ -1,9 +1,8 @@
extends "PlayerGDBase.gd"
class_name NetworkedPlayerGD
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
# Copyright Péter Magyar relintai@gmail.com
# MIT License, functionality from this class needs to be protable to the entity spell system
#export (float) var MOUSE_SENSITIVITY : float = 0.05
#export (String) var map_path : String

View File

@ -1,9 +1,8 @@
extends "PlayerGDBase.gd"
class_name PlayerGD
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
# Copyright Péter Magyar relintai@gmail.com
# MIT License, functionality from this class needs to be protable to the entity spell system
export (float) var MOUSE_SENSITIVITY : float = 0.05
export (String) var world_path : String = ".."

View File

@ -1,8 +1,7 @@
extends Entity
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
# Copyright Péter Magyar relintai@gmail.com
# MIT License, functionality from this class needs to be protable to the entity spell system
var _timer : float = randf() * 2.0