Skip to content

Commit

Permalink
Credits and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Galladite27 committed Feb 20, 2023
1 parent 6c0db98 commit df25bac
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2023-02-19

Commands ported from ONScripter: ;$, autosaveoff, savepoint,
getbgmvol, getmp3vol, getsevol, getvoicevol
* This includes support for custom resolutions

Semi-broken fix to allow saving game within choice selection

Dependencies updated to latest versions (but they still need stripping
back like before)


2011-06-28

Bugfix to calling "getcselstr" on an out-of-range index, so that ons-en
Expand Down
4 changes: 4 additions & 0 deletions ScriptHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
*
* UncleMion@gmail.com
*
* Copyright (c) 2023 Galladite
*
* galladite@yandex.com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
Expand Down
4 changes: 4 additions & 0 deletions ScriptHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
*
* UncleMion@gmail.com
*
* Copyright (c) 2023 Galladite
*
* galladite@yandex.com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
Expand Down
4 changes: 4 additions & 0 deletions ScriptParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
*
* UncleMion@gmail.com
*
* Copyright (c) 2023 Galladite
*
* galladite@yandex.com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
Expand Down
4 changes: 4 additions & 0 deletions ScriptParser.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
*
* UncleMion@gmail.com
*
* Copyright (c) 2023 Galladite
*
* galladite@yandex.com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
Expand Down
4 changes: 2 additions & 2 deletions version.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#define xstr(s) str(s)
#define str(s) #s

#define VER_NUMBER 20110930-en
#define VER_NUMBER 20230220-en
#define ONS_VERSION xstr(VER_NUMBER)
#define ONS_CODENAME xstr(Yakisoba)
#define ONS_CODENAME xstr(Gyoza)
#define NSC_VERSION 294

0 comments on commit df25bac

Please sign in to comment.