Benau
aaa0e11770
Fix using uninitialized values when init() the first time
2016-10-10 13:04:40 +08:00
Benau
03f9fb35da
Fix valgrind warning
2016-10-10 13:04:34 +08:00
Deve
8092cfc0a7
Fixed displaying some special characters in keys binding in options.
...
It most probably needs to be done this way since commit 2096532d0e
.
I don't know what about OSX, so I enabled it only for linux.
2016-10-08 21:26:20 +02:00
Deve
1e520d551f
Merge pull request #2650 from Legimet/fix-boom-boom-boom-credits
...
Fix credits for Boom-boom-boom song
2016-10-08 19:52:47 +02:00
Legimet
ee17928382
Fix credits for Boom-boom-boom song
2016-10-08 12:07:39 -04:00
Benau
59edb96489
Fix warning when eliminate a kart in battle mode
2016-10-08 08:35:07 +08:00
Deve
5c4b61a26e
Fixed numpad keys on linux.
...
We need to check numlock mask, because it may be different on different systems, and possibly also modified manually.
It should generally work fine, but some testing are welcome.
2016-10-06 20:31:10 +02:00
deve
ce28d46d14
Merge branch 'master' of https://github.com/supertuxkart/stk-code
2016-10-05 11:30:22 +02:00
deve
7a82a8d2c6
Fixed compiler warning
2016-10-05 10:56:40 +02:00
deve
bd42f2c2df
Fixed rare case that anisotropic filtering feature is not available in graphics drivers.
2016-10-05 10:50:20 +02:00
Benau
43d9db4db0
Fix acceleration and braking of ArenaAI
2016-10-05 11:53:45 +08:00
hiker
5767f2294e
Merge branch 'master' of https://github.com/supertuxkart/stk-code
2016-10-05 13:32:13 +11:00
hiker
ceb961ae87
Fixed reverse camera (smooth speed was positive even when
...
going backwards).
2016-10-05 13:31:31 +11:00
hiker
3506b7da2f
Merge pull request #2615 from nado/warning-fix
...
Fixes warnings
2016-10-05 12:59:22 +11:00
hiker
8949e89809
Merge remote-tracking branch 'origin/master' into rewind
...
Fixed conflicts.
2016-10-05 08:21:10 +11:00
Nado
d21630c815
This simplifies the reading of bool isEasterMode()
2016-10-04 08:55:07 +02:00
Nado
25a4aa565a
Reduce variables scope when possible, based on the warnings reported by
...
cppcheck.
2016-10-04 08:55:01 +02:00
Nado
afbea19d34
Fix -Wunused-variable
2016-10-04 08:44:50 +02:00
Nado
4c0b4d8078
Fixes -Wsign-compare
...
See #2613
2016-10-04 08:43:38 +02:00
hiker
9595a76d36
Removed unnecessary flag to keep track if speed icnrease is defined.
2016-10-04 08:28:01 +11:00
Deve
5e05f1178c
Fixed compiler error on Linux with non-x86 64bit platforms, e.g. arm64, mips, and s390x architectures
...
This modification is already applied in upstream angelscript repository:
https://sourceforge.net/p/angelscript/code/2353/
Thanks to Adrian Bunk and Andreas Jonsson
2016-10-03 23:26:09 +02:00
hiker
84a3f5d8b2
Fixed compiler warnings.
2016-10-04 08:16:35 +11:00
hiker
9cf88ef874
Merge remote-tracking branch 'origin/master' into rewind.
...
Fixed conflicts.
2016-10-04 08:15:40 +11:00
hiker
50b1a8cdfb
Added some (commented out) code to investigate camera shaking - if it
...
should happen again.
2016-10-03 18:13:03 +11:00
Benau
21a04213d5
Fix typo
2016-10-03 10:30:06 +08:00
Benau
78e6cfc8db
Merge remote-tracking branch 'origin/master' into walldriving
2016-10-03 10:03:12 +08:00
Benau
13eaf82af1
Patch TestAI with changes to SkiddingAI
2016-10-03 10:02:27 +08:00
Benau
e2030dabbc
Disable AI debug
2016-10-03 09:54:02 +08:00
Benau
c64c8717a5
Use 16bit integer to save some space in ArenaGraph
2016-10-03 09:28:12 +08:00
auria.mg
6e37c5375a
Fix end camera crash
2016-10-02 20:18:40 -04:00
Benau
3f71745d92
Only rescue AI if it's on the ground
2016-10-02 15:04:08 +08:00
Benau
fc94c5e4c4
Change the whole path to avoid bad items
2016-10-02 15:03:09 +08:00
Benau
d3301ff006
Allow battle ai profiling with different track
2016-10-01 12:35:57 +08:00
Benau
c434cb80f4
Significantly improve turning and bad items avoidance for ArenaAI
2016-10-01 07:58:14 +08:00
Benau
62dfef1fb9
Improve performance for findOutOfRoadSector on ArenaGraph
2016-09-30 09:27:44 +08:00
Benau
3c24c73faa
Fix unknown sector in arena after rescue
2016-09-30 08:15:36 +08:00
Benau
c22714951c
Missed reset before update TrackSector
2016-09-30 00:42:04 +08:00
Benau
d386c76e2d
Fix explosion animation on upside down area
2016-09-29 14:37:39 +08:00
Benau
43c40c062e
Make m_bb_max and m_bb_min private in Graph again
...
Avoid setting them in ArenaGraph, let createQuad handle them all
2016-09-29 13:36:50 +08:00
hiker
18b1218312
Oops - made boundary box protected again, it is accessed in the ArenaGraph.
2016-09-29 15:21:59 +10:00
hiker
2e38154bd6
Merge branch 'walldriving' of github.com:supertuxkart/stk-code into walldriving
2016-09-29 15:12:11 +10:00
hiker
0b76a576a3
Exit loop as soon as kart is found to be on one GraphNode.
2016-09-29 15:11:08 +10:00
hiker
fb7b42a625
Fixed compiler warning.
2016-09-29 15:10:51 +10:00
hiker
7f6d800fe7
Made the boundary box private to Graph.
2016-09-29 15:10:26 +10:00
Benau
32f87fa8a9
Fix wrong doxygen comments
2016-09-29 10:19:18 +08:00
Benau
df52922d08
Clean up unused function and wrong comment
2016-09-29 09:57:38 +08:00
Benau
100c23b3c0
Move TrackSector to WorldWithRank
2016-09-28 13:48:32 +08:00
Benau
3d89d5adc6
Make OverWorld be derived from World
2016-09-28 11:24:04 +08:00
Benau
7867a30276
Allow auto-rescue for ArenaAI if off road for some times
2016-09-28 09:59:33 +08:00
Benau
ff52d91372
Improve SoccerAi front point handling
2016-09-27 16:24:38 +08:00