Skip to content

Commit

Permalink
Updating to version 0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
KazukiPrzyborowski committed Dec 3, 2023
1 parent 48ccda8 commit c0c7607
Show file tree
Hide file tree
Showing 21 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion example.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Copyright 2015-2021 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2015-2021 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: example.py - Last Update: 12/01/2023 Ver. 0.8.4 RC 1 - Author: cooldude2k $
$FileInfo: example.py - Last Update: 12/03/2023 Ver. 0.8.6 RC 1 - Author: cooldude2k $
'''

import libhockeydata, os, sys, random;
Expand Down
2 changes: 1 addition & 1 deletion libhockeydata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Copyright 2015-2021 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2015-2021 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: __init__.py - Last Update: 12/01/2023 Ver. 0.8.4 RC 1 - Author: cooldude2k $
$FileInfo: __init__.py - Last Update: 12/03/2023 Ver. 0.8.6 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion libhockeydata/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Copyright 2015-2021 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2015-2021 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: __main__.py - Last Update: 12/01/2023 Ver. 0.8.4 RC 1 - Author: cooldude2k $
$FileInfo: __main__.py - Last Update: 12/03/2023 Ver. 0.8.6 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion libhockeydata/hockeydatabase.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Copyright 2015-2021 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2015-2021 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: hockeydatabase.py - Last Update: 12/01/2023 Ver. 0.8.4 RC 1 - Author: cooldude2k $
$FileInfo: hockeydatabase.py - Last Update: 12/03/2023 Ver. 0.8.6 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion libhockeydata/hockeydwnload.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Copyright 2015-2021 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2015-2021 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: downloader.py - Last Update: 12/01/2023 Ver. 0.8.4 RC 1 - Author: cooldude2k $
$FileInfo: downloader.py - Last Update: 12/03/2023 Ver. 0.8.6 RC 1 - Author: cooldude2k $
'''

from __future__ import division, absolute_import, print_function;
Expand Down
2 changes: 1 addition & 1 deletion libhockeydata/hockeydwnloadold.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Copyright 2015-2021 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2015-2021 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: downloader.py - Last Update: 12/01/2023 Ver. 0.8.4 RC 1 - Author: cooldude2k $
$FileInfo: downloader.py - Last Update: 12/03/2023 Ver. 0.8.6 RC 1 - Author: cooldude2k $
'''

from __future__ import division, absolute_import, print_function;
Expand Down
2 changes: 1 addition & 1 deletion libhockeydata/hockeyfunctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Copyright 2015-2021 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2015-2021 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: hockeyfunctions.py - Last Update: 12/01/2023 Ver. 0.8.4 RC 1 - Author: cooldude2k $
$FileInfo: hockeyfunctions.py - Last Update: 12/03/2023 Ver. 0.8.6 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion libhockeydata/hockeyoopfuncs.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Copyright 2015-2021 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2015-2021 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: hockeyoopfuncs.py - Last Update: 12/01/2023 Ver. 0.8.4 RC 1 - Author: cooldude2k $
$FileInfo: hockeyoopfuncs.py - Last Update: 12/03/2023 Ver. 0.8.6 RC 1 - Author: cooldude2k $
'''

from .hockeyfunctions import *;
Expand Down
2 changes: 1 addition & 1 deletion libhockeydata/hockeyshortcuts.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Copyright 2015-2021 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2015-2021 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: hockeyshortcuts.py - Last Update: 12/01/2023 Ver. 0.8.4 RC 1 - Author: cooldude2k $
$FileInfo: hockeyshortcuts.py - Last Update: 12/03/2023 Ver. 0.8.6 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
6 changes: 3 additions & 3 deletions libhockeydata/versioninfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Copyright 2015-2021 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2015-2021 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: versioninfo.py - Last Update: 12/01/2023 Ver. 0.8.4 RC 1 - Author: cooldude2k $
$FileInfo: versioninfo.py - Last Update: 12/03/2023 Ver. 0.8.6 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down Expand Up @@ -91,7 +91,7 @@ def get_python_info(infotype=None):
__project__ = __program_name__;
__project_url__ = "https://github.com/GameMaker2k/Neo-Hockey-Test";
__project_release_url__ = "https://github.com/GameMaker2k/Neo-Hockey-Test/releases/latest";
__version_info__ = (0, 8, 4, "RC 1", 1);
__version_info__ = (0, 8, 6, "RC 1", 1);
__build_time__ = {"timestamp": None, "year": None, "month": None, "day": None, "hour": None, "minute": None, "second": None};
__build_time_utc__ = {"timestamp": None, "year": None, "month": None, "day": None, "hour": None, "minute": None, "second": None};
__build_python_info__ = {"python_branch": None, "python_build": None, "python_compiler": None, "python_implementation": None, "python_revision": None, "python_version": None, "python_version_tuple": None, "release": None, "system": None, "uname": None, "machine": None, "node": None, "platform": None, "processor": None, "version": None, "java_ver": None, "win32_ver": None, "mac_ver": None, "linux_distribution": None, "libc_ver": None};
Expand All @@ -117,7 +117,7 @@ def version_info():
return {"major": __version_info__[0], "minor": __version_info__[1], "build": __version_info__[2], "release": __version_info__[3]};
if(__version_info__[3] is None):
return {"major": __version_info__[0], "minor": __version_info__[1], "build": __version_info__[2], "release": None};
__version_date_info__ = (2023, 12, 1, "RC 1", 1);
__version_date_info__ = (2023, 12, 3, "RC 1", 1);
def version_date():
if(__version_date_info__[3] is not None):
return {"year":__version_date_info__[0], "month": __version_date_info__[1], "day": __version_date_info__[2], "release": __version_date_info__[3]};
Expand Down
2 changes: 1 addition & 1 deletion libhockeydata/xmldtd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Copyright 2015-2021 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2015-2021 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: __init__.py - Last Update: 12/01/2023 Ver. 0.8.4 RC 1 - Author: cooldude2k $
$FileInfo: __init__.py - Last Update: 12/03/2023 Ver. 0.8.6 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion mkhockeydata.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Copyright 2015-2021 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2015-2021 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: mkhockeydata.py - Last Update: 12/01/2023 Ver. 0.8.4 RC 1 - Author: cooldude2k $
$FileInfo: mkhockeydata.py - Last Update: 12/03/2023 Ver. 0.8.6 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion mkhockeytool.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Copyright 2015-2021 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2015-2021 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: mkhockeytool.py - Last Update: 12/01/2023 Ver. 0.8.4 RC 1 - Author: cooldude2k $
$FileInfo: mkhockeytool.py - Last Update: 12/03/2023 Ver. 0.8.6 RC 1 - Author: cooldude2k $
'''

from __future__ import absolute_import, division, print_function, unicode_literals;
Expand Down
2 changes: 1 addition & 1 deletion php/data/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2015-2020 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2015-2020 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: index.php - Last Update: 12/01/2023 Ver. 0.8.4 RC 1 - Author: cooldude2k $
$FileInfo: index.php - Last Update: 12/03/2023 Ver. 0.8.6 RC 1 - Author: cooldude2k $
*/
header('Location: ../index.php');
?>
2 changes: 1 addition & 1 deletion php/html.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2015-2021 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2015-2021 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: html.php - Last Update: 12/01/2023 Ver. 0.8.4 RC 1 - Author: cooldude2k $
$FileInfo: html.php - Last Update: 12/03/2023 Ver. 0.8.6 RC 1 - Author: cooldude2k $
*/
if(!ob_start("ob_gzhandler")) { ob_start(); }
date_default_timezone_set("UTC");
Expand Down
2 changes: 1 addition & 1 deletion php/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2015-2021 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2015-2021 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: index.php - Last Update: 12/01/2023 Ver. 0.8.4 RC 1 - Author: cooldude2k $
$FileInfo: index.php - Last Update: 12/03/2023 Ver. 0.8.6 RC 1 - Author: cooldude2k $
*/
if(!ob_start("ob_gzhandler")) { ob_start(); }
date_default_timezone_set("UTC");
Expand Down
2 changes: 1 addition & 1 deletion php/xhtml.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2015-2021 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2015-2021 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: xhtml.php - Last Update: 12/01/2023 Ver. 0.8.4 RC 1 - Author: cooldude2k $
$FileInfo: xhtml.php - Last Update: 12/03/2023 Ver. 0.8.6 RC 1 - Author: cooldude2k $
*/
if(!ob_start("ob_gzhandler")) { ob_start(); }
date_default_timezone_set("UTC");
Expand Down
2 changes: 1 addition & 1 deletion php/xml.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Copyright 2015-2021 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2015-2021 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: xml.php - Last Update: 12/01/2023 Ver. 0.8.4 RC 1 - Author: cooldude2k $
$FileInfo: xml.php - Last Update: 12/03/2023 Ver. 0.8.6 RC 1 - Author: cooldude2k $
*/
if(!ob_start("ob_gzhandler")) { ob_start(); }
date_default_timezone_set("UTC");
Expand Down
2 changes: 1 addition & 1 deletion pyshell-old.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Copyright 2015-2021 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2015-2021 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: pyshell-old.py - Last Update: 12/01/2023 Ver. 0.8.4 RC 1 - Author: cooldude2k $
$FileInfo: pyshell-old.py - Last Update: 12/03/2023 Ver. 0.8.6 RC 1 - Author: cooldude2k $
'''

from __future__ import print_function
Expand Down
2 changes: 1 addition & 1 deletion pyshell.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Copyright 2015-2021 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2015-2021 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: pyshell.py - Last Update: 12/01/2023 Ver. 0.8.4 RC 1 - Author: cooldude2k $
$FileInfo: pyshell.py - Last Update: 12/03/2023 Ver. 0.8.6 RC 1 - Author: cooldude2k $
'''

from __future__ import division, absolute_import, print_function;
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Copyright 2015-2021 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2015-2021 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: setup.py - Last Update: 12/01/2023 Ver. 0.8.4 RC 1 - Author: cooldude2k $
$FileInfo: setup.py - Last Update: 12/03/2023 Ver. 0.8.6 RC 1 - Author: cooldude2k $
'''

import re, os, sys, time, shutil, datetime, platform, pkg_resources;
Expand Down

0 comments on commit c0c7607

Please sign in to comment.