Benau
83995cf9d4
Update create_kart_properties.py and include
2020-07-10 12:07:52 +08:00
Luffah
0a6a487b29
add camera settings in option screen ( #4273 )
...
* add camera settings in option screen
* Remove camera settings (distance, backward/forward angles, smoothing) from kart characteristics
Co-authored-by: luffah <luffah@runbox.com>
2020-07-10 11:39:19 +08:00
luffah
039a4ac233
update CREDITS
2020-07-09 15:30:58 +02:00
Benau
7f7815efb7
Add missing alt key mapping
2020-07-09 14:18:05 +08:00
Deve
b028c38dd3
Tweak mkdir permissions.
...
It will use system umask for safety anyway. And ignore user's decision is evil.
2020-07-05 23:27:32 +02:00
Benau
67332bc991
Use gui race message for goal text to avoid confusing with in game chat
2020-07-05 09:50:30 +08:00
Benau
b5f25ef057
Fix assertion when resizing screen in result gui
2020-07-05 09:20:58 +08:00
Benau
453b834f85
Fix missing key binding
2020-07-05 08:39:36 +08:00
Deve
4e57642d7a
Remove some DriverRecentEnough from graphical restrictions.
...
The graphics engine changed a lot since this warning was added and it's
quite possible that it works now. Also that warning causes issues for newer
drivers that have eg. version 4.3.xxx.
2020-07-03 23:41:02 +02:00
Deve
3634649c05
Allow to build linux package on debian jessie for better compatibility
2020-06-27 02:10:32 +02:00
Sebastian Krzyszkowiak
b74dce3887
file_manager: Emit a compiler error when no asset dir is defined for mobile platform
...
This may save some $HOMEs from being rm -rf'd.
2020-06-25 07:16:38 +02:00
David Carlier
a4b9900aee
Haiku glew build fix and update.
2020-06-21 08:11:02 +00:00
David CARLIER
485a346198
Add memory total for NVIDIA cards in the logs ( #4315 )
...
* Add memory total for NVIDIA cards in the logs
* define the GL request ID
2020-06-21 02:44:13 +08:00
risostk
0b66f84755
Use skin color for the kart name label on kart selection screen
2020-06-19 17:55:06 -05:00
Deve
4ab33fec8c
Small fix for build-tools directories without numbers
2020-06-18 23:28:05 +02:00
risostk
88f2624624
use skin color for player list
2020-06-17 22:00:25 -05:00
Benau
65b13cfeb2
Only rebuild device list when there is difference in gamepad count
2020-06-17 14:42:53 +08:00
Benau
1055dd8932
Remove unused gamepad android config
2020-06-17 11:12:09 +08:00
Benau
11a7cdfe9d
Fix server only build
2020-06-17 10:05:10 +08:00
Benau
571cca90d6
Update translation
2020-06-16 14:24:04 +08:00
Benau
5feed3186a
Hide the anonymous hardware statistics button because server is down
2020-06-16 14:07:49 +08:00
Benau
451bbd1a4a
Allow downloading addon icons on demand, fixed #2844
2020-06-16 14:02:55 +08:00
Benau
2171bd7bf3
Update SDL2 with screen keyboard height functions for iOS
2020-06-16 12:07:13 +08:00
Benau
945565790c
Fix crash in OSX
...
Resizing of screen can only be done in main thread
2020-06-16 09:59:02 +08:00
Benau
d1ab5f8aaf
Allow remembering network splitscreen option when opening STK
2020-06-16 09:46:56 +08:00
Benau
07f6282142
Remove hasHardwareKeyboard because it's not reliable in iOS
2020-06-16 08:04:46 +08:00
Benau
89a57e6e19
Allow configure event callback for widgets based on input type
...
This will allow for example touch screen tapping to not triggering kart
selection in mobile STK
2020-06-16 00:44:11 +08:00
Benau
2b0b941219
Add window position to creation parameters
2020-06-15 16:35:33 +08:00
Benau
964a13368c
Fix branch new initialization of iOS STK
2020-06-15 12:02:16 +08:00
risostk
22987062d2
make red team color also configurable
2020-06-14 22:00:58 -05:00
Panagiotis Vasilopoulos
cdb33f18fa
Added user agent for Haiku
2020-06-14 22:03:50 +03:00
Panagiotis Vasilopoulos
6e4c4a757d
Improved socket code
...
* Removed assertion
* Fixes networking/compiling on the Haiku operating system
Co-authored-by: Benau <Benau@users.noreply.github.com>
2020-06-14 22:03:50 +03:00
Panagiotis Vasilopoulos
d8709fde8f
Added support for Haiku operating system
...
* OpenGL and SDL2 are used
* Added Haiku platform in Irrlicht configurations
* Added support for Haiku in AngelScript
* Fixed multiple assertions
2020-06-14 22:03:37 +03:00
riso
4694223c03
SVG support ( #4306 )
...
* first version of svg support
* merge some nanosvg pr
* look for svg icons first
* bug fix
* scale svg depends on screen size
* use irrlicht headers to get screen size
* finish isALoadableFileFormat for svg
* delete dynamically allocated memory
* fix wrong delete
* only rescale icons, due to size settings in stkskin.xml depends on the size of the image file
* check svg in FileManager::getAsset
* fix large icon in list
2020-06-14 15:15:47 +08:00
Benau
fa8665a360
Add server only irrlicht device
2020-06-14 15:07:15 +08:00
Benau
128ef93abf
Fix crashes if resize event exists unexpectedly
2020-06-13 16:36:28 +08:00
Benau
d2474f79aa
Update strings for iOS STK
2020-06-13 16:16:27 +08:00
Benau
5ca51fd2a9
Add support for adaptive vsync
2020-06-13 16:10:27 +08:00
Benau
a2675497e0
Fix strings for mobile STK
2020-06-13 15:45:03 +08:00
Benau
84cf6b1ea0
Add pause main loop for mobile STK
2020-06-13 15:38:22 +08:00
Benau
ae3497a31d
Save keyboard and gamepad availability result in kart selection screen
...
Calling hasHardwareKeyboard maybe expensive in iOS
2020-06-12 20:43:00 +08:00
Benau
b054c3b4a0
Add sensors handling to SDL2
2020-06-12 19:38:59 +08:00
Benau
2f094f4a29
Update iOS toolchain
2020-06-12 16:46:07 +08:00
Benau
a201507763
Clean up irrlicht linking
2020-06-12 12:23:43 +08:00
Benau
784d641ebc
Add screen keyboard handling for iOS
2020-06-11 13:53:47 +08:00
Benau
05a75dcbce
Add touch event to SDL2
2020-06-11 12:00:14 +08:00
Benau
ea0380ae16
Use SDL2 to create iOS device
2020-06-11 11:40:25 +08:00
Benau
23a26648d8
Improve in game resizing handling
2020-06-09 11:56:05 +08:00
Benau
0a7f9cd314
Add race gui resizing
2020-06-09 11:05:56 +08:00
Benau
83a49068e4
Add text billboard resizing
2020-06-09 10:56:19 +08:00