Skip to content

Commit eaf991f

Browse files
committed
1.12.0
1 parent ee6859b commit eaf991f

File tree

8 files changed

+93
-10
lines changed

8 files changed

+93
-10
lines changed

CHANGELOG

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
1.12.0
2+
------
3+
4+
* Redo startlight graphics in SVG
5+
* CMake: Switch to the recommended way to link Qt5
6+
* Make the steering more stable
7+
* Add a Linux AppData file.
8+
* Add 3 new tracks by Wuzzy <[email protected]>
9+
* Remove CMake policy CMP0054 setting.
10+
* Fix GitHub issue #7: Bad track preview images.
11+
* Fix GitHub issue #6: Assertion failure when empty route cleared.
12+
* Add 4 new tracks by Wuzzy <[email protected]>
13+
* Remove lower bridge rails for now.
14+
* Add 'de' to lang options in README.
15+
* Add German translation
16+
* Track prop. dialog can set user track and name
17+
* Fix VBO binding.
18+
* Refactor trackselectionmenu.cpp
19+
* Implement MCObject's physics properties as a separate component.
20+
* Remove useless uniforms from shadow shaders.
21+
* Eliminate copy-pasted web site url's.
22+
* Improve log messages about translations.
23+
* Editor: Improve override cursor logic.
24+
* Editor: Remove dead code.
25+
* Refactor TrackDataBase.
26+
* Update Czech translations.
27+
128
1.11.0
229
------
330

@@ -521,7 +548,7 @@
521548
* Add DEPENDS to runtime targets.
522549
* Refactor runtime targets.
523550
* Don't set CMAKE_INSTALL_PREFIX in the code.
524-
551+
525552
1.4.3
526553
-----
527554

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ endif()
1313

1414
# Global game version
1515
set(VERSION_MAJOR "1")
16-
set(VERSION_MINOR "11")
16+
set(VERSION_MINOR "12")
1717
set(VERSION_PATCH "0")
1818
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
1919

RELEASES

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
1.12.0
2+
======
3+
4+
New features:
5+
6+
* 7 new tracks by Wuzzy <[email protected]>
7+
* Add German translation
8+
9+
Improvements:
10+
11+
* Make the steering more stable
12+
* Redo startlight graphics in SVG
13+
* Improve log messages about translations.
14+
* Editor: Improve override cursor logic.
15+
* Editor: Remove dead code.
16+
* Update Czech translations.
17+
18+
Bug fixes:
19+
20+
* Fix GitHub issue #7: Bad track preview images.
21+
* Fix GitHub issue #6: Assertion failure when empty route cleared.
22+
* Remove lower bridge rails for now.
23+
24+
Other:
25+
26+
* CMake: Switch to the recommended way to link Qt5
27+
128
1.11.0
229
======
330

packaging/debian/changelog

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
dustrac (1.12.0-4) xenial; urgency=medium
2+
3+
* Redo startlight graphics in SVG
4+
* CMake: Switch to the recommended way to link Qt5
5+
* Make the steering more stable
6+
* Add a Linux AppData file.
7+
* Add 3 new tracks by Wuzzy <[email protected]>
8+
* Remove CMake policy CMP0054 setting.
9+
* Fix GitHub issue #7: Bad track preview images.
10+
* Fix GitHub issue #6: Assertion failure when empty route cleared.
11+
* Add 4 new tracks by Wuzzy <[email protected]>
12+
* Remove lower bridge rails for now.
13+
* Add 'de' to lang options in README.
14+
* Add German translation
15+
* Track prop. dialog can set user track and name
16+
* Fix VBO binding.
17+
* Refactor trackselectionmenu.cpp
18+
* Implement MCObject's physics properties as a separate component.
19+
* Remove useless uniforms from shadow shaders.
20+
* Eliminate copy-pasted web site url's.
21+
* Improve log messages about translations.
22+
* Editor: Improve override cursor logic.
23+
* Editor: Remove dead code.
24+
* Refactor TrackDataBase.
25+
* Update Czech translations.
26+
27+
-- Jussi Lind <[email protected]> Sun, 11 Dec 2016 23:45:55 +0200
28+
129
dustrac (1.11.0-3) vivid; urgency=medium
230

331
* Show a red overlay on hard crashes.
@@ -586,7 +614,7 @@ dustrac (1.4.4-1) precise; urgency=low
586614
* Add DEPENDS to runtime targets.
587615
* Refactor runtime targets.
588616
* Don't set CMAKE_INSTALL_PREFIX in the code.
589-
617+
590618
-- Jussi Lind <[email protected]> Sat, 14 Sep 2013 15:18:50 +0300
591619

592620
dustrac (1.4.3-1) precise; urgency=low
@@ -752,7 +780,7 @@ dustrac (1.2.1-1) precise; urgency=low
752780
* Editor: Refactors mouse event handling in EditorView.
753781
* Generate desktop files only if ReleaseBuild defined.
754782
* Adds home site url to the Help page.
755-
* Refactors the number plate generation to GraphicsFactory.
783+
* Refactors the number plate generation to GraphicsFactory.
756784

757785
-- Jussi Lind <[email protected]> Wed, 10 Apr 2013 21:18:09 +0300
758786

packaging/windows/dustrac.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
!define COMPANYNAME "Jussi Lind"
77
!define DESCRIPTION "A traditional top-down racing game."
88
!define VERSIONMAJOR 1
9-
!define VERSIONMINOR 11
9+
!define VERSIONMINOR 12
1010
!define VERSIONBUILD 0
1111
!define HELPURL "http://dustrac.sourceforge.net"
1212
!define UPDATEURL "http://dustrac.sourceforge.net"

scripts/updatePPA.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ VERSION=${DUSTRAC_RELEASE_VERSION?"is not set."}
33
# $VERSION-1 for trusty
44
# $VERSION-2 for utopic
55
# $VERSION-3 for vivid
6+
# $VERSION-4 for xenial
67

7-
DEBIAN_VERSION=$VERSION-3
8+
DEBIAN_VERSION=$VERSION-4
89
rm -rf *${VERSION}*
9-
cp ../sourceforge-git/dustrac-code/dustrac-$VERSION.tar.gz .
10+
cp ../DustRacing2D/dustrac-$VERSION.tar.gz .
1011
tar xzvf dustrac-$VERSION.tar.gz
1112
mv dustrac-$VERSION dustrac-$DEBIAN_VERSION
1213
cd dustrac-$DEBIAN_VERSION

src/editor/editor.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
TEMPLATE = app
44
TARGET = dustrac-editor
55

6-
DEFINES += DATA_PATH=\\\"./data\\\" VERSION=\\\"1.11.0\\\"
6+
DEFINES += DATA_PATH=\\\"./data\\\" VERSION=\\\"1.12.0\\\"
77
QMAKE_CXXFLAGS += -std=gnu++11
88

99
# Qt version check
@@ -86,7 +86,7 @@ TRANSLATIONS += \
8686
translations/dustrac-editor_fi.ts \
8787
translations/dustrac-editor_fr.ts \
8888
translations/dustrac-editor_it.ts \
89-
translations/dustrac-editor_cs.ts
89+
translations/dustrac-editor_cs.ts
9090

9191
target.path = $$OUT_PWD/../..
9292
INSTALLS += target

src/game/game.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
TEMPLATE = app
44
TARGET = dustrac-game
55

6-
DEFINES += DATA_PATH=\\\"./data\\\" VERSION=\\\"1.11.0\\\"
6+
DEFINES += DATA_PATH=\\\"./data\\\" VERSION=\\\"1.12.0\\\"
77
QMAKE_CXXFLAGS += -O3 -std=gnu++11 -fomit-frame-pointer -finline-functions -ffast-math
88

99
# Qt version check

0 commit comments

Comments
 (0)