Package Details: aquaria-ose 1.1.3+o1.002-1

Git Clone URL: https://aur.archlinux.org/aquaria-ose.git (read-only, click to copy)
Package Base: aquaria-ose
Description: A 2D fantasy underwater action-adventure game (Open Source Edition of the engine = original v1.1.3 + many improvements)
Upstream URL: http://www.bit-blot.com/forum/index.php?topic=4313.0
Keywords: 2D action adventure fantasy game humble metroidvania underwater
Licenses: GPL
Conflicts: aquaria, aquaria-git, aquaria-hib, aquaria-hib-git, aquaria-hib-hg, aquaria-ose-git
Replaces: aquaria
Submitter: smls
Maintainer: None
Last Packager: smls
Votes: 9
Popularity: 0.004548
First Submitted: 2015-09-07 15:20 (UTC)
Last Updated: 2016-06-19 20:20 (UTC)

Dependencies (5)

Required by (0)

Sources (2)

Latest Comments

culyun commented on 2023-09-01 21:38 (UTC)

Build errors..

/home/steve/.cache/paru/clone/aquaria-ose/src/Aquaria-OSE-v1.002/Aquaria/SceneEditor.cpp: In member function ‘void SceneEditor::update(float)’: /home/steve/.cache/paru/clone/aquaria-ose/src/Aquaria-OSE-v1.002/Aquaria/SceneEditor.cpp:3389:41: error: use of an operand of type ‘bool’ in ‘operator++’ is forbidden in C++17 3389 | noSide++; | ^~~~~~

Mr.Smith1974 commented on 2023-06-26 11:01 (UTC)

Not building. https://github.com/AquariaOSE/Aquaria/issues/83


make[2]: *** [CMakeFiles/aquaria.dir/build.make:622: CMakeFiles/aquaria.dir/Aquaria/SceneEditor.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
/home/qwerty/building/aquaria-ose/src/Aquaria-OSE-v1.002/Aquaria/SFXLoops.cpp: In constructor ‘SFXLoops::SFXLoops()’:
/home/qwerty/building/aquaria-ose/src/Aquaria-OSE-v1.002/Aquaria/SFXLoops.cpp:25:62: warning: invalid conversion from ‘int’ to ‘void*’ [-fpermissive]
   25 |         bg = bg2 = roll = shield = charge = current = trip = BBGE_AUDIO_NOCHANNEL;
      |                                                              ^~~~~~~~~~~~~~~~~~~~
      |                                                              |
      |                                                              int
/home/qwerty/building/aquaria-ose/src/Aquaria-OSE-v1.002/Aquaria/SFXLoops.cpp: In function ‘void stopLoop(void**)’:
/home/qwerty/building/aquaria-ose/src/Aquaria-OSE-v1.002/Aquaria/SFXLoops.cpp:41:19: warning: ISO C++ forbids comparison between pointer and integer [-fpermissive]
   41 |         if (*loop != BBGE_AUDIO_NOCHANNEL)
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/home/qwerty/building/aquaria-ose/src/Aquaria-OSE-v1.002/Aquaria/SFXLoops.cpp:44:25: warning: invalid conversion from ‘int’ to ‘void*’ [-fpermissive]
   44 |                 *loop = BBGE_AUDIO_NOCHANNEL;
      |                         ^~~~~~~~~~~~~~~~~~~~
      |                         |
      |                         int
make[1]: *** [CMakeFiles/Makefile2:138: CMakeFiles/aquaria.dir/all] Error 2
make: *** [Makefile:91: all] Error 2
==> ERROR: A failure occurred in build().

smls commented on 2016-02-15 18:04 (UTC)

================================================================ | This package only provides the (improved) game engine. | | To play it you also need to buy the original game data, e.g. from: | - Humble Bundle <http://www.bit-blot.com/aquaria/buy.html> | - GOG.com <http://www.gog.com/game/aquaria> | - Steam <http://store.steampowered.com/app/24420> | | And then either: | - Install the corresponding "aquaria-data-*" AUR package, or | - Extract the game data to a custom directory and set the AQUARIA_DATA_PATH environment variable to it. ================================================================