Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Ironbell

Pages: [1]
1
SFML projects / Cendric: An RPG Platformer
« on: February 03, 2016, 06:18:42 pm »

Cendric is an open source RPG-Platformer game
where the player can explore a world by completing levels and solving quests.


1.0.4 Release available at Steam for Windows / Mac / Linux
1.0.4 Release available at Itch.io for Windows / Mac / Linux
1.0.4 Release available at GitHub for Windows / Mac / Linux

Genre: RPG, Platformer, Puzzle
Platforms: Windows, Mac, Linux
Mode: Single Player
Languages: English, German, Swiss Germa
Libraries: SFML, TinyXML, LUA, LUABridge, SQLite

Main Features
  • Top down map with level entries that lead to a sidescroller view
  • Water simulation and particle systems
  • 3 different guilds to join
  • Many spells that can modify a level
  • Spells itself can also be modified
  • Many NPCs, quests, dialogues and items




2
Audio / Problem with sf::Music on loop with the latest SFML Version
« on: November 20, 2015, 06:01:06 pm »
Hey all,

We've updated our game on Github to use SFML as a submodule. The version of SFML that we were using before was SFML 2.2 and everything worked fine with the music loop in our level. With the new SFML version however, the music loop didn't run smoothly and when I looked into the logs, the following message appeared after every loop:

(click to show/hide)

The code we are using to instantiate the music looks like this:

(click to show/hide)

Has anyone an idea why the AL check might fail? Any help is greatly appreciated.

Pages: [1]
anything