hiker
082d64c3d8
Merge branch 'wiiuse-update' of git://github.com/STK-helper/stk-code into STK-helper-wiiuse-update
2019-01-03 17:30:44 +11:00
hiker
c37aebff94
Fixed compiler warnings.
2019-01-03 17:30:00 +11:00
Benau
c680181c9c
Fix compiler warning
2019-01-03 14:20:22 +08:00
Benau
40e3ec1e56
Show server days since starting
2019-01-03 14:19:15 +08:00
Benau
27f08661b2
Don't update cursor if no graphics
...
It hangs when reseting screen in windows with server creation in gui
2019-01-03 13:08:47 +08:00
Mrxx99
c959836e34
Move soccer options to track info screen ( #3638 )
...
* moved soccer race options to track info screen
* using one spinner for both target mode values
* merged pointamount-spinner with lap-spinner and renamed it to target-value-spinner
* fixed identation
* small fix in track_info screen
* storing target value when value was changed
* making sure tartet spinners are invisible when not needed; small adjustments
* some test with solving space issues on small resolutions
* Revert "some test with solving space issues on small resolutions"
This reverts commit f6b6526681
.
* test with collapsing widgets
* removed deleting childs of widgets in track_info_screen
* readded deleted spacer
* collapsing target type widgets is now working
* made target type spinner wider to have enough space for text in it on small resolutions
* re-added setting target value to invisible/visible
* using new collapsing widget function in track info screen for target type widgets
2019-01-02 20:29:53 -05:00
hiker
e142f04487
Merge branch 'Partmedia-master'
2019-01-03 09:30:35 +11:00
hiker
696a0c778c
Merge branch 'master' of git://github.com/Partmedia/stk-code into Partmedia-master
2019-01-03 09:17:10 +11:00
Benau
1483b2b703
Use unicode check mark and ballot x for Y/N
2019-01-03 01:37:57 +08:00
Mrxx99
f64a1e19b2
Using a default music if specified music of track was not found ( #3667 )
...
* added default music to stk_config and using it for not found music files
* only using default music if no music was found for a track
2019-01-01 09:54:15 -05:00
Mrxx99
8cba880ef9
small improvements regarding widget collapsing ( #3666 )
...
* small improvements regarding widget collapsing
* moved variables initialization to widget.cpp constructor
2018-12-31 12:12:08 +01:00
Deve
17b83ac321
Don't crash when calling popMenu() with empty stack.
...
Maybe quit button in main menu gets two click events while it's waiting for app destroy event.
2018-12-31 00:06:42 +01:00
Benau
b7da5b243d
Fix compilation error
2018-12-30 10:56:08 +08:00
Mrxx99
2546c1280a
Collapsing widget function ( #3664 )
...
* added function to collapse a widget more easily
* improved setCollapsed and added overload to specify the uncollapsed height
* used new collapse functions in online track_screen
2018-12-29 18:24:58 -05:00
Deve
4a546f6802
Tweak touch device sensitivity after recent smooth turning
2018-12-26 01:20:10 +01:00
Deve
a78602a2b5
Restore selected track when changing tracks group in voting screen
2018-12-26 00:48:10 +01:00
Deve
92cf59f63d
Keep information about item badge when scrolling ribbon widget
2018-12-26 00:29:39 +01:00
Benau
7306d9e650
Fix max speed increase duration handling
2018-12-26 01:34:40 +08:00
Deve
8c029e834d
Update translations
2018-12-25 10:14:33 +01:00
Benau
11bca593fd
Update changelog and server documentation
2018-12-25 16:18:56 +08:00
Benau
e7ef80720a
Don't draw more laps than max laps in network race
2018-12-25 13:31:08 +08:00
Benau
b08dd1c410
Use 16bit signed integer for ticks in MaxSpeed
2018-12-25 13:13:37 +08:00
Benau
be089ae9bd
Save only the minimum for basketball rewind
2018-12-25 12:08:28 +08:00
Benau
ddeab51917
Send new scores as a whole and optimize
2018-12-25 11:31:20 +08:00
Benau
bff2a5f9f2
Use Y/N for voting screen
2018-12-25 10:50:44 +08:00
Benau
c98c20e6a5
Disable smoothing body for network when animation is playing
2018-12-25 10:02:19 +08:00
Deve
dba4d05852
Use shorter name for unnamed player
2018-12-25 01:18:17 +01:00
Deve
e6081e64b2
Use xdg decoration for server-side decorations
2018-12-25 01:18:17 +01:00
Benau
b69216f242
Add document for uid of rewinder
2018-12-25 01:24:14 +08:00
Benau
f8f571e40e
Remove the unneeded disconnected elimination event
...
It can be implictly told by server state if Kx rewinder is missing
2018-12-25 00:51:31 +08:00
Benau
d6946198c5
Make flag a rewinder
...
It remove the capturing delay and allow ctf in local splitscreen
2018-12-24 16:01:21 +08:00
Deve
14389925fe
Minor optimization in pointlight scatter.
...
Compute some values before loop.
2018-12-23 23:31:22 +01:00
Kevin Zheng
9cec9c5cea
Add option to disable light scattering ( #3662 )
...
* Fix typo
* Match name in irr_driver
* Add option to disable light scattering
2018-12-23 21:26:22 +01:00
Kevin Zheng
85fc39c356
Use floating trigonometric functions
2018-12-22 22:43:06 -06:00
Benau
2bc01f5f98
Fix no plunger replay with local state
2018-12-23 12:04:31 +08:00
Kevin Zheng
95564c4d74
Fix build with joystick on FreeBSD ( #3660 )
2018-12-22 21:49:15 -05:00
Kevin Zheng
ca419f8d59
Fix build without _IRR_COMPILE_WITH_JOYSTICK_EVENTS_ ( #3659 )
2018-12-22 21:13:03 +01:00
Benau
c42c5b7d82
Fix android compilation
2018-12-22 11:28:32 +08:00
Benau
44ce4f1f37
Update translation source
2018-12-22 11:20:26 +08:00
Benau
12a67d6e6b
Merge remote-tracking branch 'origin/network' into voting_gui
2018-12-22 10:48:12 +08:00
Benau
86198881f4
Merge remote-tracking branch 'origin/master' into voting_gui
2018-12-22 10:35:09 +08:00
Benau
31e14b14c6
Make explosive items timeout configurable in stk_config
2018-12-22 10:33:01 +08:00
Benau
3292c8f0c3
Merge remote-tracking branch 'fouks/prevent-early-explosive-items' into voting_gui
2018-12-22 10:06:47 +08:00
Benau
64acb295a8
Change default voting timeout
2018-12-22 09:56:59 +08:00
Benau
f3bb19125c
Add network debugging info with speed stats
2018-12-22 09:12:24 +08:00
Benau
e38edaae2c
Move state frequency to ServerConfig which clients can adapt
2018-12-22 01:03:15 +08:00
Benau
c46a5eafdb
Use a fixed 10 packets per second for ping packet
2018-12-21 22:53:28 +08:00
Benau
86957c9d5e
Rewrite the remaining documentation in STKHost
2018-12-21 22:11:18 +08:00
Benau
a85dbcc0f7
Add the possibility to correct invalid reverse at server side
2018-12-21 21:55:55 +08:00
Benau
2eba8c179f
Disable highlight until render gui during loading is bug free
2018-12-21 19:52:27 +08:00