Branch: refs/heads/master
  Home:   https://github.com/Warzone2100/warzone2100
  Commit: 1decb1afb9deca0671e8a36d0acf88765fcf7342
      
https://github.com/Warzone2100/warzone2100/commit/1decb1afb9deca0671e8a36d0acf88765fcf7342
  Author: Forgon2100 <[email protected]>
  Date:   2018-01-24 (Wed, 24 Jan 2018)

  Changed paths:
    M src/configuration.cpp
    M src/configuration.h
    M src/init.cpp

  Log Message:
  -----------
  fixes #4629: removed empty function closeConfig() (patch 1/15)


  Commit: 6ceea6304d92705117a2aa7def97f6a11b08c140
      
https://github.com/Warzone2100/warzone2100/commit/6ceea6304d92705117a2aa7def97f6a11b08c140
  Author: Forgon2100 <[email protected]>
  Date:   2018-01-24 (Wed, 24 Jan 2018)

  Changed paths:
    M src/display.cpp

  Log Message:
  -----------
  fixes #4629: abolish pressing 'Left Alt + Middle Mouse' as an obscure 
alternative to right-clicking on the minimap (patch 2/15)


  Commit: d76d74706e2b872173624db2466dd4e3d789782c
      
https://github.com/Warzone2100/warzone2100/commit/d76d74706e2b872173624db2466dd4e3d789782c
  Author: Forgon2100 <[email protected]>
  Date:   2018-01-24 (Wed, 24 Jan 2018)

  Changed paths:
    M src/game.cpp

  Log Message:
  -----------
  fixes #4629: do not set radar zoom in function gameLoadV() because it is also 
set in function loadGame(). Please refactor this further. (patch 3/15)


  Commit: 1a768b9d5a7a4ecdf99ac4ea245a99a6d4932aec
      
https://github.com/Warzone2100/warzone2100/commit/1a768b9d5a7a4ecdf99ac4ea245a99a6d4932aec
  Author: Forgon2100 <[email protected]>
  Date:   2018-01-24 (Wed, 24 Jan 2018)

  Changed paths:
    M src/frontend.cpp

  Log Message:
  -----------
  fixes #4629: reenabling vsync in video options is no longer impossible if 
vsync fails, which effectively reverts 195159406 (patch 4/15)


  Commit: e54e3d505cd787a3f9681ac8f6210529f805e128
      
https://github.com/Warzone2100/warzone2100/commit/e54e3d505cd787a3f9681ac8f6210529f805e128
  Author: Forgon2100 <[email protected]>
  Date:   2018-01-24 (Wed, 24 Jan 2018)

  Changed paths:
    M src/frontend.cpp

  Log Message:
  -----------
  fixes #4629: right-clicking on main menu option buttons can no longer be 
mistaken for left-clicking on them (patch 5/15)


  Commit: 29f827b17cdd3b10ab3c22b758f0299e929221ba
      
https://github.com/Warzone2100/warzone2100/commit/29f827b17cdd3b10ab3c22b758f0299e929221ba
  Author: Forgon2100 <[email protected]>
  Date:   2018-01-24 (Wed, 24 Jan 2018)

  Changed paths:
    M src/frontend.cpp

  Log Message:
  -----------
  fixes #4629: template stepCycle() is now called seqCycle() and takes its 
arguments similar to seq(1) in coreutils (patch 6/15)


  Commit: d008983b6bff9ee0d0a9616bfc74fc15c4d424e8
      
https://github.com/Warzone2100/warzone2100/commit/d008983b6bff9ee0d0a9616bfc74fc15c4d424e8
  Author: Forgon2100 <[email protected]>
  Date:   2018-01-24 (Wed, 24 Jan 2018)

  Changed paths:
    M src/display3d.cpp
    M src/keybind.cpp

  Log Message:
  -----------
  fixes #4629: display message atop of the screen when radar/map zoom are 
changed ingame through mouse/keyboard (patch 7/15)


  Commit: c7abd2cbccbf236b3c793fee5b7847bafadf1f7e
      
https://github.com/Warzone2100/warzone2100/commit/c7abd2cbccbf236b3c793fee5b7847bafadf1f7e
  Author: Forgon2100 <[email protected]>
  Date:   2018-01-24 (Wed, 24 Jan 2018)

  Changed paths:
    M src/configuration.cpp
    M src/display.h
    M src/display3d.cpp
    M src/keybind.cpp
    M src/keybind.h
    M src/radar.cpp
    M src/warzoneconfig.cpp
    M src/warzoneconfig.h

  Log Message:
  -----------
  fixes #4629: new configuration options mapZoom, mapZoomRate and radarZoom 
(patch 8/15)

mapZoom changes the starting height of the camera
- default value STARTDISTANCE (previously called START_DISTANCE) increased from 
2000 to 2500
- savegames <= 10 keep starting at 1500 height, defined in OLD_START_HEIGHT 
(previously called START_HEIGHT)
- set in steps of mapZoomRate
- can be set interactively in "Audio / Zoom Options"

mapZoomRate changes zoom speed
- default value 250 (previously 1000/3)
- values range from 50 to 500
- can be set interactively in "Audio / Zoom Options"

radarZoom changes the size of the minimap
- can be set interactively in "Audio / Zoom Options"


  Commit: be031ab3ad43b4c496cf7b71a3e8b7bd5d59d0d4
      
https://github.com/Warzone2100/warzone2100/commit/be031ab3ad43b4c496cf7b71a3e8b7bd5d59d0d4
  Author: Forgon2100 <[email protected]>
  Date:   2018-01-24 (Wed, 24 Jan 2018)

  Changed paths:
    M src/frontend.cpp
    M src/frontend.h
    M src/wrappers.cpp

  Log Message:
  -----------
  fixes #4629: renamed "Audio Options" in options menu to "Audio / Zoom 
Options" and added buttons there to change mapZoom, mapZoomRate and radarZoom 
(patch 9/15)


  Commit: 4bb8f267818d283fc2c293c29004b4c12e5df03e
      
https://github.com/Warzone2100/warzone2100/commit/4bb8f267818d283fc2c293c29004b4c12e5df03e
  Author: Forgon2100 <[email protected]>
  Date:   2018-01-24 (Wed, 24 Jan 2018)

  Changed paths:
    M lib/framework/i18n.cpp

  Log Message:
  -----------
  fixes #4629: renamed game options value "English (United Kingdom)" that broke 
the layout to "British English" (patch 10/15)


  Commit: 03daedfe11a568ea1f5f765650fb1bc34ec2aebd
      
https://github.com/Warzone2100/warzone2100/commit/03daedfe11a568ea1f5f765650fb1bc34ec2aebd
  Author: Forgon2100 <[email protected]>
  Date:   2018-01-24 (Wed, 24 Jan 2018)

  Changed paths:
    M src/frontend.cpp

  Log Message:
  -----------
  fixes #4629: re-align all game options along the same lines so that they 
leave a bit more space for text (patch 11/15)


  Commit: 1159105a32b982429450134ff8b3a068e6fdfe0a
      
https://github.com/Warzone2100/warzone2100/commit/1159105a32b982429450134ff8b3a068e6fdfe0a
  Author: Forgon2100 <[email protected]>
  Date:   2018-01-24 (Wed, 24 Jan 2018)

  Changed paths:
    M src/display.cpp

  Log Message:
  -----------
  fixes #4629: abolish obscure key mapping 'Left Alt + Left Ctrl + Scroll' to 
change game speed (patch 12/15)


  Commit: 2370e03f4970d7d4122f4169b1ecfa327a44efd8
      
https://github.com/Warzone2100/warzone2100/commit/2370e03f4970d7d4122f4169b1ecfa327a44efd8
  Author: Forgon2100 <[email protected]>
  Date:   2018-01-24 (Wed, 24 Jan 2018)

  Changed paths:
    M src/configuration.cpp
    M src/display.cpp
    M src/display.h
    M src/frontend.cpp
    M src/frontend.h
    M src/keybind.cpp
    M src/warzoneconfig.cpp
    M src/warzoneconfig.h

  Log Message:
  -----------
  fixes #4629: new configuration options cameraSpeed (previously called 
scroll), radarJump and scrollEvent (patch 13/15)

cameraSpeed sets the speed of horizontal movement on the map, e.g. when using 
arrow keys
- replaces scroll (labelled "Scroll Speed" in game options), the name of which 
was misleading
- values range from 100 to 5000 (default 2500), set in steps of 100
- values denote the maximum speed and no longer the mere acceleration rate
- during first 2 seconds of movement, the camera accelerates to maximum speed
- for 1 second after movement or less if camera direction is reversed, the 
camera decelerates to 0
- can be set interactively in "Game Options"
- no longer set via slider, because slider values can only be guessed

radarJump determines camera behaviour when right clicking on the minimap. 
Possible values:
- Instant (true): Instantly jump to the targeted location
- Tracked (false): Slowly pan to the target while shaking the camera (default)
- can be set interactively in "Graphics Options"

scrollEvent changes the function of the scroll wheel. Possible values:
- 0: set map/radar zoom (default)
- 1: set game speed
- 2: set camera pitch (rotation around x-axis)
- can be set interactively in "Mouse Options"


  Commit: 5fd2a1632b48442e5d578260381eb51e6e32a3c6
      
https://github.com/Warzone2100/warzone2100/commit/5fd2a1632b48442e5d578260381eb51e6e32a3c6
  Author: Forgon2100 <[email protected]>
  Date:   2018-01-24 (Wed, 24 Jan 2018)

  Changed paths:
    M src/display.cpp

  Log Message:
  -----------
  fixes #4629: slightly refactor calculation of camera speeds by abolishing 
variables xDiffFrac and yDiffFrac that were introduced in 2249996f1 (patch 
14/15)


  Commit: cee0fe405e6c6ab76ca2e6058ada5e8d78af2ae7
      
https://github.com/Warzone2100/warzone2100/commit/cee0fe405e6c6ab76ca2e6058ada5e8d78af2ae7
  Author: Forgon2100 <[email protected]>
  Date:   2018-01-24 (Wed, 24 Jan 2018)

  Changed paths:
    M src/configuration.cpp
    M src/display.cpp
    M src/display.h
    M src/frontend.cpp

  Log Message:
  -----------
  fixes #4629: new configuration option cameraAccel (patch 15/15)

cameraAccel can disable camera acceleration
- camera acceleration remains enabled by default
- if disabled, camera speed is halved without altering the cameraSpeed variable
- if disabled, the string "/ 2" is appended to cameraSpeed values in "Game 
Options"


Compare: 
https://github.com/Warzone2100/warzone2100/compare/53dddd2d764f...cee0fe405e6c
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Warzone2100-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits

Reply via email to