Page MenuHomePhabricator (Chris)

No OneTemporary

Authored By
Unknown
Size
3 KB
Referenced Files
None
Subscribers
None
diff --git a/CMakeLists.txt.orig b/CMakeLists.txt.orig
deleted file mode 100644
index 1ce1649..0000000
--- a/CMakeLists.txt.orig
+++ /dev/null
@@ -1,50 +0,0 @@
-cmake_minimum_required(VERSION 3.0)
-
-project(deerportal)
-
-find_package(SFML 2.1 COMPONENTS graphics window audio system REQUIRED)
-
-set(SOURCES
- animatedsprite.cpp
- animation.cpp
- banner.cpp
- boarddiamond.cpp
- boarddiamondseq.cpp
- boardelem.cpp
- boardelems.cpp
- bubble.cpp
- calendar.cpp
- card.cpp
- cardsdeck.cpp
- cardslist.cpp
- character.cpp
- command.cpp
- credits.cpp
- data.cpp
- elem.cpp
- game.cpp
- grouphud.cpp
- guirounddice.cpp
- guiwindow.cpp
- hover.cpp
- main.cpp
- particlesystem.cpp
- pile.cpp
- playerhud.cpp
- rotateelem.cpp
- rounddice.cpp
- selector.cpp
- soundfx.cpp
- textureholder.cpp
- tilemap.cpp
-)
-
-if (CMAKE_COMPILER_IS_GNUCXX)
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
- set(CMAKE_LINKER_FLAGS "${CMAKE_LINKER_FLAGS} -static-libgcc -static-libgcc")
-endif()
-SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -stdlib=libc++")
-include_directories(${SFML_INCLUDE_DIR})
-add_executable(deerportal ${SOURCES})
-set_property(TARGET ${PROJECT_NAME} PROPERTY CXX_STANDARD_REQUIRED 11)
-target_link_libraries(deerportal ${SFML_LIBRARIES} ${SFML_DEPENDENCIES})
diff --git a/debian/changelog b/debian/changelog
index 3080679..6cb2838 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,66 +1,66 @@
deerportal (0.7.0-birthday-ubuntu1) trusty; urgency=medium
* Notifications
* More sounds
* Smarter, more agressive and greedy AI
* Credits
* Test mode
* Big diamond
- -- Rafal Zawadzki <bluszcz@taller> Fri, 10 Jun 2016 00:33:55 +0200
+ -- Rafal Zawadzki <bluszcz@devcarpet.net> Fri, 10 Jun 2016 00:33:55 +0200
deerportal (0.6.0-betaubuntu2) trusty; urgency=medium
* New dice - from Katia
* Updated background
- -- Rafal Zawadzki <bluszcz@taller> Tue, 07 Jun 2016 00:26:08 +0200
+ -- Rafal Zawadzki <bluszcz@devcarpet.net> Tue, 07 Jun 2016 00:26:08 +0200
deerportal (0.6.0-betaubuntu1) trusty; urgency=low
* New end game screen
* Fixed several bugs
* Fixed sorting order
* Simply AI - playing with computer
* New graphics - Deer God and rendered title screen
-- Rafal Zawadzki <bluszcz@devcarpet.net> Mon, 06 Jun 2016 23:44:00 +0200
deerportal (0.0.5-alphaubuntu6) trusty; urgency=medium
* Removing all items after player reaches the portal
* Clean up
* Bug fix for game crash while taking more items than available
* Another approach for better debian packages
-- Rafal Zawadzki <bluszcz@devcarpet.net> Sun, 29 May 2016 01:00:28 +0200
deerportal (0.0.4-alpha) unstable; urgency=medium
* Deer Mode
* Clean up
* Animated Characters
-- Rafal Zawadzki <bluszcz@devcarpet.net> Sat, 28 May 2016 04:42:42 +0200
deerportal (0.0.3-alpha) unstable; urgency=medium
* Bubbles
* Clean up
-- Rafal Zawadzki <bluszcz@devcarpet.net> Sat, 09 Apr 2016 04:10:42 +0200
deerportal (0.0.2alpha) unstable; urgency=medium
* New upstream release
* Clean up
-- Rafal Zawadzki <bluszcz@devcarpet.net> Sat, 09 Apr 2016 04:10:42 +0200
deerportal (0.0.1alpha-1) unstable; urgency=low
* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
-- Rafal Zawadzki <bluszcz@devcarpet.net> Fri, 08 Apr 2016 23:40:21 +0200

File Metadata

Mime Type
text/x-diff
Expires
Thu, Jun 18, 12:23 AM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
70890
Default Alt Text
(3 KB)

Event Timeline