Skip to content

Commit

Permalink
Change version to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghabry committed Apr 27, 2023
1 parent 620a30f commit 3c465c0
Show file tree
Hide file tree
Showing 269 changed files with 272 additions and 272 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if(${CMAKE_VERSION} VERSION_LESS 3.12)
cmake_policy(VERSION ${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION})
endif()

project(liblcf VERSION 0.7.0 LANGUAGES CXX)
project(liblcf VERSION 0.8 LANGUAGES CXX)

# Compilation options
option(BUILD_SHARED_LIBS "Build shared library, disable for building the static library (default: ON)" ON)
Expand Down
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014-2021 liblcf authors
Copyright (c) 2014-2023 liblcf authors

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ Building requirements:

Step-by-step instructions:

tar xf liblcf-0.7.0.tar.xz # unpack the tarball
cd liblcf-0.7.0 # enter in the package directory
tar xf liblcf-0.8.tar.xz # unpack the tarball
cd liblcf-0.8 # enter in the package directory
./configure --prefix /usr # find libraries, set options
make # compile the library
sudo make install # install system-wide
Expand Down Expand Up @@ -71,8 +71,8 @@ Building requirements:

Step-by-step instructions:

tar xf liblcf-0.7.0.tar.xz # unpack the tarball
cd liblcf-0.7.0 # enter in the package directory
tar xf liblcf-0.8.tar.xz # unpack the tarball
cd liblcf-0.8 # enter in the package directory
cmake . -DCMAKE_BUILD_TYPE=Release # configure project
cmake --build . # compile the library
sudo cmake --build . --target install # install system-wide
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([liblcf],[0.7.0],[https://github.com/EasyRPG/liblcf/issues],[liblcf],[https://easyrpg.org/])
AC_INIT([liblcf],[0.8],[https://github.com/EasyRPG/liblcf/issues],[liblcf],[https://easyrpg.org/])

AC_CONFIG_AUX_DIR([builds/autoconf])
AM_INIT_AUTOMAKE([1.11.4 foreign subdir-objects -Wall dist-xz])
Expand Down
2 changes: 1 addition & 1 deletion generator/templates/copyright.tmpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
* This file is part of liblcf. Copyright (c) liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/dbstring_struct.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
* This file is part of liblcf. Copyright (c) liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/encoder.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
* This file is part of liblcf. Copyright (c) liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/fwd_struct_impl.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
* This file is part of liblcf. Copyright (c) liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/lcf/ldb/chunks.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
* This file is part of liblcf. Copyright (c) liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/lcf/lmt/chunks.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
* This file is part of liblcf. Copyright (c) liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/lcf/lmu/chunks.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
* This file is part of liblcf. Copyright (c) liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/lcf/lsd/chunks.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
* This file is part of liblcf. Copyright (c) liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/lcf/rpg/actor.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
* This file is part of liblcf. Copyright (c) liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/lcf/rpg/animation.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
* This file is part of liblcf. Copyright (c) liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/lcf/rpg/animationcelldata.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
* This file is part of liblcf. Copyright (c) liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/lcf/rpg/animationframe.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
* This file is part of liblcf. Copyright (c) liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/lcf/rpg/animationtiming.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
* This file is part of liblcf. Copyright (c) liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/lcf/rpg/attribute.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
* This file is part of liblcf. Copyright (c) liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/lcf/rpg/battlecommand.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
* This file is part of liblcf. Copyright (c) liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/lcf/rpg/battlecommands.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
* This file is part of liblcf. Copyright (c) liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/lcf/rpg/battleranimation.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
* This file is part of liblcf. Copyright (c) liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/lcf/rpg/battleranimationitemskill.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
* This file is part of liblcf. Copyright (c) liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/lcf/rpg/battleranimationpose.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
* This file is part of liblcf. Copyright (c) liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/lcf/rpg/battleranimationweapon.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
* This file is part of liblcf. Copyright (c) liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/lcf/rpg/chipset.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
* This file is part of liblcf. Copyright (c) liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/lcf/rpg/class.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
* This file is part of liblcf. Copyright (c) liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/lcf/rpg/commonevent.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
* This file is part of liblcf. Copyright (c) liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/lcf/rpg/database.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
* This file is part of liblcf. Copyright (c) liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/lcf/rpg/encounter.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
* This file is part of liblcf. Copyright (c) liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/lcf/rpg/enemy.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
* This file is part of liblcf. Copyright (c) liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/lcf/rpg/enemyaction.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
* This file is part of liblcf. Copyright (c) liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/lcf/rpg/equipment.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
* This file is part of liblcf. Copyright (c) liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/lcf/rpg/event.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
* This file is part of liblcf. Copyright (c) liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/lcf/rpg/eventcommand.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
* This file is part of liblcf. Copyright (c) liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/lcf/rpg/eventpage.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
* This file is part of liblcf. Copyright (c) liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/lcf/rpg/eventpagecondition.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
* This file is part of liblcf. Copyright (c) liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/lcf/rpg/fwd.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
* This file is part of liblcf. Copyright (c) liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/lcf/rpg/item.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
* This file is part of liblcf. Copyright (c) liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/lcf/rpg/learning.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
* This file is part of liblcf. Copyright (c) liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/lcf/rpg/map.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
* This file is part of liblcf. Copyright (c) liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/lcf/rpg/mapinfo.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
* This file is part of liblcf. Copyright (c) liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/lcf/rpg/movecommand.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
* This file is part of liblcf. Copyright (c) liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion src/generated/lcf/rpg/moveroute.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* !!!! GENERATED FILE - DO NOT EDIT !!!!
* --------------------------------------
*
* This file is part of liblcf. Copyright (c) 2021 liblcf authors.
* This file is part of liblcf. Copyright (c) liblcf authors.
* https://github.com/EasyRPG/liblcf - https://easyrpg.org
*
* liblcf is Free/Libre Open Source Software, released under the MIT License.
Expand Down
Loading

0 comments on commit 3c465c0

Please sign in to comment.