Flakebi
2620a77dc1
Adjust and remove properties
2015-07-13 00:23:05 +02:00
Flakebi
a61ad88ee6
Move more properties
2015-07-13 00:08:35 +02:00
Flakebi
ffca848a33
Remove more outdated variables
2015-07-12 01:29:17 +02:00
Flakebi
1317714ba1
Adjust the speed and power values
2015-07-12 01:09:01 +02:00
Flakebi
5bfb1a2c6b
Fix some bugs
2015-07-12 00:39:38 +02:00
Flakebi
db13a1fae6
Remove data from stk_config.xml
2015-07-11 19:33:13 +02:00
Flakebi
9fc6f84545
Switch from properties to characteristics
2015-07-11 19:22:27 +02:00
Flakebi
1ceab872b1
Remove PlayerDifficulty class
2015-07-11 16:16:40 +02:00
Flakebi
eb19bf571e
Load and combine characteristics
2015-07-11 15:38:52 +02:00
Flakebi
0ecc76090b
Add kart types
2015-07-10 01:14:08 +02:00
Flakebi
a305b357a3
Change characteristics to characteristic and add player characteristics
2015-07-10 00:36:50 +02:00
Flakebi
cb797c3145
Remove unnecessary move and add a bit documentation
2015-07-08 22:07:46 +02:00
Flakebi
2272002d5c
Implement processFloat
2015-07-08 16:55:11 +02:00
Flakebi
c22d5c8e6e
Add more to xml reading
2015-07-08 16:55:11 +02:00
Flakebi
cedd816ca1
Extend InterpolationArray
2015-07-08 16:55:11 +02:00
Flakebi
35aeeea6c6
Add getName for enum
2015-07-08 16:55:10 +02:00
Flakebi
17b775959c
Change reference to pointer
2015-07-08 16:55:10 +02:00
Flakebi
c1ed8790ef
Add xml reading
2015-07-08 16:55:10 +02:00
Flakebi
ddb850b149
Add new files
2015-07-08 16:55:10 +02:00
Flakebi
2b9a7a2016
More work
2015-07-08 16:55:10 +02:00
Flakebi
78b4634363
Work
2015-07-08 16:55:10 +02:00
Flakebi
a3f94f6b67
Update abstract characteristics with script generated content
2015-07-08 16:55:10 +02:00
Flakebi
3414f7cb91
Add script to create characteristics file
2015-07-08 16:55:10 +02:00
Flakebi
483993d2d8
Start with getters
2015-07-08 16:55:10 +02:00
Flakebi
5dec3c4602
Add characteristics
2015-07-08 16:55:10 +02:00
Flakebi
fc8a726156
Add config file for kart characteristics
2015-07-08 16:54:35 +02:00
hiker
9b562d31f4
Replaced Widget's set(De)Activated functions with one setActive(bool)
...
function, which simplifies code for various screen a lot.
2015-07-03 16:19:28 +10:00
hiker
8059544b21
Try to fix advanced pipeline.
2015-07-03 08:22:39 +10:00
hiker
ad3a5ac730
Merge branch 'master' of github.com:supertuxkart/stk-code
2015-07-03 08:13:39 +10:00
hiker
747aa39bdf
Disable artificial shadow if shader-based shadows are available.
2015-07-03 08:12:55 +10:00
hiker
97499759ec
Revert "Remove shadow blob"
...
This reverts commit 33c0dfe7c2
.
2015-07-03 07:55:50 +10:00
hiker
369ed86380
Added 'behind kart' camera which helps debugging graphical
...
vs physical chassis position issues.
2015-07-02 16:39:13 +10:00
hiker
34d22a32c7
Improved distance calculation (so that the same distance to the rear
...
of each kart is reached).
2015-07-02 16:35:51 +10:00
hiker
799b4cdf7e
Minor code cleanup.
2015-07-02 08:04:37 +10:00
hiker
04c84fd23d
Moved skidding lights from Kart into KartGFX.
2015-07-01 18:57:44 +10:00
Marianne Gagnon
92974fc4b3
Fix scripting crash
2015-06-30 21:35:17 -04:00
hiker
8aabb30687
Fixed memory leak.
2015-07-01 08:58:15 +10:00
hiker
576270bb17
Coding style changes, removed dead code and unused variables.
2015-07-01 08:57:40 +10:00
hiker
4ec423ff35
Coding style improvements.
2015-07-01 08:22:43 +10:00
hiker
f82bb996ea
Fixed memory leaks of lights.
2015-07-01 08:04:10 +10:00
hiker
b41035a008
Moved nitro_light from Kart into KartGFX.
2015-06-30 21:49:20 +10:00
hiker
42114c163c
Minor refactoring to move more code into KartGFX.
2015-06-30 16:59:48 +10:00
hiker
1bafdf528f
Fix wheel-view camera.
2015-06-29 16:17:14 +10:00
Marianne Gagnon
1ceb05c2cb
More scripting functions to control particles
2015-06-28 19:10:43 -04:00
Marianne Gagnon
eda00e12f9
Expose length method in scripting vector3
2015-06-28 19:03:09 -04:00
Marianne Gagnon
68eb4eb359
Start work to control particle emitters from scripts, and allow getting kart velocity from script
2015-06-28 19:00:25 -04:00
hiker
08529e167f
Fixed memory leak.
2015-06-29 08:41:46 +10:00
hiker
a9958a60a8
Minor cosmetical changes.
2015-06-29 08:41:20 +10:00
hiker
0dc2e66039
Fixed compiler warnings.
2015-06-29 08:24:31 +10:00
hiker
11a213fa8d
Significantly reduced number of audio sfx commands: instead of sending
...
7 commands for each kart (when only engine is actually playing),
now there is only one command being sent: positions of sfx that are
not playing are not sent anymore, a duplication engine position was
removed, and speed and position are combined into one event.
2015-06-29 08:09:42 +10:00