ChangeLog | 19 Makefile.am | 2 Makefile.in | 46 - README | 8 bin/Makefile.am | 5 bin/Makefile.in | 2 bin/Textures/Musics/MadeiraStew.ogg |binary bin/Textures/Musics/speeditup.ogg |binary bin/xmoto.bin |binary configure | 2 configure.in | 2 debian/changelog | 22 debian/control | 5 debian/rules | 6 debian/xmoto.install | 2 extra/Makefile.am | 2 extra/Makefile.in | 2 extra/xmoto.desktop | 6 make_windows_package.sh | 1 po/Makefile.in.in | 2 po/ca_ES.gmo |binary po/ca_ES.po | 1138 ++++++++++++++++-------------- po/cs_CZ.gmo |binary po/cs_CZ.po | 1138 ++++++++++++++++-------------- po/da_DK.gmo |binary po/da_DK.po | 1136 ++++++++++++++++-------------- po/de_DE.gmo |binary po/de_DE.po | 1127 ++++++++++++++++------------- po/es_ES.gmo |binary po/es_ES.po | 1138 ++++++++++++++++-------------- po/fi_FI.gmo |binary po/fi_FI.po | 1138 ++++++++++++++++-------------- po/fr_FR.gmo |binary po/fr_FR.po | 1132 ++++++++++++++++------------- po/it_IT.gmo |binary po/it_IT.po | 1138 ++++++++++++++++-------------- po/lv_LV.gmo |binary po/lv_LV.po | 1149 ++++++++++++++++-------------- po/nb_NO.gmo |binary po/nb_NO.po | 1136 ++++++++++++++++-------------- po/nn_NO.gmo |binary po/nn_NO.po | 1136 ++++++++++++++++-------------- po/no_NO.gmo |binary po/no_NO.po | 1136 ++++++++++++++++-------------- po/pl_PL.gmo |binary po/pl_PL.po | 1145 ++++++++++++++++-------------- po/pt_BR.gmo |binary po/pt_BR.po | 1172 ++++++++++++++++--------------- po/pt_PT.gmo |binary po/pt_PT.po | 1140 ++++++++++++++++-------------- po/ru_RU.gmo |binary po/ru_RU.po | 1145 ++++++++++++++++-------------- po/sk_SK.gmo |binary po/sk_SK.po | 1141 ++++++++++++++++-------------- po/sv_SE.gmo |binary po/sv_SE.po | 1135 ++++++++++++++++-------------- po/xmoto.pot | 1098 +++++++++++++++-------------- src/CameraAnimation.cpp | 10 src/Collision.cpp | 9 src/Collision.h | 4 src/Credits.cpp | 54 - src/Credits.h | 10 src/DBuffer.cpp | 6 src/Game.cpp | 201 ++--- src/Game.h | 23 src/GameEvents.cpp | 658 +++++++++++------ src/GameEvents.h | 252 ++++-- src/GameInit.cpp | 23 src/GameSerializer.cpp | 5 src/GameText.h | 37 src/Input.cpp | 46 - src/LevelsManager.cpp | 201 +++-- src/LevelsManager.h | 28 src/LuaLibGame.cpp | 49 + src/LuaLibGame.h | 4 src/Makefile.am | 15 src/Makefile.in | 150 +++ src/Packager.cpp | 5 src/PhysSettings.h | 2 src/Renderer.cpp | 198 +++-- src/Renderer.h | 12 src/Replay.cpp | 66 + src/Replay.h | 18 src/ScriptDynamicObjects.cpp | 50 - src/ScriptDynamicObjects.h | 30 src/Sound.cpp | 37 src/Sound.h | 11 src/Trainer.cpp | 16 src/Trainer.h | 4 src/Universe.cpp | 45 - src/VFileIO.cpp | 13 src/VFileIO.h | 7 src/VideoRecorder.cpp | 8 src/VideoRecorder.h | 2 src/WWW.cpp | 25 src/WWW.h | 10 src/XMArgs.cpp | 61 + src/XMArgs.h | 14 src/XMBuild_info.h | 2 src/XMSession.cpp | 198 ++++- src/XMSession.h | 45 - src/db/xmDatabase.cpp | 73 + src/db/xmDatabase.h | 25 src/db/xmDatabase_fixes.cpp | 43 + src/db/xmDatabase_levels.cpp | 39 + src/db/xmDatabase_profiles.cpp | 16 src/db/xmDatabase_replays.cpp | 5 src/db/xmDatabase_stats.cpp | 24 src/db/xmDatabase_web.cpp | 110 ++ src/drawlib/DrawLib.cpp | 10 src/drawlib/DrawLibOpenGL.cpp | 337 +++++++- src/gui/basic/GUIEdit.cpp | 5 src/gui/basic/GUIList.cpp | 9 src/gui/basic/GUIStatic.cpp | 5 src/gui/basic/GUITabView.cpp | 123 +-- src/gui/specific/GUIXMoto.cpp | 24 src/gui/specific/GUIXMoto.h | 6 src/helpers/Environment.cpp | 2 src/helpers/Text.cpp | 65 + src/helpers/Text.h | 25 src/helpers/VMath.cpp | 13 src/helpers/utf8.cpp | 9 src/helpers/utf8.h | 1 src/states/StateCreditsMode.cpp | 6 src/states/StateCreditsMode.h | 3 src/states/StateDeadJust.cpp | 8 src/states/StateDeadJust.h | 3 src/states/StateDownloadGhost.cpp | 24 src/states/StateEditProfile.cpp | 33 src/states/StateEditProfile.h | 2 src/states/StateFinished.cpp | 68 + src/states/StateFinished.h | 4 src/states/StateHelp.cpp | 8 src/states/StateLevelInfoViewer.cpp | 114 ++- src/states/StateLevelInfoViewer.h | 4 src/states/StateLevelPackViewer.cpp | 43 - src/states/StateMainMenu.cpp | 534 ++++++++++---- src/states/StateMainMenu.h | 4 src/states/StateManager.cpp | 26 src/states/StateManager.h | 1 src/states/StatePlaying.cpp | 231 +++--- src/states/StatePlaying.h | 5 src/states/StatePreplaying.cpp | 123 +-- src/states/StatePreplaying.h | 17 src/states/StatePreplayingCredits.cpp | 42 + src/states/StatePreplayingCredits.h | 39 + src/states/StatePreplayingGame.cpp | 98 ++ src/states/StatePreplayingGame.h | 40 + src/states/StatePreplayingReplay.cpp | 74 + src/states/StatePreplayingReplay.h | 44 + src/states/StateReplaying.cpp | 154 +--- src/states/StateReplaying.h | 5 src/states/StateScene.cpp | 346 ++++++--- src/states/StateScene.h | 17 src/states/StateUpdate.cpp | 2 src/states/StateUploadAllHighscores.cpp | 5 src/states/StateUploadAllHighscores.h | 3 src/thread/CheckWwwThread.cpp | 61 - src/thread/CheckWwwThread.h | 4 src/thread/DownloadGhostThread.cpp | 113 +- src/thread/DownloadGhostThread.h | 4 src/thread/UpdateDbThread.cpp | 6 src/thread/UpdateRoomsListThread.cpp | 2 src/thread/UpdateThemeThread.cpp | 2 src/thread/UpdateThemesListThread.cpp | 2 src/thread/UpgradeLevelsThread.cpp | 10 src/thread/UploadAllHighscoresThread.cpp | 21 src/thread/UploadAllHighscoresThread.h | 3 src/thread/UploadHighscoreThread.cpp | 65 + src/xmscene/Bike.cpp | 36 src/xmscene/Bike.h | 25 src/xmscene/BikeGhost.cpp | 60 + src/xmscene/BikeGhost.h | 10 src/xmscene/BikePlayer.cpp | 290 ++++--- src/xmscene/BikePlayer.h | 28 src/xmscene/Camera.cpp | 158 +++- src/xmscene/Camera.h | 257 +++--- src/xmscene/Entity.cpp | 64 - src/xmscene/Entity.h | 52 - src/xmscene/Scene.cpp | 111 +- src/xmscene/Scene.h | 39 - xmoto.6 | 275 +++++++ xmoto.6.gz |binary 183 files changed, 17123 insertions(+), 12090 deletions(-)