File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ project(${ProjectName})
22
22
23
23
set (MV_MAJOR_VERSION 1 )
24
24
set (MV_MINOR_VERSION 0 )
25
- set (MV_EXT_VERSION "b3 " )
26
- set (MV_ECMP_VERSION 3 ) # increasing number to detect new version without parsing stuff like 1.0b1
25
+ set (MV_EXT_VERSION "rc1 " )
26
+ set (MV_ECMP_VERSION 4 ) # increasing number to detect new version without parsing stuff like 1.0b1
27
27
set (MV_VERSION "${MV_MAJOR_VERSION} .${MV_MINOR_VERSION}${MV_EXT_VERSION} " )
28
28
29
29
# Languages
Original file line number Diff line number Diff line change @@ -3,6 +3,19 @@ JK2MV changelog
3
3
Website: http://jk2mv.org
4
4
--------------------------------------------------
5
5
6
+ -----------------------------------
7
+ 1.0rc1
8
+ -----------------------------------
9
+ - fixed demo playback on linux/macosx
10
+ - fixed binding some keys on 1.02
11
+ - fixed loopsounds
12
+ - playername of the player with the highest score now centered correctly
13
+ - fixed several bugs concerning the botfilter
14
+ - fixed binding keys which were already bound to something else on linux/macosx
15
+ - fixed mouse input on linux in debug mode
16
+ - fixed error messages when viewing driver details in the setup menu
17
+ - right clicking an option in the menu goes backwards in the list
18
+
6
19
-----------------------------------
7
20
1.0b3
8
21
-----------------------------------
Original file line number Diff line number Diff line change 7
7
#define MV_MFDOWNLOADS
8
8
#define NTCLIENT_WORKAROUND
9
9
10
- #define JK2MV_VERSION "1.0b3 "
10
+ #define JK2MV_VERSION "1.0rc1 "
11
11
12
12
#ifndef _DEBUG
13
13
# define Q3_VERSION "JK2MV: v" JK2MV_VERSION
You can’t perform that action at this time.
0 commit comments