Skip to content

Commit 97b6c2b

Browse files
committed
Updated copyright years, readme
1 parent 9e4f77e commit 97b6c2b

11 files changed

Lines changed: 11 additions & 10 deletions

File tree

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020-2021 Ivan Mogilko
3+
Copyright (c) 2016-2024 Ivan Mogilko
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This is my personal collection of AGS Script modules and Demo games for them.<br>
44
Most of these are posted with further instructions on [official AGS forums](https://www.adventuregamestudio.co.uk/forums/index.php?board=10.0).
5+
Recently I started writing better docs in this repository's wiki, but only few modules are documented at this point:
6+
https://github.com/ivan-mogilko/ags-script-modules/wiki
57

68
The modules are arranged in subdirs roughly by their kind.<br>
79
There's a special "_dump" dir where I store random scripts; these are either not good for a real module or something I just did not have time to tidy up yet.

TODO.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
TypedText: fails to split lines if label's height is less than a font height

demos/DragDropDemo/DragDrop.ash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// TERMS OF USE - DragDrop MODULE
44
//
5-
// Copyright (c) 2016-present Ivan Mogilko
5+
// Copyright (c) 2016-2024 Ivan Mogilko
66
//
77
// Permission is hereby granted, free of charge, to any person obtaining a copy of
88
// this software and associated documentation files (the "Software"), to deal in

demos/DragDropDemo/DragDropCommon.ash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// TERMS OF USE - DragDropCommon MODULE
44
//
5-
// Copyright (c) 2016-present Ivan Mogilko
5+
// Copyright (c) 2016-2024 Ivan Mogilko
66
//
77
// Permission is hereby granted, free of charge, to any person obtaining a copy of
88
// this software and associated documentation files (the "Software"), to deal in

scripts/ui/DoubleClick/DoubleClick.ash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// TERMS OF USE - DoubleClick MODULE
44
//
5-
// Copyright (c) 2018-present Ivan Mogilko
5+
// Copyright (c) 2018-2024 Ivan Mogilko
66
//
77
// Permission is hereby granted, free of charge, to any person obtaining a copy of
88
// this software and associated documentation files (the "Software"), to deal in

scripts/ui/DragDrop/DragDrop.ash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// TERMS OF USE - DragDrop MODULE
44
//
5-
// Copyright (c) 2016-present Ivan Mogilko
5+
// Copyright (c) 2016-2024 Ivan Mogilko
66
//
77
// Permission is hereby granted, free of charge, to any person obtaining a copy of
88
// this software and associated documentation files (the "Software"), to deal in

scripts/ui/DragDrop/DragDropCommon.ash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// TERMS OF USE - DragDropCommon MODULE
44
//
5-
// Copyright (c) 2016-present Ivan Mogilko
5+
// Copyright (c) 2016-2024 Ivan Mogilko
66
//
77
// Permission is hereby granted, free of charge, to any person obtaining a copy of
88
// this software and associated documentation files (the "Software"), to deal in

scripts/ui/KeyListener/KeyListener.ash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// TERMS OF USE - KeyListener MODULE
44
//
5-
// Copyright (c) 2016-present Ivan Mogilko
5+
// Copyright (c) 2016-2024 Ivan Mogilko
66
//
77
// Permission is hereby granted, free of charge, to any person obtaining a copy of
88
// this software and associated documentation files (the "Software"), to deal in

scripts/util/ObjectPool.ash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// TERMS OF USE - ObjectPool MODULE
44
//
5-
// Copyright (c) 2020-present Ivan Mogilko
5+
// Copyright (c) 2020-2024 Ivan Mogilko
66
//
77
// Permission is hereby granted, free of charge, to any person obtaining a copy of
88
// this software and associated documentation files (the "Software"), to deal in

0 commit comments

Comments
 (0)