20827 Commits

Author SHA1 Message Date
Benau
b04a00b9d1 Clamp m_fraction_of_line -1 and 1 correctly 2019-03-08 15:23:17 +08:00
Benau
e848835d19 Fix stutter bomb animation 2019-03-07 16:07:09 +08:00
Benau
4821b66520 Save 1 less digit for compressed origin from btTransform 2019-03-07 15:53:56 +08:00
Benau
ffca0c0d36 Improve goal when live join is happening 2019-03-07 15:40:25 +08:00
Benau
09a62747f6 Further improve kart state saving 2019-03-06 14:03:39 +08:00
Benau
2e007d7883 Fix #3737 2019-03-05 15:38:35 +08:00
Benau
38568484fb Restore physical object moved by 3d animation even the first rewind ticks 2019-03-04 09:54:22 +08:00
Benau
475cfa4cdb Try to use CompressNetworkBody for karts 2019-03-04 00:03:43 +08:00
Benau
891abf6360 Fix swatter crash 2019-03-03 16:38:02 +08:00
Benau
45a55a4c9b Reserve code for country from players 2019-03-03 16:37:35 +08:00
Benau
bb84677e35 Use utf32 for unicode emoji later 2019-03-03 15:10:34 +08:00
Benau
e01393bff7 Reserve code for future auto checkline correction 2019-03-03 14:11:29 +08:00
Benau
3cee39aff7 Remove physics only invisible objects after joining 2019-03-03 01:54:43 +08:00
Benau
1193c588b4 Try to fix parachute flicking by saving initial speed in state 2019-03-03 01:38:50 +08:00
Benau
9b8b0b7c1e Redo swatter for network 2019-03-02 16:41:32 +08:00
Benau
17fd68e662 Handle graphical models of attachment in updateGraphics 2019-03-01 18:46:46 +08:00
Benau
c57af03b62 Handle graphical effects if different attachment is set in updateGraphics 2019-02-28 16:19:15 +08:00
Benau
a9ac35e1d5 Update xyz of basketball before calling getXYZ 2019-02-28 13:56:25 +08:00
Benau
22fd9a18a3 Allow restoring gravity for bowling 2019-02-28 12:28:42 +08:00
Benau
f57572ea15 Set gravity from newly updated material first 2019-02-28 01:18:54 +08:00
Benau
eb8544b785 Use rewinder with binary uid 2019-02-27 11:31:49 +08:00
Benau
9b4b283c4c Add check trigger to replace item trigger 2019-02-27 11:31:19 +08:00
Benau
fe4a9c5406 Allow clients to get list of initial items from server 2019-02-27 11:07:08 +08:00
Benau
224c694dfd Combine static physical objects with irrlicht GeometryCreator 2019-02-27 11:06:18 +08:00
Benau
813934bdba Improve kart state saving 2019-02-27 11:05:47 +08:00
Benau
c00cf66b26 Add compression for max speed 2019-02-27 11:05:22 +08:00
Benau
cb1769acea Use btTransform and normal compression if possible 2019-02-27 11:04:49 +08:00
Benau
733794bb3e Clean up compressing for network body 2019-02-27 10:43:42 +08:00
Benau
d00472f868 Add cannon for flyable in network 2019-02-26 16:07:22 +08:00
Benau
cfbbc7c6dd Clean up the firing of flyables in network 2019-02-26 15:55:24 +08:00
Benau
1ac4a5b93d Redo all kart animation classes for network
Disable cannon for flyable for now
2019-02-15 17:29:19 +08:00
Deve
c35c0af590 Merge remote-tracking branch 'origin/fix-xbox360-stick-buttons' 2019-02-14 22:15:45 +01:00
Deve
5aaae1d0ad Use larger left margin for stretchable images in coal skin 2019-02-14 10:50:33 +01:00
Deve
e0835c8e5f Fixed missing transparency in notification images 2019-02-14 10:08:57 +01:00
Benau
64442e5ac9 Allow place item and rescue on driveable objects 2019-02-14 13:19:53 +08:00
Deve
ade94465b3 Use power of two dimensions for notification textures 2019-02-13 23:53:18 +01:00
Alayan-stk-2
a44ed43d71
Add some of the changes since the last update, sort changes into categories
@deveee @Benau I'm mainly aware of what I've done myself and I miss some things when looking at the commit list, so don't hesitate to update the changelog yourself to add missing important changes.
2019-02-13 23:13:25 +01:00
Deve
69cea1eabf Minor fix for previous commit 2019-02-13 21:46:46 +01:00
Deve
415bfb491e Allow to change cursor position in text box when screen keyboard is active 2019-02-13 21:34:31 +01:00
Deve
71c5c3988c Show cursor in edit box when screen keyboard is opened 2019-02-13 21:00:17 +01:00
Benau
05b1dcb803 Use utf-8 server name in create request after stk-addons change 2019-02-12 11:54:03 +08:00
Benau
6fb8dd512b Add translation comments for trusted word 2019-02-12 11:52:25 +08:00
Benau
1855d4262b Revert "Use xmlEncode for proper unicode handling"
This reverts commit c5cf87071ce3b58d94cd3253deb02452d21f4547.

We can remove utf8_encode in stk_addons api so it will handle
utf8 characters in db correctly, as utf8_encode is only needed for
a string encoded in ISO-8859-1.

Fix #3670
2019-02-12 11:26:20 +08:00
hiker
ca23678ac9 Fixed comment. 2019-02-11 17:08:22 +11:00
Benau
912cc5184d Update translation source 2019-02-11 09:20:31 +08:00
Alayan
a9d81d2aa5 Fix #3740 and #3172 2019-02-10 17:28:28 +01:00
Benau
9ad2823f4d Don't crash if login without --init-user 2019-02-10 14:20:42 +08:00
Benau
061d4becc5 Don't load world twice when clicking spectate button quick 2019-02-10 11:06:12 +08:00
Alayan-stk-2
f42fdc7cb8
Update to reflect change from "official" to "trusted" servers 2019-02-10 02:34:38 +01:00
Alayan-stk-2
73925364f3
Update to reflect change from "official" to "trusted" 2019-02-10 02:32:01 +01:00