From 2fad69a1ecfc5b74acb8bbf637269b2e7448a9fa Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Mon, 25 Feb 2019 11:19:01 -0500 Subject: [PATCH] small tweaks There are some things that are left to be done. love2d support needs some work and there is one issue that I am trying to fix with this library. Should be able to release soonish --- multi/compat/love2d.lua | 2 +- multi/init.lua | 2 +- multi/integration/lanesManager.lua | 2 +- multi/integration/loveManager.lua | 2 +- multi/integration/luvitManager.lua | 2 +- multi/integration/networkManager.lua | 2 +- multi/integration/shared.lua | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/multi/compat/love2d.lua b/multi/compat/love2d.lua index 917a561..7048deb 100644 --- a/multi/compat/love2d.lua +++ b/multi/compat/love2d.lua @@ -1,7 +1,7 @@ --[[ MIT License -Copyright (c) 2018 Ryan Ward +Copyright (c) 2019 Ryan Ward Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/multi/init.lua b/multi/init.lua index b0a7a10..19894e1 100644 --- a/multi/init.lua +++ b/multi/init.lua @@ -1,7 +1,7 @@ --[[ MIT License -Copyright (c) 2018 Ryan Ward +Copyright (c) 2019 Ryan Ward Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/multi/integration/lanesManager.lua b/multi/integration/lanesManager.lua index e96368a..2172f7c 100644 --- a/multi/integration/lanesManager.lua +++ b/multi/integration/lanesManager.lua @@ -1,7 +1,7 @@ --[[ MIT License -Copyright (c) 2018 Ryan Ward +Copyright (c) 2019 Ryan Ward Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/multi/integration/loveManager.lua b/multi/integration/loveManager.lua index 19bc2b4..02f2f9e 100644 --- a/multi/integration/loveManager.lua +++ b/multi/integration/loveManager.lua @@ -1,7 +1,7 @@ --[[ MIT License -Copyright (c) 2018 Ryan Ward +Copyright (c) 2019 Ryan Ward Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/multi/integration/luvitManager.lua b/multi/integration/luvitManager.lua index 6e7fba4..862783d 100644 --- a/multi/integration/luvitManager.lua +++ b/multi/integration/luvitManager.lua @@ -1,7 +1,7 @@ --[[ MIT License -Copyright (c) 2018 Ryan Ward +Copyright (c) 2019 Ryan Ward Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/multi/integration/networkManager.lua b/multi/integration/networkManager.lua index 21c847a..7102b7d 100644 --- a/multi/integration/networkManager.lua +++ b/multi/integration/networkManager.lua @@ -1,7 +1,7 @@ --[[ MIT License -Copyright (c) 2018 Ryan Ward +Copyright (c) 2019 Ryan Ward Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/multi/integration/shared.lua b/multi/integration/shared.lua index e1fd6d1..6d420ba 100644 --- a/multi/integration/shared.lua +++ b/multi/integration/shared.lua @@ -1,7 +1,7 @@ --[[ MIT License -Copyright (c) 2018 Ryan Ward +Copyright (c) 2019 Ryan Ward Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal