Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Added 2 Urho2D samples (isometric demo and platformer) #641

Closed
wants to merge 1 commit into from
Closed

Added 2 Urho2D samples (isometric demo and platformer) #641

wants to merge 1 commit into from

Conversation

Mike3D
Copy link
Contributor

@Mike3D Mike3D commented Jan 28, 2015

No description provided.

@cadaver
Copy link
Contributor

cadaver commented Jan 28, 2015

The build fails on Windows due to PlaySound redirecting to the Win32 API function PlaySoundA. Can you add something like this to Sample2D, it should fix it:

#ifdef PlaySound
#undef PlaySound
#endif

@friesencr
Copy link
Contributor

Intense! Looking forward to looking at it more closely. Thanks!

@Mike3D
Copy link
Contributor Author

Mike3D commented Jan 28, 2015

@cadaver, thanks for the tip, I was a bit lost with this issue 😰
@friesencr, hope it remains simple enough, I went a little farther than what I intended in the begining

@bjorn
Copy link
Contributor

bjorn commented May 29, 2015

Just a tip about the TMX files: you really should be using the base64 + zlib layer data format, at least when Urho3D supports it. I noticed the files are currently in "XML" layer data format, which is a really inefficient way to store the data and it's a format I'd eventually like to deprecate.

@weitjong weitjong modified the milestone: 1.6 Aug 10, 2016
@cirosantilli
Copy link

These two examples are a must for any 2D game engine.

@weitjong
Copy link
Contributor

We are short-handed. As much as I agree with you, we need help from @Mike3D or other contributors to bring this PR up to speed again before we can review them. The fact that the PR remain open until now indicates we actually want to see that happens. Time flies though :)

@Mike3D
Copy link
Contributor Author

Mike3D commented Oct 15, 2017

I can push AS & lua samples to master (and C++ a little later) if it can help

eugeneko added a commit that referenced this pull request Dec 2, 2017
Updated 2D samples from pull request #641
@eugeneko
Copy link
Contributor

eugeneko commented Dec 2, 2017

Closed via #2176

@eugeneko eugeneko closed this Dec 2, 2017
urho3d-travis-ci added a commit that referenced this pull request Dec 2, 2017
Updated 2D samples from pull request #641
urho3d-travis-ci added a commit that referenced this pull request Dec 2, 2017
Updated 2D samples from pull request #641
urho3d-travis-ci added a commit that referenced this pull request Dec 2, 2017
Updated 2D samples from pull request #641
urho3d-travis-ci added a commit that referenced this pull request Dec 2, 2017
Updated 2D samples from pull request #641
urho3d-travis-ci added a commit that referenced this pull request Dec 2, 2017
Updated 2D samples from pull request #641
urho3d-travis-ci added a commit that referenced this pull request Dec 2, 2017
Updated 2D samples from pull request #641
urho3d-travis-ci added a commit that referenced this pull request Dec 2, 2017
Updated 2D samples from pull request #641
@1vanK 1vanK added the улучшение Улучшение существующих вещей label Dec 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
улучшение Улучшение существующих вещей
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants