-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed old Integrator Removed UTLib Added Server Installation menu
- Loading branch information
Showing
18 changed files
with
661 additions
and
385 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
syntax: glob | ||
utchat/utchat.conf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--Generic Format-- | ||
--[[ | ||
- type = <string> | ||
- startpos = <number> | ||
- endpos = <number> | ||
]]-- | ||
|
||
class 'Format' | ||
|
||
-- Shadow Effect Init | ||
function Format:__init( startpos, endpos ) | ||
self.startpos = startpos | ||
self.endpos = endpos | ||
self.type = class_info(self).name:lower() | ||
end | ||
|
||
-- Shadow Effect Render | ||
function Format:Render( block ) | ||
error("Render function not implemented") | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.