12055 Commits

Author SHA1 Message Date
Sachith Hasaranga Seneviratne
df7b46a439 Key bindings now available via scripts 2014-06-24 18:12:42 +05:30
Sachith Hasaranga Seneviratne
a219585a41 Started adding configuration key bindings to scripting to move all tutorial messages to scripting 2014-06-24 08:45:27 +05:30
Sachith Hasaranga Seneviratne
588ec991a8 Moved all simple messages into scripts 2014-06-20 12:24:52 +05:30
Sachith Hasaranga Seneviratne
388e9cb208 Started moving tutorial hard coded messages ito scripts 2014-06-20 11:36:10 +05:30
Sachith Hasaranga Seneviratne
b32b9ffe85 Merge branch 'master' of https://github.com/supertuxkart/stk-code into ScriptEngine 2014-06-20 11:28:34 +05:30
hiker
eaded3bf46 Merge branch 'master' of github.com:supertuxkart/stk-code 2014-06-20 11:04:15 +10:00
hiker
82d8cbf875 Fixed display or kart name in top left corner (caused by calling
add on the label widget twice).
2014-06-20 11:00:43 +10:00
auriamg
17511d7d32 Merge pull request #1371 from Flakebi/master
Change xml style of screens and fix some issues with screens
2014-06-19 20:03:18 -04:00
Sachith Hasaranga Seneviratne
94e6138298 Added current tutorial scripts to new structure 2014-06-19 19:09:51 +05:30
Sachith Hasaranga Seneviratne
f86b5f91af Trigger scripts now work by binding to the FUNCTION pointed by the trigger action instead of by the FILENAME. Started adding files into a structure similiar to that present in the tracks/ directory 2014-06-19 19:02:00 +05:30
Flakebi
e16a7de617 Change xml style of screens and fix some issues with screens 2014-06-19 09:49:36 +02:00
Vincent Lejeune
76b76c6872 Try to fix crash on linux with proprietary drivers 2014-06-18 20:50:30 +02:00
Sachith Hasaranga Seneviratne
97c17692e8 Added setCurrentFrame to skeletal animations 2014-06-18 17:53:18 +05:30
Sachith Hasaranga Seneviratne
2db62da4ce Merge branch 'master' of https://github.com/supertuxkart/stk-code into ScriptEngine 2014-06-18 13:13:16 +05:30
Sachith Hasaranga Seneviratne
069c25653c Added ability for scripts to run other scripts and bound getFrameNumber for Skeletal animations to get current frame 2014-06-18 13:12:51 +05:30
Marianne Gagnon
b9c45b7e0f Undo dubious code that causes crashes 2014-06-17 18:14:24 -04:00
Marianne Gagnon
6a4e46af5c Fix more issues on feature unlocked screen 2014-06-17 18:13:40 -04:00
Vincent Lejeune
bc83bb1339 Fix attempt for OS X 2014-06-17 22:24:02 +02:00
Sachith Hasaranga Seneviratne
b7e3329d83 Added setLoop to skeletal animations, Test : rapidly nodding sheep in green valley, also incorporates trigger creation at start in the test. 2014-06-17 21:11:05 +05:30
Sachith Hasaranga Seneviratne
77ee20a5e2 Added script triggering at startup via start.as - meant to customize track object settings, and to create triggers / set their initial states as necessary 2014-06-17 18:50:55 +05:30
Sachith Hasaranga Seneviratne
a6e2884456 Merge branch 'master' of https://github.com/supertuxkart/stk-code into ScriptEngine 2014-06-17 17:49:10 +05:30
Sachith Hasaranga Seneviratne
ee73767572 Added possibility of triggering scripts via update method (ie everytime tracks etc are updated, this script will be called 2014-06-17 17:48:47 +05:30
Marianne Gagnon
a31ed23bc0 Fix compilation. Hopefully I broke nothing 2014-06-16 19:12:48 -04:00
Sachith Hasaranga Seneviratne
351643c851 Merged master into ScriptEngine by resolving conflict in sources.cmake 2014-06-16 20:56:46 +05:30
Sachith Hasaranga Seneviratne
f55d1c004e Added better example to haybail example to showcase pausing and unpausing 2014-06-16 20:51:58 +05:30
Sachith Hasaranga Seneviratne
f0622f425d Added pausing capabilities to curve based (IPO) animations, bound ThreeDanimation class to scripts as type Animator 2014-06-16 20:42:48 +05:30
hiker
6dd4c6f803 Use the new stkaddons feeature to allow more than one achievements to
be sent at a time. This means only one server request when local
achievements are synched to the online account.
2014-06-16 23:22:27 +10:00
hiker
fa2913c937 Try to force an automatic rerun of cmake by a dummy modification of this file. 2014-06-16 22:09:25 +10:00
hiker
a50177c96a Removed messages.?pp files (and used the strings directly where they
are needed).
2014-06-16 22:05:50 +10:00
samuncle
6175d9f5bb Merge branch 'master' of https://github.com/supertuxkart/stk-code 2014-06-16 02:46:32 +02:00
samuncle
f8f0a46ed4 Now if a not instancied object use the grass vert it will use grass frag too 2014-06-16 02:45:39 +02:00
hiker
9cc34fd76b Changed order of libraries to hopefully make font_tool compile for Arthur. 2014-06-16 09:39:37 +10:00
hiker
f1c8fcc6d4 Fix 1366. 2014-06-15 22:14:50 +10:00
hiker
e1a750672f Fix #1364. 2014-06-15 22:01:52 +10:00
Sachith Hasaranga Seneviratne
0c24507821 Added Test for getMesh 2014-06-14 14:45:17 +05:30
Sachith Hasaranga Seneviratne
4c3b8f435b Merge branch 'master' of https://github.com/supertuxkart/stk-code into ScriptEngine 2014-06-14 14:11:43 +05:30
Sachith Hasaranga Seneviratne
f29ed1c2a3 Bound Meshes to Scripts 2014-06-14 14:11:19 +05:30
samuncle
08369d1fcb Added a new particle system for the torches and bring back the vignette 2014-06-14 00:42:57 +02:00
hiker
6425befc5e Synchronise achievements from a local account to an online account. 2014-06-13 23:27:52 +10:00
vlj
4daa239c5c Fix light with ssao disabled. 2014-06-13 13:45:37 +02:00
vlj
1a9f0a83b4 Add bypassUBO for ColoredLine 2014-06-13 13:41:07 +02:00
vlj
698d892f73 Fix for OSX compilation
OSX supports GL up to 4.0 and is unlikely to ship gl header for later
version.
2014-06-13 13:39:23 +02:00
Sachith Hasaranga Seneviratne
7d63813afd Added wrapper for PhysicalObject->removeBody and bound it to scripts 2014-06-13 08:30:11 +05:30
Sachith Hasaranga Seneviratne
390642cb5f Merge branch 'master' of https://github.com/supertuxkart/stk-code into ScriptEngine 2014-06-13 08:00:56 +05:30
hiker
364c7434f6 Merge branch 'master' of github.com:supertuxkart/stk-code 2014-06-13 09:09:36 +10:00
hiker
d36ff8b6db Call reset function of RaceGUIBase, which fixes #1363 (missing thunderbird). 2014-06-13 09:07:52 +10:00
Marianne Gagnon
e3a2246e25 More work on cutscene screens 2014-06-12 18:43:20 -04:00
Marianne Gagnon
bc2209284b Some fixes with menu-cutscenes 2014-06-12 18:25:54 -04:00
Marianne Gagnon
4ea1b7c6b1 Merge branch 'focus' 2014-06-12 18:01:41 -04:00
hiker
ed978cc6e7 Merge branch 'Flakebi-master' 2014-06-12 22:27:28 +10:00