Benau
bbc61480a4
Fix missing white-space
2016-06-10 21:11:55 +08:00
Benau
eaf1486d9c
Remove misleading-FPS info in soccer mode profiling
...
As it will increase with the total polycount of the soccer field.
Now just use total frame elapsed to estimate AI performance.
2016-06-10 20:52:38 +08:00
hiker
321fc09a15
Fixed compiler warning.
2016-06-10 16:02:24 +10:00
hiker
a097c205d2
Merge branch 'master' of https://github.com/supertuxkart/stk-code
2016-06-10 09:31:57 +10:00
hiker
9de6def4cf
Fixed missing collision callbacks for e.g. soccer balls.
2016-06-10 09:31:12 +10:00
auriamg
d13015226e
Merge pull request #2514 from LoadingPleaseWait/graphical-options
...
Document graphical configuration command line options
2016-06-09 19:13:08 -04:00
LoadingPleaseWait
95602791cf
Document graphical configuration command line options
2016-06-08 22:19:15 -05:00
auriamg
8ead8c21da
Merge pull request #2513 from LoadingPleaseWait/master
...
Toggle graphical options from command line
2016-06-08 20:03:59 -04:00
auria.mg
8e886b796a
Improve python script that sets translation authors to be able to process all files at once
2016-06-08 19:54:17 -04:00
LoadingPleaseWait
88dd551229
Toggle graphical options from command line
2016-06-07 23:37:14 -05:00
Benau
d234954e14
Call enterRaceOverState from base class for 3SB too
2016-06-08 08:40:33 +08:00
auria.mg
1469a9e396
Update pot file, slightly breaking string freeze. Sorry about that, better late than never :S
2016-06-07 19:49:33 -04:00
Benau
315ea69020
Call enterRaceOverState from base class in soccer world
...
Even when profiling
2016-06-07 10:15:07 +08:00
auria.mg
d0e7cdea81
Update changelog
2016-06-06 19:55:59 -04:00
Benau
f4fef6fbf2
Fix #2511
2016-06-05 09:34:30 +08:00
Deve
56c6062a81
One more tweak.....
2016-06-04 00:10:56 +02:00
Deve
d60d9120b4
Define constants in glew cmake file before 'add_library' function.
...
It was working for me as it was before, but based on this comment: 10488bc79a (commitcomment-17724549)
it looks that some cmake versions may ignore definitions that are defined below add_library.
2016-06-03 06:48:46 +02:00
Benau
16e24e6f0b
Fix #2498
2016-06-02 08:30:12 +08:00
hiker
d444ab802d
Added test-implementation of dijkstra.
2016-06-01 23:51:12 +10:00
Benau
b9311f95a8
Merge remote-tracking branch 'origin/master' into new_path_finding
2016-06-01 08:39:23 +08:00
Benau
020b1822bd
Fix warning
2016-06-01 08:39:14 +08:00
Benau
c66df6082d
Remove not too useful angle calculation
...
Fix a bug in reverse position returned
2016-06-01 08:21:35 +08:00
hiker
0f79dcc238
Fixed FreeBSD builds (freebsd installs Freetype etc in /usr/local/lib,
...
but does not search in that directory for libraries).
2016-05-31 13:43:07 +10:00
Benau
f83407f661
More detailed comments
2016-05-31 00:36:03 +08:00
hiker
70c0038b93
Added backtwards force when reversing. That fixes the problem that a
...
kart might sometimes get stuck when driving backwards.
2016-05-30 16:59:54 +10:00
Benau
999dee9bce
Don't use getDistance from battle graph for kart
...
As sometimes it will return 0 if kart is on unknown node
Also try to make banana avoidance better
2016-05-30 12:56:14 +08:00
Benau
913bb511b8
Use an improved turn radius determination
2016-05-29 16:31:40 +08:00
auria.mg
b9c1b20209
Update readme file, don't mention version number, we'll forget to update it on every release
2016-05-28 19:26:52 -04:00
auriamg
fd0ca51332
Merge pull request #2507 from adamralph/patch-1
...
tidy up README
2016-05-28 19:25:59 -04:00
Adam Ralph
6f854ca38d
tidy up README
2016-05-28 15:07:33 +02:00
Benau
91b9d13611
Make gift package playable
2016-05-28 00:33:06 +08:00
Deve
cc92ee6ef3
One more tweak in SSAO.
...
Just use mod(x, 6.283185307179586) as suggested by mesa developer, instead converting it to degrees and back to radians.
2016-05-26 11:48:57 +02:00
Deve
cee0de3af3
Fixed a bug in my previous commit.
...
I forgot that sin and cos functions want angle value in radians.
Now the code looks a bit ugly, but generates proper values.
2016-05-26 02:39:35 +02:00
Benau
0c254dfa5d
Try to make AI work like zidane
2016-05-26 08:24:45 +08:00
Deve
cdae595724
Fixed SSAO on intel.
...
In ssao.frag we are computing theta valaue and it looks that intel driver doesn't like too big values for sinus and cosinus computations.
I just used modulo 360 to store lower angle values in theta variable.
2016-05-25 23:16:01 +02:00
hiker
3ec56386df
Merge branch 'master' of https://github.com/supertuxkart/stk-code
2016-05-25 21:35:17 +10:00
hiker
566df3dee6
Made more physics parameters for objects adjustable in the xml file
...
(for now to support a puck).
2016-05-25 17:21:31 +10:00
Deve
396bbd0199
Fixed an error message when unlocking texture in spherical harmonics.
...
On some tracks it was reporting following message:
[warn ] GLWrap: OpenGL debug callback - API
[warn ] GLWrap: Error type : ERROR
[warn ] GLWrap: Severity : HIGH
[warn ] GLWrap: Message : GL_INVALID_VALUE error generated. Size and/or offset out of range.
This fixes #2504
2016-05-24 18:59:51 +02:00
Benau
221a757942
Merge branch 'arena_ai_profiling'
2016-05-24 15:52:32 +08:00
Benau
63a3b50bb7
More details on profiling
2016-05-24 15:50:34 +08:00
Benau
f4e297c415
Merge branch 'advanced_soccer_ai' into arena_ai_profiling
2016-05-24 15:49:25 +08:00
Benau
a18c53f4e7
Add more defense
2016-05-24 15:48:38 +08:00
hiker
5f6f1ec448
Merge branch 'master' of https://github.com/supertuxkart/stk-code
2016-05-24 17:37:28 +10:00
Benau
625f403a6c
Update CHANGELOG.md
2016-05-24 09:13:29 +08:00
hiker
de7ba54b90
Updated debug outpout (commented out).
2016-05-24 09:19:54 +10:00
Benau
02779e39a9
Merge remote-tracking branch 'origin/advanced_soccer_ai' into arena_ai_profiling
2016-05-21 11:41:02 +08:00
Benau
ae18983655
Fix wrong colon
2016-05-21 11:31:43 +08:00
Deve
41283ad408
Added a check for GL_ARB_explicit_attrib_location extension.
...
It is enabled by default for OpenGL 3.3, but we need it for some of our shaders in render_geometry.cpp (which are OpenGL >= 3.2) and also for InstancedColorizeShader.
2016-05-20 20:12:34 +02:00
Benau
390f45a9d1
Fix crashes in arena profiling mode
...
Notice: you need to merge arena_ai_profiling into here to test
2016-05-21 01:11:37 +08:00
Benau
0f9438d824
Use math formula to determine overtake position
2016-05-21 00:37:11 +08:00