[SCM] Wormux package repository branch, trunk-ups, created. ebb44b8c2eaa6c0b67fa44e2c768d1174983e155

haypo haypo at 30ef787d-52ff-0310-b286-e08351bb7647
Mon Aug 18 20:22:00 UTC 2008


The branch, trunk-ups has been created
        at  ebb44b8c2eaa6c0b67fa44e2c768d1174983e155 (commit)

- Shortlog ------------------------------------------------------------
commit ebb44b8c2eaa6c0b67fa44e2c768d1174983e155
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 18 13:30:40 2008 +0000

    Limit network packet size to 250 KB (maximum on my computer is near 25 KB, for the game mode exchange?)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4871 30ef787d-52ff-0310-b286-e08351bb7647

commit a9ac21f0d9d0a2b79f933d15a84497e8de48f999
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 18 13:19:00 2008 +0000

    Better fixes for maximum network string:
     * version: max=40 bytes
     * password: max=100 bytes
     * (index) sign: max=20 bytes
     * (index) ack: max=5 bytes
     * (index) game name: max=40 bytes
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4870 30ef787d-52ff-0310-b286-e08351bb7647

commit 8492513ebaa784c4926ecbdeb1f3c393ab9be6c9
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 18 12:44:49 2008 +0000

    Add arbitrary limit to ReceiveStr(): 10 KB
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4869 30ef787d-52ff-0310-b286-e08351bb7647

commit 928e047374adaa16ccc37f0add3f1863c73e74d9
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 18 12:35:10 2008 +0000

    random: fix gcc warning (missing virtual destructor)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4868 30ef787d-52ff-0310-b286-e08351bb7647

commit a9846a409efbca23f135172471fa6d5d8efefdb3
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 18 12:34:22 2008 +0000

    ai: fix gcc warning (mix int/double)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4867 30ef787d-52ff-0310-b286-e08351bb7647

commit f85bfce86413a33899d6ae357bd7467174bed470
Author: fredb219 <fredb219 at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 17 22:28:49 2008 +0000

    AI-stupid is now few less stupid : dynamite fix
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4866 30ef787d-52ff-0310-b286-e08351bb7647

commit f4b38e1e39935c9cf5503c101290667341c075ef
Author: fredb219 <fredb219 at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 17 21:57:00 2008 +0000

    bug #12134 : fix animation for all bugged weapons
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4865 30ef787d-52ff-0310-b286-e08351bb7647

commit 75cd2980f5e33617f8c71402d07130faa5f821c0
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 17 20:52:37 2008 +0000

    Simplify focus management on widget (do not make any difference between focus given by clicking with the mouse or given by keyboard)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4864 30ef787d-52ff-0310-b286-e08351bb7647

commit 285b97142174fdf485565c9825bd7aa5ce023751
Author: pawel_dyda <pawel_dyda at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 17 18:48:49 2008 +0000

    Updated Polish winstaller.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4863 30ef787d-52ff-0310-b286-e08351bb7647

commit ef32f4a0d85406b670e266b6e5749e940294f807
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 17 18:39:43 2008 +0000

    Last commit was too fast, remove useless comments...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4862 30ef787d-52ff-0310-b286-e08351bb7647

commit 8392e3d3c3946c5be67d0a9dd52ed473e2927ec8
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 17 18:36:47 2008 +0000

    Simplify the code managing the conversion
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4861 30ef787d-52ff-0310-b286-e08351bb7647

commit 5cb1dd26222347386bc845ca3466938af5c07cbf
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 17 18:14:37 2008 +0000

    [BUGFIX] Bonus boxes fall again...
    This bug was due to the new PhysicalObj::GetPosition that returns a Point2d instead of a Point2i
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4860 30ef787d-52ff-0310-b286-e08351bb7647

commit 8ac77f814295094f898e3a4bcf103ec63a553b04
Author: fredb219 <fredb219 at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 17 16:53:17 2008 +0000

    Fix strange conversion bug
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4859 30ef787d-52ff-0310-b286-e08351bb7647

commit 23b775282cbb230e6ac54161cc06644584ff956e
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 17 16:45:15 2008 +0000

    [Win32] Desinstall automatically before installing, allows normal user to install (problem: shortcuts not created).
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4858 30ef787d-52ff-0310-b286-e08351bb7647

commit 88f7b754588714a8044ebdca607db4681b6137db
Author: fredb219 <fredb219 at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 17 14:58:13 2008 +0000

    add attribut "repeat" to describe movement in xml
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4857 30ef787d-52ff-0310-b286-e08351bb7647

commit c7cfd7e479046c50acb1428da963a2f8423eff57
Author: fredb219 <fredb219 at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 17 13:42:20 2008 +0000

    desyncronize eyes blink
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4856 30ef787d-52ff-0310-b286-e08351bb7647

commit dd4742961bc62a7bc1d9b3e1d013ea873f02a225
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 17 11:57:20 2008 +0000

    Try to simplify the code to navigate from widget to widget
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4855 30ef787d-52ff-0310-b286-e08351bb7647

commit 58f292fb48ec762fe6e7157a83e66d9e1b7e91f6
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 17 11:53:40 2008 +0000

    Tabs now handle Ctrl+PageDown/PageUp to change current tab
    Fix compute of selected tab when clicking on the header
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4854 30ef787d-52ff-0310-b286-e08351bb7647

commit 5f78441d9fe63c9616cf3adddf8625850f31cd1b
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 17 11:21:18 2008 +0000

    bug #12045 : Auto focus on active character
    Do not set mouse cursor position nor scroll camera if the application does not have the mouse focus
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4853 30ef787d-52ff-0310-b286-e08351bb7647

commit 11994b8d92367cd93eecf10133cf35c1841e1d47
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 17 10:15:36 2008 +0000

    back again... That's all.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4852 30ef787d-52ff-0310-b286-e08351bb7647

commit 72c393dfa0a934b4d5f64efcdc44d9a4d38bbd0b
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 17 10:04:51 2008 +0000

    :( it was a bad idea
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4851 30ef787d-52ff-0310-b286-e08351bb7647

commit 010192d0dfd95da3f81c0a7b38b707d1db82d65f
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 17 09:52:17 2008 +0000

    little modification. It's so simple now :)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4850 30ef787d-52ff-0310-b286-e08351bb7647

commit 97fae72c8a7f3eb98c3c87177e53da26cadd7ff3
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 17 09:47:28 2008 +0000

    config.xml are now links
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4849 30ef787d-52ff-0310-b286-e08351bb7647

commit 1b33a912688dbcd51f1c319837f27522b966948f
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 17 09:45:44 2008 +0000

    delete temporary all config.xml, will add links in next comit
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4848 30ef787d-52ff-0310-b286-e08351bb7647

commit d824cbb98cdb5f353bccb82bfb9486d08c2a8176
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 17 09:22:07 2008 +0000

    [BUGFIX] Fixing NULL pointer access.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4847 30ef787d-52ff-0310-b286-e08351bb7647

commit 9942b215d15120150c2cef25acf564c188129865
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 17 08:42:25 2008 +0000

    task #6147 : Several network games with same players without going back to connection menu -> repair team management (all teams was seen as local on
    the next rounds)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4846 30ef787d-52ff-0310-b286-e08351bb7647

commit eb606e98f599c8ef009668f1438221bc87775224
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 16 15:56:51 2008 +0000

    Remove useless picture
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4845 30ef787d-52ff-0310-b286-e08351bb7647

commit 85c6cc2a598ba8aff9f8188c1b5f632fc32c131e
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 16 15:29:49 2008 +0000

    task #6147 : Several network games with same players without going back to connection menu
    
    Network game menu now contains an option "Play several times" checked by default that allows to go back to network game menu after a game and to play
    again!
    
    New players can't connect to the next games.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4844 30ef787d-52ff-0310-b286-e08351bb7647

commit 3fd97deb99301489788f3463f759960bd50f9913
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 16 15:25:40 2008 +0000

    Add methods TalkBox::Clear() and MsgBox::Clear() to remove all messages
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4843 30ef787d-52ff-0310-b286-e08351bb7647

commit 94d384d34ee32b250335212a8e5a3a44a7b5c8b1
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 16 15:01:24 2008 +0000

    Switch between widgets with tab.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4842 30ef787d-52ff-0310-b286-e08351bb7647

commit cb6224346923dbcb191bc1966b2870afc766933f
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 16 13:53:21 2008 +0000

    Disable custom team in network game
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4841 30ef787d-52ff-0310-b286-e08351bb7647

commit a2080112eb7abb9daf2cc935ca49335613668949
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 16 13:44:09 2008 +0000

    [task #6138] Read color from data/graphism.xml, section "water_colors".
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4840 30ef787d-52ff-0310-b286-e08351bb7647

commit a401e1243044d29a4475a25b05de01b173de61b1
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 16 12:55:33 2008 +0000

    Simplify and fix drawing of tabs header
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4839 30ef787d-52ff-0310-b286-e08351bb7647

commit a4b1d24fb72296d4b2adf24a76f3faa3d09b7664
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 16 12:29:08 2008 +0000

    PhysicalObj::GetPosition() now returns a Point2d and not a Point2i
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4838 30ef787d-52ff-0310-b286-e08351bb7647

commit 4f4f9e3b04f5f865846c6ce42701c719c9861c69
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 16 12:26:23 2008 +0000

    [task #6138] Draw a colored and filled rectangle over the minimap to represent the water, according to its type and height.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4837 30ef787d-52ff-0310-b286-e08351bb7647

commit 0011d547f959105f7c5fad1036191990f2f0dbb8
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 16 12:24:44 2008 +0000

    [task #6138] Allow retrieving the water type of a map, in addition to the water type name.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4836 30ef787d-52ff-0310-b286-e08351bb7647

commit b9f04405ee1d7bd6a251ef1aa9157d4a02e4f01f
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 16 12:20:01 2008 +0000

    Replace "PhysicalObj::SetX(int)" and "PhysicalObj::SetY(int)" with "PhysicalObj::SetX(double)" and "PhysicalObj::SetY(double)".
    Add methods "double GetXdouble()" and  "double GetYdouble()"
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4835 30ef787d-52ff-0310-b286-e08351bb7647

commit 35a13bd28e31ea13eb1e92faffcabefe55bf87d6
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 16 12:14:56 2008 +0000

    [task #6138] Add a method to retrieve the true water height; also "relocate" pattern_height (made it a static Water member , but I don't see the use of having it global)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4834 30ef787d-52ff-0310-b286-e08351bb7647

commit 676164e3e2718e0a7c7ccc224ab1c5b610cd9b88
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 16 11:57:02 2008 +0000

    Fix management of Physics::m_last_move
    
    Factorize PhysicalObj::SetXY(Point2i) et PhysicalObj::SetXY(Point2d). Make Physics::UpdateLastTimeOfMove private.
    This is linked to previous correction of bug #12174
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4833 30ef787d-52ff-0310-b286-e08351bb7647

commit 157ea8a078a2a05bfb85e9cfdcd1df03e277cfd4
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 16 10:35:08 2008 +0000

    [Win32] Also fix build for MSVC.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4832 30ef787d-52ff-0310-b286-e08351bb7647

commit e34a8e115b7d528e13c16ed07f73a9e1bc5dadec
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 16 10:33:18 2008 +0000

    [Win32] Add new files to MSVC project.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4831 30ef787d-52ff-0310-b286-e08351bb7647

commit f9f6e1af748193e60c79d598ded25d9f74a8d899
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 16 10:12:16 2008 +0000

    Remove useless "hack" in air-hammer
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4830 30ef787d-52ff-0310-b286-e08351bb7647

commit 619bcad4dfbd0657f9d33dc6ec22218b46c4f27b
Author: fredb219 <fredb219 at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 15 22:53:22 2008 +0000

    Small correction for air attack : delay between 2 first bomb was longer than the others
    delays
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4829 30ef787d-52ff-0310-b286-e08351bb7647

commit 8c39a5ddcc930946f3fd8f766d10898c99694ecc
Author: fredb219 <fredb219 at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 15 22:48:49 2008 +0000

    Fix bug #12174 : present/crates fall now correctly
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4828 30ef787d-52ff-0310-b286-e08351bb7647

commit 130d90a40de43b19af6b76c6b044c3b37b204eda
Author: pawel_dyda <pawel_dyda at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 15 16:34:20 2008 +0000

    Minor corrections in Polish translation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4827 30ef787d-52ff-0310-b286-e08351bb7647

commit 4fe5903c1cef23c627a8065fe785bbaad7cca1a6
Author: pawel_dyda <pawel_dyda at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 15 13:26:26 2008 +0000

    Udpated Polish translation.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4826 30ef787d-52ff-0310-b286-e08351bb7647

commit 2ed477bf8b979a7ddf94072af96fba15ad6a5197
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 15 11:19:21 2008 +0000

    [Win32] Add needed include, undefine a macro changing a symbol.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4825 30ef787d-52ff-0310-b286-e08351bb7647

commit 1465b9858016e1bb2d62799999da2e54b2c71c7d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 15 11:19:02 2008 +0000

    Add method MultiTabs::SetMaxVisibleTabs() and use it in results menu to avoid tabs of tabs...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4824 30ef787d-52ff-0310-b286-e08351bb7647

commit 8d8d247ec5d38209ac419282e8bdeddfc68d3674
Author: fredb219 <fredb219 at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 15 10:29:09 2008 +0000

    Change "team name" to "player name"
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4823 30ef787d-52ff-0310-b286-e08351bb7647

commit 5b0af18e4da6ee78304d64fd34630dacdaf33094
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 12 21:41:50 2008 +0000

    Display minimap by default at start (and don't rely on player knowing the 'm' key effect
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4822 30ef787d-52ff-0310-b286-e08351bb7647

commit 56d0449168aaf3abd50b1ac80eacdcb635ca3a70
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 12 21:13:33 2008 +0000

    Ran make update-po; Romanian back to 100%
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4821 30ef787d-52ff-0310-b286-e08351bb7647

commit 4d668c39af742130a988997691f4d3f7fbc3d791
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 12 21:05:30 2008 +0000

    Updated Romanian translation to 100% again
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4820 30ef787d-52ff-0310-b286-e08351bb7647

commit d7509e7c43b99a8712d15c4940400da26edec3ae
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 12 14:49:33 2008 +0000

    pot update for the custom team stuff:
    +4 fuzzy translations, +3 untranslated messages.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4819 30ef787d-52ff-0310-b286-e08351bb7647

commit 41394300e18a4c0d368a7be40ce300d38017e0ba
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 12 14:47:32 2008 +0000

    fixed the grammar of a few new custom team strings and
    added them to the po/Makefile.am, making them translatable;
    
    fixed CustomTeam::Delete() to return asap if the file couldn't be deleted
      (rmdir on a non-empty dir will always fail)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4818 30ef787d-52ff-0310-b286-e08351bb7647

commit 30c5bda2aa7f9e1d9b435939fe0c38ca9e2629ed
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 12 14:11:41 2008 +0000

    fixed compilation of the new team stuff (gcc 4.3)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4817 30ef787d-52ff-0310-b286-e08351bb7647

commit 36faf8416c28d18293817b92b13a745bef399ceb
Author: fredb219 <fredb219 at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 11 21:18:35 2008 +0000

    add team editor support for local game
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4816 30ef787d-52ff-0310-b286-e08351bb7647

commit 3a5a9cbff784125fa3374062cde35f7f8113a4a8
Author: fredb219 <fredb219 at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 10 21:54:07 2008 +0000

    Fix sigseg if no custom team have been created
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4815 30ef787d-52ff-0310-b286-e08351bb7647

commit 3f9086582cc5d4b1250dcd78e8589bf7a16f1709
Author: fredb219 <fredb219 at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 10 21:43:45 2008 +0000

    Add custom team controler on game creation menu
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4814 30ef787d-52ff-0310-b286-e08351bb7647

commit fcfd20e71a922a0c9947d45a8cb0b384d05e93ab
Author: fredb219 <fredb219 at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 10 20:57:51 2008 +0000

    Improve add in team editor
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4813 30ef787d-52ff-0310-b286-e08351bb7647

commit 6f86f8a4b4e18c6b1b7419307abc6f005004e59c
Author: fredb219 <fredb219 at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 10 20:04:37 2008 +0000

    Fix Missed assertion "always_one_selected == false"
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4812 30ef787d-52ff-0310-b286-e08351bb7647

commit cf1f0839cd707c48cf9e5d9031233ba5394f321a
Author: fredb219 <fredb219 at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 10 19:53:09 2008 +0000

    Fix trace
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4811 30ef787d-52ff-0310-b286-e08351bb7647

commit 0a0e45c7634e304f98f14195891086631e3ed8a9
Author: fredb219 <fredb219 at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 10 19:50:22 2008 +0000

    Fix nb_ammo for air_attack
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4810 30ef787d-52ff-0310-b286-e08351bb7647

commit b64addecd39438015f0a93e3a8ebc3ad09a95ce3
Author: fredb219 <fredb219 at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 10 19:49:10 2008 +0000

    Randomize betwen 2 drops of bomb
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4809 30ef787d-52ff-0310-b286-e08351bb7647

commit 7956a543feb1cb33a23f93718b6b4a0196dd09bf
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 10 18:09:48 2008 +0000

    little improvement (my wife didn't see difference between old interface
    and new one :( but i live the new one)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4808 30ef787d-52ff-0310-b286-e08351bb7647

commit bada0c3747788dd0f6140302ab6dd3f3785277c2
Author: fredb219 <fredb219 at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 10 17:33:30 2008 +0000

    Add change saving functions to team editor
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4807 30ef787d-52ff-0310-b286-e08351bb7647

commit b13f3f3f399f03d313c6c14b49712aa42467fc48
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 10 17:29:57 2008 +0000

    beautifull interface
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4806 30ef787d-52ff-0310-b286-e08351bb7647

commit 2fbb400e0b1a011bfacef878f59d6743e91d147c
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 10 15:16:20 2008 +0000

    delete some useless files
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4805 30ef787d-52ff-0310-b286-e08351bb7647

commit c2bf9b85dff666f7f300b890561f6debb5c5647f
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 10 14:57:45 2008 +0000

    little graphic improvement
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4804 30ef787d-52ff-0310-b286-e08351bb7647

commit 41ee9a2870db55cc87b207b778c92023dbfc8682
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 10 14:47:53 2008 +0000

    little graphic improvement
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4803 30ef787d-52ff-0310-b286-e08351bb7647

commit 78a7124093e492e7b041945760d620fcad3f60f2
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 10 13:57:31 2008 +0000

    change interface colors
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4802 30ef787d-52ff-0310-b286-e08351bb7647

commit 9b97d66cd81e8325d4bfabf8a7143bdf32d905eb
Author: fredb219 <fredb219 at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 10 13:42:42 2008 +0000

    Delete team in team editor now work
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4801 30ef787d-52ff-0310-b286-e08351bb7647

commit 9dd97c4a41ee65a23c78b418ec481010305095c4
Author: fredb219 <fredb219 at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 10 12:33:50 2008 +0000

    Return to rev4792
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4800 30ef787d-52ff-0310-b286-e08351bb7647

commit 12892755738d0fa2768a5d3298b9f428dc304fb8
Author: fredb219 <fredb219 at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 10 09:29:37 2008 +0000

    Remove bad fix
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4799 30ef787d-52ff-0310-b286-e08351bb7647

commit 13acc4e75f109c692cc70004efce0c02f5b272cf
Author: fredb219 <fredb219 at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 9 22:59:12 2008 +0000

    Update team editor. Read config and team creation now work.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4798 30ef787d-52ff-0310-b286-e08351bb7647

commit 7d1f24d705f652ce7ac7e945a5d74d9a7c4f2a09
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 9 09:47:53 2008 +0000

    better fly movement
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4797 30ef787d-52ff-0310-b286-e08351bb7647

commit bd5a79b5296a0a82cb8701dcab004403e140a6dd
Author: fredb219 <fredb219 at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 9 06:05:12 2008 +0000

    Add load custom team from config
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4796 30ef787d-52ff-0310-b286-e08351bb7647

commit d15df9f68f3cfe6f060f2fe2e421a3d590e1b199
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 8 09:44:25 2008 +0000

    better fly movement
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4795 30ef787d-52ff-0310-b286-e08351bb7647

commit b709aebd34c9caa1c852e13801f900f75379f32e
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 7 22:14:28 2008 +0000

    Make Action::creator private and add an accessor Action::GetCreator()
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4794 30ef787d-52ff-0310-b286-e08351bb7647

commit 4063a70415dcbbda99799d92d7a9f808d5bd8d8c
Author: fredb219 <fredb219 at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 7 22:14:04 2008 +0000

    Add team editor draft
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4793 30ef787d-52ff-0310-b286-e08351bb7647

commit a157b9fcecb1081adedeb5b6a6018da26ed55242
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 7 21:49:31 2008 +0000

    Network::SendAction needs a reference to an Action, not a pointer because it does not free it, unlike ActionHandler::NewAction
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4792 30ef787d-52ff-0310-b286-e08351bb7647

commit 3a0e949e31784d3b44c518d72dc0b6390dd9934c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 7 21:32:05 2008 +0000

    Rename Action::WritePacket() to Action::WriteToPacket() and make Action::ComputeCRC() private
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4791 30ef787d-52ff-0310-b286-e08351bb7647

commit 1dc337105395fc8868dc0feb12253eea5838cdfb
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 7 20:45:54 2008 +0000

    Add options to set max energy of character
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4790 30ef787d-52ff-0310-b286-e08351bb7647

commit 78497794f63ede989b6aa07ed9674bca730182a5
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 7 19:32:13 2008 +0000

    add Fredb219
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4789 30ef787d-52ff-0310-b286-e08351bb7647

commit 95c36190082eaf1f9652a2f7c71443cf22b06299
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 7 14:13:56 2008 +0000

    better barrel
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4788 30ef787d-52ff-0310-b286-e08351bb7647

commit 4125ec747be87caf2dfd885a8a85634c5ad96b67
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 7 12:46:38 2008 +0000

    better bonus box and medkit (medkit is really beautifull now :D )
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4787 30ef787d-52ff-0310-b286-e08351bb7647

commit b49048c469cc00762f5e02ae198e9705161dd1ac
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 7 12:08:56 2008 +0000

    better parachute
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4786 30ef787d-52ff-0310-b286-e08351bb7647

commit 9cb4d5c0f8be88a3e6a67a95543d40e468db69a1
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 7 10:09:11 2008 +0000

    add sick head (not use, will be as soon as possible)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4785 30ef787d-52ff-0310-b286-e08351bb7647

commit 15c850d580209e8d60fec7b7cae8ac169250afed
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 6 23:38:50 2008 +0000

    Small display modification on tabs
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4784 30ef787d-52ff-0310-b286-e08351bb7647

commit 112f3bfd262ea9f330aa4b94b9069d6f004f6dbb
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 6 23:05:51 2008 +0000

    Minor modification in display of tabs
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4783 30ef787d-52ff-0310-b286-e08351bb7647

commit 462fa6b459cc6f93f2ec70c37e20b0d2dce06d09
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 6 22:48:32 2008 +0000

    correction on workrave head
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4782 30ef787d-52ff-0310-b286-e08351bb7647

commit bbb58fbfdd408f7e37717e50f80b6595d3fafe7c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 6 22:48:24 2008 +0000

    Replacing all occurence of AppWormux::GetInstance()->video->window by GetMainWindow() which avoids needing to include "include/app.h"
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4781 30ef787d-52ff-0310-b286-e08351bb7647

commit 70830bc51890a5d0e10df0769804b48b9a63e643
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 6 22:21:32 2008 +0000

    [bug #12145] Fix loading of extra parameters for all weapons.
    
    A regression was introduced in r4716 where WeaponConfig::LoadXml(xmlNode* elem) have become WeaponConfig::LoadXml(const xmlNode* elem).
    The "const" is very important here. This method is virtual and I had forgotten to update the prototype in the children classes. It's done now!
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4780 30ef787d-52ff-0310-b286-e08351bb7647

commit 655abf79c0402900ce1d02469194c6a4d6c317c1
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 6 20:31:50 2008 +0000

    delete backgrounds characters on help screen
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4779 30ef787d-52ff-0310-b286-e08351bb7647

commit 0b33c88350d240625dcd62014309fca070039fc8
Author: fredb219 <fredb219 at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 6 18:59:53 2008 +0000

    Add basic classes for team editor
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4778 30ef787d-52ff-0310-b286-e08351bb7647

commit b43819e5749cc3fbd8fc8419136ebddd2ea69ade
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 6 17:32:44 2008 +0000

    better skip turn icon
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4777 30ef787d-52ff-0310-b286-e08351bb7647

commit 1df21fd1b9693740d1adceff4c45129f646eaa23
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 6 17:25:04 2008 +0000

    little graphism improvement
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4776 30ef787d-52ff-0310-b286-e08351bb7647

commit efe91981be8b0ded041f371a99243a452bfe4045
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 6 16:54:21 2008 +0000

    better island map
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4775 30ef787d-52ff-0310-b286-e08351bb7647

commit e9d406b590f12cf59023400da3481c25ef7b6fb8
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 6 11:58:15 2008 +0000

    better smoke3 (could be better)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4774 30ef787d-52ff-0310-b286-e08351bb7647

commit 38d6d20355cb45de91657141b0d666542b63da51
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 5 13:37:07 2008 +0000

    correct black hair position
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4773 30ef787d-52ff-0310-b286-e08351bb7647

commit be5cf69c8cc6355c73150209b5d8bacacac5a30d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 4 22:24:13 2008 +0000

    Begin implementation of true tabs (in gui)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4772 30ef787d-52ff-0310-b286-e08351bb7647

commit a562e4bb43c449c6f63a5ca9c17bf2159426410f
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 4 18:26:53 2008 +0000

    less pink on workrave
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4771 30ef787d-52ff-0310-b286-e08351bb7647

commit f8bdc6fa0aeaaf469674bab12d3388ba61681df1
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 3 19:28:26 2008 +0000

    gl.po update from Adrián Chaves
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4769 30ef787d-52ff-0310-b286-e08351bb7647

commit a371e3331f4d52ecc2a646367642225d388e9250
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 3 19:14:59 2008 +0000

    new team : workrave :)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4768 30ef787d-52ff-0310-b286-e08351bb7647

commit dc50888388781aef0d2925f815c47fd33e9bcb8e
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 3 18:47:50 2008 +0000

    a fr.po fix from Fredb219
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4767 30ef787d-52ff-0310-b286-e08351bb7647

commit 7192e4b35560a6b0b079e9e3bfd5410bce0d6067
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 3 17:34:18 2008 +0000

    delete <sound_profile>flying</sound_profile> because all skins now use
    real jetpack, no more wings
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4766 30ef787d-52ff-0310-b286-e08351bb7647

commit d921aa2e3cfa9e6893b4bf260cf97523f6f29233
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 3 17:28:11 2008 +0000

    delete one useless file
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4765 30ef787d-52ff-0310-b286-e08351bb7647

commit 135934357a2c79f3b193a698b532d62b57bacbb3
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 3 16:42:02 2008 +0000

    new water : dirty water (used in monkeybubble map)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4763 30ef787d-52ff-0310-b286-e08351bb7647

commit 81e8bf758c7b1edfa427a6d5d9db68d9a5222e90
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 3 11:32:23 2008 +0000

    Function TextHandle() returns always true for key left/right/delete/backspace even if the key has no real effect
    
    it fixes bug #12140: "Map is changed when using arrow key in team name field"
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4762 30ef787d-52ff-0310-b286-e08351bb7647

commit 99e475ba5e457ed7d2aef9f6dea8cc07b30e9cb0
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 3 10:35:25 2008 +0000

    Re-enable "AI-stupid"
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4761 30ef787d-52ff-0310-b286-e08351bb7647

commit 026b6a7c85bf86245d366bf45129c4a4362c991f
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 3 10:25:46 2008 +0000

    correct black tail position
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4760 30ef787d-52ff-0310-b286-e08351bb7647

commit 0ca10764950cc61fed513af8a6020463e29f4a76
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 2 19:51:33 2008 +0000

    new team : spip
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4757 30ef787d-52ff-0310-b286-e08351bb7647

commit 1f95246177d11838c5c64a2495eb2bd9c7320d73
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 2 17:20:23 2008 +0000

    [task #4950] Main menu is usable using keyboard (up/down/enter)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4756 30ef787d-52ff-0310-b286-e08351bb7647

commit f17e29d0ebea690db099c9bbc8747bd4fca0725c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 2 17:08:54 2008 +0000

    [MINOR] Use RandomLocalGen::GetRef() instead of *(RandomLocalGen::GetInstance())
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4755 30ef787d-52ff-0310-b286-e08351bb7647

commit 7691389ba5b583f2c2872f860228c52c0863862c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 2 16:51:12 2008 +0000

    Fix building
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4754 30ef787d-52ff-0310-b286-e08351bb7647

commit becc086971e32a6ede3530f0e9cf2cc9dd6585bf
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 2 13:11:51 2008 +0000

    [bug #11764] Nickname now equals to the list of local head commanders
    Clean the way chat message are handled by sending the nickname with the message
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4753 30ef787d-52ff-0310-b286-e08351bb7647

commit d8861d2475bab3ec4953b984ee2646b68a4a2302
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 2 10:41:50 2008 +0000

    [bug #12057] Player name is no more lost when changing team in network game
    - Better handling (with cleaner code!) of team's update by the network game menu (also when changing the team and not only head commander name or
    player number)
    - display local team and remote team in differents colors
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4752 30ef787d-52ff-0310-b286-e08351bb7647

commit b087f7946752aaa9566edb8a3d4465063d2a72bc
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 2 10:30:08 2008 +0000

    add extra maps
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4751 30ef787d-52ff-0310-b286-e08351bb7647

commit 36ccc756b53c3e75a756c5ed05dbd11757aa4799
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 2 09:33:15 2008 +0000

    [bug #11764] [NETWORK] Fix nickname when there is only one team per computer (previous revision implementing it was buggy)
    Remove ugly method DistantComputer::ManageTeam(Action *a)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4750 30ef787d-52ff-0310-b286-e08351bb7647

commit 190523d7284a3006daac5484f66c04fba5dfca80
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 30 20:15:36 2008 +0000

    Remove 320x240 from the default list of available resolutions as menu are not usable in this resolution
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4749 30ef787d-52ff-0310-b286-e08351bb7647

commit e82672143a1911029f6968c93f2da71aff18b7df
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 30 20:07:30 2008 +0000

    Change Random Generator API
    - Use singletons for standard local random generator and for network synchronized random generator
    - Factorize code between those 2 random generators. (Thus the srand and rand functions provided by the system are not used anymore)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4748 30ef787d-52ff-0310-b286-e08351bb7647

commit 0f3e279bbb648a15547333aa5df54fad96b2ae72
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 30 18:59:05 2008 +0000

    [MINOR] Remove some "stupid" comment
    
    The comment was about the year information returned by time() (man 2).
    "time() returns the time since the Epoch (00:00:00 UTC, January 1, 1970), measured in seconds. "
    
    BUT localtime() (man 3) fills a struct tm with the field tm_year equals to the "number of years since 1900."
    For instance, it contains 98 for 1998, 108 for 2008.
    
    The comment was asking why we add 1900 and not 1970 to the tm.tm_year to get the year...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4747 30ef787d-52ff-0310-b286-e08351bb7647

commit f463207df8097cdbb5d2b4145c93401a78c8c706
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 30 18:46:55 2008 +0000

    Call ActiveMap().FreeData() when finishing the game, not a the beginning... else random generated map are generated twice per game...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4746 30ef787d-52ff-0310-b286-e08351bb7647

commit 1a2f27685ff3408cb1b17815833f03c5d3a48e98
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 30 18:07:27 2008 +0000

    It's now possible to select random generated map for network game :-)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4745 30ef787d-52ff-0310-b286-e08351bb7647

commit 0a474d204e97d99372c53969b218d43193a9f2e9
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 30 17:57:40 2008 +0000

    Rename data/map/random to data/map/randomisland to avoid confusion between the random generated map "Random Island" and a randomly choosed map (else
    their InfoMap instances have the same raw name : "random").
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4744 30ef787d-52ff-0310-b286-e08351bb7647

commit 465bc8cd57a0a3ff138fdbfee27105b4f34eb37c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 30 17:53:49 2008 +0000

    Prepare the random generated map to be used for network game.
    
    Use the random generator synchronized over the network instead of the simplest local one.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4743 30ef787d-52ff-0310-b286-e08351bb7647

commit 6fa2d456498fb68909c53addce52ad11ac90a3df
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 30 17:49:31 2008 +0000

    Change the image's frame if the mouse is over a button
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4742 30ef787d-52ff-0310-b286-e08351bb7647

commit c8a6ad64adcf63f39680b1bde7b73d317d2cdc96
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 29 22:05:28 2008 +0000

    Fix personal data dir. I have broken it in r4739 :-/
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4741 30ef787d-52ff-0310-b286-e08351bb7647

commit 4578bf76394c08f850b46defae49443bbcaba764
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 29 13:42:35 2008 +0000

    galician update from Adrián Chaves
    and an irregular pot-update (nothing new)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4740 30ef787d-52ff-0310-b286-e08351bb7647

commit 5482f7199179f30df4ce69e95a4b06389b418b16
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 28 22:26:28 2008 +0000

    Implement CreateFolder(std::string name) that is equivalent to "mkdir -p name" in shell
    Use it to create personal config/data/chat_logs directories.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4739 30ef787d-52ff-0310-b286-e08351bb7647

commit eaf5a6040fe739737b71baea84e9f2ef8a2e1e0b
Author: plorf <plorf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jul 24 09:15:50 2008 +0000

    mac : move in order to set locales into the right folder, but wormux doesnt take them into account, need to find why.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4738 30ef787d-52ff-0310-b286-e08351bb7647

commit 3f2a6dcbbc9b4c095b81b7e0d2b4fac5d6329882
Author: paxed <paxed at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 23 16:17:25 2008 +0000

    Add random map generator number 3, which puts randomly chosen elements into the map in a grid formation.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4737 30ef787d-52ff-0310-b286-e08351bb7647

commit ae77f167e85e07ed769a183d77ff6e41e76340e1
Author: plorf <plorf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 22 13:04:53 2008 +0000

    mac : update cmake_build for manage .po files, still a bug, language not seens and need to be moved
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4736 30ef787d-52ff-0310-b286-e08351bb7647

commit 2a35317075e78b33f0ad7d7bd9c3caab9303f729
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 22 12:59:52 2008 +0000

    cmake: changed the default install prefix to /usr
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4735 30ef787d-52ff-0310-b286-e08351bb7647

commit 61d5e6d89408cd5126cbbe4f4f3f3fcac0dcdf2f
Author: paxed <paxed at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 21 18:27:45 2008 +0000

    Make the random island be an actual randomly generated island, instead of the floating platforms.
    Allow defining the random generator used in the map config.xml
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4733 30ef787d-52ff-0310-b286-e08351bb7647

commit a6173651a37ee32af46f30d77778f1dfc82585dc
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 21 14:37:44 2008 +0000

    cmake: finally made it shut up about cmp0005, the trick was to move that code
    segment further down the file
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4732 30ef787d-52ff-0310-b286-e08351bb7647

commit bb77a69486e662df853f30def4764f711eebd5ef
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 21 13:59:12 2008 +0000

    cmake: synced FindGettext.cmake with the one from cmake 2.6 and added xgettext;
    this allowed another simplification of the po/CMakeLists.txt
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4731 30ef787d-52ff-0310-b286-e08351bb7647

commit a8c9334608ad70342b08cd979c3da0025b559980
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 21 13:27:29 2008 +0000

    cmake: simplified po/CMakeLists.txt
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4730 30ef787d-52ff-0310-b286-e08351bb7647

commit 0e8a660e08a5a346211dccd4832cd2a785d0cb84
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 21 13:19:42 2008 +0000

    cmake: unbroke the gmo generation
    
    Plorf, this one's for you
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4729 30ef787d-52ff-0310-b286-e08351bb7647

commit e40963e0811da30b7706ecddfd5625b2a81e2a94
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 21 13:13:08 2008 +0000

    unbroke debug build for gcc 4.3
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4728 30ef787d-52ff-0310-b286-e08351bb7647

commit c1fc4c59b70b5777183908a843eed63218ceb48d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 20 20:39:50 2008 +0000

    [bug #11927] Fixing the bugfix...
    The previous "bugfix" may lead to use incorrect (unitialized) size of message.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4727 30ef787d-52ff-0310-b286-e08351bb7647

commit ec918beed27949917eac7317989fa97452cda6fa
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 20 19:46:28 2008 +0000

    [bug #11927] Fixing the bugfix...
    The previous "bugfix" may lead to use incorrect (unitialized) size of message.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4726 30ef787d-52ff-0310-b286-e08351bb7647

commit 8c1193796bb951912e24d3966ad39a9677e85725
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 20 19:32:05 2008 +0000

    [NETWORK] Fix IndexServer::HandShake to check error return after sending information
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4725 30ef787d-52ff-0310-b286-e08351bb7647

commit d9b3307189e652d3af160b201bdd403c92b72f60
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 20 19:26:56 2008 +0000

    Make Network::Send* methods return bool instead of void. (Check return of SDLNet_TCP_Send)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4724 30ef787d-52ff-0310-b286-e08351bb7647

commit c47b628c78743f43b98995e0ee362a9950e8dc36
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 20 19:18:50 2008 +0000

    [NETWORK] Do not display error about network game empty list when having failed to connect to index server
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4723 30ef787d-52ff-0310-b286-e08351bb7647

commit 4dd598e0ae0345ab0dfccccf3bdb69483f5d20ce
Author: plorf <plorf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jul 17 08:30:16 2008 +0000

    mac : clean better old files, exit if any problem during compilation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4722 30ef787d-52ff-0310-b286-e08351bb7647

commit 7d67893ca6c7a7cfed1d59de82d4b91127f0dc01
Author: plorf <plorf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jul 17 08:10:38 2008 +0000

    mac : Add suport of args, now ./cmake_build --help will show options, you can add  -j<x> for launch make with x threads, and universal for build universal files
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4721 30ef787d-52ff-0310-b286-e08351bb7647

commit dadc43f33cb9e78834ba04c5f2031de30da10791
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jul 17 07:57:07 2008 +0000

    [MINOR] Fix indentation
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4720 30ef787d-52ff-0310-b286-e08351bb7647

commit bf2968f6ae4a55a1f27b462dd86af01bd6aec606
Author: plorf <plorf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jul 17 07:45:28 2008 +0000

    fix a bug into xml_document (cleaning code), small upgrade into my mac script, and fix a syntax bug into CMakeLists.txt
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4719 30ef787d-52ff-0310-b286-e08351bb7647

commit 0a4da1ec4c81b0e64053e638ab20f827be614af0
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 16 21:36:15 2008 +0000

    [CLEAN] Remove useless and ugly getAny() in xml_document.cpp
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4718 30ef787d-52ff-0310-b286-e08351bb7647

commit dccbc0600eed2836243ab72de05b676b7bfcb6a3
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 16 21:31:09 2008 +0000

    Remove useless XmlReader::GetNamed() and XmlReader::GetNamedNeighbours()
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4717 30ef787d-52ff-0310-b286-e08351bb7647

commit 8c39c94fad83820b6d23840bc2347b260971fa53
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 16 21:27:10 2008 +0000

    [bug #11991] Fix parsing of XML files
    
    No more reading of neighboors when we need to read children. No more recursive reading.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4716 30ef787d-52ff-0310-b286-e08351bb7647

commit 9e6fa0d6b132ac0130db1ce41e9abb22fff9d4b6
Author: auria <auria at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 16 00:39:31 2008 +0000

    make mac script build release builds
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4714 30ef787d-52ff-0310-b286-e08351bb7647

commit ada969392665d586d79f8b59375cd8346ca97a83
Author: plorf <plorf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 15 12:30:23 2008 +0000

     - fix a small hack about clean old .dmg
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4713 30ef787d-52ff-0310-b286-e08351bb7647

commit a17606eb84559d22eb57242e0c35ac8177f08ab2
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 14 19:59:53 2008 +0000

    forgotten files
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4712 30ef787d-52ff-0310-b286-e08351bb7647

commit b39aed6308b520a39c463286b7b449c324f235b7
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 14 19:39:19 2008 +0000

    nupik is back \o/
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4711 30ef787d-52ff-0310-b286-e08351bb7647

commit 10b385a4e92d147ebeb46096491bb0e4b9749c2b
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 14 09:16:54 2008 +0000

    Superfluous "menu" in resource name.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4709 30ef787d-52ff-0310-b286-e08351bb7647

commit a6303db11c23ae02c557697732e88694da6eab29
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jul 12 18:35:39 2008 +0000

    new lonely_island (thanks to alzen)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4708 30ef787d-52ff-0310-b286-e08351bb7647

commit 247935e0a1513b0010fe415deb5c166de4d10a0a
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jul 11 21:13:28 2008 +0000

    Cosmetics (end-of-file, line lengths, tabs).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4707 30ef787d-52ff-0310-b286-e08351bb7647

commit 0136f4d8427349ec126dc06fbffe4bc6c26b7360
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jul 11 19:18:45 2008 +0000

    [bug #11991] Dunno what should be the proper way to parse xml nodes, but let's first try neighbours, then only afterwards children and neighbour's children. Fix the bug for me.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4706 30ef787d-52ff-0310-b286-e08351bb7647

commit 59caaa1f57c5cc2d9907f66a10e5ddb1232afc5a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jul 11 09:40:11 2008 +0000

    [DEBUG] Option "-d test_rectangle" (available only in debug mode) works now for characters too
    [DEBUG] Option "-d body" (available only in debug mode) display the "clothe - movement" information on the characters
    
    I hope it will help you yeKcim!!
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4705 30ef787d-52ff-0310-b286-e08351bb7647

commit adf5662f8c43344ce38d26730610e4cecb636275
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jul 11 09:18:32 2008 +0000

    [BUGFIX] Disconnect server from index server as soon as we start the game (players can't join a running game)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4704 30ef787d-52ff-0310-b286-e08351bb7647

commit fe7b1e3066450caf62e03dd511a6816b3cf36ed1
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jul 11 08:56:16 2008 +0000

    [bug #11927] Try to fix index server deadlock
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4703 30ef787d-52ff-0310-b286-e08351bb7647

commit 3354fe71b66ce096e043b70134cbba569cbb472b
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 9 23:16:02 2008 +0000

    [bug #11926] Fix SoundSample::Stop.
    A few code was missing from previous implementation
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4702 30ef787d-52ff-0310-b286-e08351bb7647

commit 90525ba4f698b50b23d9e60daccbc8ee04055fc5
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 9 20:16:26 2008 +0000

    Check connected status and FD in NetData to verify FD leaks.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4701 30ef787d-52ff-0310-b286-e08351bb7647

commit f4edf4766031531de7af48c725125beabcc676d7
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 9 20:07:01 2008 +0000

    Factorize code from CheckHost at client.cpp and NetData::ConnectTo. Should help with timed out connections and lost file descriptors.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4700 30ef787d-52ff-0310-b286-e08351bb7647

commit eec74030ce7b03964690ede8905dc8b1855d8c15
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 9 19:16:15 2008 +0000

    Close file descriptor when connection failed: no need to keep it around.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4699 30ef787d-52ff-0310-b286-e08351bb7647

commit cecd4f838bd25ad25e4c716a959ce9bac94f5530
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 7 20:09:36 2008 +0000

    [bug #11154] Save network player details
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4698 30ef787d-52ff-0310-b286-e08351bb7647

commit 104acf07735d8dbd132ba8617f7656fd10757292
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 7 20:07:13 2008 +0000

    Fix a minor display issue
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4697 30ef787d-52ff-0310-b286-e08351bb7647

commit 825877da5801e421de2c5e38b2b5f6b4e6c953e7
Author: pawel_dyda <pawel_dyda at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 7 18:16:53 2008 +0000

    Polish translation back to 100%
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4696 30ef787d-52ff-0310-b286-e08351bb7647

commit 1cec0f8095b60c2b91dba380f6c5420097a4477a
Author: pauluzz <pauluzz at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 7 17:27:19 2008 +0000

    NL.po complete. Dutch l10n update.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4695 30ef787d-52ff-0310-b286-e08351bb7647

commit 465262b6e6f90909b6ea00feb4dff27a0bbe4706
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 7 11:02:18 2008 +0000

    defined the missing bonus box probabilities to silence the warnings;
    also needed a trivial code change
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4694 30ef787d-52ff-0310-b286-e08351bb7647

commit 4c106518891fb7e027e72e4262eb25ba4fcf3b71
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 7 09:45:04 2008 +0000

    sl.po ...
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4693 30ef787d-52ff-0310-b286-e08351bb7647

commit 1c40ade749ae966207d9e7d2253856ac4382171b
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 7 09:39:13 2008 +0000

    i18n: fixed the syntax of two index server error messages (2x fuzzy)
    fixed and shortened the automatic connection and client beeping (3x new)
    ran a pot update, so the new strings become translatable
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4692 30ef787d-52ff-0310-b286-e08351bb7647

commit d5b5797f5b466ae50d6d2a7729a4fc094c017dba
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 7 09:19:27 2008 +0000

    cmake: only optimise nondebug builds
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4691 30ef787d-52ff-0310-b286-e08351bb7647

commit 635644fd880f0aa7c095f83494b43a48154abf91
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 6 20:20:10 2008 +0000

    French back to 100%.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4690 30ef787d-52ff-0310-b286-e08351bb7647

commit e22c8fd045ece0e1ab1d81af9e699b92d6e44752
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 6 19:59:30 2008 +0000

    no more "rip" text
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4689 30ef787d-52ff-0310-b286-e08351bb7647

commit 4e85139803ce86d8e8916bef30ec3084f1b449b0
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 6 19:41:01 2008 +0000

    new bip icon
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4688 30ef787d-52ff-0310-b286-e08351bb7647

commit 010cfa3a684805cc10a7a311fdf580f7c7552222
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 6 19:17:00 2008 +0000

    Hide experimental code from drayan & update it.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4687 30ef787d-52ff-0310-b286-e08351bb7647

commit b42ab3ac8df9d551b9f22383c9d451a83f4c08d3
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 6 19:13:54 2008 +0000

    [task #6071] Easy client connection menu
    0) Introduce a new shared method GetList
    1) Add a new automatic connection tab with no button whatsoever
    2) On OK, first try list of public server, then last manual connection
    
    2 unsatisfactory things:
    - Maybe we want to test manual connection first.
    - Can't be reused for quick rematch as far as I see.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4686 30ef787d-52ff-0310-b286-e08351bb7647

commit f71aeb59fd6f38d201e72c5774a0b9f5f37b722c
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 6 18:06:46 2008 +0000

    Allow controlling new "warn on new player" feature through the option menu.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4685 30ef787d-52ff-0310-b286-e08351bb7647

commit 1c4c4ff294b15e662b254201ed40a416c35a19d1
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 6 18:02:05 2008 +0000

    little improvements bilson
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4684 30ef787d-52ff-0310-b286-e08351bb7647

commit 022f1dd0d4ca3172b9b36e53d463d1aba00e3ae1
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 6 17:53:44 2008 +0000

    Playing the sound on a new player arrival is now an option.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4683 30ef787d-52ff-0310-b286-e08351bb7647

commit af88ae69585aa99526975ce6c57a216cacb70a95
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 6 17:47:25 2008 +0000

    Play a sound (currently, teleportation landing) when someone enters the network start menu and chat.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4682 30ef787d-52ff-0310-b286-e08351bb7647

commit 90b39befbde8b8e9fc0ee1ffd145fa994b9ea6eb
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 6 13:17:46 2008 +0000

    typo
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4681 30ef787d-52ff-0310-b286-e08351bb7647

commit eb27a196e30d5c1e87b70cafa4693c4b3106abf3
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 6 08:13:22 2008 +0000

    optipng -o7 *.png
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4680 30ef787d-52ff-0310-b286-e08351bb7647

commit 1c1f959bcd623b2d3e0236cad4810f4e0625a700
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jul 4 23:48:14 2008 +0000

    [WIN32] Use revision number in installer name (should be temporally changed for a release).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4679 30ef787d-52ff-0310-b286-e08351bb7647

commit 0cc297839e12df9f1ad419321dd853bc8a6a9562
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jul 4 12:40:48 2008 +0000

    fix compil (patch from gentildemon / bug report from jim++, thanks)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4678 30ef787d-52ff-0310-b286-e08351bb7647

commit 16a0af6cff27610c8cfd4174b2993eb0d36801d6
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 2 16:12:47 2008 +0000

    Don't instanciate more than one empty tile item as empty tail are all exactly the same : empty.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4677 30ef787d-52ff-0310-b286-e08351bb7647

commit cd2f0b9778d1a6300087624d3f70fec9476e9bf4
Author: plorf <plorf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 1 21:30:54 2008 +0000

    Fix a mismatch
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4676 30ef787d-52ff-0310-b286-e08351bb7647

commit af5f6af382dc8c8ce271ff92e20b93e38592b18b
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 1 21:25:03 2008 +0000

    better skins (less only 5 but high quality), only one squeleton,... other skins will appears as soon as possible. First step is to make 5 really
    good skins.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4675 30ef787d-52ff-0310-b286-e08351bb7647

commit e7ef299898d26206546a1e8a2b4338bd21237acf
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 1 18:41:44 2008 +0000

    [MINOR] using int instead of double.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4674 30ef787d-52ff-0310-b286-e08351bb7647

commit ae067d8bc7abf51cd0f99c9fce2d3cf02cae9b1b
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 1 18:39:22 2008 +0000

    [BUGFIX] bug #11730 : Polecat get often stuck in the ground when launching it. Fix gnu weapon too.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4673 30ef787d-52ff-0310-b286-e08351bb7647

commit b5a55a340f8884bfe73faec1d31a49b93d40c2cd
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 1 16:48:06 2008 +0000

    [BUGFIX] bug #11712 : configure does not check for gettext.
    Also, we can now compile Wormux without i18n (gettext) support.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4672 30ef787d-52ff-0310-b286-e08351bb7647

commit 88cc6a0aca443086dfa64346af7cef56ca3a078e
Author: plorf <plorf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 1 15:39:52 2008 +0000

    mac : oops, fix a small bug
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4671 30ef787d-52ff-0310-b286-e08351bb7647

commit 86ac7062a6caf2bcb57beb8ae950b5886cbfda41
Author: plorf <plorf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 1 15:06:16 2008 +0000

    mac : create a .dmg file, begin to clean file, begin to move to the begin of file, var.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4670 30ef787d-52ff-0310-b286-e08351bb7647

commit 8edced035916722d2ad346a13f2e2010602188d7
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 1 12:53:17 2008 +0000

    fr.po update from Lélio BRUN
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4669 30ef787d-52ff-0310-b286-e08351bb7647

commit 1dc0dd12b1efb9af9c6d831847294a33c90197ec
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 1 09:16:21 2008 +0000

    cmake: added some optimisation cflags
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4668 30ef787d-52ff-0310-b286-e08351bb7647

commit c486a309d77103561a6eeb3715802202ca64b8c7
Author: plorf <plorf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 1 08:16:57 2008 +0000

     - Add universal arg (from snaggle patch)
       working for me, i've send on my website svn builds
       give me feedback on forum or at wormux-dev
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4667 30ef787d-52ff-0310-b286-e08351bb7647

commit ac17791916dada718fd0d396e177f86827c700b2
Author: auria <auria at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 1 01:56:25 2008 +0000

    Fixed crashes caused by incorrect particle count
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4666 30ef787d-52ff-0310-b286-e08351bb7647

commit 882764acc0102d5ae0a8e365ddeb3d394a4e79ca
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 30 19:31:12 2008 +0000

    [BUGFIX]Fixing Wormux compilation.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4665 30ef787d-52ff-0310-b286-e08351bb7647

commit a162bc709d8ab7458ccf6273b2d53247e414c37c
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 30 18:47:10 2008 +0000

    Make "blitz" mode available through the menu, and allow maximal "turn" time of up to 240. May need bigger time.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4664 30ef787d-52ff-0310-b286-e08351bb7647

commit a0b38d2a3649bd102ea3d5271d802880cb35adf4
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 30 18:45:53 2008 +0000

    Use the new Game:: method to start a game. Might need fix in other parts.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4663 30ef787d-52ff-0310-b286-e08351bb7647

commit e556ee5e5d7e4eaed7d4f351d64a55816b0dc1ac
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 30 18:45:07 2008 +0000

    Change the way the game mode is determined.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4662 30ef787d-52ff-0310-b286-e08351bb7647

commit 0821f93940b39eafae55c6e8e3da13029e0a9269
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 30 18:40:20 2008 +0000

    [bug #11941] Properly count teams with alive characters and time left to determine end of game.
    Also make sure there are still teams playing when displaying clock.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4661 30ef787d-52ff-0310-b286-e08351bb7647

commit 37852258324de5e1cbdb4429c696efee20600ce3
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 30 18:34:12 2008 +0000

    Add xml files for blitz mode. Blitz duration set to 30 to ease experimentation, but do change it to a more playable value afterwards.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4660 30ef787d-52ff-0310-b286-e08351bb7647

commit 0b075ba04995ab9e11e4fdfc704639e5f604c2bd
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 29 12:58:10 2008 +0000

    [NETWORK] Admin commands can be used from menu too
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4659 30ef787d-52ff-0310-b286-e08351bb7647

commit 6181abb54273a0ca47b49bb24c40a80828e347d3
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 29 12:54:58 2008 +0000

    [NETWORK] Try to better handle distant cpu iterators being deleted in the middle of a loop...
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4658 30ef787d-52ff-0310-b286-e08351bb7647

commit 039048c7850e3fd54ec12ebc55b7b9a922f04f58
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 29 12:13:15 2008 +0000

    [ADMIN] Be verbose with the /kick command.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4657 30ef787d-52ff-0310-b286-e08351bb7647

commit 55024f5ecd42324126cdb4d5fda306f12a71076b
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 29 12:09:09 2008 +0000

    [WIN32] Please MSVC compiler.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4656 30ef787d-52ff-0310-b286-e08351bb7647

commit a88ee903100b31f0c5b87e9d058267ccc8bcae26
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 29 12:08:07 2008 +0000

    [bug #11764] Use head commander name as nickname
    TODO: handle nickname when there are several players on one computer
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4655 30ef787d-52ff-0310-b286-e08351bb7647

commit 02a885d8082467fb5d5a4d6f4784d49c3c6e9432
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 29 10:09:17 2008 +0000

    [bug #11926] Fix implementation of SoundSample::Stop
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4654 30ef787d-52ff-0310-b286-e08351bb7647

commit e991085cee3706627e0a1023232801beaf85293a
Author: auria <auria at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 29 01:18:46 2008 +0000

    Made CMake build files more flexible by allowing custom data and executable paths. Removed the mac hack and integrated this functionnality in the build script instead.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4653 30ef787d-52ff-0310-b286-e08351bb7647

commit fba4f414829e79e8d50833ac6fb90cfb9576828a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 28 17:50:57 2008 +0000

    [BUGFIX] Stop the countdown sound if the turn ends before the end of the timeout
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4652 30ef787d-52ff-0310-b286-e08351bb7647

commit 608613897a309dc337b64ab204b418a225418c35
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 28 17:26:25 2008 +0000

    [bug #11479] Try to fix drawing of weapon in a cleaner way.
    It allows again drawing the weapon as a layer of character members
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4651 30ef787d-52ff-0310-b286-e08351bb7647

commit 5e2e2cff7b3ed85fb41b11fa9f0d0102b9c60f91
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 28 17:23:22 2008 +0000

    [MINOR] Remove "\n" from error message as it will be added automatically
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4650 30ef787d-52ff-0310-b286-e08351bb7647

commit 9fd920ac5348a86ed8d8739d7999f2865a9db465
Author: plorf <plorf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jun 27 13:23:32 2008 +0000

    mac : make few updates -> icon error
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4649 30ef787d-52ff-0310-b286-e08351bb7647

commit 4e452230f60f3a700394798a701c5c92016cce2c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jun 25 23:28:10 2008 +0000

    [NETWORK] If the remote active character has moved, the camera follows it even if you were currently scrolling
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4648 30ef787d-52ff-0310-b286-e08351bb7647

commit 7f92fff7a95c0f61b2efc6009c808648c95ee09a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jun 25 23:26:59 2008 +0000

    Center the cursor when hiding it.
    
    It avoids to hide a scrolling cursor that make your screen scroll without the cursor feedback
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4647 30ef787d-52ff-0310-b286-e08351bb7647

commit 4de4cb65cc6e72f04366246f015aa610d19067a1
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jun 25 21:57:35 2008 +0000

    [bug #11763] Fix "crash" of index server
    
    The SIG_PIPE signal was incorrectly blocked.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4646 30ef787d-52ff-0310-b286-e08351bb7647

commit 9bae349113cf4d995a01fb2dfa12f98a0cd40659
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jun 24 19:45:10 2008 +0000

    Add an header to the init.d script.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4645 30ef787d-52ff-0310-b286-e08351bb7647

commit fd980d80205e53b112576f99cfa4d4462ba8b53b
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jun 24 19:40:25 2008 +0000

    sl.po 100%
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4644 30ef787d-52ff-0310-b286-e08351bb7647

commit 00d51ba85392b64ef2bfef1a1bb04913596f01d7
Author: pawel_dyda <pawel_dyda at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jun 24 17:45:19 2008 +0000

    Updated Polish translation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4643 30ef787d-52ff-0310-b286-e08351bb7647

commit 7d05fc8c704e657c8a215372ff3647bfa80885f1
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jun 24 17:01:11 2008 +0000

    [WIP] Skeleton for init.d script.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4642 30ef787d-52ff-0310-b286-e08351bb7647

commit ca8460ce1df8c32434b43019e074168ea5013cb0
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jun 24 16:14:40 2008 +0000

    [BUGFIX] bug #11873 : invert vertical component by firing grapple (flying characters). Don't call UnsetPhysFixationPoint if grapple is idle.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4641 30ef787d-52ff-0310-b286-e08351bb7647

commit 7889ce1add85f66e2a4506500b539e56654b6d14
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 23 16:49:35 2008 +0000

    Close socket on setsockopt or connect failure when testing
    if the host is reachable on a specific port.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4640 30ef787d-52ff-0310-b286-e08351bb7647

commit 22cd46acefc10047556434571c59b3561bca0c91
Author: pauluzz <pauluzz at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 22 21:26:22 2008 +0000

    NL.po update. Dutch 100%.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4639 30ef787d-52ff-0310-b286-e08351bb7647

commit c3c588786cf7af41a6ffa72dbe41a92cf88f5cb3
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 22 21:00:42 2008 +0000

    game.cpp: fixed the english in the dying messages
    ran a pot update for the new strings (2-7)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4638 30ef787d-52ff-0310-b286-e08351bb7647

commit 25456256b7d3052be9c4293b2259dd53af8c03a7
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 22 20:47:57 2008 +0000

    add jim++
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4637 30ef787d-52ff-0310-b286-e08351bb7647

commit 6c8db8eb16c19eb431917d29a5f4ac0c2f96f948
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 22 20:29:50 2008 +0000

    [MINOR] Provide more precise death messages. Adapted from patch by Jim++ in the forum:
    http://www.wormux.org/forum/viewtopic.php?id=1168
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4636 30ef787d-52ff-0310-b286-e08351bb7647

commit fec7d2e25a17ad2282bb70a9b5320149fe3e0dd8
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 22 20:24:00 2008 +0000

    lynxlynxlynx in core-team
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4635 30ef787d-52ff-0310-b286-e08351bb7647

commit 5eb492b905214b98e58ec53dfc0cc8673e73d666
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 22 20:23:58 2008 +0000

    [MSVC] Update MSVC project.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4634 30ef787d-52ff-0310-b286-e08351bb7647

commit 239e1ec655cd6d00d5f70fd9041263b5d14a91da
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 22 20:19:38 2008 +0000

    [MINOR] Please MSVC.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4633 30ef787d-52ff-0310-b286-e08351bb7647

commit edd52028c3157570e3523356a8774584566e3b95
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 22 20:08:37 2008 +0000

    pt.po update from Bruno Queirós
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4632 30ef787d-52ff-0310-b286-e08351bb7647

commit e4a77d8060078f5e03dcde18194024829161f334
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 22 20:07:06 2008 +0000

    both spanish updates from KonKer
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4631 30ef787d-52ff-0310-b286-e08351bb7647

commit 07d142eb16a9fb8c7994cc62d7547ad9da8e1bde
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 22 15:32:41 2008 +0000

    [BUGFIX] Improve r4628: the test can be put much sooner, in
    fact as soon as m_init has been checked: this prevents the
    code from calling anything from sdl_mixer.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4630 30ef787d-52ff-0310-b286-e08351bb7647

commit 32c6a291a7519756ac3114a13bd90c59ec6a42fe
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 22 15:00:21 2008 +0000

    Help track what gets disconnected and closed.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4629 30ef787d-52ff-0310-b286-e08351bb7647

commit 93fa21e350ee377d7967312ae48eb2e9b84150a4
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 22 14:07:13 2008 +0000

    [BUGFIX] : Load a game with sound, then during the game, go to option menu and disable sound. Then back at game, fire with bazooka and *crash* => Mix_Playing (in sound_sample.cpp) need an initialized sound environment.
    This commit fix the crash by moving some code. If a SDL_mixer gourou can take a look :).
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4628 30ef787d-52ff-0310-b286-e08351bb7647

commit 253a74d0346953b9ffc855659e3e2892808c0833
Author: pauluzz <pauluzz at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 22 10:12:12 2008 +0000

    Dutch po update! NL.po 100%
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4627 30ef787d-52ff-0310-b286-e08351bb7647

commit 8a3741e6530f1604c98049294ea08ecac9c416cc
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 21 07:27:35 2008 +0000

    pt update from Bruno Queiros
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4626 30ef787d-52ff-0310-b286-e08351bb7647

commit 350bbf1026a9356cd1661d12502c2033df363cc6
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 21 07:24:19 2008 +0000

    sl 100%
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4625 30ef787d-52ff-0310-b286-e08351bb7647

commit 0f537c69b3668b8635e981f34b9f49e8cea4027b
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 21 07:20:22 2008 +0000

    pot update:
    4-5 new strings related to more robust network checks
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4624 30ef787d-52ff-0310-b286-e08351bb7647

commit b980a404c43f5785cb909627612da17e2b49cd90
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 21 07:09:48 2008 +0000

    pt_BR update from Renan Rangel
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4623 30ef787d-52ff-0310-b286-e08351bb7647

commit 5df74728032f2ba2a8b0ff3ce6d655e908370a7e
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jun 19 15:48:54 2008 +0000

    [BUGFIX] bug #11826 : Segmentation fault while exiting the menu.
    Before resetting wind particles, we check if we call the menu while playing. If this is not the case => Don't update wind state !
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4622 30ef787d-52ff-0310-b286-e08351bb7647

commit 624daa61301980941421caa2b3ee189a570ba04d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jun 18 23:00:31 2008 +0000

    The timer becomes red when there is less than 10 seconds left in your play turn
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4621 30ef787d-52ff-0310-b286-e08351bb7647

commit c7d057d6c0715198a5bd1bfd63d2ec163c493853
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jun 18 22:24:48 2008 +0000

    Adding countdown sound before endturn
    Thanks Pauluzz! http://www.wormux.org/forum/viewtopic.php?id=1071
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4620 30ef787d-52ff-0310-b286-e08351bb7647

commit 06a9eab95c042ec5692578cc3e096780f1671f11
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jun 18 22:13:02 2008 +0000

    [CLEANING] Remove global variable RandomObj
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4619 30ef787d-52ff-0310-b286-e08351bb7647

commit 0385f850915c4b41a36027e74c6ea3130c2aff5a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jun 18 22:01:53 2008 +0000

    [MINOR] AppWormux::DisplayError is now static
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4618 30ef787d-52ff-0310-b286-e08351bb7647

commit 925be1a70ed1730bc80548ed17c3912bb50f9f43
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jun 18 21:58:05 2008 +0000

    [MINOR] Display graphical error when possible (and not in debug mode)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4617 30ef787d-52ff-0310-b286-e08351bb7647

commit cf95716669c63f5ee51852984d8ab910b105bdef
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jun 18 21:55:57 2008 +0000

    [MINOR] Change error/exception format. Now, it indicates the Wormux version
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4616 30ef787d-52ff-0310-b286-e08351bb7647

commit c048b0963e36b513b0178bfaa8e1f600616acc49
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jun 18 21:17:08 2008 +0000

    [task #5396] Cleanly disconnect clients if server and one of the client disagree on the map or the teams
    It now displays an error message on both side. However, after disconnecting everybody, the server starts a game with some team controlled by
    nobody... and you have to quit this game by hand...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4615 30ef787d-52ff-0310-b286-e08351bb7647

commit 5ab2f119f2db14f80060758b878c45325ac065ba
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jun 18 20:30:54 2008 +0000

    [BUGFIX] Introducing a new way to handle sleeping object (aka object not moving since some time). If an object is sleeping, we skip it when computing a physical engine step. Fix bug #11672 : after killing an opponent with the help of a barrel, turn didn't end. Take this foot in your head old crappy bug !
    In another catogery, Fix the bug #10709 : submachine gun missiles fly through a ceiling. The problem appears when rotating object which have margin bigger than the width / height.
    
    This change need to be tested. If you find a strange behaviour, report it :)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4614 30ef787d-52ff-0310-b286-e08351bb7647

commit 463e8a7afb076a545712c324d6521700a0fda971
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jun 18 19:51:12 2008 +0000

    [BUGFIX] Fix test to know if the chat-log file is opened or not
    (Testing if a reference is NULL always returns false...)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4613 30ef787d-52ff-0310-b286-e08351bb7647

commit fd139283c1e50c14f6f014792a7d9ee54352da10
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jun 18 19:41:03 2008 +0000

    [MINOR] Use class Random for chat logger to avoid different includes depending on the Operating System
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4612 30ef787d-52ff-0310-b286-e08351bb7647

commit c243e9e512dfb6d6c1321f1c2821bae2c2c13189
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jun 18 09:52:32 2008 +0000

    unbreak wormux: the old water types need to be mapped to the proper names
      if we want to load the images
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4611 30ef787d-52ff-0310-b286-e08351bb7647

commit 0e729593b4b3ad74845718199200f727a47c7a89
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jun 17 22:13:14 2008 +0000

    Change the way we handle the type of water in the xml map file.
    Now, you can use any type of the following marker :
    <water>0</water> => no water
    <water></water> => no water too
    <water>1</water> or <water>water</water>
    <water>2</water> or <water>lava</water>
    <water>3</water> or <water>radioactive</water>
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4610 30ef787d-52ff-0310-b286-e08351bb7647

commit 2f46427576ddbb72b828532d8e01cf9cbd6acefb
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jun 17 21:16:04 2008 +0000

    Radioactive particles for radioactive water.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4609 30ef787d-52ff-0310-b286-e08351bb7647

commit 7b63907e57d18aaa992aa7a91ac7ea6b7f5b19d1
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jun 17 20:44:27 2008 +0000

    Add radioactive type for crystal map.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4608 30ef787d-52ff-0310-b286-e08351bb7647

commit d5e42f8523e651274f1a891cde5fb1415afeedd3
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jun 17 19:40:35 2008 +0000

    add radioactive water (unused now, i don't know how to select water style in a map)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4607 30ef787d-52ff-0310-b286-e08351bb7647

commit 0a127f0ca507cfccbf9db26290f0f9b5baba2483
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 16 20:37:52 2008 +0000

    [BUGFIX] Class SoundSample must not play several sounds in the same time
    
    it fixes infinite sound when using the grapple (reported on IRC #wormux):
    <ivze> I have found a bug in recent SVN grapple modification. The bug: grapple sound (sound of moving up/down/right/left) don't stop in certain cases. To reproduce it:1. grapple against something above 2. Press UP button 3. While UP pressed, press
    LEFT or RIGHT (very common gaming situation) 4. Release all the keys -- the sound don't stop.  If this sequence is repeated, two infinitely repeating samples of this sound will be heard.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4606 30ef787d-52ff-0310-b286-e08351bb7647

commit 2d5bd1adb4ca113fa4c9f1fb6a01d20184b6d3e3
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 16 19:11:48 2008 +0000

    [SOUND] Comment deprecated code to play the "alleluia" sound sample
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4605 30ef787d-52ff-0310-b286-e08351bb7647

commit ad5771ef70e689c112617ab95d45ae9634b487e9
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 16 19:10:37 2008 +0000

    [SOUND] Adding sound for the buggy grapple when resizing the rope and when changing direction
    
    http://www.wormux.org/forum/viewtopic.php?id=1071
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4604 30ef787d-52ff-0310-b286-e08351bb7647

commit ea2b37e16f893d3c970dba44f951c87bf70f3aa2
Author: pawel_dyda <pawel_dyda at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 16 17:14:06 2008 +0000

    Updated Polish translation. Slap translated, one item corrected.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4603 30ef787d-52ff-0310-b286-e08351bb7647

commit ba4a7ed44140bfaf82c3d6c7b25fbae22e36d1b9
Author: plorf <plorf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 15 22:05:10 2008 +0000

    mac : clean scripts
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4602 30ef787d-52ff-0310-b286-e08351bb7647

commit 92165e9f647c6af7d4f8749638dd88e0e28d3f87
Author: plorf <plorf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 15 21:45:56 2008 +0000

    mac : merge CMakeLists.mac.txt into CMakeLists, say if we see any problem about it
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4601 30ef787d-52ff-0310-b286-e08351bb7647

commit 28477f1e2c3ff555dbb74cb65572f8ca2b92093d
Author: progs <progs at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 14 11:34:46 2008 +0000

    updated information about me
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4600 30ef787d-52ff-0310-b286-e08351bb7647

commit 7a63952879922a7c1b648040bd6e0bc3ab386577
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 14 09:00:12 2008 +0000

    cosmetic update to five translation files to get them up to the latest src nums
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4598 30ef787d-52ff-0310-b286-e08351bb7647

commit bf8201281b6db0164fa5b7c45cb4e8e4556b81b7
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 14 08:57:15 2008 +0000

    another es/ca translation update from KonKer
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4597 30ef787d-52ff-0310-b286-e08351bb7647

commit 94de3b12c56e2a7d98d7a7b585be800a5d13dab0
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jun 10 21:30:01 2008 +0000

    Ran a newer spell checker on the Romanian translation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4596 30ef787d-52ff-0310-b286-e08351bb7647

commit 0e1634210e37fdc67de5fc21225ceddc9d5c00ff
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jun 10 17:36:35 2008 +0000

    I also wrote the chatlogger and I am maintaining the Debian package
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4595 30ef787d-52ff-0310-b286-e08351bb7647

commit 6528c90ad6b261534bbf296eb90739f23c95fa78
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jun 10 17:32:12 2008 +0000

    Updated Norwegian translation; thanks to Christian Lomsdalen
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4594 30ef787d-52ff-0310-b286-e08351bb7647

commit 9644be52259b5cf615316fe17143539eee4b6fda
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 9 18:29:28 2008 +0000

    added a cast, so wormux compiles again on x86_64
    thanks ivze
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4593 30ef787d-52ff-0310-b286-e08351bb7647

commit 05ce5cb8a2764700177f7cb4781412685d9271d6
Author: pauluzz <pauluzz at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 8 15:56:38 2008 +0000

    Dutch .po update!
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4592 30ef787d-52ff-0310-b286-e08351bb7647

commit f26d63e5d2177cb82d4ed1fc862326567205a168
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 8 14:51:50 2008 +0000

    pot-update for the new slap weapon (3 new strings) + sl.po update
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4591 30ef787d-52ff-0310-b286-e08351bb7647

commit fd731d1e901329187a7f4f5170dedf44323ee015
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 8 14:48:24 2008 +0000

    slap: removed useless commented code, added weapon to unlimited mode
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4590 30ef787d-52ff-0310-b286-e08351bb7647

commit 64a713a19c6708e809c9fb7a51df73be1b87c846
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 8 14:44:15 2008 +0000

    New weapon: slap (similar to the prod from worms)
    the sound is PD, the gfx are from our hand cursor
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4589 30ef787d-52ff-0310-b286-e08351bb7647

commit e4f02e44c6e254abbd9ffeff51dde2b3bcf4dadc
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 8 14:03:48 2008 +0000

    water.cpp - added missing trailing newline
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4588 30ef787d-52ff-0310-b286-e08351bb7647

commit 6f8355f463f039bccfb1ad9f2aa781d2a4173862
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 8 10:26:44 2008 +0000

    Fire-related particles don't splash into water, but produce smoke. Converted: fire particle, flamethrower flames.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4587 30ef787d-52ff-0310-b286-e08351bb7647

commit c7e6eb89ad57b30ca16afa5a85a2de70a99ee191
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 8 10:07:46 2008 +0000

    made the mine animation loop and synchronised it with the sound -
    sometimes there's an offset, but many times it works perfectly
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4586 30ef787d-52ff-0310-b286-e08351bb7647

commit dc60a811020f43c8ca328db7397e288bf239ebc1
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 8 09:44:24 2008 +0000

    ru.po update from Ilya Rusyanov
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4585 30ef787d-52ff-0310-b286-e08351bb7647

commit 711b54f01b446b20d40c67ee4837ccff9d051339
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 8 08:59:55 2008 +0000

    [task #5396] Implement CRC computation for class Surface and use it to check that network clients are playing on the same map.
    
    Invalid clients currently crash (at least in debug mode) and probably fails silently otherwise. This must be fixed.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4584 30ef787d-52ff-0310-b286-e08351bb7647

commit afc3412a0a132702f11fcfad60fc41ff0524e3db
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 8 08:44:40 2008 +0000

    converted start_turn.wav to start_turn.ogg (~9x smaller size)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4583 30ef787d-52ff-0310-b286-e08351bb7647

commit 07a714cb2b850db2d2d59e0010cd9f6a35f28228
Author: plorf <plorf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 7 23:47:15 2008 +0000

    mac : update cmake_build.sh : use a new CMakeLists.txt file in order to make install into package, need to be edit to make it more editable (change package name easily for example), and locale problem still there.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4582 30ef787d-52ff-0310-b286-e08351bb7647

commit 1fa91318e2e49717ef0814164b42e12ac00dc804
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 7 22:39:40 2008 +0000

    Not all full_screen were protected sufficiently.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4581 30ef787d-52ff-0310-b286-e08351bb7647

commit 7614cc5101d9143c4bea898d91119bd9a9bd3afe
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 7 22:13:49 2008 +0000

    Also remove fullscreen option under OSX as it now does nothing.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4580 30ef787d-52ff-0310-b286-e08351bb7647

commit 78e61a77688003d8438fe2fbc0ede1d5c34490d6
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 7 22:06:02 2008 +0000

    Disable fullscreen for OSX
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4579 30ef787d-52ff-0310-b286-e08351bb7647

commit 99120e2cf4cfd49c386d317dfaab816374b73d42
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 7 20:41:44 2008 +0000

    Use printf true format specifier for size_t.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4578 30ef787d-52ff-0310-b286-e08351bb7647

commit 7f2d0da70281fc35806c7d2cb97b95ac1382f4a4
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 7 20:39:31 2008 +0000

    sound a bell when the local player starts his turn
    bell sound added from wesnoth
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4577 30ef787d-52ff-0310-b286-e08351bb7647

commit bb0da1cff0529146796e26f4661cf9ce3e284703
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 7 19:58:38 2008 +0000

    [net] preselect the first available game if there is no previous selection
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4576 30ef787d-52ff-0310-b286-e08351bb7647

commit 72a281a3b4db93935bd43c3772f6c149c34518be
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 7 19:41:54 2008 +0000

    Properly initialize/print "received", avoid some potential overflow.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4575 30ef787d-52ff-0310-b286-e08351bb7647

commit 9666feefbb1c4024fa6aec6e560710f19f8a99dc
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 7 19:28:20 2008 +0000

    Use lround instead of assuming rounding will be ok.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4574 30ef787d-52ff-0310-b286-e08351bb7647

commit a3746b8708daba27a3dc6a9f73329026c054a398
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 7 19:24:53 2008 +0000

    [Bug #11751] Fix crash on some BSDs by simplifying the code.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4573 30ef787d-52ff-0310-b286-e08351bb7647

commit 3249af1878710d30362c71bc7bfc29dd14700b99
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 7 19:06:48 2008 +0000

    spanish translation update x2 by konker
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4572 30ef787d-52ff-0310-b286-e08351bb7647

commit 440f355125928590424f4c8035f20f39feef3fb0
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 7 19:03:37 2008 +0000

    fixed compilation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4571 30ef787d-52ff-0310-b286-e08351bb7647

commit 55330b52ec807184fcb28672b2fc14c5a8398c24
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 7 18:42:56 2008 +0000

    [bug #11713] NAN (not a number) is not enough portable to use it directly
    
    Implement functions getNaN() and isNaN() in C++ standard fashion using std::limits
    
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4570 30ef787d-52ff-0310-b286-e08351bb7647

commit f56bc17f1b5918d27d81b67cc17a2b94548c1953
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 7 11:47:51 2008 +0000

    [bug #11782] Music reinitialised when come back in the main menu
    
    Music was always reinitialised when come back to the main menu. Now this is only the case when coming from a game (because it's not the same playlist
    that is used)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4569 30ef787d-52ff-0310-b286-e08351bb7647

commit ad8229fb7db83a00a59c6bb42213245911d45c49
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 7 10:34:13 2008 +0000

    Merge http://www.openbsd.org/cgi-bin/cvsweb/ports/games/wormux/patches/patch-src_tool_isnan_h
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4568 30ef787d-52ff-0310-b286-e08351bb7647

commit 0086aacd27d99f298f41688e05d0e14bfd1ae5d1
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 7 10:34:07 2008 +0000

    Add missing include for OpenBSD
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4567 30ef787d-52ff-0310-b286-e08351bb7647

commit 0b39cbd575c03e80004515a6b9a024894f1504f7
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 7 10:21:39 2008 +0000

    [bug #11797] Multi launch with Tux
    
    When you shoot with the supertux, there was no check if there is a supertux already flying.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4566 30ef787d-52ff-0310-b286-e08351bb7647

commit 9a85d443f2c96a80988dada37242de4c93153484
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jun 6 19:52:23 2008 +0000

    Update URL of the file indicating the last version.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4565 30ef787d-52ff-0310-b286-e08351bb7647

commit 6e5a579e3dd452ec2f4bb35ddea28e94b5cb3d0e
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 1 19:24:09 2008 +0000

    another update of the dutch translation by Paul Smits
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4564 30ef787d-52ff-0310-b286-e08351bb7647

commit f4e065a2eed9942c5393bf03f84288ccb717723d
Author: pawel_dyda <pawel_dyda at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 1 17:36:50 2008 +0000

    Updated Polish translation.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4563 30ef787d-52ff-0310-b286-e08351bb7647

commit e8f6ca8912894a5dfd1cc093a0d9e7e51823ba1c
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 1 17:24:34 2008 +0000

    sl.po back to 100%
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4562 30ef787d-52ff-0310-b286-e08351bb7647

commit e4e38afb409f9d2326d06328d927770eb4b0fc10
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 1 17:08:44 2008 +0000

    updated the makefile and reran a pot-update which resulted in
    6-7 new strings
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4561 30ef787d-52ff-0310-b286-e08351bb7647

commit 66b069078273b7333bab8c408fc31b4d7a2facdc
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 1 17:07:33 2008 +0000

    added po/find-missing-files.sh, a script to update the makefile, so all the
    sources are in it and everything is translatable (not needed for cmake - globs)
    maybe the find should be added to configure.ac too
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4560 30ef787d-52ff-0310-b286-e08351bb7647

commit 8d907a0cc4005c3fc2a7839657b95bed547ef65d
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 1 15:38:28 2008 +0000

    the po/Makefile.am was missing a few sources, so some strings were untranslatable;
    pot update resulted in 3 new strings, 2 of which were already translated before -
    if you didn't delete your obsolete translations at the end of the file, they were
    reused. :)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4559 30ef787d-52ff-0310-b286-e08351bb7647

commit dd47962820238ceaad4a66628eb2380a38190030
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 1 14:32:25 2008 +0000

    nl.po update from Paul Smits
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4558 30ef787d-52ff-0310-b286-e08351bb7647

commit 5c177e29cf3818cf4c89219973f72929f57b5260
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 1 07:32:05 2008 +0000

    updated Norwegian Bokmaal translation from Christian Lomsdalen
    
    Signed-off-by: Eddy Petrișor <eddy.petrisor at gmail.com>
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4554 30ef787d-52ff-0310-b286-e08351bb7647

commit 52c28495941d520f5fec35e458c0f823f4fdaf28
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 31 19:03:23 2008 +0000

    [BUGFIX] Fix compilation.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4553 30ef787d-52ff-0310-b286-e08351bb7647

commit ddc4b3b20d94ea48693952edfc9d9c5dff34917b
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 31 09:31:43 2008 +0000

    po/CMakeLists.txt: make it faster by appending to the list not recreating it
    still doesn't work though
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4552 30ef787d-52ff-0310-b286-e08351bb7647

commit 6fd75079bed88bcc197afdb9921b7736a6f41be7
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 31 09:13:26 2008 +0000

    hebrew update from uknown author
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4551 30ef787d-52ff-0310-b286-e08351bb7647

commit 1df838f191c01c8e700970e6a01a7b1e828d35bb
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 31 09:06:04 2008 +0000

    pot update - two strings were deprecated
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4550 30ef787d-52ff-0310-b286-e08351bb7647

commit 43104ff2f3107376198168346b6898ca6c3d8189
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 30 21:31:41 2008 +0000

    delete useless old skin viewer (bugs). Use wormux -y for new skin viewer
    (have to be finish)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4549 30ef787d-52ff-0310-b286-e08351bb7647

commit 9084242ad45e03e18b0c1332a974e7511b9a4165
Author: pawel_dyda <pawel_dyda at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 30 20:13:43 2008 +0000

    Updated Polish translation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4548 30ef787d-52ff-0310-b286-e08351bb7647

commit 753d3525285f358862aac0fdf19bfa8f3965041a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 29 22:37:05 2008 +0000

    [NETWORK] Calls CheckHost before really connects to the index server.
    
    This allow to not freeze the game for a standard TCP timeout (2min ?) but only for 10 secs if index server is unavailable.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4547 30ef787d-52ff-0310-b286-e08351bb7647

commit e3aef8f67d0eee1009faf0789f6e76e850ac78c8
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 29 21:00:36 2008 +0000

    [bug #11754] Fix segfault if sound device is not available
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4546 30ef787d-52ff-0310-b286-e08351bb7647

commit 75ca910b3ed16faef7bc85aaddae81c6ddacd79e
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 29 20:44:26 2008 +0000

    [bug #11758] Anvil not working
    
    The bug was due to a change of prototype in PhysicalObj::SignalObjectCollision. The Anvil::SignalObjectCollision was not updated.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4545 30ef787d-52ff-0310-b286-e08351bb7647

commit a2cc14d96917fd2c984609b891077ac301ddca3b
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 29 20:27:49 2008 +0000

    [bug #11741] Chat: s and backspace pressed quickly crash the game
    
    The cursor position was not reseted when clearing the text
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4544 30ef787d-52ff-0310-b286-e08351bb7647

commit c7f006cd15cd879afa1cd995ab31a7766c464d61
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed May 28 21:38:23 2008 +0000

    [BUGFIX] Disease duration is now an unsigned int. Handle std::numeric_limits::max() instead of -1 for infinite.
    (Polecat farts already used std::numeric_limits<uint>::max() since r4542 but was broken since Disease damage mechanism was not ready to use it)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4543 30ef787d-52ff-0310-b286-e08351bb7647

commit 13443c1101f359a09c77731d4d79024350dd6e0f
Author: plorf <plorf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed May 28 19:42:27 2008 +0000

    particles : correct a compilation error : assign -1 to an unsigned int, i have add <limit> and use the library max unsigned int instead. It should be exactly the same values, but better i hope
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4542 30ef787d-52ff-0310-b286-e08351bb7647

commit 566bd4ceec62cda52f761d49db9a2cabeaf715d6
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 27 22:50:38 2008 +0000

    [Win32] Add missing files in project.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4539 30ef787d-52ff-0310-b286-e08351bb7647

commit 91392ac6fdabe8f557c7acb558696afcb040de92
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 27 22:30:56 2008 +0000

    Allow to make weapon available only after some turns:
    - disco grenade after 3 turns
    - anvil after 5 turns
    - supertux after 7 turns
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4538 30ef787d-52ff-0310-b286-e08351bb7647

commit 3f8ef6219b70c33b416d3f2bb788e0b3d7aedbe9
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 27 21:11:31 2008 +0000

    [bug #11479] Jetpack timer and skin is invisible
    Temporary bugfix which draw the weapon outside of WeaponMember::Draw
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4537 30ef787d-52ff-0310-b286-e08351bb7647

commit bae97800ef8eaf84d64d3a6ff35193bc70743ebe
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 27 14:51:20 2008 +0000

    Update INSTALL file (remove libxml++ dependency, add gettext, fix a typo)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4536 30ef787d-52ff-0310-b286-e08351bb7647

commit 671dbc99c4cb4882479ad566e3c90aef54955430
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 26 23:23:13 2008 +0000

    Allow to choose the game mode from the game mode editor (available only in local game currently)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4534 30ef787d-52ff-0310-b286-e08351bb7647

commit 421a6c5e79a55ecfa1ce5dba3f893657b7c070a2
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 26 22:26:30 2008 +0000

    Implement a generic game mode editor that will be used for local and network game menus
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4533 30ef787d-52ff-0310-b286-e08351bb7647

commit 278957026dcc26d6fcd243c2c100922289fbe126
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 26 21:53:13 2008 +0000

    Allow a "level" floating point attribute in the <sound> element to specify its amplification level.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4532 30ef787d-52ff-0310-b286-e08351bb7647

commit 58e7040ff81729e9b74d420a9e2ec535613dad39
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 26 21:29:38 2008 +0000

    Don't log stuff if file isn't valid.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4531 30ef787d-52ff-0310-b286-e08351bb7647

commit 65c663274c04746d6a0e9af6d1ac11ad04799470
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 26 21:17:27 2008 +0000

    Infinite disease damage per turn for the polecat: each character that has breathed polecat vapor will lost 5 points of energy per turn
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4530 30ef787d-52ff-0310-b286-e08351bb7647

commit 6362f6e35e4e002090480a90a89c01282b0692d6
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 26 19:58:31 2008 +0000

    Somewhat fix compilation (g++ 4.3 problem?).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4529 30ef787d-52ff-0310-b286-e08351bb7647

commit 3c6e640f4bb8dc573507913ae100e1e2960842a3
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 26 18:33:25 2008 +0000

    [Win32] Strip binary of useless symbols.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4528 30ef787d-52ff-0310-b286-e08351bb7647

commit 73d2475b46e639a409d50c5e8b8302339373e800
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 26 18:22:51 2008 +0000

    Don't throw directly but display the fact that the file can't be created.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4527 30ef787d-52ff-0310-b286-e08351bb7647

commit f6e597b722651b8a13ace63ec5ece39602b34814
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 26 18:21:58 2008 +0000

    Reorganize class declaration.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4526 30ef787d-52ff-0310-b286-e08351bb7647

commit 9514054b9c74ba190d229fb34d36df75ff606642
Author: mrpouet <mrpouet at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 26 13:01:05 2008 +0000

    Changed delta angle from 5 to 2 degrees in SelectFiringWeapon, because it was
    to wide (sometimes the shooter pulls the floor).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4525 30ef787d-52ff-0310-b286-e08351bb7647

commit 0508a787014e6d406c114d1117169ad83c98bb70
Author: mrpouet <mrpouet at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 26 11:29:12 2008 +0000

    Fixed IsDirectlyShootable static method, which skiped small barrier,
    uses now affine straight line (more precise and always true) to detect
    obstacle.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4524 30ef787d-52ff-0310-b286-e08351bb7647

commit 4aa41730f702d93394f0d250cab17d5f6849cc7e
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 25 21:40:37 2008 +0000

    Allow changing initial number of ammos of a weapon.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4523 30ef787d-52ff-0310-b286-e08351bb7647

commit a4884f944b2fa08601ae3470f082649f918f2c90
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 25 21:39:59 2008 +0000

    No need for Draw method, as it is implemented in WidgetList.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4522 30ef787d-52ff-0310-b286-e08351bb7647

commit 75d610165c186308ee13746f172685ecfe28d13f
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 25 21:39:17 2008 +0000

    Provide a base method in WidgetList to dispatch the Draw call to all contained widgets.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4521 30ef787d-52ff-0310-b286-e08351bb7647

commit 4e864e501904e6b07250ab66cab49323b03ba653
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 25 21:36:23 2008 +0000

    [task #5972] Only install pdf files if requested to. Force installation of config folder shortcut.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4520 30ef787d-52ff-0310-b286-e08351bb7647

commit 9deb44eb2a249a43f9e80c312158fd3637bbba7c
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 25 21:27:32 2008 +0000

    [task #5972] Provide shortcuts to help file and config folder. PDFs are however still installed.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4519 30ef787d-52ff-0310-b286-e08351bb7647

commit f8645a5a0fc3854dfd52aef74fc7ad345d4fbd90
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 25 17:03:42 2008 +0000

    [Bug #11713] Move NaN stuff to isnan.h (still misses OpenBSD fix).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4518 30ef787d-52ff-0310-b286-e08351bb7647

commit 258060d6db9b78ad6370241854c93eac539deef2
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 24 21:08:37 2008 +0000

    [Win32] Include and install PDF files. No linking yet.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4517 30ef787d-52ff-0310-b286-e08351bb7647

commit 139d2ca94bd130369a6cffe6f4c4191752da7c10
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 24 20:52:50 2008 +0000

    Try to make the polecat more usable :)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4516 30ef787d-52ff-0310-b286-e08351bb7647

commit ec6c294ca7fb77a07f79eb461d3f1e8eef52fbb4
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 24 14:58:02 2008 +0000

    [Win32] Don't pack strings, for faster installer startup.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4515 30ef787d-52ff-0310-b286-e08351bb7647

commit d4dc9bd72d31d438e88057b47388f5fade0a0a24
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 24 13:46:43 2008 +0000

    [BUGFIX] Create ~/.local and ~/.local/share if they are not existing
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4514 30ef787d-52ff-0310-b286-e08351bb7647

commit 23a1e5e9a3f23ce5ce32698d2e1f46a84c01d521
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 24 11:43:26 2008 +0000

    [NETWORK] Save previous network connection parameter in user config file:
    - As client: host, port
    - As server: game_name, port, public
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4513 30ef787d-52ff-0310-b286-e08351bb7647

commit 5f6471ab156bde9844140dfa65e73fffe965a211
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 24 11:14:43 2008 +0000

    [NETWORK] Integrate a tchat box on results menu to joke with your loosing enemy :)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4512 30ef787d-52ff-0310-b286-e08351bb7647

commit f63aad56a6ff152d5d0240b12247d362b14ea2aa
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 24 09:16:39 2008 +0000

    [MIN0R] Remove deprecated lines
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4511 30ef787d-52ff-0310-b286-e08351bb7647

commit 9d355b41d4b0e3895bd2cd9ef50115032bc411dd
Author: mrpouet <mrpouet at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 23 14:22:36 2008 +0000

    fixed po permissions problem
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4510 30ef787d-52ff-0310-b286-e08351bb7647

commit 935d4862f1e9fd9f48e55a6c69ec20b771345459
Author: mrpouet <mrpouet at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 23 14:15:42 2008 +0000

    Fixed endless endofturn problem due to bad indented in macro.h and objects_list.h
    and added MSG_DEBUG in GetMovingObject if particleEngine is moving.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4509 30ef787d-52ff-0310-b286-e08351bb7647

commit 8d3810b2c1233dd4fc434976b399caa6763b0429
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 22 22:24:20 2008 +0000

    Game menu: set minimum energy level to 10 (was 5), duration/energy: use step=10 (was 5)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4508 30ef787d-52ff-0310-b286-e08351bb7647

commit d94ad48bdbada290be6bf3c433457fffd59c01f7
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 22 22:19:08 2008 +0000

    Refresh net games when user clicks on "Public battles" label
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4507 30ef787d-52ff-0310-b286-e08351bb7647

commit a0c0a7240f6911da78a639bb53ac389a19c63883
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 22 21:05:57 2008 +0000

    [bug #11479] Jetpack timer and skin is invisible
    
    the timer was sometimes invisible due to the arrow following the active character. Hide this arrow when using the jetpack as it is totally useless in
    this case.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4506 30ef787d-52ff-0310-b286-e08351bb7647

commit 5bd25fb6e28987acdfbdabcfd91da6593ac485ba
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 22 20:14:07 2008 +0000

    Play a small bip when changing sound effects volume (it helps to choose the volume)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4505 30ef787d-52ff-0310-b286-e08351bb7647

commit fbe4fa8b6012cecc532899411fb9567f206e40da
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 22 19:48:05 2008 +0000

    Save the Network game name when creating a game (server)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4504 30ef787d-52ff-0310-b286-e08351bb7647

commit be9dbc3003f54e5ca46a5297e1fcb886abfd66f4
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 22 18:46:16 2008 +0000

    [Win32] Fix compilation for MSVC.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4503 30ef787d-52ff-0310-b286-e08351bb7647

commit 7da1d9b8ac0d29c4aeaec5886dd6a52478ef27b7
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 22 00:13:24 2008 +0000

    Option menu, scroll border size: use step=5 and minimum=5 (instead of step=2 and minimum=2)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4502 30ef787d-52ff-0310-b286-e08351bb7647

commit 2ab11516d196ee5a77b98f789d9c798b448da7d4
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed May 21 23:14:14 2008 +0000

    Fix static Vector2<T>::FromPolarCoordinates: convert to type T for AI stupid
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4501 30ef787d-52ff-0310-b286-e08351bb7647

commit 67878718568d0d418841a4dd324853f66a352a23
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed May 21 23:13:32 2008 +0000

    Allow to disable wind particules during the game play (escape > options > disable > ok)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4500 30ef787d-52ff-0310-b286-e08351bb7647

commit edccb22d6661ae2598e24c0f014947609b4bdac2
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed May 21 21:44:42 2008 +0000

    [BUILD-FIX] Try to remove warning:
     ai/ai_shoot_module.cpp: In static member function 'static bool AIShootModule::IsBazookable(const Character&, double&)':
     ai/ai_shoot_module.cpp:88: attention : converting to 'int' from 'double'
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4499 30ef787d-52ff-0310-b286-e08351bb7647

commit b7c46fbe3dc85c19f21e204fda2f5119d70f4205
Author: plorf <plorf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed May 21 21:33:27 2008 +0000

    mac : cmake_build update
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4498 30ef787d-52ff-0310-b286-e08351bb7647

commit 57109a62307f1a2bad44ffb9bd8c5cb8b162a521
Author: plorf <plorf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed May 21 19:53:21 2008 +0000

    mac : resolved small bug (add ${ROOT} at CMakeLists.txt)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4497 30ef787d-52ff-0310-b286-e08351bb7647

commit d556f3d2c203dedc690707760c4e086e0358effa
Author: plorf <plorf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed May 21 19:50:18 2008 +0000

    mac : update with lynxlynxlynx
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4496 30ef787d-52ff-0310-b286-e08351bb7647

commit ed43a9d0ba0e587a187de413435beac987dd8eb3
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed May 21 19:34:24 2008 +0000

    cmake_build.sh: use awk instead of sed, maybe it'll work better
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4495 30ef787d-52ff-0310-b286-e08351bb7647

commit 2435be2b4cd7a9818998c7e0a7946d5bdadf1158
Author: plorf <plorf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed May 21 17:20:36 2008 +0000

    mac : remove duplicate icons
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4494 30ef787d-52ff-0310-b286-e08351bb7647

commit dd82c15754f5c345f5576bc183ffe12a39aed257
Author: auria <auria at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed May 21 17:03:48 2008 +0000

    Added mac icon file
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4493 30ef787d-52ff-0310-b286-e08351bb7647

commit 00d86895decef21e63eb4ac405c8bade13891424
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed May 21 16:28:14 2008 +0000

    moved a check earlier in IsDirectlyShootable, so it can't trigger
    the same IsEmpty assert
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4492 30ef787d-52ff-0310-b286-e08351bb7647

commit c521aab6fa967e1b1d09002b4a29731cf797c2e9
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed May 21 16:20:37 2008 +0000

    made IsDirectlyShootable calculate from the gun hole and
    added a check so IsBazookable->IsInVacuum doesn't throw an assert
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4491 30ef787d-52ff-0310-b286-e08351bb7647

commit 536b8c9bac8bc4284a1c44d396c3024e32dd976b
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed May 21 13:20:56 2008 +0000

    Make OpenBSD GCC happy by replacing "int inline" by "inline int" :)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4490 30ef787d-52ff-0310-b286-e08351bb7647

commit 8365d686f6c7a63ea616949d04bbcdacf422231f
Author: mrpouet <mrpouet at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 20 20:23:33 2008 +0000

    Added IsBazookable class function to ensure it's not too dangerous to
    shoot bafore pulls enemy.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4489 30ef787d-52ff-0310-b286-e08351bb7647

commit 288ff47a5580358925477a8f72ec4d93c09ba63c
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 20 14:51:50 2008 +0000

    cmake: build src/msvc only on windows
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4488 30ef787d-52ff-0310-b286-e08351bb7647

commit 0b7c77eecb3b4cdd83f2211ce0fd392374047fab
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 20 13:38:19 2008 +0000

    cmake: restore WORMUX_PATCH to svn - we're on svn not at 0.8
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4487 30ef787d-52ff-0310-b286-e08351bb7647

commit 872d226fedbd891ec31d58188007524998ce43f2
Author: plorf <plorf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 20 12:59:14 2008 +0000

    mac : update cmake_build.sh to be cleaner (still a bug into sed use)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4486 30ef787d-52ff-0310-b286-e08351bb7647

commit 296884a083ded4b73c8174f242da226a29bf48ff
Author: auria <auria at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 20 12:56:29 2008 +0000

    Improved the CMake build files to work on mac OS X
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4485 30ef787d-52ff-0310-b286-e08351bb7647

commit e1bdc5a2e67cb70c5121f9d9e24ccbe084d73af9
Author: plorf <plorf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 20 09:44:09 2008 +0000

    mac : remove script (was not finished and useless because we are working on another script...)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4484 30ef787d-52ff-0310-b286-e08351bb7647

commit 64aa77f63567a99c0ef80a24e1498185679b0fa8
Author: plorf <plorf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 19 22:09:10 2008 +0000

    mac/doc : add doc with explanation about compiling under mac os x with new system (cmake instead of autotools, when cmake is finished, autotools scripts will be removed), maybe add it in INSTALL.en/fr.txt ?
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4483 30ef787d-52ff-0310-b286-e08351bb7647

commit 68bd075c068987f4711cda74df4b24abde44bf96
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 19 21:27:24 2008 +0000

    Clean up Color (more inline, merge constructors).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4482 30ef787d-52ff-0310-b286-e08351bb7647

commit 2613430d83dd90d4ed060101847329effc853f6f
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 19 21:26:41 2008 +0000

    [Win32] Update VS project file.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4481 30ef787d-52ff-0310-b286-e08351bb7647

commit 131819fa2d11550ef7afe72cb3b927ff328cbe2c
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 19 21:26:00 2008 +0000

    Fix compilation.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4480 30ef787d-52ff-0310-b286-e08351bb7647

commit 2809037d4b40539604de7ced87d42bbc7608644c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 19 20:48:45 2008 +0000

    Remove deprecated method declaration
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4479 30ef787d-52ff-0310-b286-e08351bb7647

commit bd4adb170ceb30b6ada07e2d2c92550300febb9d
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 19 20:08:38 2008 +0000

    spanish and spanish back to 100% by KonKer
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4478 30ef787d-52ff-0310-b286-e08351bb7647

commit 706eba8c363f16df5827f610b48724f182d625d5
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 19 19:07:30 2008 +0000

    Fixed suicidal and camicaz in IA-stupid (patch from mrpouet, add in
    authors list)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4477 30ef787d-52ff-0310-b286-e08351bb7647

commit 131f0e5cdacbc29140c3f345931f703dcef1abe3
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 19 19:04:07 2008 +0000

    Most clumsy->Clumsiest
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4476 30ef787d-52ff-0310-b286-e08351bb7647

commit 6833d2f286ec4cd3e19530f89b7e7e663a08d448
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 19 18:13:11 2008 +0000

    a perfect cs.po update
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4475 30ef787d-52ff-0310-b286-e08351bb7647

commit 428180b90b9adb4130e1cdc3f8668cf751742d79
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 19 18:10:50 2008 +0000

    make that mac hack a little less of a hack
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4474 30ef787d-52ff-0310-b286-e08351bb7647

commit 290728f12c1c9e01131227625ee0ea07adbd750f
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 19 17:34:07 2008 +0000

    added hack for the mac packaging -svn
    I'm ashamed that I couldn't fix it with a simple -Defines :|
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4473 30ef787d-52ff-0310-b286-e08351bb7647

commit 6fb9d2b9bfd295828349c311bdfe778de0c3185a
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 19 15:51:15 2008 +0000

    made the cmake versions of make {debug,run} depend on wormux (all)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4472 30ef787d-52ff-0310-b286-e08351bb7647

commit 139defd3d7637132a96ae91fda1558bb61cf49b8
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 19 14:16:42 2008 +0000

    sl.po back to 100%
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4471 30ef787d-52ff-0310-b286-e08351bb7647

commit bba891dc53625eeb506aeb19e3547fb72778bfd0
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 19 14:13:26 2008 +0000

    unbroken the cs.po update
    ran a pot update - 2 new strings for the results graph
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4470 30ef787d-52ff-0310-b286-e08351bb7647

commit f1d1ffe9e9c6121d58917de3caecb533a9dc5d93
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 18 21:30:02 2008 +0000

    [Win32] Update script to support new languages (doesn't work :/).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4469 30ef787d-52ff-0310-b286-e08351bb7647

commit 261e521c8c8c93ed499ee90c2d10dd1ff361dad5
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 18 21:07:20 2008 +0000

    Update czech translation by vojtech (dot) gondzala (at) gmail.com
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4468 30ef787d-52ff-0310-b286-e08351bb7647

commit dc33defe1da0c5c5511851138a95ff2c54e905c6
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 18 18:38:14 2008 +0000

    Draw duration on time axis.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4467 30ef787d-52ff-0310-b286-e08351bb7647

commit eb7d0addf2c4b8fa68fd1b7630039e54aed83ace
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 18 18:29:41 2008 +0000

    1) Draw axes
    2) Draw last line
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4466 30ef787d-52ff-0310-b286-e08351bb7647

commit abfba9fac6c60a7e4acd84b05158cb5f0d48ede9
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 18 17:47:56 2008 +0000

    Cosmetics (tabs vs spaces).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4465 30ef787d-52ff-0310-b286-e08351bb7647

commit 627d1cb147527c2e64f9e9ae6eea3d5fbbd79be6
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 18 17:47:33 2008 +0000

    Fix compilation.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4464 30ef787d-52ff-0310-b286-e08351bb7647

commit 1966e9bb0f2170f6233cad264c64eb9509b9b1ef
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 18 17:47:13 2008 +0000

    Restore error on warning for windows, as libxml++ has been removed and I'm using g++ 4.2
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4463 30ef787d-52ff-0310-b286-e08351bb7647

commit 645ec9d911dea0bee4acacf010b89c0417c229c2
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 18 10:54:49 2008 +0000

    try to fix the cmake bin path for windows by using an absolute path
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4462 30ef787d-52ff-0310-b286-e08351bb7647

commit e19e1f79d683c55b1aa85c9665ab9332785e717c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 18 10:34:09 2008 +0000

    Create a talk_box widget to handle tchat in network menu. It will be included later in results menu for network game.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4461 30ef787d-52ff-0310-b286-e08351bb7647

commit 1e87442f249f11d4b539c55c97ea5ebb36838032
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 18 10:07:56 2008 +0000

    require cmake 2.4.4 or later (current: 2.6.0)
    this simplifies the build system and fixes it for 2.6 users (make package)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4460 30ef787d-52ff-0310-b286-e08351bb7647

commit 68c0aba5a73d9ed07894d9bfb237e104cd7b923c
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 18 09:43:58 2008 +0000

    removed two cmake includes that are already in 2.4
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4459 30ef787d-52ff-0310-b286-e08351bb7647

commit eeffea4790b2a9903b5a900b9a175d8f7b12108a
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 18 09:34:32 2008 +0000

    cmake: use -Wextra if it is available
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4458 30ef787d-52ff-0310-b286-e08351bb7647

commit 00f9eed8a1d4e2ae5eceaa93eb89824f99660597
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 18 08:41:02 2008 +0000

    changed the default generators to tar.bz2
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4457 30ef787d-52ff-0310-b286-e08351bb7647

commit 749d0ba87ecf5cdc2b1ad225e16c09b9601d0fb5
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 18 08:39:15 2008 +0000

    harmless pot-update
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4456 30ef787d-52ff-0310-b286-e08351bb7647

commit 53c98e23df856959af71806363897b0436c5f230
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 18 08:35:15 2008 +0000

    cmake: more version checks removed and a stab at silencing the warnings
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4455 30ef787d-52ff-0310-b286-e08351bb7647

commit f9b683b3c657f79a91cf9621d4e010558935afa3
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 18 07:31:43 2008 +0000

    require cmake of at least 2.4 version
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4454 30ef787d-52ff-0310-b286-e08351bb7647

commit 23a5d49a0bd5c2a74d36ab9e5cd25ef85ec4a63d
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 18 07:27:44 2008 +0000

    made cpack generate tarballs without the platform in their name
    and started fixing the cmake version checks
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4453 30ef787d-52ff-0310-b286-e08351bb7647

commit de7712b6ae51de8dd2a8db4f3cb92004cb361146
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 17 17:40:57 2008 +0000

    Remove useless printf
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4452 30ef787d-52ff-0310-b286-e08351bb7647

commit 0780eb871fdbbb681dcbb56564e33207dd88b23e
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 17 16:11:39 2008 +0000

    1) Try to fill result box.
    2) Move a bit graph legend.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4451 30ef787d-52ff-0310-b286-e08351bb7647

commit 82eeac40a78bbb3b0714dec6a167307fe8195c03
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 17 13:43:23 2008 +0000

    Useless assert (spotted by Mr Pouet on IRC).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4450 30ef787d-52ff-0310-b286-e08351bb7647

commit e9dbd2f0f58943a9ca9b1a7fa02902d8292c8a90
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 17 13:13:30 2008 +0000

    Add Polish and Greek strings to Win32 installer.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4449 30ef787d-52ff-0310-b286-e08351bb7647

commit 2537913b825753df48ecda739b38303fd6c86e56
Author: plorf <plorf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 16 17:09:25 2008 +0000

    mac : cmake_build : download only if file is not there
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4448 30ef787d-52ff-0310-b286-e08351bb7647

commit 8a729688dfb368cc92c4c7983f1260d32335e13c
Author: plorf <plorf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 16 16:53:31 2008 +0000

    mac : add deps, link (and download) to frameworks and install them into .app. Now we need to make /data lighter and then build .dmg
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4447 30ef787d-52ff-0310-b286-e08351bb7647

commit 5b07408b19945575694d61437fde1daf2377c492
Author: plorf <plorf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 16 16:34:57 2008 +0000

    mac : cmake_build make .app correctly, check for copy less data in order to make it lighter still .dmg to gen
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4446 30ef787d-52ff-0310-b286-e08351bb7647

commit 742f1dc670d5eb13a9562ed3a540ab4236cc40d0
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 16 14:34:35 2008 +0000

    Cosmetics:
    0) Inline some functions
    1) English pedantry
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4444 30ef787d-52ff-0310-b286-e08351bb7647

commit 3650ba69e33276d03c62c75f2e696c430aabb40d
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 16 12:54:52 2008 +0000

    hell: halved the animation speed of the falling bones
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4443 30ef787d-52ff-0310-b286-e08351bb7647

commit 3e2efe51c617c70343aecdb91284e7709a2be9ea
Author: plorf <plorf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 16 11:36:25 2008 +0000

    mac : add cmake_build.sh (in dev)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4442 30ef787d-52ff-0310-b286-e08351bb7647

commit da997aa4261e47930bb57f158c4220a5aa4e6439
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 15 22:53:43 2008 +0000

    1) Change stats font to medium (not nice IMO)
    2) Only display decimals if double value below 100
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4440 30ef787d-52ff-0310-b286-e08351bb7647

commit 2fbb29a97decf2896cae200e6cd98b5571c11545
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 15 22:31:51 2008 +0000

    [bug #11682] Default connection is now to public battle if selected
    (do not select public battle by default)
    
    Manual merge from branch 0.8final r4436 and 4437
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4438 30ef787d-52ff-0310-b286-e08351bb7647

commit 1e1c9efa2d6f69ecdeca64f14433bfa3a89ed8a0
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 15 21:36:45 2008 +0000

    cosmetics
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4435 30ef787d-52ff-0310-b286-e08351bb7647

commit 532eecb2d02f5b55fbcbc4ccd9568d18aa2e7777
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 15 21:34:47 2008 +0000

    add 0.8final changelog (since last beta)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4434 30ef787d-52ff-0310-b286-e08351bb7647

commit 15bd948942546c79b313595aed538ced6dcad79b
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 15 20:00:43 2008 +0000

    Cosmetics.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4432 30ef787d-52ff-0310-b286-e08351bb7647

commit 54b30098d539b0edf7ff166ddbdc411b2a11ec0a
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 15 17:57:22 2008 +0000

    1) Proper aligning of flags and lines in legend
    2) Reduce tabs width
    3) Draw podium (should not be in ::Draw() though)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4431 30ef787d-52ff-0310-b286-e08351bb7647

commit 556fa5bbc61257fca639681b1b5ecd02fa97b3ad
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed May 14 21:38:58 2008 +0000

    Fix compilation.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4429 30ef787d-52ff-0310-b286-e08351bb7647

commit ddad6636c56a55bb37270e3beec6faf548d20614
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed May 14 21:34:26 2008 +0000

    Improve lifepoints graph and tabs rendition.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4428 30ef787d-52ff-0310-b286-e08351bb7647

commit 9cae01369337ee8bb1e257b62addec2da46815db
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed May 14 21:02:18 2008 +0000

    Move minimap to top right corner
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4427 30ef787d-52ff-0310-b286-e08351bb7647

commit 68daef7752e7bdfb3407166b5a504186e31b9532
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed May 14 19:54:14 2008 +0000

    Rework teams stats in results menu to use tabs and listboxes.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4426 30ef787d-52ff-0310-b286-e08351bb7647

commit 604fc5c67070def7e1f7b1e45290e2ce35797604
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed May 14 18:17:56 2008 +0000

    Remove xml debug code (no problem so far, right?)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4425 30ef787d-52ff-0310-b286-e08351bb7647

commit 37147c6def29f0ff70ef0bca63ad95671e6668f9
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed May 14 12:11:40 2008 +0000

    fi.po update from Bastian Salmela
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4423 30ef787d-52ff-0310-b286-e08351bb7647

commit 640e4f145af69c635bcaf4b162c7ea3090a2e8d1
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 13 21:54:21 2008 +0000

    [MINOR] Change the "error" message when a sound sample is not found!
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4421 30ef787d-52ff-0310-b286-e08351bb7647

commit ddd9ecb6b4e2b34633d0a5fdd5dafb70eee0a2e9
Author: pawel_dyda <pawel_dyda at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 13 20:29:15 2008 +0000

    Polish installer strings
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4418 30ef787d-52ff-0310-b286-e08351bb7647

commit ab9381b036f983d185f2df33ec04fbbe1308db0e
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 13 19:22:31 2008 +0000

    1) Move minimap in the top-left corner
    2) Draw a white border around
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4417 30ef787d-52ff-0310-b286-e08351bb7647

commit 0ee04a5e5f1bd7610746496d03034229c9fa3cf0
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 13 19:06:39 2008 +0000

    Remove unused laugh sound.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4416 30ef787d-52ff-0310-b286-e08351bb7647

commit ef595971ff5fb289f47fb15bc540da6422839ba8
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 13 18:49:38 2008 +0000

    0) Cosmetical
    1) Remove printf
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4415 30ef787d-52ff-0310-b286-e08351bb7647

commit 5adfcc6ac2e6031ff6d2fa591b000c62da39f9b5
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 13 18:36:48 2008 +0000

    Remove unused and offending cussing/cursing/swearing samples.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4414 30ef787d-52ff-0310-b286-e08351bb7647

commit 0fe7b863b7a9fa04ab178e74ed759c05b5aec2ca
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 13 16:54:29 2008 +0000

    halved the polecat damage to 40 - the fart is dangerous too
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4413 30ef787d-52ff-0310-b286-e08351bb7647

commit d04ce25ba5ee32343101f67706f0cfece101ceb3
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 13 16:50:13 2008 +0000

    fix polecat not farting (by ivze)
    virtual method was defined, not redefined
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4412 30ef787d-52ff-0310-b286-e08351bb7647

commit b7018910c46cfa1ff989da7bbadbf1b7f8626459
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 13 15:33:22 2008 +0000

    Greek winstaller strings
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4410 30ef787d-52ff-0310-b286-e08351bb7647

commit 9c6e01d981b553bbcf7bda701307912b7bdb8608
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 13 15:31:31 2008 +0000

    nl.po finetuning from Paul Smits
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4409 30ef787d-52ff-0310-b286-e08351bb7647

commit 4eca9c50a1e3de43cfac114fa88354cdf11884dc
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 12 22:14:18 2008 +0000

    Network games list: use a padlock icon to express that a game is password protected
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4408 30ef787d-52ff-0310-b286-e08351bb7647

commit fccbf9d32683092c3b88b6c1617d261ad8d6ddd0
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 12 20:24:07 2008 +0000

    [bug #11658] Really check for libcurl dependency (configure fails if not found)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4401 30ef787d-52ff-0310-b286-e08351bb7647

commit e4c7cd20d51e21c3e7c3d81f418c3445fdad5d0c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 12 18:25:50 2008 +0000

    [bug #11649] Unlogical behavior of ComboBox when at max or min value
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4400 30ef787d-52ff-0310-b286-e08351bb7647

commit 92f2f899e6c37f373895c339f9af8b84bec139e2
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 11 18:35:28 2008 +0000

    it.po update from Michele Mauri
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4398 30ef787d-52ff-0310-b286-e08351bb7647

commit 80074dc57e992dd49af88dd5c1ac131fb04a4fbc
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 11 16:47:05 2008 +0000

    merged 4386 from 0.8final - ro.po
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4397 30ef787d-52ff-0310-b286-e08351bb7647

commit 9a4b5da4f37dc9f74810ffb273d45fb59e9a8c17
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 11 14:25:55 2008 +0000

    updated spanish translations and new howto_play from KonKer
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4391 30ef787d-52ff-0310-b286-e08351bb7647

commit a72d7732f9037af0c727618f3bfc513b547ce567
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 11 14:19:29 2008 +0000

    da.po update from Janus Troelsen
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4390 30ef787d-52ff-0310-b286-e08351bb7647

commit 4402f9b83ae82112a5f1bf62b43bb9da69684e89
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 11 14:17:13 2008 +0000

    oops, committed a silly comment change in the previous revision
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4389 30ef787d-52ff-0310-b286-e08351bb7647

commit 54dd42530bae93ed2601886a23ed024e20c2deed
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 11 14:15:40 2008 +0000

    updated nl translation from Frank van der Loo
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4388 30ef787d-52ff-0310-b286-e08351bb7647

commit f2558b95f8d4458ba80aea9d26295756f571cdad
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 10 09:43:43 2008 +0000

    Really add all files.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4385 30ef787d-52ff-0310-b286-e08351bb7647

commit 093bf8463c9ade70455b2b0394a41724833f53b4
Author: jledn <jledn at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 8 21:11:32 2008 +0000

    Change cluzooka icon
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4383 30ef787d-52ff-0310-b286-e08351bb7647

commit dd091d40224e1b636712805356939cc2eefbbce4
Author: jledn <jledn at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 8 19:24:48 2008 +0000

    Change bazookas
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4382 30ef787d-52ff-0310-b286-e08351bb7647

commit bf095807d3689586561a8ec3a1dab0d985239839
Author: jledn <jledn at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 8 19:15:59 2008 +0000

    Change size of mine in weapons.xml
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4381 30ef787d-52ff-0310-b286-e08351bb7647

commit dc3fbf71c1429580e14258b5eb236818039b1f6c
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 8 18:58:44 2008 +0000

    add padlock picture for locked network battle, for free battle: no
    picture
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4380 30ef787d-52ff-0310-b286-e08351bb7647

commit d9c0e252b829d0a66345615036d463186350e10e
Author: jledn <jledn at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 8 18:12:39 2008 +0000

    Modify weapons icons : dynamite, grenades, mine
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4378 30ef787d-52ff-0310-b286-e08351bb7647

commit 0388fd0eb8b74004e1b98f1320cd2b2f70871865
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 6 23:32:58 2008 +0000

    Transform the available game listbox into a graphical one. Some 16x16 icons needed to display "Passworded game" (instead of menu/{dis,en}abled).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4377 30ef787d-52ff-0310-b286-e08351bb7647

commit 1b95cd2e2fc1de0ad77bcfbee8dddf85860f3eb3
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 6 21:28:37 2008 +0000

    [BUGFIX] Allow local address reuse (maybe more sockopt to set later) (to merge)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4371 30ef787d-52ff-0310-b286-e08351bb7647

commit 0b5f1c3c7c6de9908d30b1041e7b539e4bac5072
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 6 21:26:07 2008 +0000

    Remove no longer supported version. (needs merge)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4370 30ef787d-52ff-0310-b286-e08351bb7647

commit 31f74019148a566e00ed02fae598434060fe74cd
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 6 18:12:55 2008 +0000

    Allow placing custom widget in a listbox by creating a base class. The real ListBox remains with labels.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4368 30ef787d-52ff-0310-b286-e08351bb7647

commit 5b6ecee9d6f7c28e6b620c196ac70791dd05306e
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 6 18:10:54 2008 +0000

    Trailing non-ascii char.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4367 30ef787d-52ff-0310-b286-e08351bb7647

commit 3eca8f202ca20b6cb24ad6665d476e295759cb0e
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 3 21:50:27 2008 +0000

    Remove useless members list (not used in any way).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4364 30ef787d-52ff-0310-b286-e08351bb7647

commit 2fcc775cc205bd52ca4df69026a06b0b3e22bc9c
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 3 20:50:44 2008 +0000

    Duplicated string.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4363 30ef787d-52ff-0310-b286-e08351bb7647

commit 8fcfcbefde1e9be880ee9bd6931ee2d08239b42a
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 3 20:48:37 2008 +0000

    1) Fix compilation
    2) dos2unix
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4362 30ef787d-52ff-0310-b286-e08351bb7647

commit 026090e6605ea1684601908d8fcc0b5b615e7b43
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 3 20:44:49 2008 +0000

    less quality graphisms for icebergs map
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4361 30ef787d-52ff-0310-b286-e08351bb7647

commit b3ee1e98e35bf6baedeadae109f82aa70fd33f64
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 3 20:22:19 2008 +0000

    add iceberg map
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4360 30ef787d-52ff-0310-b286-e08351bb7647

commit 3e78c37d29eebb4c485b82c1d892139db1b0d050
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 3 17:34:35 2008 +0000

    Add a spin button to specify the frame number in case the animation has several frames.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4359 30ef787d-52ff-0310-b286-e08351bb7647

commit 3f2bb3785da44aaf139977e0b49e9f816af88fb2
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 3 17:33:43 2008 +0000

    Allow to remove a widget from the widget list.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4358 30ef787d-52ff-0310-b286-e08351bb7647

commit 0e3cde510aa1e1b79ee50e18f416772a58a73e6f
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 3 17:00:42 2008 +0000

    Compilation fix.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4357 30ef787d-52ff-0310-b286-e08351bb7647

commit 087fb31bcbc607977f4ca5e105cc48a644cf7e46
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 3 10:56:18 2008 +0000

    Very rudimentary skin viewer. Selecting many of the movements/clothes will crash the game as it relies on the game being played to display.
    Start with option -y or --skin-viewer, which will drop you directly into the hidden skin viewer menu.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4356 30ef787d-52ff-0310-b286-e08351bb7647

commit 367d7a1ab00d9e8b44886e20e6fe87dae87ba1b4
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 2 15:04:04 2008 +0000

    draw the text cursor 1px away from the border, so it doesn't overlap it
    noticeable on the password box
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4350 30ef787d-52ff-0310-b286-e08351bb7647

commit 042f825c67c9497a2a0739dd66c486a8577cc689
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 2 12:52:43 2008 +0000

    two fixes to older sl translations
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4349 30ef787d-52ff-0310-b286-e08351bb7647

commit 0934e4d4b3c6fe170871fd0385e070a619b82ad1
Author: pawel_dyda <pawel_dyda at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 2 12:36:45 2008 +0000

    Final (as for v. 0.8) Polish translation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4348 30ef787d-52ff-0310-b286-e08351bb7647

commit 3aabc1852fbfffe28f3fcba836f9c68beaa13dd6
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 2 11:49:08 2008 +0000

    integrated the sl.po update to trunk
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4346 30ef787d-52ff-0310-b286-e08351bb7647

commit f9d65d7dd3306c3ef98a769c752ad49bd44ef7f8
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 2 11:45:46 2008 +0000

    [BUGFIX] empty text has the height of their font
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4345 30ef787d-52ff-0310-b286-e08351bb7647

commit 55865088bea6dafdecfcfc740e813b58e48bae55
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 2 11:00:49 2008 +0000

    ran the pot update again for 0.8 final
    3 new fuzzies and one untranslated string
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4340 30ef787d-52ff-0310-b286-e08351bb7647

commit 199df03187d175f844b83a687cd5fb4907b1a53a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 2 10:13:40 2008 +0000

    Autotools: includes howto_play documentation in make dist* targets
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4338 30ef787d-52ff-0310-b286-e08351bb7647

commit 0bbc178f19f95864ccfba98eabf2546f2ef3d52d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 2 09:47:33 2008 +0000

    Add "howto play" pdf documentation generated from the website
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4337 30ef787d-52ff-0310-b286-e08351bb7647

commit 7caa5a33cf815e2da578a0022583a81c288ff2f9
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 2 09:41:31 2008 +0000

    Wormux Help2pdf : update README and exits as soon as there is an error
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4336 30ef787d-52ff-0310-b286-e08351bb7647

commit 3f32a6e5a4377611e96a90f7c9a4c3a66e11f521
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 1 22:38:08 2008 +0000

    Update French translation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4335 30ef787d-52ff-0310-b286-e08351bb7647

commit 0da8fedf8c2252fd644f27a330f1b85188b11353
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 1 22:14:02 2008 +0000

    [BUGFIX] Fix jetpack handling of space key (when stopping to use it)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4334 30ef787d-52ff-0310-b286-e08351bb7647

commit 6e1c37214abbf41f58b583d8d9e97e7fb3b5037b
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 1 22:12:46 2008 +0000

    [task #5928] Particles when an object falls in water/lava - missing files in previous commit... once again...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4333 30ef787d-52ff-0310-b286-e08351bb7647

commit 27443171be30206789fed6e668f2b8ddeccb5d72
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 1 22:11:39 2008 +0000

    [task #5928] Particles when an object falls in water/lava - missing files in previous commit... once again...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4332 30ef787d-52ff-0310-b286-e08351bb7647

commit 50c52fffb867133abecbb1c977b7e8665eea8027
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 1 21:55:19 2008 +0000

    [task #5928] Particles when an object falls in water/lava - missing files in previous commit...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4331 30ef787d-52ff-0310-b286-e08351bb7647

commit c6c10c352ff19d7bd808dc3ebdd09523778f8f02
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 1 21:35:46 2008 +0000

    [task #5928] Particles when an object falls in water/lava
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4330 30ef787d-52ff-0310-b286-e08351bb7647

commit 5a7bf22f9e7c4018e262cd9c2eee4d6f175c0b01
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 1 20:36:42 2008 +0000

    removed testing.xml, as it was superceeded by unlimited.xml
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4329 30ef787d-52ff-0310-b286-e08351bb7647

commit 043c1b070c36a5b84e0e10d6ddd73e5d18216fd9
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 1 19:45:45 2008 +0000

    Fix unitialized value
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4328 30ef787d-52ff-0310-b286-e08351bb7647

commit 143149baa51888d19dc2132ccd448f832e5e7377
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 1 18:15:15 2008 +0000

    add water and lava particules, gentildemon it's your turn to work
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4327 30ef787d-52ff-0310-b286-e08351bb7647

commit da9c2d628ba7f13669b5eab54d7b501afd19e599
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 1 16:33:51 2008 +0000

    Add an option to configure the "scroll border" size
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4326 30ef787d-52ff-0310-b286-e08351bb7647

commit 3b3f8687164abc2a11073935bc61b4be6c995233
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 1 15:34:00 2008 +0000

    Implements a correct CheckBox::Pack
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4325 30ef787d-52ff-0310-b286-e08351bb7647

commit 6902ee6eace51d197d05efa853de230838bcfa0b
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 1 14:58:55 2008 +0000

    Teams selection: cleaner rendering and less copy/paste between local/network games
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4324 30ef787d-52ff-0310-b286-e08351bb7647

commit e83a6dca2c53d8eba6bfaf4fc7590278e47a1129
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 1 14:57:21 2008 +0000

    Results menu: Draw life stats graph in a tab
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4323 30ef787d-52ff-0310-b286-e08351bb7647

commit 39dc7e0c757a4a7a5e0fdf9ef4eee0111f66a1d8
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 1 14:55:16 2008 +0000

    [MINOR] Display background and border for map selection in Network menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4322 30ef787d-52ff-0310-b286-e08351bb7647

commit 5f78aca6de64a7aba751e0c142e454a9efe03775
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 1 14:54:01 2008 +0000

    [BUGFIX] SpinButton::Pack computes correctly the height
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4321 30ef787d-52ff-0310-b286-e08351bb7647

commit 197cf6f2a15b4610f25d1bd021e023119e70e09c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 1 14:52:45 2008 +0000

    [MINOR] Do not display right/left buttons when there is only one tab in a MultiTabs widget
    [MINOR] Allow to add a simple widget as a tab
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4320 30ef787d-52ff-0310-b286-e08351bb7647

commit d59e07ae142221ca2dea1d7050ec306925854889
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 1 14:50:31 2008 +0000

    [MINOR] Fix size of the box (take border into account), add method Box::SetNoBorder
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4319 30ef787d-52ff-0310-b286-e08351bb7647

commit 32747687555e4a3865c4aea8d25b3cf0467768d6
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 1 12:15:03 2008 +0000

    [task #5814] Implement and use a new PasswordBox widget, that displays '*' for each character of the password.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4318 30ef787d-52ff-0310-b286-e08351bb7647

commit 6a6048f06774515976d949f959ec87abfdbc13ab
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 1 11:46:54 2008 +0000

    [task #5814] Let the server transmit the info that a game has a password, and also let the client retrieve that info and display it on the game list.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4317 30ef787d-52ff-0310-b286-e08351bb7647

commit 45fbfd1037ac9587fe01ddcfeac8da6308dbb376
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 1 11:44:53 2008 +0000

    [task #5814] Let the index server know that the game is passworded, not the actual plain text password.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4316 30ef787d-52ff-0310-b286-e08351bb7647

commit a705181911fc471f657a74d79ecd514b1e3397db
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 1 11:17:43 2008 +0000

    [task #5814] Update connection menu to allow specifying game password (WARNING clear text!).
    Tasks left:
     1) List of net games must display whether games are passworded
     2) Don't display password as clear text
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4315 30ef787d-52ff-0310-b286-e08351bb7647

commit 28407b62b5bc21726867dd2436c75bbb8a8f15f8
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 1 11:00:31 2008 +0000

    [bug #11546] Messages received now have format: id/size/data. Use this to wait for data to be fully transmitted.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4314 30ef787d-52ff-0310-b286-e08351bb7647

commit f9a5640c7ecf0e435287a254e6d611ccd052bf3f
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 1 10:57:52 2008 +0000

    [bug #11546] All messages to index server now have this format: id/size/data.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4313 30ef787d-52ff-0310-b286-e08351bb7647

commit b4fd2f6bb7fde2c828ab560564186e180ded5504
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 1 09:28:26 2008 +0000

    [bug #11604] Fix bonus box probability
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4312 30ef787d-52ff-0310-b286-e08351bb7647

commit 66d569dad755ee491992d0b2d68251469b4b3c56
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 29 23:03:53 2008 +0000

    Fix some warnings
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4311 30ef787d-52ff-0310-b286-e08351bb7647

commit d9ffcd07476c4e12819620b783a56be364901215
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 29 22:31:34 2008 +0000

    [bug #11546] [NETWORK] Batch together data to be sent to the index server, rather than calling Send (and potentially sending different packets each time) on those data.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4310 30ef787d-52ff-0310-b286-e08351bb7647

commit 5d210985e26814d103b37d563fb284f6c0f521ea
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 29 22:19:12 2008 +0000

    [Win32] Use FONT_FILE macro definition instead of hard-coding.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4309 30ef787d-52ff-0310-b286-e08351bb7647

commit 869980ddfa64ec8638406cbaf199255a44459447
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 29 22:18:20 2008 +0000

    Better error reporting with font problems.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4308 30ef787d-52ff-0310-b286-e08351bb7647

commit ff3424d933035a7a30ecabfab1ab903504be1208
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 29 21:58:53 2008 +0000

    Add "speed_on_hit" to weapon config. Allows specifying the speed a character acquires when hit by a bullet. Modify game mode file to activate this.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4307 30ef787d-52ff-0310-b286-e08351bb7647

commit 74838747d7cdf8266fd269d7f0df067812978895
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 29 21:47:32 2008 +0000

    [Win32] Remove now unneeded libs since libxml++ removal.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4306 30ef787d-52ff-0310-b286-e08351bb7647

commit d4e970a179c5779de58230d3ece4f055cc08f760
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 28 23:21:18 2008 +0000

    [BUGFIX] Fix speed argument given to SignalCollision since r4303
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4305 30ef787d-52ff-0310-b286-e08351bb7647

commit 4463252b860a575b8a161fe1fe6ad3056564d944
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 28 23:07:02 2008 +0000

    [CLEANING] Make PhysicalObj::m_last_collision_type became a local variable of PhysicalObj::NotifyMove
    
    this is related to bug #11232
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4304 30ef787d-52ff-0310-b286-e08351bb7647

commit 366978607ee7c51d45a5553148f2c43436af1d6e
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 28 22:54:34 2008 +0000

    [BUGFIX] [NETWORK] bug #11232 -	ASSERT violated in object/physical_obj.cpp:146: Missed assertion "m_last_collision_type == NO_COLLISION"
    
    This should be definitely fixed by calling all Signal*Collision after having finished to compute the speed and position after the collision.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4303 30ef787d-52ff-0310-b286-e08351bb7647

commit 50af11d90d755af44d0e7a74d9c4189e2c317b1c
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 28 21:44:13 2008 +0000

    Add a IsCharacter() method and use it instead of using expensive RTTI.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4302 30ef787d-52ff-0310-b286-e08351bb7647

commit a61a097d44f24837ec65abf6d16ba6740a1090ca
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 28 20:21:41 2008 +0000

    Upgrade the DejaVuSans font (version 2.24), remove the now useless terafik one.
    Also leave under comment an example of how to change the font file (good when there are license issues).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4301 30ef787d-52ff-0310-b286-e08351bb7647

commit add169d59b633390f0a3f10d502d2a7a71d9789e
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 28 19:48:53 2008 +0000

    [bug #11547] [Win32] Username might be using NLS, and then saved to an UTF-8 XML file => convert username!
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4300 30ef787d-52ff-0310-b286-e08351bb7647

commit ce46420e47075a7757ef7898e1b7a43c0f77bf5b
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 28 19:47:51 2008 +0000

    [bug #11547] [Win32] Introduce a function to convert from NLS (OEM) to UTF-8.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4299 30ef787d-52ff-0310-b286-e08351bb7647

commit 1add6736c9af4ebe69a1a4a52d613094c4133c80
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 28 18:29:08 2008 +0000

    [BUGFIX] Properly rip out opt_scroll_on_border ! (uninitialized data use otherwise)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4298 30ef787d-52ff-0310-b286-e08351bb7647

commit 9a12ebd90c998de31d43883c28ae43c4c89a8d49
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 27 21:43:27 2008 +0000

    Make sure the cursor position is updated in case the new text is dropped because of its graphical size.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4297 30ef787d-52ff-0310-b286-e08351bb7647

commit 5bb0b191083119c71cf42e8013f9978b0854b152
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 27 21:35:29 2008 +0000

    Add a time before each logged line.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4296 30ef787d-52ff-0310-b286-e08351bb7647

commit c35b47a27c9acad75f24552d0b96f00844bc8d09
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 27 21:34:59 2008 +0000

    Fix log filename generation (missing path separator...)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4295 30ef787d-52ff-0310-b286-e08351bb7647

commit 03f81d07872356e8e2a284a413ed2487f26c5c0d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 27 21:22:50 2008 +0000

    [BUGFIX] [NETWORK] Fix resynchronization of character in case of death
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4294 30ef787d-52ff-0310-b286-e08351bb7647

commit cb735136a2be727c204d2ae53c00822d1decc6e0
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 27 21:22:21 2008 +0000

    Use '0' instead of space in log filenames.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4293 30ef787d-52ff-0310-b286-e08351bb7647

commit 13cd1664424723a0c29dddab2ee6ac71e30be3f6
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 27 21:09:54 2008 +0000

    [Win32] Copy'n'paste success now correctly returned.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4292 30ef787d-52ff-0310-b286-e08351bb7647

commit 5c85dcdc1443d08411e59aa6c3303f762e350506
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 27 15:25:22 2008 +0000

    Remove some dead code spotted by gentildemon.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4291 30ef787d-52ff-0310-b286-e08351bb7647

commit 53da30358d9038b7d996ded7984525f397488d1e
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 27 13:14:30 2008 +0000

    just add a refresh.png new frame
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4290 30ef787d-52ff-0310-b286-e08351bb7647

commit 53362a446ee0b554a9731a40e22206a1ca3069b0
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 27 12:30:21 2008 +0000

    [BUGFIX] Don't crash if the image used for a button does not contain enough frames
    (related to r4284)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4289 30ef787d-52ff-0310-b286-e08351bb7647

commit edc9a5d4453fafefba96bb3f786c34e9c3af7411
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 26 22:51:56 2008 +0000

    [Win32] Update MSVC project
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4288 30ef787d-52ff-0310-b286-e08351bb7647

commit 92b42d3c8d2c742bfe8d902ec60f390fa0b39e04
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 26 22:50:24 2008 +0000

    Circular tabs: at the end, go to the beginning and vice versa. Once real tabs are available, this shall be removed.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4287 30ef787d-52ff-0310-b286-e08351bb7647

commit 85ecd461d80e9468c828615def69657f89eb4685
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 26 11:11:36 2008 +0000

    catalan and castillian updates from KonKer
    plus a catalan shortkeys help pic
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4286 30ef787d-52ff-0310-b286-e08351bb7647

commit 0babfe55a9d39b5dae5d7f9aabf3fddc5f8b9b32
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 26 10:49:14 2008 +0000

    updated chinese translations from Jie Luo
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4285 30ef787d-52ff-0310-b286-e08351bb7647

commit 831271b88cc23dd3e16a561e3f7124545b0979d3
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Apr 25 20:33:25 2008 +0000

    add refresh picture but don't move your mouse over this icon in network
    menu, wormux will crash
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4284 30ef787d-52ff-0310-b286-e08351bb7647

commit 9b8d3ae5cfa8e4d1299cbda19d31a9f8e3598005
Author: pawel_dyda <pawel_dyda at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Apr 25 18:52:45 2008 +0000

    7 changed strings updated :)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4283 30ef787d-52ff-0310-b286-e08351bb7647

commit e0e9d8cd2211bb701952d6bb461b7f0c04910cca
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Apr 25 18:13:11 2008 +0000

    sl.po ...
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4282 30ef787d-52ff-0310-b286-e08351bb7647

commit e84eb38071c5d6d772b54b81531eeb4e1eb95f58
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Apr 25 18:09:17 2008 +0000

    pot update
    7 changed strings
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4281 30ef787d-52ff-0310-b286-e08351bb7647

commit c91fe5bfc5474251c17b7d83c6e8fe0a8cdf8809
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Apr 25 10:23:41 2008 +0000

    Made game menu (mostly map selection) usable in 640x480
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4280 30ef787d-52ff-0310-b286-e08351bb7647

commit ce1b9be66bc656cc3eca3ae23175f14a4b3c49a6
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Apr 25 10:18:09 2008 +0000

    [BUGFIX] Avoid other potential double free corruption in XML Writer
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4279 30ef787d-52ff-0310-b286-e08351bb7647

commit 914f7e0226b1b8bb076d19047a7b9858f322e356
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Apr 25 10:15:22 2008 +0000

    [BUGFIX] Try to avoid potential "double free" in XML Reader
    
    Program received signal SIGSEGV, Segmentation fault.
    [Switching to Thread -1220023664 (LWP 31898)]
    0xb792d7bc in free () from /lib/tls/i686/cmov/libc.so.6
    (gdb) bt
    #0  0xb792d7bc in free () from /lib/tls/i686/cmov/libc.so.6
    #1  0xb7bd1fcd in xmlFreeNodeList () from /usr/lib/libxml2.so.2
    #2  0xb7bd1f46 in xmlFreeNodeList () from /usr/lib/libxml2.so.2
    #3  0xb7bd1f46 in xmlFreeNodeList () from /usr/lib/libxml2.so.2
    #4  0xb7bd1d6e in xmlFreeDoc () from /usr/lib/libxml2.so.2
    #5  0x0816f1e4 in XmlReader::Reset (this=0x873c680) at tool/xml_document.cpp:33
    #6  0x0816f1f7 in ~XmlReader (this=0x873c680) at tool/xml_document.cpp:38
    #7  0x0816a59d in ~Profile (this=0x82e3a78) at tool/resource_manager.cpp:47
    #8  0x0816a63f in ResourceManager::UnLoadXMLProfile (this=0x8207b5c, profile=0x82e3a78) at tool/resource_manager.cpp:200
    #9  0x08103c94 in GameMenu (this=0xbf9436ec) at menu/game_menu.cpp:120
    
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4278 30ef787d-52ff-0310-b286-e08351bb7647

commit 5e9b82f2d01b1edf968d1342bb59e69743cf6e04
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Apr 25 09:26:46 2008 +0000

    Move options "scroll on border" from Game menu to Options menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4277 30ef787d-52ff-0310-b286-e08351bb7647

commit e17ce178c2745dea7de153bc95c9c06b61609faa
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Apr 24 21:55:25 2008 +0000

    Re-adding sound music/effects checkboxes in Options menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4276 30ef787d-52ff-0310-b286-e08351bb7647

commit f37c797631b2719f7085d571e2561adcd9d9af93
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Apr 24 17:18:53 2008 +0000

    [BUGFIX] Hope to avoid double closes of stat file for index server
    
    Here was a backtrace of the bug :
     2:00|  clock.cpp, 45 : Day changed to : Sun Apr 13 02:00:00 2008
     2:00|   stat.cpp, 57 : Closing previous logfile
    *** glibc detected *** ./wormux_server: double free or corruption (!prev): 0x0805f9f8 ***
    ======= Backtrace: =========
    /lib/tls/i686/cmov/libc.so.6[0xb7c9ed65]
    /lib/tls/i686/cmov/libc.so.6(cfree+0x90)[0xb7ca2800]
    /lib/tls/i686/cmov/libc.so.6(fclose+0x134)[0xb7c8d6f4]
    ./wormux_server[0x8058bd8]
    ./wormux_server[0x8058d73]
    
    
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4275 30ef787d-52ff-0310-b286-e08351bb7647

commit dddc0944f37a7ec5b082581dbbd1d706bdf7ffa1
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Apr 24 17:15:15 2008 +0000

    Adjust size of a checkbox and the list of network games
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4274 30ef787d-52ff-0310-b286-e08351bb7647

commit 640cb8723b36c0479e68ef717a3ee9ddeab84921
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Apr 24 16:30:20 2008 +0000

    Remove deprecated files from building (with autotools)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4273 30ef787d-52ff-0310-b286-e08351bb7647

commit 10a5aa2202eb6eab1d8f998aff3bc120356d2b1e
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Apr 24 16:16:33 2008 +0000

    Use tabs for network connection menu and merge with internet connection menu
    Repair some other menus that will be rewrited soon
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4272 30ef787d-52ff-0310-b286-e08351bb7647

commit e1db8382ea429360fedea7e4947fc823d8d9235b
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Apr 24 16:12:41 2008 +0000

    [MINOR] Adding optional parameters about font size and style for Label and Textbox
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4271 30ef787d-52ff-0310-b286-e08351bb7647

commit 54541fe60e5d629f5452b86b9b5f4be65ee15c40
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Apr 24 16:11:13 2008 +0000

    Better usage of unsigned int for widgets width/height
    Fix compilation (warnings) with G++ 4.3
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4270 30ef787d-52ff-0310-b286-e08351bb7647

commit 4f10269e776ed4e3d811553bd246c0bdfdb6a583
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Apr 24 08:39:58 2008 +0000

    updated cmake readme with info about the data/
    and regenerated the data list for the dinosaurs
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4269 30ef787d-52ff-0310-b286-e08351bb7647

commit e7bce0a898f7e8e9570fee697a2d4ddbf939dbd7
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 23 21:42:31 2008 +0000

    cmake: use glob patterns instead of hardcoding filenames
    no more adding files on each update! This is now only needed for data.
    TODO: fix that too
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4268 30ef787d-52ff-0310-b286-e08351bb7647

commit 4f2b8d66e1c32030b0c63ee8c51f784994b17e6d
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 23 21:08:51 2008 +0000

    cmake: fixed for the change to libxml2
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4267 30ef787d-52ff-0310-b286-e08351bb7647

commit 9f3c0dff4c11f3a7a791fcf24e90c9cd5c4bc0d8
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 23 20:33:33 2008 +0000

    CMakeLists.txt: add separators to the data and locale dirs
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4266 30ef787d-52ff-0310-b286-e08351bb7647

commit ac36413efaaf689c2d64e29a0352224527a7be89
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 23 20:25:55 2008 +0000

    CMakeLists.txt: fixed make run and make debug here too
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4265 30ef787d-52ff-0310-b286-e08351bb7647

commit 6f232a5315cb0a9e1832d8e901f89914b2d78da2
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 23 20:21:15 2008 +0000

    font_{size,style} aren't const -> remove warnings about ignoring the type qulifier on return
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4264 30ef787d-52ff-0310-b286-e08351bb7647

commit b3075cb0c98e14fb3a9f748f0c96f0cf25de4e03
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 23 20:08:03 2008 +0000

    Try to update cmake files to be able to build r4261
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4263 30ef787d-52ff-0310-b286-e08351bb7647

commit e69647309a6c56d14c9c3ccfe7950d8c5f9abc52
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 23 20:06:26 2008 +0000

    configure.ac: make sure DATADIR has a trailing slash
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4262 30ef787d-52ff-0310-b286-e08351bb7647

commit ea0ae35ae999e7b9a39d7bde5770b788ff4b9193
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 23 20:03:54 2008 +0000

    Fix building of r4259.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4261 30ef787d-52ff-0310-b286-e08351bb7647

commit 848e9703aa30279d9403a6c08393f70a4dad1570
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 23 19:43:49 2008 +0000

    doh, make debug needs it too
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4260 30ef787d-52ff-0310-b286-e08351bb7647

commit fe8f51cbcbfda953654c88d1296465a506cd7559
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 23 19:42:32 2008 +0000

    First implementation of tabs and use it options menu
    Refactor code of widgets.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4259 30ef787d-52ff-0310-b286-e08351bb7647

commit f49778fae20ff7b15bfd7b86099e3dcb2c5359e1
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 23 19:41:40 2008 +0000

    fix "make run" for the path separator changes
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4258 30ef787d-52ff-0310-b286-e08351bb7647

commit 68185e119ec9ae9d8c7c7c1a3142df4dfb7501b5
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 23 18:48:12 2008 +0000

    Updated norwegian translation by Christian Lomsdalen
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4257 30ef787d-52ff-0310-b286-e08351bb7647

commit 8f7d30d49bd4965872d39339ed9f206dffb2aae9
Author: plorf <plorf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 22 23:51:06 2008 +0000

    mac : add Compilation.pl, actually in dev, but will be used instead of build_wormux*.sh
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4256 30ef787d-52ff-0310-b286-e08351bb7647

commit 461edb8c11d43a66787b5ac3e493ba5010854398
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 22 23:15:57 2008 +0000

    Warning, dangerous commit. Config path handling is untidy, let's assume they are stored with a trailing PATH_SEPARATOR.
    Possible breakages:
    - moving an old user dir to another as per the XDG recommandation.
    - generating user maps/teams folders/filenames
    - etc
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4255 30ef787d-52ff-0310-b286-e08351bb7647

commit 43cbff738700ff5344a8555726817307e8f3dace
Author: plorf <plorf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 22 23:08:45 2008 +0000

    indexserver: add directory wormux_log
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4254 30ef787d-52ff-0310-b286-e08351bb7647

commit 667a365df4292b288184b00f234dc799ffd7c01b
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 22 23:05:52 2008 +0000

    Cosmetics.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4253 30ef787d-52ff-0310-b286-e08351bb7647

commit fb7d4e4f961690e4f50efd61dfa44037291b8dc2
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 22 19:10:41 2008 +0000

    Make sure received is initialized.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4252 30ef787d-52ff-0310-b286-e08351bb7647

commit b1b40ebbe37f744bca89454dc31f5ec62d913e1e
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 22 19:05:27 2008 +0000

    1) Extract from Receive new method ReceiveData that does
       no handling.
    2) Increment received from actual packet size instead of
       overwriting it.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4251 30ef787d-52ff-0310-b286-e08351bb7647

commit 2b2940c001e7e48ee5df55cca357a1b0a0039785
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 22 15:47:54 2008 +0000

    added grapple_attaching.ogg from Paul Smits
    sounds too hard for our soft landscape to me, but it is better than nothing
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4250 30ef787d-52ff-0310-b286-e08351bb7647

commit 477eb646c59ae6c5e8ca469f59c13bb8f324d3ae
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 22 15:29:52 2008 +0000

    nl.po update from Paul Smits
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4249 30ef787d-52ff-0310-b286-e08351bb7647

commit e04e5c5bda2a898cd04de811eef445c2b3be9dec
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 21 23:46:10 2008 +0000

    More tracing in index server.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4248 30ef787d-52ff-0310-b286-e08351bb7647

commit 3f63c2a7fc01d3d21b9566dc89dac2b490bf9b5d
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 21 22:45:49 2008 +0000

    At least print the IP correctly for little endian arch.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4247 30ef787d-52ff-0310-b286-e08351bb7647

commit a8db2d7ee7405a56ce8900fd0de998984d48b51a
Author: plorf <plorf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Apr 18 20:56:28 2008 +0000

    docs : add Structure.en
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4246 30ef787d-52ff-0310-b286-e08351bb7647

commit 892a7053914127ee48138d830ad1019e4f7ef8e0
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Apr 18 17:20:25 2008 +0000

    attempting to fix bug #11512
    
    mac users please tell if this fixes it.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4245 30ef787d-52ff-0310-b286-e08351bb7647

commit 774ed375f6e885b9f37f78bd80630eeaa4126380
Author: plorf <plorf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Apr 18 13:06:40 2008 +0000

    mac : copy and paste, bug seem to be resolved
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4244 30ef787d-52ff-0310-b286-e08351bb7647

commit 970cc5866702c47184eebe46bd73c2db98525ef7
Author: plorf <plorf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Apr 17 09:15:09 2008 +0000

    mac : set again copy and paste
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4243 30ef787d-52ff-0310-b286-e08351bb7647

commit 05342631a3a762deb6c4c8a85e9d12b2fe184f64
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 16 23:15:42 2008 +0000

    [bug #11511] It seems RepeatShoot is reinvoked so fast that Shoot hadn't time to set m_last_fire_time. Fixing by going against the comment and setting this value immediately, and then letting it be overwriten afterwards.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4242 30ef787d-52ff-0310-b286-e08351bb7647

commit 8f8ab468eebfc8077dd4babc39a0f2492d09ce5e
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 16 18:17:00 2008 +0000

    Use a C++ string comparison.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4241 30ef787d-52ff-0310-b286-e08351bb7647

commit d9bbfeb7f59c4e8cbf441989b6b70ddc17d2abe5
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 16 14:24:25 2008 +0000

    added missing include (gcc 4.3)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4240 30ef787d-52ff-0310-b286-e08351bb7647

commit 24e1427da702bb8e91402d8131504a0291e63229
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 14 18:38:49 2008 +0000

    [task #5373] Remove libxml++ dependency, and let the pain begin.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4239 30ef787d-52ff-0310-b286-e08351bb7647

commit 059178d1a1496e77b9798005b9f888cab545354f
Author: pawel_dyda <pawel_dyda at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 14 17:17:37 2008 +0000

    Polish translation update
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4238 30ef787d-52ff-0310-b286-e08351bb7647

commit 3f3449adfc7534f9ae49018aef129e8ba78fabd4
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 13 18:42:00 2008 +0000

    [task #5394] When starting to play a music, set volume to the value read from Config (fix volume being ignored on launch).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4237 30ef787d-52ff-0310-b286-e08351bb7647

commit becab3bebb9a8035090cc3a5b1f7fde76862abf4
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 13 18:39:34 2008 +0000

    Cosmetics (trailing whitespaces).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4236 30ef787d-52ff-0310-b286-e08351bb7647

commit 1b0bb4ebd4f5cc93ad68299f025146a0de941a40
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 13 15:24:54 2008 +0000

    ran a pot-update, but there's no new strings
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4235 30ef787d-52ff-0310-b286-e08351bb7647

commit 057961c5603736d8899f488f23364d6c2e668ae9
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 13 15:15:29 2008 +0000

    KonKer now provided a perfect shortkeys es help picture :)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4234 30ef787d-52ff-0310-b286-e08351bb7647

commit 43d8c3311f973fa53e9c0d486dc3a4b2f02692c1
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 13 15:12:59 2008 +0000

    es.po ca.po updates from KonKer
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4233 30ef787d-52ff-0310-b286-e08351bb7647

commit 5e5412b5e51a654266c51a41375245ca1798b107
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 13 15:07:51 2008 +0000

    sl.po 100%
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4232 30ef787d-52ff-0310-b286-e08351bb7647

commit 71340f3c92e0b63b6badea05825a134e803930d5
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 13 10:24:49 2008 +0000

    Re-update list of debug masks (I have previously forgotten masks that does not use MSG_DEBUG but only IsLOGGING)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4231 30ef787d-52ff-0310-b286-e08351bb7647

commit e295dfc9bc427171caeaca5d8923da3ceeaed7ae
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 13 10:19:47 2008 +0000

    Fix list of debug masks
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4230 30ef787d-52ff-0310-b286-e08351bb7647

commit 9c1173b7b676bb4f6b0c5cf70761353c7b3b6945
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 13 07:46:22 2008 +0000

    [i18n] Updating french translation.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4229 30ef787d-52ff-0310-b286-e08351bb7647

commit 057bfe4e15f040541c5a1e45cb262305738c4c0e
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 12 12:20:51 2008 +0000

    1) Classes derivating from the base class don't need to reimplement GetInstance
    2) ':' is a forbidden character for pathnames under Windows
    3) Fix the log_folder generation
    4) Therefore fix the immediate crash for logging under Windows
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4228 30ef787d-52ff-0310-b286-e08351bb7647

commit 31d4d3e00ceda13f936a2536b71c894bf807a97f
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 12 10:56:32 2008 +0000

    [MINOR] Add lava in the bottom of map Hell
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4227 30ef787d-52ff-0310-b286-e08351bb7647

commit f5a6c2addfe98364404cd2176059d5c78216b0d3
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 12 09:33:21 2008 +0000

    [BUGFIX] Class question reacts on mouse button up and not down!
    This avoids the event MOUSEBUTTONUP to be catch by the menu that has displayed the Question.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4226 30ef787d-52ff-0310-b286-e08351bb7647

commit 127e023bd4c4c1ad1225f6401a155d95efcd3ed3
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Apr 11 21:57:00 2008 +0000

    Add new section for specifying fonts for languages. Currently only farsi uses it.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4225 30ef787d-52ff-0310-b286-e08351bb7647

commit 69bd16bc05595d7ae30a90e30dd77b05d123fa8f
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Apr 11 21:56:13 2008 +0000

    More English text for languages whose fonts may not properly render.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4224 30ef787d-52ff-0310-b286-e08351bb7647

commit 42b4b8013375c13e59a52898d764dd08de88b5b2
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Apr 11 21:51:44 2008 +0000

    Font for Farsi (Persian) under GPL license:
    http://www.farsiweb.ir/wiki/Products/PersianFonts
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4223 30ef787d-52ff-0310-b286-e08351bb7647

commit 441cc2189ede9849f0c2c519175aa4a927c5d488
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Apr 11 21:45:24 2008 +0000

    Store in Config a list of languages for which a font is available. Allows dynamical change of font, hopefully.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4222 30ef787d-52ff-0310-b286-e08351bb7647

commit f16454e9cc7aef284107e4f34f6331730e372688
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Apr 11 20:46:30 2008 +0000

    [task #694] Lava could be used instead of water
    
    Use <water>2</water> in data/map/*/config.xml to use it. It is done for map vulcano.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4221 30ef787d-52ff-0310-b286-e08351bb7647

commit d130dbfbca07b422a228e1da8d69c59fe776f77c
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Apr 11 16:55:19 2008 +0000

    Restore bools storing whether music and effects are plainly disabled or not.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4220 30ef787d-52ff-0310-b286-e08351bb7647

commit 437a9a21403937677ef0b9762eee026c7b306b4c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Apr 10 23:24:15 2008 +0000

    [BUGFIX] Bug #11470 - When talking in a network game, pressing 'm' make the minimap (dis)appear
    
    Now, we disable all actions but QUIT/PAUSE when talking in network game
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4219 30ef787d-52ff-0310-b286-e08351bb7647

commit d104741628d044ef1b2c57e025870bcab02ee955
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Apr 10 22:39:03 2008 +0000

    [BUGFIX] Do not display anymore the pause/quit menu with the key 'p', instead you can use the key "pause" or "escape". Why ? because if you want to
    talk and network and you type 'p', the pause/quit menu was appearing...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4218 30ef787d-52ff-0310-b286-e08351bb7647

commit dfcd59cd4c04f8a1662ebdb05e3b9bceb1a6bed9
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Apr 10 17:32:28 2008 +0000

    [task #5394] Update in near realtime the volume levels. (can only be noticed for music though)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4217 30ef787d-52ff-0310-b286-e08351bb7647

commit 03bb34cedf35fad6c277f308400a4b67135d2f48
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 9 22:48:08 2008 +0000

    Unused variable removed.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4216 30ef787d-52ff-0310-b286-e08351bb7647

commit 10e6e4dfab96e5d5fac5edb9c6ac908dfdc36251
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 9 22:45:24 2008 +0000

    Scale to 100 volume level. There might be rounding issues.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4215 30ef787d-52ff-0310-b286-e08351bb7647

commit 22e81d10e60155d06937ed2b0d6882feac7cb158
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 9 18:19:20 2008 +0000

    [task #5394] Make use of implemented volume functions to actually modify volumes from the option menu.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4214 30ef787d-52ff-0310-b286-e08351bb7647

commit cece1636b13e021854033dec6db77770a9a5c726
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 9 17:58:29 2008 +0000

    Allow control of both effects and music volumes from code (no interface yet).
    Not tested either.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4213 30ef787d-52ff-0310-b286-e08351bb7647

commit cea41b28480317739d2511b898251a900356d723
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 9 17:23:19 2008 +0000

    Change Jukebox singleton so as to use the template singleton class.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4212 30ef787d-52ff-0310-b286-e08351bb7647

commit 4534d7776c807e139e1338839b14981410cb42ae
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 9 17:08:40 2008 +0000

    inline attribute for a member function fully declared in the class header is useless (because inlining is the default behaviour)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4211 30ef787d-52ff-0310-b286-e08351bb7647

commit 450753c7a0a86aa9b9f97441f6ca91f71117965c
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 9 16:37:03 2008 +0000

    [Bug #11462] Use std::string::npos instead of assuming (size_t)-1
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4210 30ef787d-52ff-0310-b286-e08351bb7647

commit 3ff61bb4d476661ed108d2546debdb93142dad2d
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 9 16:19:28 2008 +0000

    [Bug #11462] Also check that current version doesn't contain svn, in which case up-to-date status is not checked.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4209 30ef787d-52ff-0310-b286-e08351bb7647

commit 8373f50f30590e6930b7265dbeddffde82450bcf
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 9 16:03:13 2008 +0000

    [Win32] Update project files for fribidi2 support and new translations.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4208 30ef787d-52ff-0310-b286-e08351bb7647

commit 8985527aa33be2d9d086eefe6a324ad2d0913feb
Author: plorf <plorf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 9 07:52:05 2008 +0000

    mac (update Makefile.am)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4207 30ef787d-52ff-0310-b286-e08351bb7647

commit 97748ce62b95edad6dd2e92a14d71f94d2d07912
Author: plorf <plorf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 9 07:48:49 2008 +0000

    mac : update Makefile.am (add mac/*)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4206 30ef787d-52ff-0310-b286-e08351bb7647

commit 5b43f10b1bc5735efc3a665b358be2bfd4e61c33
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 8 23:18:27 2008 +0000

    Protect hack for fribidi2 by version guard.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4205 30ef787d-52ff-0310-b286-e08351bb7647

commit 95a975916cd42cad0b9785884ddfbe7c5be7ebaf
Author: pawel_dyda <pawel_dyda at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 8 19:27:12 2008 +0000

    Updated Polish translation. Thank God I had a moment.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4204 30ef787d-52ff-0310-b286-e08351bb7647

commit 425f64fc73455c6900298c4aba35b0bb28241b1e
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 8 19:12:35 2008 +0000

    1) Fix in fribidi usage: incorrect buffer size was used
    2) Fix for fribidi2 (aka 0.19.1) which doesn't export some symbols; please confirm this doesn't break fribidi1
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4203 30ef787d-52ff-0310-b286-e08351bb7647

commit 0112fc9a4bb998d81647ce2a5fa6801835369c05
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 8 12:21:22 2008 +0000

    renamed IsFileExist to DoesFileExist
     other candidates: FileExists, IsFile (there's a similar function for dirs)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4202 30ef787d-52ff-0310-b286-e08351bb7647

commit dd65b904e1cd301e8d6f1e884080db9222bca3db
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 8 12:11:26 2008 +0000

    added support for localised Help screens:
      just create data/help/$LANG/shortcutkeys.png
    created an es (castellano) example from KonKer's starting image (not perfect)
    
    you need to reconfigure for this to build.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4201 30ef787d-52ff-0310-b286-e08351bb7647

commit 910ad0249555151af1a5743a8a6d6dcf4b14e9de
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 7 17:37:40 2008 +0000

    made the keypad enter behave the same as the normal one instead of printing a
    a bad character
    everywhere but for jumping
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4200 30ef787d-52ff-0310-b286-e08351bb7647

commit e1cd90ea3b6a3ff23468afad23046e060098cf2a
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 7 17:20:35 2008 +0000

    sl.po back to 100%
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4199 30ef787d-52ff-0310-b286-e08351bb7647

commit ae42c697bdf619a6728e7f3d3a4921458f8ea518
Author: plorf <plorf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 7 17:18:06 2008 +0000

    mac : scripts look to be good !
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4198 30ef787d-52ff-0310-b286-e08351bb7647

commit 4c419c79b4d5fdba6d195b4d69884231aba57026
Author: plorf <plorf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 7 12:22:01 2008 +0000

    mac : update macports script (as fink one)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4197 30ef787d-52ff-0310-b286-e08351bb7647

commit 3e8506767cbc3ef3f853dd27e8883d80b1a35482
Author: plorf <plorf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 7 12:04:40 2008 +0000

    mac : update script (dependancies (fink))
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4196 30ef787d-52ff-0310-b286-e08351bb7647

commit 299b734aec33fa455a4eeea422db9f978cdd96c1
Author: plorf <plorf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 7 11:52:46 2008 +0000

    update website in authors.xml
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4195 30ef787d-52ff-0310-b286-e08351bb7647

commit 84fa2e470e15e6a9c2a3ec6bc15f25aeaad9bfee
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 6 19:39:58 2008 +0000

    [NETWORK] Implement a true handshake between server and client that handles version and password
    (this is related to task #5814)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4194 30ef787d-52ff-0310-b286-e08351bb7647

commit 2350c8f0063c56c13fdd6893cc03f5dcc3c10a0e
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 6 15:29:13 2008 +0000

    add alzen in authors list
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4193 30ef787d-52ff-0310-b286-e08351bb7647

commit 9c06a42a4ff82b685aaa3f4a41365e1388ea95d2
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 6 15:22:53 2008 +0000

    add lonely_island map
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4192 30ef787d-52ff-0310-b286-e08351bb7647

commit 5807412c35546ce6e5e4459cfdca5a43e160fc76
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 6 11:30:33 2008 +0000

    Fix X11 detection and use.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4191 30ef787d-52ff-0310-b286-e08351bb7647

commit 302b501f253a6b41bb94c65b43a01f05b6ff17d1
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 6 11:10:39 2008 +0000

    Constness (fix compilation error).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4190 30ef787d-52ff-0310-b286-e08351bb7647

commit 968844f9a7b8b6dc353edb655f3c6af8e3eafd46
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 6 10:31:33 2008 +0000

    1) Try to look into X11R6 too (For FreeBSD system still running with xfree86)
    2) Skip all X11 tests under OSX: only Carbon should be used
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4189 30ef787d-52ff-0310-b286-e08351bb7647

commit 15b362c1d49587c5a09cf06120b6bbf8b0b2882c
Author: plorf <plorf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 6 10:04:08 2008 +0000

    mac : update readme file
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4188 30ef787d-52ff-0310-b286-e08351bb7647

commit 3ff7791e32cae50212c9823982fba9b084f866a6
Author: plorf <plorf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 6 09:55:34 2008 +0000

    Mac : add macports script
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4187 30ef787d-52ff-0310-b286-e08351bb7647

commit 3a43720043e61b1410690fd3fee50e6c7353ccf8
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 6 09:41:17 2008 +0000

    Use Xml reading success in addition to probability 0 to know whether a weapon isn't available when reading XML config file.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4186 30ef787d-52ff-0310-b286-e08351bb7647

commit e070d2da2878f8bd914c02666cc506878692125c
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 6 09:12:49 2008 +0000

    random() is unavailable under Windows: use the less secure rand()
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4185 30ef787d-52ff-0310-b286-e08351bb7647

commit bbafdf036f040d712d4acf19d7ca1deeb1b1ba5e
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 6 08:55:10 2008 +0000

    Reinstate copy'n'paste support under OSX. If it breaks, discuss about it and fix it.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4184 30ef787d-52ff-0310-b286-e08351bb7647

commit 3ec43e8b198bc5abff2338d62e78822792e7b1f5
Author: plorf <plorf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Apr 3 16:58:00 2008 +0000

    MAC (add readme and few edit in scripts)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4183 30ef787d-52ff-0310-b286-e08351bb7647

commit b3dd40b10acaab1fecce76dec51504e10e0bcc29
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 2 23:07:11 2008 +0000

    [NETWORK][MINOR] Continue to prepare support of network game protected by password
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4182 30ef787d-52ff-0310-b286-e08351bb7647

commit bf9d9e6019aedb1f1e4ecb0ff5de79f92f5b154d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 2 22:32:23 2008 +0000

    [NETWORK] *Prepare* support of network game protected by password (task #5814)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4181 30ef787d-52ff-0310-b286-e08351bb7647

commit 2e94d5af2e5f723312cef0ae42fa234da7909581
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 2 22:25:52 2008 +0000

    [BUGFIX] Fix the bonus box probability management by rewriting it.
    
    I hope it fixes bug #11406
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4180 30ef787d-52ff-0310-b286-e08351bb7647

commit 0a06363f4fdf3584e7d7c21d66715a990baabaea
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 2 22:23:46 2008 +0000

    [BUGFIX] Don't display an error message when we have succeeded to create personnal config dir :)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4179 30ef787d-52ff-0310-b286-e08351bb7647

commit 7d2a2e12fbab3f651e1976a3ff4f1425e0611ca0
Author: plorf <plorf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Mar 31 21:29:35 2008 +0000

    add mac folder, with script, needed files for build, and icon file into /data/wormux_128x128.icns
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4178 30ef787d-52ff-0310-b286-e08351bb7647

commit 53f87fc4dfc0e8f3b3f61d2e22d98218bba97a6d
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Mar 31 21:03:29 2008 +0000

    Update vcproj with new chatlogger files.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4177 30ef787d-52ff-0310-b286-e08351bb7647

commit 209007d57458a6c2dd1947fe6207eb39b8191a66
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Mar 31 21:02:50 2008 +0000

    [Win32] Fix compilation with MSVC.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4176 30ef787d-52ff-0310-b286-e08351bb7647

commit aee9ad5f051d005fcab3f9715957057edb3b2cd8
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Mar 31 20:46:06 2008 +0000

    Fix 2 potential sources of file descriptor leakage (logfiles and config file).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4175 30ef787d-52ff-0310-b286-e08351bb7647

commit 3bb92a0d4bd599c08f20bda03d98f959aa61ff27
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Mar 31 20:40:12 2008 +0000

    Cosmetics (replace tabs by 8 spaces).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4174 30ef787d-52ff-0310-b286-e08351bb7647

commit 1678ce227a619f041e95e863ce30b58a825391d9
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Mar 31 20:08:17 2008 +0000

    Reduce mine timeout to make it more threatening.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4173 30ef787d-52ff-0310-b286-e08351bb7647

commit befac9ba6fd2394eda97bc8d5ac2aded4c654b8c
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Mar 31 20:07:05 2008 +0000

    [Win32] Fix compilation under mingw.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4172 30ef787d-52ff-0310-b286-e08351bb7647

commit fa953511db7b0acdcc60c169406fe7db7ea49e32
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Mar 31 19:52:48 2008 +0000

    Comment code to manage game password. Fix some problems in untested code commited in r4165
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4171 30ef787d-52ff-0310-b286-e08351bb7647

commit a4d99cb89a9b0bda3bd794cfd70e84b9d344e0a2
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 29 23:45:28 2008 +0000

    Cosmetics (trailing whitespaces, eol, ...)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4170 30ef787d-52ff-0310-b286-e08351bb7647

commit 1d75a3497789fd865bb1abbfac084e273525efd5
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 29 13:07:01 2008 +0000

    [BUGFIX][NETWORK]When trying to connect to an index server, some variables are changed and not reseted if connection fails.
    Thus, if you tried to connect to the index server and failed because index server was off, if after that the index server is restarted, you may have
    tried to reconnect to the index server forever, it never worked. Fix it!
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4169 30ef787d-52ff-0310-b286-e08351bb7647

commit 2228247203b36318850e2f9e7716ae896c9e9c6d
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Mar 26 09:40:46 2008 +0000

    compilation fixes for gcc 4.3 - two missing and one bad include
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4168 30ef787d-52ff-0310-b286-e08351bb7647

commit d1368ee863eeca3ec019834c2b4fccc9c09aedfd
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Mar 26 09:34:38 2008 +0000

    added Adrián Chaves to authors.xml
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4167 30ef787d-52ff-0310-b286-e08351bb7647

commit 9043f3fc99c4456b4669fa2de35057513c798cae
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Mar 26 09:12:37 2008 +0000

    galician update from Adrián Chaves
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4166 30ef787d-52ff-0310-b286-e08351bb7647

commit c88503425c14f5066a68eb1126c8de99bed97a28
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Mar 21 08:35:01 2008 +0000

    [FEATURE] (partial) support of game protected by password
    [MINOR] indentation, coding style...
    [WARNING] code compiled but not tested :)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4165 30ef787d-52ff-0310-b286-e08351bb7647

commit 81af734b556d9a0aa2f46f7fc646dd924c935724
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Mar 20 23:14:03 2008 +0000

    [MINOR] Use same indentation...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4164 30ef787d-52ff-0310-b286-e08351bb7647

commit 9f960b0cc1bbc9d1e724a7bcb7ff3b27b043a604
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Mar 20 23:07:55 2008 +0000

    [MINOR] Make a Class visible only in .cpp, remove useless global instance
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4163 30ef787d-52ff-0310-b286-e08351bb7647

commit ffae35a754301cc66d1bab7b51733800e554ddc2
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Mar 20 23:03:04 2008 +0000

    [MINOR] Use same indentation for index server than for main Wormux code
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4162 30ef787d-52ff-0310-b286-e08351bb7647

commit 15bee62bb282d5d269b5c48aec56e6a30b92fe36
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Mar 18 12:22:58 2008 +0000

    de.po update from Nikolas Becker
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4161 30ef787d-52ff-0310-b286-e08351bb7647

commit d60078c523d76e784b49d5a3ff1ff22c1531eb20
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Mar 17 09:53:46 2008 +0000

    Typo correction.
    
    Signed-off-by: Eddy Petrișor <eddy.petrisor at gmail.com>
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4160 30ef787d-52ff-0310-b286-e08351bb7647

commit cdcaa270d2e404097acef1db1ac4be5c954ff7a1
Author: pawel_dyda <pawel_dyda at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 15 13:52:27 2008 +0000

    Updated Polish translation to rev. 4157
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4158 30ef787d-52ff-0310-b286-e08351bb7647

commit 97abbded8bcba7df4dee54d92651a46fc704cbfd
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 15 13:20:21 2008 +0000

    es and ca translation updates from konker
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4157 30ef787d-52ff-0310-b286-e08351bb7647

commit d08412a97003a4c7ba39a5f3335318f50e4dd54c
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 15 10:48:25 2008 +0000

    Updated Romanian translation to 100%
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4156 30ef787d-52ff-0310-b286-e08351bb7647

commit 8955da5f8d4f8a9347d15a33e743e2a366d6a0d5
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 15 10:44:07 2008 +0000

    Make chat_log_dir part of the Config
    
    Also, fix directory creation issues for configuration dir.
    
    Signed-off-by: Eddy Petrișor <eddy.petrisor at gmail.com>
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4155 30ef787d-52ff-0310-b286-e08351bb7647

commit d80f10f0863d27abb521511fb726b10eb4a965d8
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 15 09:48:08 2008 +0000

    sl.po back at full health
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4154 30ef787d-52ff-0310-b286-e08351bb7647

commit 1c1a5da608bc769333bca9600c091e2228e16cf9
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 15 09:31:22 2008 +0000

    Fix cmake compiles; add the new files to the translations
    
    Signed-off-by: Eddy Petrișor <eddy.petrisor at gmail.com>
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4153 30ef787d-52ff-0310-b286-e08351bb7647

commit 48ab4ba5c30b513d7fdd283609ea4abddba07916
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 15 09:30:51 2008 +0000

    [task #5575] Separate log for each game; add time stamps; log connects/disconnects
    
    Now creates logs whose name is based on the current local time;
    These time stamps are also added to the log file itself.
    The log is closed on disconnect, so each game has its log.
    The log subdir is part of the 'logdir' variable.
    Only real mesages open the chat log.
    
    Signed-off-by: Eddy Petrișor <eddy.petrisor at gmail.com>
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4152 30ef787d-52ff-0310-b286-e08351bb7647

commit 6eaaa7ba4c5807aa09604882125f224f3560f024
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 15 09:30:31 2008 +0000

    Chat logger hooked into the Action handler class
    
    Log is created in PersonalDataDir/logs/chat.log
    TODO:
     - add a member variable in Config for the chatlog dir
     - there shouldn't be a single chat.log file
     - need to add time stamps
     - it would be nice to add the game name at the begining
       (maybe hook into the new server action and client connect
       action or smth - I haven't looked which are the proper
       names)
    
    Signed-off-by: Eddy Petrișor <eddy.petrisor at gmail.com>
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4151 30ef787d-52ff-0310-b286-e08351bb7647

commit 4cef33db3d52355422902c9a69ab242d91052f19
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Mar 14 15:34:06 2008 +0000

    Update resolutions list for EEE-PC (Add 800x480) :)
    (and remove my personnal configuration to debug network (630x760))
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4150 30ef787d-52ff-0310-b286-e08351bb7647

commit b81c292658f7a3427140e7afe6f50c7d00b42503
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Mar 14 07:38:28 2008 +0000

    keep g++ 4.3 happy
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4149 30ef787d-52ff-0310-b286-e08351bb7647

commit 5d406f847645b5194c1d02daa3fcbeba89d6f5c6
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Mar 12 23:52:33 2008 +0000

    [BUGFIX] [NETWORK] bug #11231 -	Football Bomb is not network compatible
    
    When a football bomb explodes, it create some other football bombs that were blasted by the explosion. In network game, it may have a little
    difference in the delay of the creation of the new football bombs and the explosion. Thus, the blasting effect on the bombs can be different from one
    client to another.
    To avoid to be blasted by it's own explosion in case of network game, we use an identifier associated to the physical object and the explosion. If an
    object has the same id than the explosion, the object is not blasted (cf bug #8529 - r3019). Here, we shared this id between all the football bombs,
    thus, they are not disturbed by explosions blast of themselves.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4147 30ef787d-52ff-0310-b286-e08351bb7647

commit 79153d16898616774038e91646f11a229222dbd1
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Mar 12 23:44:55 2008 +0000

    [NETWORK] Do not request a number from the network random generator to shake the camera
    
    When there is an explosion, we may shake the camera. The code previously relies on the network random generator. Now it only relies on the local
    random generator, avoid unsynchronization in the network random generator...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4146 30ef787d-52ff-0310-b286-e08351bb7647

commit b87df40237e697f472904f766424160d3f23f89d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Mar 12 22:44:42 2008 +0000

    Hide command-line debug option if not compiled in debug mode
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4145 30ef787d-52ff-0310-b286-e08351bb7647

commit 3a941ff10b140d7ac2bf04ac2225f45a448f080c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Mar 12 22:35:16 2008 +0000

    [BUGFIX] bug #11245 - Gamemode information are not correctly shared by clients
    
    Before sending a gamemode over the network, it's better to have loaded the good one...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4144 30ef787d-52ff-0310-b286-e08351bb7647

commit cc4d3f188bf7c59311faf809fe013c34f12a33fe
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Mar 12 22:12:39 2008 +0000

    Add a new game mode "unlimited" with unlimited ammos
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4143 30ef787d-52ff-0310-b286-e08351bb7647

commit 3a66c7e919724c6a221f08b37055cfbf2657aa74
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Mar 12 22:11:12 2008 +0000

    Allow to choose game mode from command-line.
    For example: src/wormux -g testing
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4142 30ef787d-52ff-0310-b286-e08351bb7647

commit 574f5d6572a008be36521b4890a6d28af15b1991
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Mar 12 00:05:48 2008 +0000

    Remove parameter "Surface& surf" from Widget::Draw(), Update(), Container::RedrawBackground(), ...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4141 30ef787d-52ff-0310-b286-e08351bb7647

commit 017bd2d3ededc801e91ad0445fbab258fe38cf84
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Mar 11 22:31:00 2008 +0000

    Widget::Contains(const Point2i& point) returns always false if widget is not visible
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4140 30ef787d-52ff-0310-b286-e08351bb7647

commit 2313fb6a14798b0cbae72c3aa2553fcfb6ac29b0
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Mar 11 22:17:38 2008 +0000

    [MINOR] Rename parameter of box constructor to be less confusing with the widget variable
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4139 30ef787d-52ff-0310-b286-e08351bb7647

commit 78d09c154e3aee5b3d8e9e34cdac7d3e89bdc924
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Mar 11 21:43:16 2008 +0000

    Add missing file in previous commit...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4138 30ef787d-52ff-0310-b286-e08351bb7647

commit 81976ff03a3a8e1d20b271104f6a8cf93342e4b6
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Mar 10 23:01:15 2008 +0000

    Display a beautiful warning icon on error messages
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4137 30ef787d-52ff-0310-b286-e08351bb7647

commit 492fff1463ce14e41cb49b6ac183ef2bcd775da7
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Mar 10 21:44:47 2008 +0000

    Add Ivan Zelinskiy to the contributors list. Thanks again for the bugfix for the wind indicator!
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4136 30ef787d-52ff-0310-b286-e08351bb7647

commit 2c20141b386ef38a2fa9fdc17ff4833758486da1
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Mar 10 21:27:14 2008 +0000

    [BUGFIX] Fix wind indicator thanks to Zelinskiy Ivan
    bug #11228 : Wind indicator don't work properly, if 0.8beta4 is compiled from source on Linux kernel 2.6 x86_64.
    
    [MINOR] translate some method names into english
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4135 30ef787d-52ff-0310-b286-e08351bb7647

commit ad8581c6dcac9cf241cf114a1cc0060a34c55722
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Mar 10 20:54:06 2008 +0000

    Update list of debug masks
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4134 30ef787d-52ff-0310-b286-e08351bb7647

commit 5b2e0dda34b5bf00670e4d3da441310c26dc3294
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Mar 10 20:50:36 2008 +0000

    [BUGFIX] [NETWORK] bug #11232 : ASSERT violated in object/physical_obj.cpp:146: Missed assertion "m_last_collision_type == NO_COLLISION"
    
    When a character dies, we stop to calculate the current collision. Then if needed, a new collision detection is done
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4133 30ef787d-52ff-0310-b286-e08351bb7647

commit 6ff64905d31af25d4f1e5f58affd790cd2116ce4
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Mar 9 22:57:41 2008 +0000

    [BUGFIX] Update Energy bar when synchronizing character information from the network
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4132 30ef787d-52ff-0310-b286-e08351bb7647

commit dae463480c5ffa5a2ca743efd08b40ac7883fd9c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Mar 9 22:44:02 2008 +0000

    [BUGFIX][NETWORK] When synchronizing character information from the network, ensure that skins are updated correctly (bugfix #11180)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4131 30ef787d-52ff-0310-b286-e08351bb7647

commit 8056bb0a36d7e6c34f8b39833df6302e2e1eedb0
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Mar 9 12:12:54 2008 +0000

    [MINOR] Coding style...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4130 30ef787d-52ff-0310-b286-e08351bb7647

commit b4fe35434c80053c9b05208b436e1f3d24ecaaf4
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Mar 9 12:12:08 2008 +0000

    [BUGFIX] bug #11226 : segfaults when changing network game name
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4129 30ef787d-52ff-0310-b286-e08351bb7647

commit c3e4d93a8bf9641f31a5e629f32b2f46fc7768d6
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 8 17:11:48 2008 +0000

    [BUGFIX] [NETWORK] bug #9831 : [Net] Jumping character frozen on distant computer
    Execute the jump locally then sent the action over the network
    [MINOR] Add a new function:
    // Send character information + an action over the network
    // WARNING: it does not post the action in local queue!!
    void SendActiveCharacterAction(const Action& a);
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4128 30ef787d-52ff-0310-b286-e08351bb7647

commit 82dcf141b48b9456763ba1499945f4b2127e2f46
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 8 17:09:00 2008 +0000

    [CLEANING] Constify some arguments
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4127 30ef787d-52ff-0310-b286-e08351bb7647

commit 0d98a5e760725a6d9e0cffbbeecccc96136b86db
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 8 12:44:51 2008 +0000

    [BUGFIX]When making the personal data dir, don't fail on initial creation
    
    When the personal data dir was created for the first time, it failed.
    Use a macro for mkdir to avoid having different if clause.
    Also create a subdir for the future chat logs.
    
    Signed-off-by: Eddy Petrișor <eddy.petrisor at gmail.com>
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4126 30ef787d-52ff-0310-b286-e08351bb7647

commit c2c944e85afbc433eb1e8e2a4ec7e0a418024216
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 8 12:13:19 2008 +0000

    [BUGFIX] [NETWORK] No more infinite loop in Game::RefreshInput in 2 players game if the other client has crashed during the sent of action which are
    protected by the network sync_lock
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4125 30ef787d-52ff-0310-b286-e08351bb7647

commit 67602c858773b2e7ca4c26f611b6ad001e35ad0e
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 8 11:19:07 2008 +0000

    [BUGFIX] Avoid a segmentation fault that can occurs in result menu if there is no winner
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4124 30ef787d-52ff-0310-b286-e08351bb7647

commit a366af00407598a9ab2d288ea224da766ea18d26
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 8 11:00:19 2008 +0000

    [MINOR] Print a warning on stderr if shot animation time is longer than m_time_between_each_shot
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4123 30ef787d-52ff-0310-b286-e08351bb7647

commit 2696dd01038133d70847c7f123c64fa700f9a4ae
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 8 10:51:30 2008 +0000

    [BUGFIX] Synchronize physical information about characters only at the beginning of the new turn, and not when changing from state PLAYING to
    HAS_PLAYED or HAS_PLAYED to END_TURN. Why ? because in those state changes, some characters may be in unstable state.
    It fixes bug #10668
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4122 30ef787d-52ff-0310-b286-e08351bb7647

commit 9602f09098d84a094f75d942699ea4a8b50a595f
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 8 10:49:13 2008 +0000

    [CLEANING] Create some new methods in PhysicalObj to split NotifyMove and make it more readable
    [BUGFIX] [NETWORK] Forbid to send unstable data about a physical object which in collision (NotifyMove has begun but is still not finished)
    (cf bug #10668)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4121 30ef787d-52ff-0310-b286-e08351bb7647

commit 2e50b0a823ded63b5629079a94ee5accb5a2935e
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Mar 5 15:14:42 2008 +0000

    Update website adress for Gaia Quero (Italian translator)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4120 30ef787d-52ff-0310-b286-e08351bb7647

commit d441bace107582d99ab639fb0ebac3bbe72e184e
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Mar 2 13:20:07 2008 +0000

    a bit updated pt_BR.po from nightz
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4119 30ef787d-52ff-0310-b286-e08351bb7647

commit c772be272d6906ae6e28e727ba86e2b4d9cca715
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 1 17:57:55 2008 +0000

    updates for es.po and ca.po from konker
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4118 30ef787d-52ff-0310-b286-e08351bb7647

commit ac8654682b07b9347629756e43d110e1ed3ba4bb
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 1 11:58:02 2008 +0000

    zh_TW update from jie luo
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4117 30ef787d-52ff-0310-b286-e08351bb7647

commit 47472106522b15d808918cdeec57346c70cf5b14
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 1 11:49:43 2008 +0000

    es.po update from konker
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4116 30ef787d-52ff-0310-b286-e08351bb7647

commit 2aaeb577675e46cd19218fb59ef9520b82601951
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 1 00:18:26 2008 +0000

    [BUGFIX] Weapon::NewActionWeaponShoot() must do nothing if a shot is already in progress (shot animation is still playing, thus Weapon::DoShoot() has
    not yet been called)
    
    it helps to fix bug #10227 : Air hammer hole desync
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4115 30ef787d-52ff-0310-b286-e08351bb7647

commit 2793a147a7f3e04a9664d2765043b1fe600d88db
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 1 00:12:44 2008 +0000

    [MINOR] Change debug mask of debug messages when storing or extracting physical object information to/from an action
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4114 30ef787d-52ff-0310-b286-e08351bb7647

commit 586dc206619e3af062d2ee4eafca587e7fea6a24
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Feb 29 22:15:46 2008 +0000

    Factorize code for RepeatShoot(). Fix handling of Weapon::m_last_fire_time
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4113 30ef787d-52ff-0310-b286-e08351bb7647

commit 0a6d76ab8acd29636605ebe91b786bcc54adc615
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Feb 29 17:36:02 2008 +0000

    Do call p_shoot continuously with the airhammer by fixing Airhammer::RepeatShoot()
    
    TODO: factorize code in Weapon::RepeatShoot
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4112 30ef787d-52ff-0310-b286-e08351bb7647

commit 5f37f41f81f5c935d8cf8c593048d67d088e816e
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Feb 29 14:08:12 2008 +0000

    sl.po meets HEAD
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4111 30ef787d-52ff-0310-b286-e08351bb7647

commit 7a9146fc62a224431a9a1a26cc94b07d6d770366
Author: pawel_dyda <pawel_dyda at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Feb 29 09:29:14 2008 +0000

    Polish translation updated to r.4109.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4110 30ef787d-52ff-0310-b286-e08351bb7647

commit 572a0770c282a18f12bb0527b2bb323b1e703a11
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Feb 29 02:03:10 2008 +0000

    Updated Romanian trasnalation to 100% (249t)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4109 30ef787d-52ff-0310-b286-e08351bb7647

commit 74b8fd82f9d27acc25e435ad07e3ba0bd44a8fd6
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Feb 29 02:03:00 2008 +0000

    refreshed .po files
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4108 30ef787d-52ff-0310-b286-e08351bb7647

commit aaca51836837562f1d347607c816d9273f9ee048
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Feb 29 01:32:15 2008 +0000

    Improved wording of message when versions are incompatible/different.
    
    The previous message was just saying they were different, but didn't
    point out that it was unacceptable.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4107 30ef787d-52ff-0310-b286-e08351bb7647

commit d8fd96f3e48ed5a9e8da360f6d4e31ddb2804a12
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 28 23:51:13 2008 +0000

    keys 's' or 't' allows to talk during network. (only 's' was handled previously)
    
    This is related to task #5579 : Improve keys and keyboard help
    
    
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4106 30ef787d-52ff-0310-b286-e08351bb7647

commit 36c46120ff25abd014e51b5ec3a4c71be385345a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 28 23:30:28 2008 +0000

    [BUGFIX] [NETWORK] bug #11157 : different client version => client has no feedback and gets kicked
    An error message is now displayed using the new method Menu::DisplayError(const std::string & msg) which uses class Question to display the message.
    
    [MINOR] Factorize some code thanks to this new method
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4105 30ef787d-52ff-0310-b286-e08351bb7647

commit d5aebb6ebcd5ef263d5650e420df5075507970d2
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 28 22:32:04 2008 +0000

    [BUGFIX] [NETWORK] bug #10667 : Parachute does not handle correctly left and right arrow keys on remote computer
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4104 30ef787d-52ff-0310-b286-e08351bb7647

commit 8bef8c6f2a80f8ace94b5358a39b1266540abb1a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 28 01:44:46 2008 +0000

    [BUGFIX] Close connection to index server when we fails to register our server because address:port is not reachable from the internet
    This allows to retry with a better port without falling into an assert...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4103 30ef787d-52ff-0310-b286-e08351bb7647

commit e8c544dc019d1e8f4815649d7107ddfaffec7960
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 28 01:41:01 2008 +0000

    [FEATURE] Check that a server is reachable from the internet when adding it to list of games waiting for players. If it can not be reachable, the
    server displays a beautiful error to the user ;-)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4102 30ef787d-52ff-0310-b286-e08351bb7647

commit 99c2f65198969aaf99b257283b88c2bc628416c5
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 28 00:50:57 2008 +0000

    Allow to run the index server in non-root mode, but then the chroot and change of uid/gid won't happen (risky).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4101 30ef787d-52ff-0310-b286-e08351bb7647

commit 6631f3fff0899af92e76a619454ed265c9e44d23
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 28 00:50:10 2008 +0000

    Update help text for the command allowing to specify an index server.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4100 30ef787d-52ff-0310-b286-e08351bb7647

commit 01c0c9e2accdad9159106402db10afbc2ffba8d8
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 28 00:37:03 2008 +0000

    String after -l is an ip/hostname and no longer a port => no need to convert to an int (besides, it caused an error).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4099 30ef787d-52ff-0310-b286-e08351bb7647

commit 3c4d8931e53bd0ff80b13ef4db3c82dbd22cc60d
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 28 00:35:16 2008 +0000

    Allow make -jN with index server.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4098 30ef787d-52ff-0310-b286-e08351bb7647

commit 4aff1add760043b33b2d3a595200890096c96f86
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 28 00:15:13 2008 +0000

    1) Remove meaningless long option for setting index server.
    2) Let the option set the IP/hostname rather than the port.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4097 30ef787d-52ff-0310-b286-e08351bb7647

commit e80971062d6dec541c4a5b5522effa059cc18a9a
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 28 00:08:53 2008 +0000

    Factorize some pathes to ease changing their values.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4096 30ef787d-52ff-0310-b286-e08351bb7647

commit 1ee3e45cbc2181af0ea9af487903aebad0280b2c
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 26 21:18:55 2008 +0000

    Allow specifying that the index server is local.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4095 30ef787d-52ff-0310-b286-e08351bb7647

commit acc6b6cf3d009bca3b0db8f5a0ac96bfee0184d2
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 26 21:11:57 2008 +0000

    1) Missing non-local call through sync in clock
    2) Use the proper config option
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4094 30ef787d-52ff-0310-b286-e08351bb7647

commit e3362ce80c539b5a04ec8689241035937c2f7f48
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 26 20:58:15 2008 +0000

    Change IndexServer into a proper singleton.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4093 30ef787d-52ff-0310-b286-e08351bb7647

commit e38ae318a0bf2dd23a82acf63bc19cdb03a2c036
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 26 20:57:03 2008 +0000

    Allow to run the index server locally.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4092 30ef787d-52ff-0310-b286-e08351bb7647

commit f1b55792b19280e4e6417f0d7bcffdc28a18ecf5
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Feb 25 17:13:15 2008 +0000

    [Bug #10719] Now displaying a warning about being disconnected, and display the results, but without filling the podium.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4091 30ef787d-52ff-0310-b286-e08351bb7647

commit 57bf5eab1c72b20ed8738cb80e3f01d4e84b91a3
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Feb 25 10:04:25 2008 +0000

    correct country map (last day i can contribute before march, kurosu,
    you're a lucky boy ;-) )
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4090 30ef787d-52ff-0310-b286-e08351bb7647

commit 8df4062b15e85113c4b12f8192c2a1f94731c4d7
Author: rcl <rcl at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Feb 25 01:40:42 2008 +0000

    More hacks to get the rope working. It's still buggy, but hopefully bugs are less annoying now (it shouldn't "fall through the ground" for example).
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4089 30ef787d-52ff-0310-b286-e08351bb7647

commit 1491ded378eed95ec363b919ed5a7b4cd8d66265
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 24 08:15:17 2008 +0000

    typo correction
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4088 30ef787d-52ff-0310-b286-e08351bb7647

commit 59260eeea89d742d1fa8f20981a0815a9c82734b
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 23 20:30:30 2008 +0000

    add country map
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4087 30ef787d-52ff-0310-b286-e08351bb7647

commit 0b957c6b20a173c144299acf7bd5e4710e9e522c
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 23 19:43:32 2008 +0000

    updated catalan and castillian translations from Juan Pujol Rojas
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4086 30ef787d-52ff-0310-b286-e08351bb7647

commit 3b635f9154fab222e3ec04c00ef3b64bed60ca6a
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 23 15:46:25 2008 +0000

    [Bug #10719] If number of distant cpus = 0 at the end of a network game, don't display the results screen at all.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4085 30ef787d-52ff-0310-b286-e08351bb7647

commit 1cf6c91d4487e489aaa5a15928dd7893f7306a1c
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 17 23:45:32 2008 +0000

    clean.sh: also remove cnfig.rpath and src/config.h.in
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4084 30ef787d-52ff-0310-b286-e08351bb7647

commit ab567406a4479a5bc6453489dff4d1dfa01162f8
Author: rcl <rcl at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 17 21:33:04 2008 +0000

    Updated Russian translation
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4083 30ef787d-52ff-0310-b286-e08351bb7647

commit ee4f84f34eea3598f3203047af503b7d76c9638c
Author: pawel_dyda <pawel_dyda at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 17 21:19:48 2008 +0000

    Updated Polish translation.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4082 30ef787d-52ff-0310-b286-e08351bb7647

commit e3cd2fa53297d89edd0a9b4ccfb74fbc89a7eb92
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 17 20:43:14 2008 +0000

    added config.rpath to the "svnignore" list by svn propedit svn:ignore
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4081 30ef787d-52ff-0310-b286-e08351bb7647

commit a30bc8ebd23857ce5a9673b321a31c697eaad00a
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 17 20:40:27 2008 +0000

    added more ignore patterns to po/ .svnignore does not work
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4080 30ef787d-52ff-0310-b286-e08351bb7647

commit 2d8966b5a7a43f6a1bf49a248741b4289e15bfc9
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 17 20:26:26 2008 +0000

    complete sl.po
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4079 30ef787d-52ff-0310-b286-e08351bb7647

commit 7069d16ece8ca04cf87a3309797bf9a7710a6425
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 17 20:21:55 2008 +0000

    yet another pot update. This time it is needed for the new string for customly
    naming multiplayer games and the possibly booby trap in bonus boxes
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4078 30ef787d-52ff-0310-b286-e08351bb7647

commit 79e6effcc035c796d747d469888e2ecb59088a33
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 17 20:13:32 2008 +0000

    grammar fix before allowing translation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4077 30ef787d-52ff-0310-b286-e08351bb7647

commit 5c7b0b3a1380f0f1f0dc18c5ed78ff623fb611dd
Author: pawel_dyda <pawel_dyda at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 17 16:37:12 2008 +0000

    Updated Chinese translation. Thanks to Jie Luo.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4076 30ef787d-52ff-0310-b286-e08351bb7647

commit 29fc5165ae0491edad60a7c271c71617778e9c62
Author: rcl <rcl at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 17 15:39:23 2008 +0000

    Some serious grapplehook changes: now the rope should not be so "sticky" when hitting the ground. Needs thorough testing as I am new to this that part of code and could have possibly broken something other.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4075 30ef787d-52ff-0310-b286-e08351bb7647

commit 2157ef8b58d5c715502fbcf5cdf42e8f89e834ce
Author: rcl <rcl at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 16 14:35:36 2008 +0000

    Updated and corrected Russian translation
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4071 30ef787d-52ff-0310-b286-e08351bb7647

commit e6dbba9c944741aa3aec9069acc49cd3a776f19e
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 16 11:40:44 2008 +0000

    updated es.po back to 100% by Juan Pujol Rojas
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4070 30ef787d-52ff-0310-b286-e08351bb7647

commit e735b454388edcef2af62c276c4e9438b0a3b8b0
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 16 11:32:37 2008 +0000

    Don't use CURL_BIN and instead make use of libcurl.m4 results.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4069 30ef787d-52ff-0310-b286-e08351bb7647

commit 21517699669830237f37463f84d2962231dcccec
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 16 10:59:54 2008 +0000

    Woops, deleted one too many line.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4068 30ef787d-52ff-0310-b286-e08351bb7647

commit c21a50feb9aa0ac1df5df1f92647cf5abc8fffdc
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 16 10:56:08 2008 +0000

    Remove now useless --with-curl-prefix option, replaced by --with-curl from m4/libcurl.m4
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4067 30ef787d-52ff-0310-b286-e08351bb7647

commit 01642c66783b6d242f38eb83146542357b7033ca
Author: rcl <rcl at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 16 04:27:03 2008 +0000

    Some minor improvements to make rope get stuck less often
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4066 30ef787d-52ff-0310-b286-e08351bb7647

commit 366ab344f48c39b3df6fa1c9be6dbf1897c5d07b
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 16 00:05:29 2008 +0000

    Allow compilation with gcc-3.4
    
    GCC 4.3 imposes a few changes on wormux code:
    - explicitly include <cstdlib>
    - explicit body where it might be ambiguous
    - const qualifiers are ignored when attached to
      function return types since is not checked
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4065 30ef787d-52ff-0310-b286-e08351bb7647

commit 601f5d3c02ac475298de62f78399d472d7e1e0ca
Author: rcl <rcl at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 14 00:05:29 2008 +0000

    Water is no more drawn (surfaces aren't locked, memory isn't copied etc) when it cannot be seen. Variable hauteur_eau translated to English as "water_height" (I hope it's correct translation).
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4064 30ef787d-52ff-0310-b286-e08351bb7647

commit 3a677503e8b22d87aee06a18472bb13929fd7ac2
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 13 23:15:47 2008 +0000

    If servers are unreachable because of firewall for instance, there are not visible anymore in the index server
    WARNING: but the server itself is not warned about that!
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4063 30ef787d-52ff-0310-b286-e08351bb7647

commit ab8d15594efec9dc30ff89d043a6bfec272f767c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 13 21:45:54 2008 +0000

    [task #5576] Allow user hosting a game to give a name to that game.
    This is sent to the index server and shown in the internet menu.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4062 30ef787d-52ff-0310-b286-e08351bb7647

commit dc673e4e80b403dc1b4acfba7ad6ffd85a9725ed
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 13 21:41:56 2008 +0000

    Allow to set the maximum number of chars in a textbox
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4061 30ef787d-52ff-0310-b286-e08351bb7647

commit 97e658f391f55cd4c8a18c18cac7f89df230be9a
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 13 21:36:20 2008 +0000

    better bilson (footbomb) icon
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4060 30ef787d-52ff-0310-b286-e08351bb7647

commit af6def2d8140f9913b0c027f765e45b988dda3ba
Author: pawel_dyda <pawel_dyda at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 13 21:22:08 2008 +0000

    Updated again. Thanks Matthieu.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4059 30ef787d-52ff-0310-b286-e08351bb7647

commit 6b096b7d4597011467bae62295d9be2ae3bdf2a7
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 13 20:46:54 2008 +0000

    [MINOR] remove useless semicolons
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4058 30ef787d-52ff-0310-b286-e08351bb7647

commit 177a765341b4168c98263b00dabdf643e8186be6
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 13 20:42:45 2008 +0000

    Fix compilation and remove useless semicolon
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4057 30ef787d-52ff-0310-b286-e08351bb7647

commit 9cbeea45e0bbeee2dad1d07c362e45a609b211c6
Author: pawel_dyda <pawel_dyda at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 13 19:41:13 2008 +0000

    Updated to newest template. No context for "Check for updates?", therefore translation marked as fuzzy.
    I'll review it once there is compilable svn trunk.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4056 30ef787d-52ff-0310-b286-e08351bb7647

commit ab3a2c9b72cb3fcaf3d5be022bf314388ae165a5
Author: rcl <rcl at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 13 01:52:17 2008 +0000

    Bonus boxes (crates) can now explode instead of giving bonus. Chance of explosion is 1% for each 5 units of health of picking character, no less than 5% and no more than 40% (with 20% being practical maximum for most of characters)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4055 30ef787d-52ff-0310-b286-e08351bb7647

commit 27fc35ff7ea00d4dc3ff3492e9e4e19771f30a15
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 13 00:48:01 2008 +0000

    Synch MSVC project files with new files.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4054 30ef787d-52ff-0310-b286-e08351bb7647

commit d01062914d457122a00420414cc96feed2b4d9e4
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 12 22:36:46 2008 +0000

    [JANITOR] Add methods Character::GetValueFromAction(Action *) and Character::StoreValue(Action *) inheriting from already existing
    PhysicalObj::GetValueFromAction(Action *) and PhysicalObj::StoreValue(Action *)
    Use these 2 methods to send/receive character's information to/from Action
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4053 30ef787d-52ff-0310-b286-e08351bb7647

commit da6a237edd5117115c1a3b6f4b7a5850e6ccaf3a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 12 22:25:20 2008 +0000

    [MINOR] Adding some debug messages when sending/receiving physical information from Action
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4052 30ef787d-52ff-0310-b286-e08351bb7647

commit c1fb8f5a5a7e4c439415cc9c50d23d39c8f5ba34
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 12 15:15:47 2008 +0000

    updated sl.po back to 100%
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4051 30ef787d-52ff-0310-b286-e08351bb7647

commit 32aad70674bd165c7190622809a609ed37a0519d
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 12 15:05:53 2008 +0000

    pot update for the football bomb
    also one new updater string
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4050 30ef787d-52ff-0310-b286-e08351bb7647

commit f2cea5fca3a373786348d015502ed0a8746348f6
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 12 14:44:07 2008 +0000

    don't ship the disco grenade by default - now we ship the new football bomb
    which is realatively as usable and devastating
    once we're out of testing, both should be available only through bonus boxes
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4049 30ef787d-52ff-0310-b286-e08351bb7647

commit 93b43f46a68f93bf0ff55e09604d0c1e192923e1
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 12 14:36:46 2008 +0000

    made the footbombs not superrebounding
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4048 30ef787d-52ff-0310-b286-e08351bb7647

commit 3dfb1c85be1b814f02825bc9a859e853e9e72e64
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 12 14:35:33 2008 +0000

    oops, wrong closing tag
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4047 30ef787d-52ff-0310-b286-e08351bb7647

commit a1c61cf4ae4c3ac7510b2b6b123368adf7fbda07
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 12 14:25:21 2008 +0000

    added footbomb to bonus boxes
    added flamethrower to the testing bonux boxes
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4046 30ef787d-52ff-0310-b286-e08351bb7647

commit 9a475904cec9a753df0e4910e6a05ebd4578c316
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 12 14:21:04 2008 +0000

    added footbomb to the testing game mode and increased the ammo
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4045 30ef787d-52ff-0310-b286-e08351bb7647

commit d47079c34dccf59913438d144a61a63e7e33ef6d
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 12 14:14:35 2008 +0000

    added footbomb to the po/ bs
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4044 30ef787d-52ff-0310-b286-e08351bb7647

commit ff7c255393df36a38937efc887c90e35a7197690
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 12 14:10:56 2008 +0000

    renamed FootBomb to Football Bomb in preparation of making it translatable
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4043 30ef787d-52ff-0310-b286-e08351bb7647

commit 8cecb76ca36bc526ae53c4d5316ace66f2f3c1e9
Author: rcl <rcl at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Feb 11 23:45:30 2008 +0000

    Updated source file list for CMake
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4042 30ef787d-52ff-0310-b286-e08351bb7647

commit 2a1709b192a215694028f6618eecc81de9f983ca
Author: rcl <rcl at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Feb 11 00:10:31 2008 +0000

    Forgot to add the most important files for footbomb :)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4041 30ef787d-52ff-0310-b286-e08351bb7647

commit 08ea9c6e360ee9cbbaac780558ab250da1710eb8
Author: rcl <rcl at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Feb 11 00:09:15 2008 +0000

    New weapon - Footbomb (football bomb). Produces series of explosions, with each bomb spawning two more bombs.
    Needs playtest and better resources (gfx/sound).
    
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4040 30ef787d-52ff-0310-b286-e08351bb7647

commit b5dd33c68332a323b70433294af1f5b5e8b9c156
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 10 17:07:39 2008 +0000

    Reupdate es.po against a valid tree, remove some fuzzy and a string that was only present in my modified tree.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4039 30ef787d-52ff-0310-b286-e08351bb7647

commit 9cd54dd185fa2e8a5cef628df730c6c4165c9c58
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 10 15:29:37 2008 +0000

    Update translation, from Juan Pujol Rojas (juan56 (at) hotmail (dot) com).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4038 30ef787d-52ff-0310-b286-e08351bb7647

commit 6efa67a8edffb1ed745e36ce388e498fd8100d16
Author: rcl <rcl at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 10 14:28:41 2008 +0000

    Added sounds for cluzooka (self-made from existing wormux sounds)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4037 30ef787d-52ff-0310-b286-e08351bb7647

commit eec7e7cbd4c2c3155e07301a3fbc3be2d0e108b2
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 10 13:29:12 2008 +0000

    RCL : small patch that makes cluster bomb useful
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4036 30ef787d-52ff-0310-b286-e08351bb7647

commit 4a33c019af8ef66e454df7d0a7427b796463f13d
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 10 08:52:50 2008 +0000

    [BUGFIX] Don't use randomsync to shake the camera as we don't need to sync this over network.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4035 30ef787d-52ff-0310-b286-e08351bb7647

commit 62650cadb96d47dbdccf8c5c7ddc72805841be0f
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 9 15:37:37 2008 +0000

    Move podium up a bit, increase graph size a bit.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4034 30ef787d-52ff-0310-b286-e08351bb7647

commit a159fa234f03bbe97b49b8c3c3923cc7e84bf70d
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 9 12:35:01 2008 +0000

    Don't bother with empty samples, not worth buffering them.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4033 30ef787d-52ff-0310-b286-e08351bb7647

commit 70ae29f966aa49bf865ea580f013985381eb8bd4
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 9 12:27:54 2008 +0000

    Try to handle unavailable sound samples.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4032 30ef787d-52ff-0310-b286-e08351bb7647

commit 231937c3d5bfdfee9dd1eea47342405d129c31de
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Feb 8 23:09:58 2008 +0000

    precaching patch (from RDL)
    
    This patch allows to precache the sounds before loading a map (and does it properly), so you have no delays even when game starts. Pretty simple patch, I think I should have added it to sample cache from the very beginning.
    
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4031 30ef787d-52ff-0310-b286-e08351bb7647

commit f845191f3ce02f3e24305513d9f42cf99ffd83d1
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Feb 8 23:00:32 2008 +0000

    minor correction
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4030 30ef787d-52ff-0310-b286-e08351bb7647

commit 09f397056b5b3d4987b2bf6ab1bcc77c042f1917
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Feb 8 22:41:36 2008 +0000

    Camera shake (really funny patch from RCL)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4029 30ef787d-52ff-0310-b286-e08351bb7647

commit 567b66a109fabf79701ca792a6d32fbe8a9e093b
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Feb 8 14:50:07 2008 +0000

    add beautiful icon for online updates
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4028 30ef787d-52ff-0310-b286-e08351bb7647

commit 6313666f614e0e71ab196e0eaa2ffc537434f665
Author: pawel_dyda <pawel_dyda at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Feb 8 09:16:19 2008 +0000

    Polish translation update for cluzooka, etc.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4027 30ef787d-52ff-0310-b286-e08351bb7647

commit 3e17f942f77c233efbc3cc099e509c8f4f1c9ba0
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 7 22:07:52 2008 +0000

    [Task #5659] Make "looking for updates" an option, off by default, and that can be modified in the options menu. Only thing left: a proper icon ;)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4026 30ef787d-52ff-0310-b286-e08351bb7647

commit f1d986a15bb78ad0e9bbeaee7146b50c0b1e2f1a
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 7 18:30:46 2008 +0000

    fixed two new strings in src/network/download.cpp - they weren't using
    placeholders, which are needed in some languages to fix the sentence order
    -> another pot update
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4025 30ef787d-52ff-0310-b286-e08351bb7647

commit 2af93308794b0d5ec9f54394cc775cd9fde7d74c
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 7 18:19:15 2008 +0000

    new skin position (cluzooka like bazooka)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4024 30ef787d-52ff-0310-b286-e08351bb7647

commit f69447f34a3d748872e7b131eaf9ca5c59898782
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 7 18:15:45 2008 +0000

    update sl.po for the new changes
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4023 30ef787d-52ff-0310-b286-e08351bb7647

commit 725c20ab54627c091e29c8610591256ac1af48f6
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 7 18:10:16 2008 +0000

    TASK #5410 - Use $XDG_CONFIG_HOME as directory to store wormux config file
    
    Conform to XDG Base Directory FreeDesktop specification for Unix system
    
    Practically, it means that config file config.xml is now written in ~/.config/wormux/ instead of ~/.wormux/
    Personnal data files should be stored in ~/.local/share/wormux instead of ~/.wormux
    
    The change is transparent to the user.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4022 30ef787d-52ff-0310-b286-e08351bb7647

commit cf18671b9ae30ea855664510562ff2796c4469ce
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 7 18:04:49 2008 +0000

    added cluzooka to the po/ bs too
    ran the pot update, so the strings really become translatable
    (there were some others from before too)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4021 30ef787d-52ff-0310-b286-e08351bb7647

commit 9e7916cf804dbd5911c834346a849f95dcdde001
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 7 17:44:16 2008 +0000

    made cluzooka "sort" before the airstrike
    partly reverted the change to the Weapon_type enum and improved the order
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4020 30ef787d-52ff-0310-b286-e08351bb7647

commit 9108a6d0753f3d82a01c78864f5f8fbdc95e5c2e
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 7 17:07:48 2008 +0000

    incresed the bazookas lower bound (heavy weapons ;))
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4019 30ef787d-52ff-0310-b286-e08351bb7647

commit 66f2ab4d5d11ba5b9bc85c2b6cee3ed66b4ba9d5
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 7 17:04:06 2008 +0000

    added cluzooka to the bonus boxes
    made the default ammo number reasonable and increased the lower bound
    (you can use the testing game mode for testing, it still has it infinite)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4018 30ef787d-52ff-0310-b286-e08351bb7647

commit d483029d7ad042f43a3e6c44cb96f9f0947a9327
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 7 16:56:31 2008 +0000

    added cluzuka to the testing setup too
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4017 30ef787d-52ff-0310-b286-e08351bb7647

commit bfedaa893da1379e4ed342b32cc9c2865b201601
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 6 23:37:54 2008 +0000

    better cluzooka graphism (will change skin positions soon)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4016 30ef787d-52ff-0310-b286-e08351bb7647

commit 4ba201d676a09936a199e0aa898dd4b8a3ab5bb1
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 6 23:09:08 2008 +0000

    Add cluzooka to the list of cmake source files (is there a way to
    modify this file automaticaly?)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4015 30ef787d-52ff-0310-b286-e08351bb7647

commit 2c19129be31db087da50c9c0c822efaa87561f6d
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 6 22:44:05 2008 +0000

    Forget files from previous commit.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4014 30ef787d-52ff-0310-b286-e08351bb7647

commit 383787bb83d0e6b26ff2ed395b92fc05ba85d142
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 6 22:43:32 2008 +0000

    Add cluzooka weapon from RCL. Thanks a lot !
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4013 30ef787d-52ff-0310-b286-e08351bb7647

commit 906f5745a5cae9e7593c644805f39c507f6c0cf5
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 6 22:26:47 2008 +0000

    Use real (uncompressed) sample size. Typical memory usage: 13MB.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4012 30ef787d-52ff-0310-b286-e08351bb7647

commit 9fdd10bd4de572d32065e0c7251481d3e20ef629
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 6 21:46:18 2008 +0000

    Make sure <string> is included.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4011 30ef787d-52ff-0310-b286-e08351bb7647

commit 41c34a470562b9c55fd2a4aed0458c393da76d23
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 6 21:02:52 2008 +0000

    Add sound/sample_cache.cpp to the list of cmake source files.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4010 30ef787d-52ff-0310-b286-e08351bb7647

commit 78167c7de2668164abf199a8e07c79fc354d53ad
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 6 20:50:00 2008 +0000

    add RCL to author list
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4009 30ef787d-52ff-0310-b286-e08351bb7647

commit d8d2789403bc4c157a973029f2ea3e43e7604e47
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 6 20:39:41 2008 +0000

    Revisions 4006-4008 are from a patch by dmitry(dot)rekman _at_ gmail(dot)com aka RCL. Thanks a lot!
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4008 30ef787d-52ff-0310-b286-e08351bb7647

commit 77b47d99e2cde6e1e3fe58e8ccf6285bf184a585
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 6 20:35:30 2008 +0000

    Make use of sample cache with unlimited cache size.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4007 30ef787d-52ff-0310-b286-e08351bb7647

commit ff2e8625c63d403c0d058125e3dec723f99a7afc
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 6 20:33:28 2008 +0000

    Add caching mechanism for samples. Use at most 2MB (and that's trying to use all weapons).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4006 30ef787d-52ff-0310-b286-e08351bb7647

commit 9ee81ca3142a8feade9794d573fe8ea21c7284db
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 6 20:17:10 2008 +0000

    Fix huge regression in r3997 causing angles to be badly evaluated.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4005 30ef787d-52ff-0310-b286-e08351bb7647

commit bd3f806fee6701a397842f1178d895050bc9b69e
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 6 10:54:32 2008 +0000

    autogen.sh: extended versioned binary check to newer auto* versions
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4004 30ef787d-52ff-0310-b286-e08351bb7647

commit e763033f6e269f55dcb0a35ab032e5c7fd4c0641
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 5 22:13:28 2008 +0000

    Minimap: redraw only icon surface or circle surface (which is a tad bigger)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4003 30ef787d-52ff-0310-b286-e08351bb7647

commit 06c17b5ea8fce705045ba11da45b4c4b6a3afce7
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 5 22:04:58 2008 +0000

    Force refresh for rectangle containing active character's white circle in minimap.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4002 30ef787d-52ff-0310-b286-e08351bb7647

commit de5fdcf7de12bcca1557ec49b98f91611e7ef59a
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 5 15:48:37 2008 +0000

    updated pt.po from Bruno Queiros
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4001 30ef787d-52ff-0310-b286-e08351bb7647

commit b070c4ef19f16a02a54d7c74bc5a07f415a8d709
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 5 13:01:18 2008 +0000

    [MINOR] Fix compilation of .po file
    
    Why should we update po/Makefile.am when we remove a src file, can't this be done automatically ??
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4000 30ef787d-52ff-0310-b286-e08351bb7647

commit f668c04499144c5fb6691d9c88e9d724420773f8
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Feb 4 23:04:50 2008 +0000

    [Task #5659] Code for popping up a message informing about a newer version.
    Not yet activated so as to:
    - not bugger dev because they have a svn version
    - set a proper url
    - decide if we really want that
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3999 30ef787d-52ff-0310-b286-e08351bb7647

commit cdf064c0688934177d7f147fb07181d41d29e0e6
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Feb 4 22:37:12 2008 +0000

    Remove math_tools.cpp since functions are now inlined.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3998 30ef787d-52ff-0310-b286-e08351bb7647

commit 3a75600b4c38c151e193904a254199f5233303aa
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Feb 4 22:35:22 2008 +0000

    Inline math functions. EPS_ZERO = 0.002 seems to be fine, but let's be cautious...
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3997 30ef787d-52ff-0310-b286-e08351bb7647

commit b11eae19846d99b50d9fb2b55cbc0f41d7fb4eee
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Feb 4 20:07:17 2008 +0000

    Specialization of ListBox to contain a folder listing. Not used, just backing up my work :)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3996 30ef787d-52ff-0310-b286-e08351bb7647

commit 18dc619db5733a6cb93b8dfcdb4e460d97851f71
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Feb 4 20:05:58 2008 +0000

    Make derivation of ListBox easier.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3995 30ef787d-52ff-0310-b286-e08351bb7647

commit 53e470a2943c93754b3d560960773dbe1e4ecfa6
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 3 12:43:52 2008 +0000

    Add mutex for thread safety (currently deactivated until more tests show it's harmless).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3994 30ef787d-52ff-0310-b286-e08351bb7647

commit 956424f999cdc4e41d53b516ccdaed841117871d
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 3 12:32:25 2008 +0000

    Cosmetics (replace tabs).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3993 30ef787d-52ff-0310-b286-e08351bb7647

commit 10b358e60f9854e1ea46872049133e70b159837b
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 3 10:41:36 2008 +0000

    [MINOR] Compilation fix
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3992 30ef787d-52ff-0310-b286-e08351bb7647

commit 08ef94a6c878837d198d4ae04bb2f03c740e0ed8
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 2 19:04:12 2008 +0000

    Add missing include.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3991 30ef787d-52ff-0310-b286-e08351bb7647

commit 1c71bcc9570cfdf06b7b2a7d7ea77472d28b379c
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 2 19:02:34 2008 +0000

    Make network use Singleton class.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3990 30ef787d-52ff-0310-b286-e08351bb7647

commit 1b62408059d9374e4f190b23c6d5426065f17a0b
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 2 18:59:11 2008 +0000

    Check that the instance being destroyed is really the singleton.
    Also remove duplicated code...
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3989 30ef787d-52ff-0310-b286-e08351bb7647

commit 9a5d56714d4087bf3b625abc2e8bc36c9d6acd50
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 2 17:04:52 2008 +0000

    Restore original singleton implementation for network: derived class instances don't seem to be stored.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3988 30ef787d-52ff-0310-b286-e08351bb7647

commit 34b2d996a63553c7ef324b12c9e506b625d5db62
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 2 16:55:06 2008 +0000

    Move a printf about thread to MSG_DEBUG.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3987 30ef787d-52ff-0310-b286-e08351bb7647

commit d488ed2da391f6e6abdfca071de4bd456e60b23f
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 2 16:24:20 2008 +0000

    Add licence header.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3986 30ef787d-52ff-0310-b286-e08351bb7647

commit de038de5f2605fec4c0a3d1440aa65f52ea5ec8f
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 2 16:20:59 2008 +0000

    Try to hide some singleton implementation details.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3985 30ef787d-52ff-0310-b286-e08351bb7647

commit d767b5b5051c80ec1e3a0e497a4919bd80cb257c
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 2 16:11:28 2008 +0000

    Files for new singleton class.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3984 30ef787d-52ff-0310-b286-e08351bb7647

commit 865b9d89d6e58cee27d3d1fa2dd7ec34e54e64d7
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 2 16:10:19 2008 +0000

    Use new singleton class.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3983 30ef787d-52ff-0310-b286-e08351bb7647

commit 2c251c7af9320c48e203e61bb0c3eb6cbde998ca
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 2 12:00:07 2008 +0000

    [MINOR] Use GridBox in Options menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3982 30ef787d-52ff-0310-b286-e08351bb7647

commit 9f402b6ce2899baaa70b6e880f669cad546f495c
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Feb 1 17:39:15 2008 +0000

    Forgot to add Czech translation.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3981 30ef787d-52ff-0310-b286-e08351bb7647

commit 448c355bbcdfdda9ff411120c7841937ff83c074
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Feb 1 15:47:45 2008 +0000

    Removing commented dead code
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3980 30ef787d-52ff-0310-b286-e08351bb7647

commit 1d103bc98788637ef8d759f5587b1d27d656bd8a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Feb 1 15:25:46 2008 +0000

    PictureTextCBox does not change height by itself...
    
    [BUGFIX] bug #10884 - scroll on border bouton label
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3979 30ef787d-52ff-0310-b286-e08351bb7647

commit cb98791e605adf88d84637ba956118da5642d7d2
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 31 08:32:09 2008 +0000

    [BUGFIX] bug #9698 : Anvil has sometimes no effect on characters
    
    The test rectangle now use the complete size of the image. Since yekcim
    has changed the image in r3974 and that now the image has transparent
    pixel at the very bottom, the bug is fixed :)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3978 30ef787d-52ff-0310-b286-e08351bb7647

commit 1d56722c509cb38b74eab62200714421b4151221
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 30 23:06:51 2008 +0000

    Add Czech translation, update others.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3977 30ef787d-52ff-0310-b286-e08351bb7647

commit ce7e620b81ea9d268155ede1a4dcc56cd5108419
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 30 22:56:55 2008 +0000

    add KonKer in author list
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3976 30ef787d-52ff-0310-b286-e08351bb7647

commit a89162c96acc9b2c282cda0a1c2d135851c67056
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 30 22:45:42 2008 +0000

    update es.po (thanks to KonKer)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3975 30ef787d-52ff-0310-b286-e08351bb7647

commit caa097614b70a1d70ddf41f7d905659ba338a7c7
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 30 21:56:10 2008 +0000

    new anvil graphism
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3974 30ef787d-52ff-0310-b286-e08351bb7647

commit 48da0e3333bf911be816ad945046d8e69ff3a5ef
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 29 18:57:47 2008 +0000

    [BUGFIX] Release ActionHandler's mutex when destroying it.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3973 30ef787d-52ff-0310-b286-e08351bb7647

commit 2e63350f26da00c7895a418bd48c9c5f9ee2fe94
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 29 18:53:56 2008 +0000

    [BUGFIX] Fix author info leak.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3972 30ef787d-52ff-0310-b286-e08351bb7647

commit 9722ce1584b887a8ef019456aceec8ef78add1e0
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 29 18:52:19 2008 +0000

    [BUGFIX] Leak of the internal laser beam image.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3971 30ef787d-52ff-0310-b286-e08351bb7647

commit 491353d57022f30f1e356feb4532821750761153
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 28 21:26:39 2008 +0000

    Updated Norwegian Bokmaal translation, thanks to Christian Lomsdalen
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3970 30ef787d-52ff-0310-b286-e08351bb7647

commit 9e484fd2f7d92beb7ec4bd50f916d3656a72a462
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 27 23:27:16 2008 +0000

    [BUGFIX] Release all TeamResults.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3969 30ef787d-52ff-0310-b286-e08351bb7647

commit b78ebcd6f7a3eb792518908748d130e3682a979b
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 27 23:01:20 2008 +0000

    [BUGFIX] Fix memory leak in ButtonPic
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3968 30ef787d-52ff-0310-b286-e08351bb7647

commit 9169134fcc7c8152a2e1b7112eedf8830935176f
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 27 22:36:47 2008 +0000

    Use SDL_Surface wherever simpler.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3967 30ef787d-52ff-0310-b286-e08351bb7647

commit 62e3e9f3c1d384013aaf3a5e103e5ed811148cce
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 27 22:18:34 2008 +0000

    Avoid allocating a new surface everytime in TileItem_Empty.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3966 30ef787d-52ff-0310-b286-e08351bb7647

commit a622d397f9d1d6ca0e436893311c6714f5da94ef
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 27 22:12:00 2008 +0000

    Fix 2nd typo... (is array).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3965 30ef787d-52ff-0310-b286-e08351bb7647

commit 4efab01f442fb9c9d4132c583871fe05950246f9
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 27 22:07:53 2008 +0000

    Fix typo in previous commit.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3964 30ef787d-52ff-0310-b286-e08351bb7647

commit 388f8fdc8c4ff750c764ff8d8b26716e69dbf287
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 27 22:01:05 2008 +0000

    [BUGFIX] Leaks in WeaponMenu
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3963 30ef787d-52ff-0310-b286-e08351bb7647

commit 37d8bd4afb98e74b9791a55b70f88652f8b835d5
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 27 14:09:33 2008 +0000

    updated sl.po for the bad sniper rifle fuzzy
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3962 30ef787d-52ff-0310-b286-e08351bb7647

commit a34da955788d490fae805820672be26e68b85c1d
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 27 13:45:06 2008 +0000

    Make sure that values popped from network actions are boolean (should be a method instead, but whatever).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3961 30ef787d-52ff-0310-b286-e08351bb7647

commit 7179aad03e936b14e650b3c2a8623fb32de6c2cc
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 27 13:44:21 2008 +0000

    Unneeded named parameter (won't break gcc hopefully).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3960 30ef787d-52ff-0310-b286-e08351bb7647

commit caac29c411a50f57ca37c66ddf91e6efa612c981
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 27 13:43:48 2008 +0000

    [MSVC] Make sure MSVC gets the proper version of config.h
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3959 30ef787d-52ff-0310-b286-e08351bb7647

commit f5f537566face48ee4ffb937a075a164a3297d2b
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 27 13:42:47 2008 +0000

    [MSVC] Make sure iconv.h is included.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3958 30ef787d-52ff-0310-b286-e08351bb7647

commit 79e518232ada54469b6a4db2a7163d407fcc8f04
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 27 13:34:39 2008 +0000

    [MSVC] Add missing files, update release target.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3957 30ef787d-52ff-0310-b286-e08351bb7647

commit ebc446bf78764a8d42d23d7a714be33465f992e2
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 27 13:34:05 2008 +0000

    [MSVC] Rename as svn instead of 0.8beta4
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3956 30ef787d-52ff-0310-b286-e08351bb7647

commit f1792db9b152e0b845ff50ff99989caabe729008
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 26 22:04:55 2008 +0000

    update ro.po (GArik)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3955 30ef787d-52ff-0310-b286-e08351bb7647

commit d39d7c03c6faa0ca78d7dd17f36fa93c232c4a4b
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 26 20:37:45 2008 +0000

    Update CMake source files list.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3954 30ef787d-52ff-0310-b286-e08351bb7647

commit b182df91dde009fd13f554c50d81492e3adc11e7
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 26 20:28:49 2008 +0000

    Release Interface instance on game exit.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3953 30ef787d-52ff-0310-b286-e08351bb7647

commit 42c4fc761e913a20dab9dbca2c8cf655c0ef4a72
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 26 20:01:06 2008 +0000

    [BUG #10866] Erase the map to let elements go out of scope and be release automatically.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3952 30ef787d-52ff-0310-b286-e08351bb7647

commit ce23f23314326b25ebc6805d5996a961d25ee044
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 26 19:45:34 2008 +0000

    [BUGFIX] Fix a (potential?) memory leak with Surface copy operator.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3951 30ef787d-52ff-0310-b286-e08351bb7647

commit 5fb3f89fa36a22cb6e445a82c7d159e775ba8c9a
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 26 19:26:52 2008 +0000

    Missing include.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3950 30ef787d-52ff-0310-b286-e08351bb7647

commit b84f163e4746b395c30c33b6ed0b44ee01c1cd51
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 26 09:08:37 2008 +0000

    Updated German translation.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3949 30ef787d-52ff-0310-b286-e08351bb7647

commit d60480b6c36eb6b090af9bd1e3d79c7393015bd8
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 26 00:20:08 2008 +0000

    Only delete AI if it was created.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3948 30ef787d-52ff-0310-b286-e08351bb7647

commit fef4cb1068bc384e6e6bc9b36895f4e280d31a77
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 26 00:16:36 2008 +0000

    New game mode: blitz, like the chess game variation.
    
    Run wormux with -b option to activate it.
    Not playable over network.
    Use turn time (60s) for all players of a team until finished, so you might want to increase that.
    Refactor Game class a consequence, but GameMode remains unchanged.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3947 30ef787d-52ff-0310-b286-e08351bb7647

commit 6aa6ad707391db0947d5b215df0d853b05f8aaf7
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 25 16:25:57 2008 +0000

    Center box containing help image in help menu.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3946 30ef787d-52ff-0310-b286-e08351bb7647

commit 58cb442b10f1c5a0dcb7ab7963e2df01455718d8
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 25 16:19:56 2008 +0000

    Allow scaling in resource-based constructor of PictureWidget.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3945 30ef787d-52ff-0310-b286-e08351bb7647

commit 1b5ad253ba2320687fcaeaa91f06782f04fae092
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 25 15:49:48 2008 +0000

    Display help menu ingame.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3944 30ef787d-52ff-0310-b286-e08351bb7647

commit 407c5cba7b992983531e356a6733f84a661c8dc0
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 25 15:07:02 2008 +0000

    Avoid using = operator with surface, and instead use references when possible,
    or shorten number of copies.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3943 30ef787d-52ff-0310-b286-e08351bb7647

commit 7190659243ba13d2275f06fd782546d64b44b284
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 25 14:37:31 2008 +0000

    Don't use copy when constructor is fine.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3942 30ef787d-52ff-0310-b286-e08351bb7647

commit 45a1bb90446e0bcc6ae7666e04482cdec2599fd4
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 24 21:10:42 2008 +0000

    Delete AI engine instance (not a big deal if it has to be created).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3941 30ef787d-52ff-0310-b286-e08351bb7647

commit 6eacc740dfc52067c1e1bda35d87942451c73b22
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 24 20:46:19 2008 +0000

    Free memory for minimap.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3940 30ef787d-52ff-0310-b286-e08351bb7647

commit 26c6f505055ce9dfdc317d07e6b872302e2cace0
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 24 20:25:47 2008 +0000

    Typo.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3939 30ef787d-52ff-0310-b286-e08351bb7647

commit a0693d8637c0802d55a9038fffa7cadd930a91f3
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 24 20:17:12 2008 +0000

    Allow to active logging independently of debug at configure time.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3938 30ef787d-52ff-0310-b286-e08351bb7647

commit 449b1a47c716aaf235e5458b945f004273508b84
Author: pawel_dyda <pawel_dyda at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 24 07:04:02 2008 +0000

    Polish translation wasn't broken. Removed fuzzy marker.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3937 30ef787d-52ff-0310-b286-e08351bb7647

commit 8ee29ae57cf35c6ed148704262989d8ccdaef676
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 24 00:33:09 2008 +0000

    back to 100%
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3936 30ef787d-52ff-0310-b286-e08351bb7647

commit c1debe76a49efcd87c044b44919caf58192cd1b4
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 23 23:38:59 2008 +0000

    correct and obviously broken string; now all the translations should have that string fuzzy since the second phrase was broken, too
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3935 30ef787d-52ff-0310-b286-e08351bb7647

commit 569b6128a865f418b1ce492cc9f8a5fd8ffa2655
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 23 23:32:39 2008 +0000

    unfuzzified the translation of sniper rifle bonus packs; there is no need to put our translators through pain looking for a change that is not there (or obvious)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3934 30ef787d-52ff-0310-b286-e08351bb7647

commit 67b8022c27e53ad3eb784813e20595d57829954c
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 23 23:05:34 2008 +0000

    add bodycheck.py (script from kurosu to help skin debug)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3933 30ef787d-52ff-0310-b286-e08351bb7647

commit bc8fe04dea55dffd889fd67c4fd8a11a6918bc45
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 23 22:38:45 2008 +0000

    updated Romanian translation
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3932 30ef787d-52ff-0310-b286-e08351bb7647

commit b65d0360b0a7244a49bd55b05a244a3818f7225d
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 23 22:10:30 2008 +0000

    Define real, boolean and integer types (not really checked).
    Make use of them.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3931 30ef787d-52ff-0310-b286-e08351bb7647

commit c606b3da5a85bfc6fc6f55569042930b8dda3607
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 23 21:35:30 2008 +0000

    Add entity integer and element pingpong to force types in some places.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3930 30ef787d-52ff-0310-b286-e08351bb7647

commit c6f961b360644ecc24ed400deddedf19c930504d
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 23 21:26:14 2008 +0000

    Update comments for member, true and false elements.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3929 30ef787d-52ff-0310-b286-e08351bb7647

commit c3008cb57a3d9fb6bb9d026c5babf3741fee2f61
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 23 21:25:03 2008 +0000

    Add element true and false to make the enumeration work.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3928 30ef787d-52ff-0310-b286-e08351bb7647

commit a539feaff934873ba7b66bd25765eccebb7b7a43
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 23 21:22:33 2008 +0000

    Move some CDATA to enumeration (true|false) defaulting to "false".
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3927 30ef787d-52ff-0310-b286-e08351bb7647

commit 5f3876c6bbe41b721c32e53a6877e723f417b4d2
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 23 20:57:26 2008 +0000

    Remove unused "on_ground" attribute from sprite.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3926 30ef787d-52ff-0310-b286-e08351bb7647

commit 42a53f9a52b8b2d997deba8633a4c079d97c9acd
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 23 20:48:12 2008 +0000

    Swap anchor/animation attributes in sprites.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3925 30ef787d-52ff-0310-b286-e08351bb7647

commit b13b685a230b0f1af8f61865e8b017786b8ab4e0
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 23 20:47:36 2008 +0000

    Remove Windows EOL and swap anchor/animation.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3924 30ef787d-52ff-0310-b286-e08351bb7647

commit 97c0add1980c751d5737e59a9fcb3980ca81bcc5
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 23 20:32:18 2008 +0000

    Adding enumeration "play_mode" defaulting to "loop" to movement.
    Adding enumeration "follow_cursor" defaulting to "false" to member.
    Adding "follow_cursor_limit" to member.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3923 30ef787d-52ff-0310-b286-e08351bb7647

commit 03e263b9d43dc39953a96086d34586d3b1aca103
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 23 20:13:59 2008 +0000

    Reindenting
    Changing movement's frame's number to implied.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3922 30ef787d-52ff-0310-b286-e08351bb7647

commit ed567dd8672f5053581993513b429e142f1290a8
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 23 19:52:50 2008 +0000

    Rename clothe's member to c_member.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3921 30ef787d-52ff-0310-b286-e08351bb7647

commit 2102e5ba1f97fa48ec01bd8b62dad6523dc2f235
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 23 01:19:03 2008 +0000

    Correct a typo in the DTD.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3920 30ef787d-52ff-0310-b286-e08351bb7647

commit 5cebf3d3391ad1c66d63a4aa66dd979a4939528d
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 22 17:26:03 2008 +0000

    updated creole translation from Jérôme Gallard
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3919 30ef787d-52ff-0310-b286-e08351bb7647

commit 7bc6d508cee69e198654b2be02644e6a75ed36d4
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 21 22:22:28 2008 +0000

    [MINOR] Remove useless things...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3918 30ef787d-52ff-0310-b286-e08351bb7647

commit c864819daf6ec78ce0c70198eea59f278f56c3c5
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 21 22:15:07 2008 +0000

    [MINOR] P and Esc made the same menu appears.
    [BUGFIX] bug #10679 : pause desynchronize game time
      - the game time is not paused during network game vene if the "Pause/Quit" menu is displayed
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3917 30ef787d-52ff-0310-b286-e08351bb7647

commit 4492592f366469740185836bf654b8cc8642b4e1
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 21 21:51:18 2008 +0000

    [BUGFIX] bug #10613 : Local teams settings (name, nb of characters, ...) should be restored after a network game
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3916 30ef787d-52ff-0310-b286-e08351bb7647

commit 9f845ba213c799e33eead932bfb44f3354cd73c8
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 20 12:40:41 2008 +0000

    better black definition in gnu xml (animated black possiblity)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3915 30ef787d-52ff-0310-b286-e08351bb7647

commit 28963016f2f08e4692822dee0f9ce74d69473aeb
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 20 10:40:31 2008 +0000

    correct some types
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3914 30ef787d-52ff-0310-b286-e08351bb7647

commit 976443e7b0dfc3bceb84265b443207f27d4df424
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 19 18:09:11 2008 +0000

    improvements/corrections for firefox and beastie
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3913 30ef787d-52ff-0310-b286-e08351bb7647

commit e0a6580d20a98bfe0e093b08d989334ebc948e71
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 19 12:46:41 2008 +0000

    [TASK #3477] Add DTD for sound profiles
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3912 30ef787d-52ff-0310-b286-e08351bb7647

commit 328ba2f266174fc46305ccfac63dff5b8e7fe24a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 19 12:31:54 2008 +0000

    [TASK #3477] Revert last commit for authors.dtd
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3911 30ef787d-52ff-0310-b286-e08351bb7647

commit da783612af47b4583a73ada63f2c5fbbc338b659
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 19 12:20:32 2008 +0000

    [TASK #3477] Add a correct dtd to check cursors.xml, update authors.dtd
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3910 30ef787d-52ff-0310-b286-e08351bb7647

commit 9fb60bbb27520d335e47ba4b2880a6abfddec5b5
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 19 11:09:47 2008 +0000

    [MINOR] Change name of xml element "member" (in case it is in a "clothe" section) as it is already used in frame section with different attributes.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3909 30ef787d-52ff-0310-b286-e08351bb7647

commit f41b4def86b02f03101c44efb564e490e284efb1
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 17 23:06:57 2008 +0000

    Update french translation.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3908 30ef787d-52ff-0310-b286-e08351bb7647

commit 994ceb0b9d91614194567b96bc0abb32ad6fec09
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 17 21:49:53 2008 +0000

    delete useless files
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3907 30ef787d-52ff-0310-b286-e08351bb7647

commit 0c4baf583698eb49872e4f7a8e458711ff2b6f49
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 17 21:49:06 2008 +0000

    better black definition in firefox xml (animated black possiblity)
    [that's lot of work, others will be done soon]
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3906 30ef787d-52ff-0310-b286-e08351bb7647

commit 96e934073d0b205c2cb15c2ad48138074996629d
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 17 21:48:00 2008 +0000

    better black definition in beastie xml (animated black possiblity)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3905 30ef787d-52ff-0310-b286-e08351bb7647

commit 2efaeb265e18ea03151c583fb68499ca38fa9f4c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 14 22:03:35 2008 +0000

    [MINOR] Adding flamethrower to the weapons that can be win when getting a bonus box
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3904 30ef787d-52ff-0310-b286-e08351bb7647

commit 882cb3391dc7be6ef3130a323d457c8ced0aa389
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 14 21:42:05 2008 +0000

    reverted 3885 by request of the current ru maintainer
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3903 30ef787d-52ff-0310-b286-e08351bb7647

commit 2e2c95922b93ae292f71db8b43e11ba96aad39e1
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 14 20:05:00 2008 +0000

    typo
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3902 30ef787d-52ff-0310-b286-e08351bb7647

commit 7186cce669211e0c6030ce20c4b4bb4d28f9b81c
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 14 17:02:03 2008 +0000

    [task #5579] Improving keys and keyboard help but only in english for the moment. yeKcim : can you split up the help picture ?
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3901 30ef787d-52ff-0310-b286-e08351bb7647

commit c4abea09f8067d17f2f2d865ee9ace7ed18d1e5e
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 14 10:55:18 2008 +0000

    more tweaks for bug/patch #583:
    most of the powerful weapons have less ammo now
    supertux and the anvil come only in bonus boxes
    ninja rope has 2 more ammo
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3900 30ef787d-52ff-0310-b286-e08351bb7647

commit c4b82b7dbde049de294efed008e842a097c5e1f1
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 14 10:40:48 2008 +0000

    reduced bonus box explosion damage. This one needs more playtesting, but it
    should be less than the barrel damage imho.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3899 30ef787d-52ff-0310-b286-e08351bb7647

commit 6b003b024f8df51220c80ccce01ae63e4892fdc2
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 14 10:31:48 2008 +0000

    analogue to the barrels, make the bonus boxes and med kits out of wood
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3898 30ef787d-52ff-0310-b286-e08351bb7647

commit 8a5a402b27f942ecb3d577c5961d65ae0bd38d8e
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 14 10:26:29 2008 +0000

    bonus boxes:
    don't give weapons/utils that are already infinite
    slightly decrease the probability of getting the super weapons
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3897 30ef787d-52ff-0310-b286-e08351bb7647

commit 341b9055ae5c52b18e0ea00cda2e07a26999f5fd
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 14 10:25:13 2008 +0000

    forked a testing gametype
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3896 30ef787d-52ff-0310-b286-e08351bb7647

commit d7acac88080ff6c1c3ddcb1e0ded97c301379a29
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 14 10:13:29 2008 +0000

    use a steel barrel, not a titanium one
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3895 30ef787d-52ff-0310-b286-e08351bb7647

commit 41d2f2eef90a9d66a61bfd6ee00c2f430d3f1db8
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 14 09:47:30 2008 +0000

    change the sniper rifle to be less powerful to balance the fact that it is easy
    to hit the target and that the damage is always full bug #10673
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3894 30ef787d-52ff-0310-b286-e08351bb7647

commit 4a0344c0f112f5cea1f5814769c8aa9635baf573
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 13 22:10:57 2008 +0000

    [BUGFIX] Initialize Sprite::smooth in constructor Sprite::Sprite(const Sprite &other)
    It causes antialiasing to be enabled even when not wanted
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3893 30ef787d-52ff-0310-b286-e08351bb7647

commit 5f2e47cf030cb0177407acefb4341baf5baea812
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 13 22:04:36 2008 +0000

    [Task #4017] Use a transparent white background.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3892 30ef787d-52ff-0310-b286-e08351bb7647

commit 3907d1b612b2d6b1cc0f6978b5a7f9362d361b71
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 13 21:55:26 2008 +0000

    [Task #4017] Some say a circle is better than a square.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3891 30ef787d-52ff-0310-b286-e08351bb7647

commit 0c44432a1940e7e10fe013f369ade8f7018a18fb
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 13 21:36:05 2008 +0000

    [Task #4017] Minimap is now compiled unconditionally.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3890 30ef787d-52ff-0310-b286-e08351bb7647

commit 68fca7ac066d71f47fab0d79766975c257164ff9
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 13 21:35:25 2008 +0000

    [Task #4017] Really force redraw when toggling or displaying minimap
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3889 30ef787d-52ff-0310-b286-e08351bb7647

commit 83fbcea34ae895e7556c215b31e3dc54b06743a0
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 13 21:23:26 2008 +0000

    [Task #4017] Force redraw when toggling or displaying minimap.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3888 30ef787d-52ff-0310-b286-e08351bb7647

commit 0a7a255a5f2954635afa8824c24514f0f6dbdd17
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 13 21:17:47 2008 +0000

    add shortkeys help
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3887 30ef787d-52ff-0310-b286-e08351bb7647

commit 0ee82693a68a6ff88bfb9ac91d27c04582e62f66
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 13 21:00:12 2008 +0000

    [Task #4017] Toggle minimap with 'm' while in game.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3886 30ef787d-52ff-0310-b286-e08351bb7647

commit edeb81a580b33092ad160378b30031cf8f3d5474
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 13 18:00:07 2008 +0000

    [i18n] Russian translation from Alex Fliker.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3885 30ef787d-52ff-0310-b286-e08351bb7647

commit 1e164ee9f81d5f0a8b15c4b762716ed8af39a560
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 12 22:27:51 2008 +0000

    When making clean target, also remove dependency tracking files.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3884 30ef787d-52ff-0310-b286-e08351bb7647

commit f6a34c7ea52a1e27c974de322f9ec32bbfb59480
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 12 22:27:21 2008 +0000

    Use automated targets for compilation and dependency tracking.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3883 30ef787d-52ff-0310-b286-e08351bb7647

commit 19ee79cd87e08324ebdf6ad41b6ccc0d9ccf9810
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 12 22:26:15 2008 +0000

    Use curl-config to determine needed flags for the dynamic version.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3882 30ef787d-52ff-0310-b286-e08351bb7647

commit 1f71a793d930047ff4c86ed183fbb8e010a6e4f7
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 12 18:12:04 2008 +0000

    [bug #10707] Bad Sprite constructor. Fix sprite animation of wind particle.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3881 30ef787d-52ff-0310-b286-e08351bb7647

commit 9e1e59d1840c4d94fb5aed7bd3e1dd9dddba0706
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 12 17:20:18 2008 +0000

    [i18n] Importing hebrew translation from Yotam Benshalom. Warning ! You need to enable fribidi with configure --enable-fribidi when launching configure.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3880 30ef787d-52ff-0310-b286-e08351bb7647

commit 7eaea0cf7c9951af382a6a787e8d820b22a00f79
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 12 17:17:31 2008 +0000

    [Minor] Adding Hebrew and persian in option menu.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3879 30ef787d-52ff-0310-b286-e08351bb7647

commit 72a02a8cb146cd8dd6ff4766b04fd4e513dc988d
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 12 12:38:44 2008 +0000

    [Task #4017] Draw a white rectangle around active character icon.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3878 30ef787d-52ff-0310-b286-e08351bb7647

commit ac6e463044b5d8358c280477bb64ce3754ed9b61
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 12 12:04:28 2008 +0000

    [Task #4017] Display all living characters.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3877 30ef787d-52ff-0310-b286-e08351bb7647

commit 3a9ce932cfda14922799e492e4eefd59b7f0ba90
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 12 00:51:05 2008 +0000

    [Task #4017] Draw current character's team miniflag onto the preview.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3876 30ef787d-52ff-0310-b286-e08351bb7647

commit faaf60e3563de248e7e9831897042653dd77bdc3
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 12 00:46:07 2008 +0000

    Scale the flag by 0.5 to offer a miniflag (target: preview).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3875 30ef787d-52ff-0310-b286-e08351bb7647

commit 806cadedeec8e2ce75b51379aa888addc794bcfc
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 12 00:34:11 2008 +0000

    Render icons onto the preview to locate ennemies.
    Very crowded: icons need to be resized.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3874 30ef787d-52ff-0310-b286-e08351bb7647

commit 8aa5c9b99a9b2f98d6d38b3902c1d0707a24cf94
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 11 23:56:56 2008 +0000

    Enable map preview (not yet drawing character icons).
    Allow preview reset when resolution is changed.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3873 30ef787d-52ff-0310-b286-e08351bb7647

commit de2d8c5e32b6b400d5af95a0712ad69b6773a345
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 11 22:44:53 2008 +0000

    Add support for 0.8beta4.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3872 30ef787d-52ff-0310-b286-e08351bb7647

commit e36de4437845cc9c8b878cf6b4e82912af3b2629
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 9 21:06:51 2008 +0000

    tools/update-copyright.sh: added script for yearly copyright updates
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3871 30ef787d-52ff-0310-b286-e08351bb7647

commit 330b7dcb7480310c8c80234e792c5bd997ef18f0
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 9 20:47:04 2008 +0000

    Automatic extension of team copyrights to 2008
    I'll add a simple script in the next commit
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3870 30ef787d-52ff-0310-b286-e08351bb7647

commit 09fbaf204e7fe430e471c437ff70a5b98115f643
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 7 20:51:43 2008 +0000

    [bug #10236] Fixing potential problem with flamethrower particle.
    [Physic] Updating size of weapon projectile using the real size of image sprite.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3869 30ef787d-52ff-0310-b286-e08351bb7647

commit 4a833c7b1f1533a08be8e4b693b8f9905e931143
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 7 20:27:05 2008 +0000

    [bug #9698] Updating marging (SetTestRect) used with anvil weapon.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3868 30ef787d-52ff-0310-b286-e08351bb7647

commit 4493159119ddc1dbb7488ad32edd632ceb53cc5a
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 7 20:14:05 2008 +0000

    [bug #10528 & bug #10615] Correction of overlapping test in construct weapon.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3867 30ef787d-52ff-0310-b286-e08351bb7647

commit 69c8582a875dd4cdf5a09be34c99869ff280faff
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 6 20:27:48 2008 +0000

    [MINOR] Really update list of debug masks
    (shell language is more powerfull to do it than my poor brain :)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3866 30ef787d-52ff-0310-b286-e08351bb7647

commit a3c51c1c8b0dc199d0091862c3861fc0a96163ee
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 6 20:13:45 2008 +0000

    [MINOR] Update list of debug masks
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3865 30ef787d-52ff-0310-b286-e08351bb7647

commit c5f8884d980d519327f90f79bb2861b876930e42
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 6 20:10:49 2008 +0000

    [MINOR] Better use of inheritence for BonusBox/MedKit
    [MINOR] Add debugging option "-d test_rectangle" to draw test rectangle around bonusbox/medkit and weapon_projectile
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3864 30ef787d-52ff-0310-b286-e08351bb7647

commit be45e14a152ffc346d0f0cfa6be76b32ca908e77
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 6 15:19:26 2008 +0000

    [BUGFIX] Black skin are used again :-)
    [MINOR] Code cleaning + indentation (I don't care which style of indentation is used, but none is not a solution...)
    [MINOR] Add debug messages (available with "-d body_anim")
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3863 30ef787d-52ff-0310-b286-e08351bb7647

commit 79d9e84443744926564f841c2a1f6fcfefb24c2d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 6 15:16:45 2008 +0000

    [MINOR] Adding debug messages
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3862 30ef787d-52ff-0310-b286-e08351bb7647

commit 85071aed9601c211eed8607aba424905b84e44a0
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 6 13:21:00 2008 +0000

    [MINOR] French to english translation of some variables in the source code
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3861 30ef787d-52ff-0310-b286-e08351bb7647

commit 74d555590d04fff3e3489c657a523e30a4a27fd7
Author: pawel_dyda <pawel_dyda at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 6 13:11:08 2008 +0000

    Bug #10694 Button text made smaller, main_menu button widen a bit.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3860 30ef787d-52ff-0310-b286-e08351bb7647

commit 94d210979864ad98fb5b7750d18670ea76e052f9
Author: pawel_dyda <pawel_dyda at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 6 10:31:22 2008 +0000

    Bug #10693 Closed map conditions modified so it will surely work. It would be better to move these to boolean function, but not this time.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3859 30ef787d-52ff-0310-b286-e08351bb7647

commit 1846444438989d7a538b595009c24e3ed8108fa8
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 5 22:23:32 2008 +0000

    [Win32] Dang it, typo again
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3858 30ef787d-52ff-0310-b286-e08351bb7647

commit d0e533adfc26da29d6fa8c7dc8bac29147557f13
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 5 22:15:55 2008 +0000

    [Win32] Add missing source files to VS project.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3857 30ef787d-52ff-0310-b286-e08351bb7647

commit fc3ec2b06ada299bbd3596b60a4a75b5851cd7e1
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 5 22:14:59 2008 +0000

    [Win32] Don't package debug dlls, properly include xml2 and tiff3 (though unused in my future version).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3856 30ef787d-52ff-0310-b286-e08351bb7647

commit 098c36c5f22bf82b3c751d7a2348e32b2b14cab0
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 5 13:49:17 2008 +0000

    delete useless definition
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3855 30ef787d-52ff-0310-b286-e08351bb7647

commit cf2a487233bc4a3de36d6987b9b64eec3ab7fb0d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 5 12:22:50 2008 +0000

    [BUGFIX] Allow to apply clothe/movement to a character even if he is dead. This is usefull for the drowning animation which is launched after the
    player died by falling in water.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3854 30ef787d-52ff-0310-b286-e08351bb7647

commit 0ad97951c62c22d86e714837697a22811c6e4978
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 4 23:10:39 2008 +0000

    [MINOR] minor change on camera behavior (C or middle-click really center on the active character even if he is visible)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3853 30ef787d-52ff-0310-b286-e08351bb7647

commit df499bd46babc9c52a29a3abff1a035de6f93312
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 4 22:57:36 2008 +0000

    Camera follows character when he is walking or jumping (bug #10665)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3852 30ef787d-52ff-0310-b286-e08351bb7647

commit 5d3506e4e34e72522d880109a6a6619605c69e58
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 4 22:25:21 2008 +0000

    [BUGFIX] Fix another potential infinite loop (bug #10648)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3851 30ef787d-52ff-0310-b286-e08351bb7647

commit 9d4329b6d1a279e1627a9338b9c6eb907b4cd87b
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 4 22:08:06 2008 +0000

    [BUGFIX] Should fix infinite loop in laser beam (bug #10649)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3850 30ef787d-52ff-0310-b286-e08351bb7647

commit 35fcb3abbb9a5ee17cc2afb45870f0f52f6c9d71
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 4 13:57:58 2008 +0000

    [MINOR] Use GridBox container instead of HBox to better handle small resolution window/screen in pause/quit menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3849 30ef787d-52ff-0310-b286-e08351bb7647

commit 7cd78ba53ae9bc0dda5e852c357fe46a0962d03c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 3 23:36:37 2008 +0000

    Rollback previous translation file (from r3831)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3848 30ef787d-52ff-0310-b286-e08351bb7647

commit 8cdcf3ff1767235b59abcb82c432a9bccc4d0bb9
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 3 23:33:31 2008 +0000

    Automatic update of translation + remove bad translation files (nb.po)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3847 30ef787d-52ff-0310-b286-e08351bb7647

commit 2a58d0697a2ad5700c9894150fa72399307edfc9
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 3 23:03:49 2008 +0000

    [DEBUG] Display test rectangle of weapon projectile in blue and rectangle around image of weapon projectile in red when wormux is build in debug mode
    and run with option "-d weapon.projectile"
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3846 30ef787d-52ff-0310-b286-e08351bb7647

commit 9667d6d15aeb63bc01d45ed69fd49f0ab8d7a94b
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 3 22:58:36 2008 +0000

    Faster camera when following bonus box (especially when they are falling without parachute)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3845 30ef787d-52ff-0310-b286-e08351bb7647

commit 578ce68ef5b40100dbbf85758779dcda4daadb6a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 3 22:57:27 2008 +0000

    [MINOR] Add some colors
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3844 30ef787d-52ff-0310-b286-e08351bb7647

commit 7079164b2c5d19e7082f9d3cd1ff33c54d6fbcbf
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 3 20:54:13 2008 +0000

    Try to enhance camera management (bug #10508)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3843 30ef787d-52ff-0310-b286-e08351bb7647

commit 30c2ed172ca587c7eb032465f2633b7f9c4f99b5
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 3 20:18:39 2008 +0000

    update norwegian translation (thanks to Christian Lomsdalen)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3842 30ef787d-52ff-0310-b286-e08351bb7647

commit 5e9110edf46a96fb3b9be6ff4a3e4a6f8a1c8f18
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 2 20:22:43 2008 +0000

    [BUGFIX] bug #10528: Construction weapon can be put on character
    
    WARNING: This is not a complete solution. It checks collision of the sprite rectangle (transparent pixels too!) with characters and other physical
    objects.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3841 30ef787d-52ff-0310-b286-e08351bb7647

commit 16a8564e93e2f468898c2fec55be8495a497424a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 2 19:31:55 2008 +0000

    [BUGFIX] bug #10613: Singleplayer mode reuse multiplayer teams
    
    The real problem was that once a team had been marked as remote, it kept this attribute as long as wormux is running. Thus, if you played a solo game
    just after a network game with the same team, you were able not control the falsy remote team(s).
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3840 30ef787d-52ff-0310-b286-e08351bb7647

commit 3a556aac72acf82d18f94c7bd9dea602ac6a28e2
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 2 18:15:24 2008 +0000

    [BUGFIX] bug #10617: Weapons are displayed behind mines and fire barrels
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3839 30ef787d-52ff-0310-b286-e08351bb7647

commit dfa0ae7a0c16e8c32ee1ab78567de5fc16fa7bbc
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 2 10:40:57 2008 +0000

    [BUGFIX] bug #10614: Anvil sound doesn't stop if it can't fall
    
    Check when choosing the target that the anvil is not already stuck in the ground. Shoot is cancelled if anvil is stuck
    Anvil is now put on top of the map (y = 0 - anvil.GetHeight), thus it should never be stuck in the ground.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3838 30ef787d-52ff-0310-b286-e08351bb7647

commit d5c89bb68230a7de659aed984ad5cb8a001a43c9
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Dec 31 16:13:23 2007 +0000

    [task #5576] Improve keys and keyboard help : importing help menu skeleton.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3837 30ef787d-52ff-0310-b286-e08351bb7647

commit 7214bd6e35426c21b5c51987ebc5d880a0a48d4a
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 30 14:47:17 2007 +0000

    some sl.po fixes
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3836 30ef787d-52ff-0310-b286-e08351bb7647

commit f56924f68806ac6fee9ceea3983d42464c56a2a4
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 30 14:40:26 2007 +0000

    decreased the shotgun damage, it is used per-bullet and the shotgun has 4, so
    2*80 damage was possible. Also doubled the spread of the bullets.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3835 30ef787d-52ff-0310-b286-e08351bb7647

commit d752a9f9df744f9ba4592154d1e87e921be06730
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 29 10:29:17 2007 +0000

    Use a red rectangle around button with picture and text
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3834 30ef787d-52ff-0310-b286-e08351bb7647

commit 63319027132f3d8a611863e7e715dbd1fc202021
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 29 10:28:32 2007 +0000

    Main menu uses GridBox container to handles menu buttons
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3833 30ef787d-52ff-0310-b286-e08351bb7647

commit 97853d52b742fac00dd74ef240e2e43be20c1bf6
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 29 10:27:29 2007 +0000

    New container of widgets: GridBox. It automatically handles the position of widgets in a multi-lines grid
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3832 30ef787d-52ff-0310-b286-e08351bb7647

commit 98808b8c754d39dfb2014c0517133969995bc504
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 28 17:29:18 2007 +0000

    simplify snark description (web page http://wormux.org/php/authors.php
    suppport only one line for description)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3831 30ef787d-52ff-0310-b286-e08351bb7647

commit 8df7aaa1f5b716a315b4af672caa0d990d97dc04
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 27 21:19:07 2007 +0000

    [Win32] Change again some paths for win32 dlls bundling.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3830 30ef787d-52ff-0310-b286-e08351bb7647

commit 231db93a308eb122300727cdc2ef77a3f3022e9e
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Dec 26 21:02:14 2007 +0000

    updated sl.po
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3829 30ef787d-52ff-0310-b286-e08351bb7647

commit 72f53a0c9f17a9a3098ed6b0097df72eb9fed288
Author: pawel_dyda <pawel_dyda at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Dec 26 20:36:15 2007 +0000

    pause_menu.cpp strings included, po files updated, Polish po translated.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3828 30ef787d-52ff-0310-b286-e08351bb7647

commit 75a02132efac19f8626d3dd8d6ee00d635f0be80
Author: pawel_dyda <pawel_dyda at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Dec 26 16:07:49 2007 +0000

    Updated and revised Polish translation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3827 30ef787d-52ff-0310-b286-e08351bb7647

commit 2a7f8900541f8e3b0f7c634271d078bd9daa9347
Author: snark_boojum <snark_boojum at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Dec 26 12:17:20 2007 +0000

    Committed Christian Lomsdalen's updated nb.po
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3826 30ef787d-52ff-0310-b286-e08351bb7647

commit 3c557fdf6c725c74f9f9349250c07fa3441912b0
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 23 14:26:10 2007 +0000

    Update changelog for 0.8beta4
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3824 30ef787d-52ff-0310-b286-e08351bb7647

commit ff9e7647dc1bf958dd93e4cd0ba67e671ce4aec0
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 23 13:50:55 2007 +0000

    Update authors list (active/inactive team, web site of Christian Lomsdalen)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3819 30ef787d-52ff-0310-b286-e08351bb7647

commit 5e5de39ce9f7033d5e8ca1ef0e6887f19cb94e3e
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 20 23:41:45 2007 +0000

    New main menu in progress, little change on pause/quit menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3818 30ef787d-52ff-0310-b286-e08351bb7647

commit c65d91dc5291223ef55d3e99863b93e55adccbab
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 20 23:40:07 2007 +0000

    Add artworks from YeKcim for Main Menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3817 30ef787d-52ff-0310-b286-e08351bb7647

commit 5beb3579fed7d15e876a42491dcaa91fc9addae1
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 20 23:32:39 2007 +0000

    [MINOR] Rename one color nod used yet
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3816 30ef787d-52ff-0310-b286-e08351bb7647

commit 070010cf28000ec830f1d1a5d2236373f6b5543e
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 20 23:22:04 2007 +0000

    [MINOR] Remove dead code
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3815 30ef787d-52ff-0310-b286-e08351bb7647

commit 2e32f4df115f7c924a14cf35659c529e9d1a9521
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 20 21:13:23 2007 +0000

    correct cmake compilation (thanks Snark, gentildemon: good job for quit menu)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3814 30ef787d-52ff-0310-b286-e08351bb7647

commit 13f9fac3f801199d203e65c2465cf67533c08dda
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Dec 19 23:39:51 2007 +0000

    More beautiful pause menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3813 30ef787d-52ff-0310-b286-e08351bb7647

commit 600817b72ad707ae8d653a8f55fab287c5b6357e
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Dec 19 17:26:24 2007 +0000

    [BUGFIX] Do not use anymore a random number in ObjMine constructor as it causes random number generator unsynchronization over the network (#bug
    9861).
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3812 30ef787d-52ff-0310-b286-e08351bb7647

commit 2459ed30e03c9d85b4eba613e78583d0885ad507
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Dec 19 17:23:22 2007 +0000

    Check that random generator is only used when loading data or when playing
    (this is related to bug #9861)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3811 30ef787d-52ff-0310-b286-e08351bb7647

commit 2978353558cf78f0d6ed03df5236dd4307252431
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 15 22:20:10 2007 +0000

    [MINOR] Weapons tweaking
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3810 30ef787d-52ff-0310-b286-e08351bb7647

commit 0b114416425ac2c64815e82b553688d289bcef32
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 15 21:31:17 2007 +0000

    [Bug #10411] Use another solution different from revision 3772: simply force loading before threads may both use TeamsList.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3809 30ef787d-52ff-0310-b286-e08351bb7647

commit 25aeba8d19cc7f09044ba8910e483d57376b8b2c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 15 11:31:22 2007 +0000

    [BUGFIX] Initialize the random number generator for local games
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3808 30ef787d-52ff-0310-b286-e08351bb7647

commit ad1bcfda56ab9d0d9e1bcc21cb34c8380a55d3d3
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 15 11:28:47 2007 +0000

    [BUGFIX] Initialization of the random generator is now ok in network mode
    (related to bug #9861)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3807 30ef787d-52ff-0310-b286-e08351bb7647

commit eeaaaee36b479b2533e0b9acb44ae9c4c78c06bc
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 15 11:27:21 2007 +0000

    [MINOR] Add a missing end of line in message
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3806 30ef787d-52ff-0310-b286-e08351bb7647

commit 8ae6e21e1379e89c3ae7fac0a6cf95ef13b4167b
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 15 10:10:20 2007 +0000

    [MAJOR] Change the network random numbers generator management.
    Now each client compute its own random numbers but the seed is refreshed each turn by the turn master. This way, the random generators stay
    synchronized.
    This is related to bug #9861.
    
    WARNING: The random generator seems unsynchronized in the initialization of the game, when mines and barrels are put. Thus, they are not in the same
    place. Anyway, now, when gnu and polecat rebounds, it is exactly at the same place, so it's ok for the generator, but there's something to fix during
    the initialization.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3805 30ef787d-52ff-0310-b286-e08351bb7647

commit 5faae5c22733d8f67a17b5088a2e880c2fc3ea88
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 14 23:08:48 2007 +0000

    [bug #10506] enhance damage points visibility : Take two.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3804 30ef787d-52ff-0310-b286-e08351bb7647

commit 0f37bd9f511c442bf2778ec0f303e15c6c5ec266
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 14 22:13:01 2007 +0000

    Rename Constants::VERSION into Constants::WORMUX_VERSION to avoid collisions with autotools' VERSION (whenever ./config.h is included, for instance in tool/i18n.h)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3803 30ef787d-52ff-0310-b286-e08351bb7647

commit 2ace660c68fd909fd56ea4063b47edf335124912
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 14 18:16:09 2007 +0000

    [i18n] Fixing fribidi. Now, Wormux is supporting RTL languages \o/
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3802 30ef787d-52ff-0310-b286-e08351bb7647

commit 9c32dfa576e2e8c8ca5f82abe53ab6029f607d75
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 14 17:49:27 2007 +0000

    [i18n] minor correction of strings.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3801 30ef787d-52ff-0310-b286-e08351bb7647

commit a02e2c9cf05526124502c0c34ff0daabbc16eb36
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 14 16:22:29 2007 +0000

    [Autotools] Fixing fribidi detection.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3800 30ef787d-52ff-0310-b286-e08351bb7647

commit 8cb15cefab35a5770a5ff0ff5bfcdab6fc4b771b
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 14 16:21:14 2007 +0000

    [i18n] Fixing optional compilation of fribidi.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3799 30ef787d-52ff-0310-b286-e08351bb7647

commit 31d1445e805d5f8b0cd75878cf44d82c70642b70
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 14 16:20:12 2007 +0000

    [i18n] Initial import of fa.po language.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3798 30ef787d-52ff-0310-b286-e08351bb7647

commit 17f7a2748712171b612e44ce271159035d4ff71a
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 14 13:05:15 2007 +0000

    [bug #10506] Introducing a fading text to enhance damage point visibility. (Take One).
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3797 30ef787d-52ff-0310-b286-e08351bb7647

commit 97309de19b3850d76e79805a8b3e2b2bffb2df16
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 14 11:00:04 2007 +0000

    [minor] revert a modification.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3796 30ef787d-52ff-0310-b286-e08351bb7647

commit c9ae6fd284f51ae7ad5df750c657c268bb0d4d24
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 14 10:58:50 2007 +0000

    [minor] Using full path in the header included in particles header + cosmetics.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3795 30ef787d-52ff-0310-b286-e08351bb7647

commit b409002ee06261621d5390cd88710fd0f303a801
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 13 19:56:41 2007 +0000

    [bug #10404] Weapons polecat and gnu cause random number generator desynch. Try to avoid this desync by delaying time (600 ms) between each rebound instead of each engine refresh (20 ms).
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3794 30ef787d-52ff-0310-b286-e08351bb7647

commit 1ab4f1e7380febd34a52c2c4732271fbaf785031
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Dec 12 23:12:03 2007 +0000

    [MENU] New pause/quit menu. It will use yeKcim image as soon as possible
    [MINOR] Try to flush the random generator numbers
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3793 30ef787d-52ff-0310-b286-e08351bb7647

commit 20e4e7c0c238c98700468f4a172b6d015568785b
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Dec 12 23:09:19 2007 +0000

    [MINOR] Use randomSync.GetRand() instead of GetLong() to check if it is still synchronized
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3792 30ef787d-52ff-0310-b286-e08351bb7647

commit a455e93d79d6bdffcf252a9da9c2c17a1250eb22
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Dec 12 23:07:36 2007 +0000

    [MINOR] Center picture for big Checkbox
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3791 30ef787d-52ff-0310-b286-e08351bb7647

commit e5180ba71a6f299d1ff1e50cc075c83524ce6dcc
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Dec 12 23:05:18 2007 +0000

    [MINOR] Add some debug messages
    [MINOR] Change return type of GetRand as rand() returns an int and not a double
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3790 30ef787d-52ff-0310-b286-e08351bb7647

commit 7d84c7f1c8f7d4f36c06cb238b4adcd6a8051a66
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Dec 12 17:22:33 2007 +0000

    [Network] Forget to remove something in physical object class.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3789 30ef787d-52ff-0310-b286-e08351bb7647

commit 7be1550b7dd8bf65cbeb9ae98b4fd23ea4906d45
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Dec 12 17:17:43 2007 +0000

    [Network] Check value of CRC action before processing them. For the moment, if the action is incorrect, we only drop it. We need to check if there's no issue with big/little endian.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3788 30ef787d-52ff-0310-b286-e08351bb7647

commit 3a44d56f36f58cdfd25a5659832f377ab3b640e7
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Dec 12 16:42:34 2007 +0000

    [Minor] Translation.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3787 30ef787d-52ff-0310-b286-e08351bb7647

commit b1e4d0ae4f5fd96d49b2e218694fe49527f2a105
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Dec 12 16:00:45 2007 +0000

    [Minor] Translation of french word.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3786 30ef787d-52ff-0310-b286-e08351bb7647

commit c9fe383ddbfb80a42e621621220b6da15f2c5823
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Dec 12 11:42:40 2007 +0000

    [Minor] Fixing compilation with gcc.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3785 30ef787d-52ff-0310-b286-e08351bb7647

commit 8c7a659d7ce104d6406d19baf92e89dcf6f50561
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Dec 11 23:31:14 2007 +0000

    [Win32] Actual support for UTF-8 pasting (not sure string is properly positionned or sized).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3784 30ef787d-52ff-0310-b286-e08351bb7647

commit 68afd5b0d964190fea1de9785f9a15cf6a057af0
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Dec 11 22:42:39 2007 +0000

    Initialize cursor_pos (hell of a bug to track...).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3783 30ef787d-52ff-0310-b286-e08351bb7647

commit edee88796ca634cad2e7477d08a34f424f7f84d2
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Dec 11 22:12:06 2007 +0000

    Menus don't need to be refreshed according to in-game fps, but much less. No need to eat CPU for nothing.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3782 30ef787d-52ff-0310-b286-e08351bb7647

commit 6f73c6aa4d255ad7f028582ad93a22594ff1deb9
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Dec 11 22:08:53 2007 +0000

    [Network] Adding crc in the size of an action.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3781 30ef787d-52ff-0310-b286-e08351bb7647

commit 2dde4b583e233a167c2fce3487a55438783814f5
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Dec 11 22:07:55 2007 +0000

    [Network] Fixing compilation.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3780 30ef787d-52ff-0310-b286-e08351bb7647

commit cfdb183de8eacd7a19e57c3cf11c784c745a142f
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Dec 11 21:08:36 2007 +0000

    [Win32] Change version number.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3779 30ef787d-52ff-0310-b286-e08351bb7647

commit 76b3c2e841980a32635c0b1b4475db573c7095f0
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Dec 11 19:39:09 2007 +0000

    [Network] work in progress for crc check.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3778 30ef787d-52ff-0310-b286-e08351bb7647

commit f51cbd5a171db223bceb99a91d514eed84d26e53
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Dec 11 19:06:42 2007 +0000

    [Network] Start to implement a way to sync a physical object.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3777 30ef787d-52ff-0310-b286-e08351bb7647

commit fbffa786548e71ec63f76bbc2125710720991682
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Dec 11 19:02:39 2007 +0000

    [Network] Starting to implement a crc in the action class.
    Action class can now store and retrieve an euler vector.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3776 30ef787d-52ff-0310-b286-e08351bb7647

commit 340293210b68bb2f242dbf8833ef3ef3e17fc747
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Dec 11 19:00:55 2007 +0000

    [minor] New constructor for the euler vector to create a new euler vector with already existing value of x0, x1 and x2.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3775 30ef787d-52ff-0310-b286-e08351bb7647

commit 653d30d0dc78f734ba3bef95ee266ee1073e8208
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 8 22:23:37 2007 +0000

    change airhammer_used sound, add sounds sources, add Grz- to authors
    list
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3774 30ef787d-52ff-0310-b286-e08351bb7647

commit 75649396bacbec2ca83271bd7887044443d88d81
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 8 21:57:39 2007 +0000

    Add sound for boxes hitting ground.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3773 30ef787d-52ff-0310-b286-e08351bb7647

commit 17fd44f23e652645dbc521bf5d2470430c3e3cb8
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 8 16:00:53 2007 +0000

    [Bug #10411] FindById would sometimes return 2 different pointers. This happens because TeamsList constructor is slow and something that would call TeamsList::GetInstance in another thread would cause another instance to be created in parallel. This also explains why there was a strange leak.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3772 30ef787d-52ff-0310-b286-e08351bb7647

commit a80da0ba6d2070043952f669cd1f20a1de99bde6
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 8 15:25:41 2007 +0000

    Some compilers can, some not.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3771 30ef787d-52ff-0310-b286-e08351bb7647

commit 8ccb07b3203728156c4a5f8b33b9f934b52e9d4e
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 8 15:23:02 2007 +0000

    FindPlayingbyId now takes int& as parameter.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3770 30ef787d-52ff-0310-b286-e08351bb7647

commit 89054ad69e0078cbd214a115f4e169f0e2792e42
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 8 15:18:39 2007 +0000

    Make Find{,Playing}ById use the same prototype.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3769 30ef787d-52ff-0310-b286-e08351bb7647

commit c4f50a99a777a6c5b4bf7d8779695a3922d08e9a
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 8 14:08:38 2007 +0000

    Inline some accessors.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3768 30ef787d-52ff-0310-b286-e08351bb7647

commit 9f820bb41111387db05551d06162dcd3048bdc82
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 8 13:32:29 2007 +0000

    On update, a team can't be changed from local to remote => remove useless parameter (plus bug #10411 is not due to this in fact).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3767 30ef787d-52ff-0310-b286-e08351bb7647

commit 21adea315178ef1ea0fb91926e2db743585ea1d9
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 8 13:13:48 2007 +0000

    Add and use a method to delete Downloader instance only if it exists.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3766 30ef787d-52ff-0310-b286-e08351bb7647

commit 5290004e8b01404ec1ee80a753e861d4fc247594
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 8 13:08:04 2007 +0000

    Rename MaxSleepFps to MaxDelay to make more sense.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3765 30ef787d-52ff-0310-b286-e08351bb7647

commit b27b4a64f9fcfc3ad389c2ad17e64364e5be6738
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 8 12:58:17 2007 +0000

    Inline some functions.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3764 30ef787d-52ff-0310-b286-e08351bb7647

commit aa7eb8eb3054068eeccebddb101d22e5c6027e8f
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 8 12:35:45 2007 +0000

    Set singleton to NULL after having deleted it.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3763 30ef787d-52ff-0310-b286-e08351bb7647

commit 83cdfa655b0ea0dfa5904bdef68d6c3d0262fdd2
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 8 12:26:55 2007 +0000

    Initialize is_highlighted.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3762 30ef787d-52ff-0310-b286-e08351bb7647

commit 8b97bb58ddb085614e14719e6f6da8b4db75ade1
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 6 23:06:12 2007 +0000

    Server ignores team addition/removal from clients if team does not exist on the server
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3761 30ef787d-52ff-0310-b286-e08351bb7647

commit 3dd644e5ee89835eee4ada3d042af45f19913e64
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 6 23:01:21 2007 +0000

    [BUGFIX] Fix building
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3760 30ef787d-52ff-0310-b286-e08351bb7647

commit 1c73631bc9f18d5b2ec850b57e44db1848001838
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 6 22:50:57 2007 +0000

    [MINOR] When the random generator is unsynchronized, display the last numbers generated by server and client
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3759 30ef787d-52ff-0310-b286-e08351bb7647

commit 19f2067227c4f5936a63ac580c0c0228be5f749d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 6 20:51:38 2007 +0000

    [DEBUG] Run "wormux -d widget.border" to have red border around widgets
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3758 30ef787d-52ff-0310-b286-e08351bb7647

commit bdbace76a01cf651fd2d2c599fe5cac3d616ceaa
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Dec 5 22:51:31 2007 +0000

    [Win32] Fix packaging script for my own setup.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3757 30ef787d-52ff-0310-b286-e08351bb7647

commit 39b9490de9bb3d9d1a3b34a4b004ce8349f4153e
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Dec 5 22:50:40 2007 +0000

    [Win32] Workaround for Visual resource compiler not understanding __DATE__ and __TIME__ (prebuild event involving shell)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3756 30ef787d-52ff-0310-b286-e08351bb7647

commit 1176011c4b7dc91cb89f826df7fb42e6ec295bf3
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Dec 5 21:39:28 2007 +0000

    correct a little old graphic bug
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3755 30ef787d-52ff-0310-b286-e08351bb7647

commit b2908fbb960a85361c7939769d158b90eba01d89
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Dec 5 21:37:03 2007 +0000

    we can adjust blank arround map by 2 ways (in picture, in config.xml)
    that's one more that we need so i crop all maps
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3754 30ef787d-52ff-0310-b286-e08351bb7647

commit c86a5b4d153ee975a2a87d5e6d6b1fe896dabd7e
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Dec 5 08:50:22 2007 +0000

    Add missing file...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3752 30ef787d-52ff-0310-b286-e08351bb7647

commit a0e77900546345ecc24ac5170bc2d5477d513ab7
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Dec 4 22:59:15 2007 +0000

    Modify widget to make them in line (and make yeKcim happy :)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3751 30ef787d-52ff-0310-b286-e08351bb7647

commit 2f5423e17efb9161bc839a887134c00794045844
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Dec 4 22:51:55 2007 +0000

    convert random_map.png to jpg
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3750 30ef787d-52ff-0310-b286-e08351bb7647

commit 5006ee80c1b0b12e47e1a138a2cd9eec30e9abba
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Dec 4 22:46:36 2007 +0000

    gimp > color > posterize (less quality map png, less Mo for archive) -5.9Mo
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3749 30ef787d-52ff-0310-b286-e08351bb7647

commit e1219f23793925b31dc3ec93064b6586cd49c8a9
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Dec 4 19:05:09 2007 +0000

    sky.jpg less quality (wormux is now 8.1Mo smaller)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3748 30ef787d-52ff-0310-b286-e08351bb7647

commit 3a10e01c911ef7271aed74585c7c58aa52126c82
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Dec 4 18:38:27 2007 +0000

    [bug #10420] User going outside of map on the top are no longer considered out of game.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3747 30ef787d-52ff-0310-b286-e08351bb7647

commit f8891c03554103531bc1d61efff05539071346c2
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Dec 4 10:15:50 2007 +0000

    updated sl.po
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3746 30ef787d-52ff-0310-b286-e08351bb7647

commit 38f381e05cd1a17d8c55b3ce46426e3854b675cc
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Dec 3 23:57:23 2007 +0000

    Fix segfault when changing language before playing a game
    (related to bug #9974)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3745 30ef787d-52ff-0310-b286-e08351bb7647

commit 23a66930366c23b6b2aef8e5da9e38c89f3c562a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Dec 3 23:19:35 2007 +0000

    [bug #9974] Language selection doesn't affect weapons' label in weapons' menu
    Fixed !
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3744 30ef787d-52ff-0310-b286-e08351bb7647

commit dca8664dff5259c0ac2c888467e499fa692836b7
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Dec 3 22:04:42 2007 +0000

    Reject most obvious erroneous fuzzy translations.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3743 30ef787d-52ff-0310-b286-e08351bb7647

commit 39cd50f4b18bb38743e340211cc0cce8ffec90e5
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Dec 3 21:51:26 2007 +0000

    Slightly update ca.po (most obvious false translations).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3742 30ef787d-52ff-0310-b286-e08351bb7647

commit 5003f2f88f04afeefabb8013d02d2b7fa094862c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Dec 3 21:46:34 2007 +0000

    Enable antialiasing for team flag of energy bar in game interface
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3741 30ef787d-52ff-0310-b286-e08351bb7647

commit dc006ae5f106016f906518b89a99f97a64fd1ae0
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Dec 3 21:28:42 2007 +0000

    Antialiasing for weapon icon (visible in weapon menu)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3740 30ef787d-52ff-0310-b286-e08351bb7647

commit f4b650e0a747c06b963dfe90b43630c741003b4d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Dec 3 21:22:57 2007 +0000

    Fix random map display in network client game menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3739 30ef787d-52ff-0310-b286-e08351bb7647

commit ba2589e018e41e6d0110510cd8db484373dd26eb
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Dec 3 21:14:59 2007 +0000

    Enable antialiasing for map preview
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3738 30ef787d-52ff-0310-b286-e08351bb7647

commit 2842417226c085b6ff07062a29b023411a0722fb
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Dec 3 21:10:18 2007 +0000

    Antialiasing could be enable (disable by default) for PictureWidget
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3737 30ef787d-52ff-0310-b286-e08351bb7647

commit 9b5277e21461856dba38214c579b544187cf20c3
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Dec 3 21:06:07 2007 +0000

    Fix polish translation. Sounds like a cat or copy'n'paste gone wrong.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3736 30ef787d-52ff-0310-b286-e08351bb7647

commit 0e5c79cf92ae63d86185e1441dd6395280e8da60
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Dec 3 20:59:17 2007 +0000

    Better management of focus for widgets
    TextBox now uses highlight background feature from Widget
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3735 30ef787d-52ff-0310-b286-e08351bb7647

commit 4aa2090b228873c203a92a62cd8c7baee842dfb6
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Dec 3 17:48:20 2007 +0000

    [DEV] Add 2 missing package needed to compile Wormux on a fresh Ubuntu 7.10 setup.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3734 30ef787d-52ff-0310-b286-e08351bb7647

commit 97ff47c9d07410f10a666eb0015998b4ef8845e0
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 2 23:53:02 2007 +0000

    NewAction may generate data packets to send, so don't disconnect the socket immediately.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3733 30ef787d-52ff-0310-b286-e08351bb7647

commit 5629b68221c2ea0686c32e5207cde9089b3c69c0
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 2 21:46:08 2007 +0000

    Fix Sprite constructor (it impacted antialising)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3732 30ef787d-52ff-0310-b286-e08351bb7647

commit 9d873b5852295cae3ea5e429718f47bff299357e
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 2 20:49:29 2007 +0000

    Rename Widget::ForceRedraw() to Widget::NeedRedrawing()
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3731 30ef787d-52ff-0310-b286-e08351bb7647

commit d5fa275a2ac29a64e0fcfc40883fcfce85f7c375
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 2 20:47:08 2007 +0000

    Rename Widget::ForceRedraw() to Widget::NeedRedrawing()
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3730 30ef787d-52ff-0310-b286-e08351bb7647

commit 4f3408be5fab526e2b98cfaf62e9580dc13d62d2
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 2 20:42:21 2007 +0000

    Remove useless method Button::GetSprite()
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3729 30ef787d-52ff-0310-b286-e08351bb7647

commit 76d580c166b0bfb25710c9566fe6107cdbd1ad4e
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 2 20:38:56 2007 +0000

    Rename Container::Redraw to Container::RedrawBackground
    Widget now inherits from Container
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3728 30ef787d-52ff-0310-b286-e08351bb7647

commit cca0768fc9824132d07b72f4eaefb8e412d807d6
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 2 20:29:21 2007 +0000

    Enable anti-aliasing for class Question
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3727 30ef787d-52ff-0310-b286-e08351bb7647

commit cf7e201b3a66962d2a27f33b63f453fcb7d258d5
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 2 20:28:40 2007 +0000

    Enable anti-aliasing for loading screen
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3726 30ef787d-52ff-0310-b286-e08351bb7647

commit c2dce8a72f4b40962ab5740f900842a2f435848f
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 2 20:23:15 2007 +0000

    Enable antialiasing for menu backgrounds
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3725 30ef787d-52ff-0310-b286-e08351bb7647

commit 7a92e5c56cb051f519ee809ff09066f876eadee5
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 2 19:53:47 2007 +0000

    Listbox uses widget border and bg colors
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3724 30ef787d-52ff-0310-b286-e08351bb7647

commit 021d3dd6ec7010245aa89f7658a828b5fdc79280
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 2 19:47:52 2007 +0000

    All widgets can have border and background colors
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3723 30ef787d-52ff-0310-b286-e08351bb7647

commit db57540724d0890065520a9b61337c83ffc44fb2
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 2 19:06:35 2007 +0000

    Release some more memory from weapons.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3722 30ef787d-52ff-0310-b286-e08351bb7647

commit 5cbf90c49b135c7ad4fe51caa841905f2f83599c
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 2 18:50:09 2007 +0000

    Release memory for weapons (remove refcounter + do remove image), game mode, and game.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3721 30ef787d-52ff-0310-b286-e08351bb7647

commit fdd4a3025aea6e23d78356a0034fdef6f1f3ab09
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 2 18:02:57 2007 +0000

    First step to make Widget::Update not virtual
    (*$@ù!! widget_list!)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3720 30ef787d-52ff-0310-b286-e08351bb7647

commit fbe39d76226f5172d524e0e769d82ccb4f350b84
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 2 17:50:24 2007 +0000

    Move CleanUp() methods into the object.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3719 30ef787d-52ff-0310-b286-e08351bb7647

commit 3c3626744d1db232fe46fdb8ddb338fc6ede80ae
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 2 17:43:21 2007 +0000

    Method IsVisible() is useless
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3718 30ef787d-52ff-0310-b286-e08351bb7647

commit a5df2609851d5542692d435be5c4f3281d297956
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 2 17:42:20 2007 +0000

    SetVisible() is now a method from widget
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3717 30ef787d-52ff-0310-b286-e08351bb7647

commit aa3cf1489dc8c88375e315bc91744e2e8ae7b0d8
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 2 17:30:26 2007 +0000

    Replace occurence of "need_redrawing = true" by ForceRedraw()
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3716 30ef787d-52ff-0310-b286-e08351bb7647

commit 1200515653a4362c4364b7dfbb69b423d5754549
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 2 17:28:36 2007 +0000

    Release memory for MapsList.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3715 30ef787d-52ff-0310-b286-e08351bb7647

commit 9cdace3eaab14caac47dd41fed859cc37dfbaa79
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 2 17:15:11 2007 +0000

    Change MapsList::lst to store InfoMap*. Allows to free memory
    for InfoMap instances.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3714 30ef787d-52ff-0310-b286-e08351bb7647

commit 0b632ca5390a73a3641f8aee6d82acff4ae0d817
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 2 17:09:52 2007 +0000

    First step to clean the widgets: rename methods about mouse/keyboard focus
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3713 30ef787d-52ff-0310-b286-e08351bb7647

commit 0490d4eaec1713f6ff0fd70ebc37336d6b7c0c97
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 2 16:54:35 2007 +0000

    Revert r3710: existence of a destructor is harmful.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3712 30ef787d-52ff-0310-b286-e08351bb7647

commit 261d8bc3957c224945cf98cc104a722be81aa3b4
Author: pawel_dyda <pawel_dyda at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 2 15:44:56 2007 +0000

    Udpated Polish translation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3711 30ef787d-52ff-0310-b286-e08351bb7647

commit 5c23ab968ff33de4c04344bd1acc4ca9dbe52bf4
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 2 15:12:10 2007 +0000

    Release InfoMap memory properly (missed objects + on exit).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3710 30ef787d-52ff-0310-b286-e08351bb7647

commit 85a606a70c4d65430f3834fd2e07c54189e3be9d
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 2 15:00:56 2007 +0000

    Release memory for downloader on exit.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3709 30ef787d-52ff-0310-b286-e08351bb7647

commit edcd1660b51bbe91f30ab25602de7461e05234e9
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 2 13:32:33 2007 +0000

    [bug #10413] ListBox doesn't display all...
    Ugly fix... in fact ListBox was ok but ListBoxWithLabel was not
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3708 30ef787d-52ff-0310-b286-e08351bb7647

commit 0ed0505b005a7006931de6356c48ccd1d7766046
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 2 13:10:29 2007 +0000

    Add reminder of drayan's patch for effective RTL support.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3707 30ef787d-52ff-0310-b286-e08351bb7647

commit 28511c8ca2b9bd3e9c307535d7b18de90ad8596c
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 2 12:48:31 2007 +0000

    Partial own translation for spanish. A real spanish speaker should complete/correct it.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3706 30ef787d-52ff-0310-b286-e08351bb7647

commit f20a4a82ca3389b9b7b8826fbe6bd47cce53e8a6
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 2 12:14:30 2007 +0000

    Correct a typo in a dsiplayed string.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3705 30ef787d-52ff-0310-b286-e08351bb7647

commit 7e89921d8ca4a02d5e491990dc89633a9c4e97d8
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 2 12:02:38 2007 +0000

    Seems to work somewhat better, restore as normal.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3704 30ef787d-52ff-0310-b286-e08351bb7647

commit 4115f6fb955fc255ce84fab3da7a9f545a656692
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 2 10:49:21 2007 +0000

    make update-po
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3703 30ef787d-52ff-0310-b286-e08351bb7647

commit 2d0589f87e359f247c1e9fe5855d91ccb31738a3
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 2 10:46:21 2007 +0000

    po-update + fuzzy + untranslated.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3702 30ef787d-52ff-0310-b286-e08351bb7647

commit 63e7d3272d4556f863d5fe4e49df12fab4e702c9
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 1 00:18:01 2007 +0000

    Reduce a bit (30%) jetpack strength.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3701 30ef787d-52ff-0310-b286-e08351bb7647

commit 4aeff95c118fab2729c795f31d84c4b8942d77c8
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 30 21:05:27 2007 +0000

    [Bug #10411] Add a remote parameter for team update callbacks,
    so as to specify whether the team is remote when processing
    an update team action.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3700 30ef787d-52ff-0310-b286-e08351bb7647

commit 960bc1d19c193c973ab41fd50ca1e7c64e309b00
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 30 20:41:14 2007 +0000

    Release memory for Camera and Mouse classes on exit.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3699 30ef787d-52ff-0310-b286-e08351bb7647

commit 60ccef57ea339a19c8c0f2ea579194549de8ae38
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 30 20:36:06 2007 +0000

    File not saved => file not committed.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3698 30ef787d-52ff-0310-b286-e08351bb7647

commit 4207c9d519905bb985732765b85ecb8d9b4ad97f
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 30 20:33:10 2007 +0000

    Init only once TTF stuff.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3697 30ef787d-52ff-0310-b286-e08351bb7647

commit 6dda75cb705aa27ee187d97ef8464e0334e89f4a
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 30 20:28:09 2007 +0000

    Call TTF_Quit only once.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3696 30ef787d-52ff-0310-b286-e08351bb7647

commit 899186d57f240309f5824bd939f10be6b6d92522
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 30 20:24:22 2007 +0000

    Release fonts memory.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3695 30ef787d-52ff-0310-b286-e08351bb7647

commit 89cdf466c57e768b295e4b3628132cd2be71c68d
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 30 19:45:14 2007 +0000

    Don't load teams when we are about to unload them.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3694 30ef787d-52ff-0310-b286-e08351bb7647

commit 5cce54690239a6eb941a96e977a6b775cf83e753
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 30 19:44:42 2007 +0000

    Cosmetics.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3693 30ef787d-52ff-0310-b286-e08351bb7647

commit 9bd83f3efd35b42a969cce1ff8dceecf354a88ed
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 30 19:24:07 2007 +0000

    One less debug printf.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3692 30ef787d-52ff-0310-b286-e08351bb7647

commit feec322730431e2964c0922072af25ff41cb814f
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 30 19:22:08 2007 +0000

    Probably no more need for wait for thread with timeout.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3691 30ef787d-52ff-0310-b286-e08351bb7647

commit 06f6627e409097578e0829d3b9478038f62744bf
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 30 18:44:26 2007 +0000

    [Win32] Add comments to warn about some code to cope with Visual Studio in debug mode.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3690 30ef787d-52ff-0310-b286-e08351bb7647

commit f05b6e09fd537b2198f7b6dd3b223c82e96ed472
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 30 18:30:29 2007 +0000

    [bug #10391] Infinite loop when wormux client is not recognized by index server
    
    Fixed but error message is similar to the one if index server is unavailable
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3689 30ef787d-52ff-0310-b286-e08351bb7647

commit 64a0417081a1501ed471d955803aa8a200a5169a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 30 17:57:36 2007 +0000

    Remove wrong and useless code
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3688 30ef787d-52ff-0310-b286-e08351bb7647

commit 32f384778cd537ca40818e9a10a9135cccd6f049
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 30 14:21:57 2007 +0000

    [Win32] Refine message being displayed for gettext compilation.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3687 30ef787d-52ff-0310-b286-e08351bb7647

commit 4df1ac252b79ed8703066ae8fbd7d380a94cdb5c
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 30 14:11:00 2007 +0000

    Add zh_TW to LINGUAS.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3686 30ef787d-52ff-0310-b286-e08351bb7647

commit 490a56fc861e1814e5559b1239bb796b76f39199
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 30 14:10:29 2007 +0000

    Update gettext rules.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3685 30ef787d-52ff-0310-b286-e08351bb7647

commit c02d884f6892921561f741b0f7e729b96beda03c
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 30 14:09:37 2007 +0000

    Updating with candidate Taiwan translation.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3684 30ef787d-52ff-0310-b286-e08351bb7647

commit d9ad2d1b3e1750897ae7f9fe92d2147fc2b9bbdf
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 30 14:07:26 2007 +0000

    Move fribi-config --libs result to LIBS instead of LDFLAGS.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3683 30ef787d-52ff-0310-b286-e08351bb7647

commit ff9e990daa0badccc4101467b3dde817d3374780
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 30 01:06:13 2007 +0000

    Test more current status (thread to continue? no cpu left?).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3682 30ef787d-52ff-0310-b286-e08351bb7647

commit d4ad2d5ae5ec4f0dc27a554f604c8cbc0240775d
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 29 23:30:10 2007 +0000

    Fix memory leak of plane_color in Polygon
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3681 30ef787d-52ff-0310-b286-e08351bb7647

commit 338261d59de45b2beea47eee2d5b68f4770598b9
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 29 23:25:34 2007 +0000

    Release XML profile memory when loading default values.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3680 30ef787d-52ff-0310-b286-e08351bb7647

commit f2a3a3710306b2c2b44e98ce3c62177ddbf41704
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 29 23:17:11 2007 +0000

    Differenciate check phases.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3679 30ef787d-52ff-0310-b286-e08351bb7647

commit aee99fed6228f33c015915daf5d5f1bbd2b801fa
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 29 23:13:39 2007 +0000

    Fix memory leak by removing object config pointers.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3678 30ef787d-52ff-0310-b286-e08351bb7647

commit ea659b888f0c54b0683db117f94a3a00ce205d7a
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 29 23:06:07 2007 +0000

    Free widgets used to make null ones.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3677 30ef787d-52ff-0310-b286-e08351bb7647

commit ebc407bb7956e5ba34f7c993e54c6e63726791db
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 29 22:59:51 2007 +0000

    Free the window icon loaded.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3676 30ef787d-52ff-0310-b286-e08351bb7647

commit ce7bcfd9e5e783c848fb29e85d12f41f56ec0c4b
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 29 20:49:42 2007 +0000

    Make the chinese language available (see bug #10413 though).
    --____________--
    
    M    options_menu.cpp
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3675 30ef787d-52ff-0310-b286-e08351bb7647

commit 1214a0f80cfac354f1c157a897007385aacd34ad
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Nov 28 21:34:26 2007 +0000

    Add chinese (Traditional/Big-5?) language.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3674 30ef787d-52ff-0310-b286-e08351bb7647

commit 68a1a075c2b89eb2c4f866ea23c9b194163b1ae7
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 27 23:39:40 2007 +0000

    Remove useless code (some of the code commited in r3671)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3673 30ef787d-52ff-0310-b286-e08351bb7647

commit 3137fdd6c3308f4ed9459477f49b24ea6ad6d05e
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 27 23:37:47 2007 +0000

    Remove useless call of Menu::RedrawMenu as Question does it for us
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3672 30ef787d-52ff-0310-b286-e08351bb7647

commit 0dc317df05f0c04aff1e603eb9a3594ed7c33567
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 27 23:36:13 2007 +0000

    [BUGFIX] Fix AppWormux::RefreshDisplay in case of submenu (for instance internet list menu is ran in network connexion menu)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3671 30ef787d-52ff-0310-b286-e08351bb7647

commit 71afbbec8de6e7b7c1b2ffb485a705e265eb159b
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 27 22:48:56 2007 +0000

    Improving class Question, now it redisplays by itself the whole screen when it disappears :)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3670 30ef787d-52ff-0310-b286-e08351bb7647

commit c207d1b0aa9312be83ee7c3a0532f7de30654636
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 27 22:09:00 2007 +0000

    [bug #10405] Slightly better version: catch error, display it, remove map from list.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3669 30ef787d-52ff-0310-b286-e08351bb7647

commit 13dc069ec1675a76c1e75814df78e1dc2e6f4e80
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 27 21:21:06 2007 +0000

    [bug #10405] Warn user he has a corrupt/troublesome map somewhere. (not perfect but better than nothing)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3668 30ef787d-52ff-0310-b286-e08351bb7647

commit 91fbeba4868b5e96834370c5a5636d0ddec0597d
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 27 21:03:29 2007 +0000

    Correct small typo in member function name.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3667 30ef787d-52ff-0310-b286-e08351bb7647

commit 72b055a3e912977ee54b2afd26f696b3ee458bcf
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 27 19:07:33 2007 +0000

    Don't use dummy code.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3666 30ef787d-52ff-0310-b286-e08351bb7647

commit ba3cfa854c2c503a24bbbe18058befa61758b2e5
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 27 13:12:48 2007 +0000

    Enable wormux to be compiled statically!
    The configure flag --enable-static works for me now.
    
    The curl check is not optimal, but still needed otherwise autotools produce a bad
    commandline with invalid ordering.
    
    In addition, I had to do the following:
    - my glib2 and glibmm distributions had to be rebuilt with --enable-static
    - I recompiled sdl without aalib support, since we don't need it
    
    While I can easily make binaries, I don't know how the data part is handled.
    Do we have some kind of make static-dist?
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3665 30ef787d-52ff-0310-b286-e08351bb7647

commit dd0be70daaec94a4d2154316681fdfa7d96a6c31
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 27 12:00:31 2007 +0000

    fix compilation by removing warnings with some noop code
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3664 30ef787d-52ff-0310-b286-e08351bb7647

commit f9c014a5bf55668be21de251ca13f49493e0ac73
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 26 21:50:43 2007 +0000

    [Win32] Now seems harmless to run through this code.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3663 30ef787d-52ff-0310-b286-e08351bb7647

commit d7fc1666ec28f3db262955eb8e03650207e6ae48
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 26 21:34:43 2007 +0000

    [Win32] Set version to 0.8svn.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3662 30ef787d-52ff-0310-b286-e08351bb7647

commit 5ec2003dbee3a66808540d52361f9b3ed548add5
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 26 21:33:29 2007 +0000

    Reduce server CPU usage when server is waiting.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3661 30ef787d-52ff-0310-b286-e08351bb7647

commit a902774759e61955bd19e9d2a5491c299a6577eb
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 26 21:06:14 2007 +0000

    When there's no client, no need to check them or the sockets.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3660 30ef787d-52ff-0310-b286-e08351bb7647

commit 578fee2bd88ba837edecba07087614abd989e2d5
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 26 20:28:42 2007 +0000

    [bug #10389] Teleportation causes crash. Call Weapon::p_Select() in Teleportation::p_Select(). Crash was probably due to a bad value of m_last_fire_time.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3659 30ef787d-52ff-0310-b286-e08351bb7647

commit b602f2b4d4ae07123723ae1722c0ceb37ee7874c
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 26 18:16:12 2007 +0000

    updated sl.po
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3658 30ef787d-52ff-0310-b286-e08351bb7647

commit 013833ed31e26cf9ec4787515a8f2dbcc7ca825e
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 25 22:52:37 2007 +0000

    Antialiasing can be enable Sprite by Sprite. Currently, it is enable only for Sprite in PictureWidget (maps selection)
    
    WARNING: due to a limitation of sdl_gfx, antialiasing must be disabled when flipping a surface
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3657 30ef787d-52ff-0310-b286-e08351bb7647

commit 8bfab7150341a488cf3e179e528151a1b74312c6
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 25 20:50:15 2007 +0000

    [DEBUG] Enhancing help message.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3656 30ef787d-52ff-0310-b286-e08351bb7647

commit c05a5261eae42f7d3a95466e55c202114c076b4a
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 25 20:43:10 2007 +0000

    [DEBUG] Wormux option '-d all' now return all debug message.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3655 30ef787d-52ff-0310-b286-e08351bb7647

commit 23f8769e30c80f4ee983a96217e5195a6ef01c2a
Author: auria <auria at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 25 19:52:33 2007 +0000

    Data paths are automatically detected on OS X no matter how you install the game (no more needed to define OSX_BUNDLE)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3654 30ef787d-52ff-0310-b286-e08351bb7647

commit 3b91d73c88d925faaea697fad6a3101a2d4acb5c
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 25 19:27:59 2007 +0000

    [CMAKE] Fixing cmake compilation.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3653 30ef787d-52ff-0310-b286-e08351bb7647

commit 2d2b69b071f907a8d8cb39f8686fbba9088ccc7c
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 25 18:52:06 2007 +0000

    [AUTOTOOLS] Adding fribidi as an optional dependency for bi-directional text rendering.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3652 30ef787d-52ff-0310-b286-e08351bb7647

commit 0a0911a7bf90ea89fca4eda746eebe8ea49b70d4
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 25 17:43:01 2007 +0000

    Flamethrower's flames now disappear on water with vapor (need sound).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3651 30ef787d-52ff-0310-b286-e08351bb7647

commit fc1715710e812457b374af6d8eb4b2927ab5bc8b
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 25 17:05:34 2007 +0000

    Initialize coordinates.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3650 30ef787d-52ff-0310-b286-e08351bb7647

commit fd1e9b641069bc7c93aab673570602cca354bf09
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 25 16:47:43 2007 +0000

    [Win32] Merge Headers and Source folders, remove Replay subfolder.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3649 30ef787d-52ff-0310-b286-e08351bb7647

commit 6b59ea1e88514273a86874955a40eeb63b522268
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 25 12:33:22 2007 +0000

    Make the size more dynamic (depending on screen resolution, not yet bottom bar).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3648 30ef787d-52ff-0310-b286-e08351bb7647

commit 6af16d2cfc0aa8d68a44d80c2fbee50135651db4
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 25 12:23:16 2007 +0000

    D'oh, those operators can't be const...
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3647 30ef787d-52ff-0310-b286-e08351bb7647

commit 6df0121aa61c3a98178e81dc96380257d36689d7
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 25 12:20:04 2007 +0000

    Some more operators (/, >>, <<) for Vector2.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3646 30ef787d-52ff-0310-b286-e08351bb7647

commit d0800201f916b491fc38dc27f19782a7181238ee
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 25 12:08:03 2007 +0000

    Add button middle click to paste into a TextBox
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3645 30ef787d-52ff-0310-b286-e08351bb7647

commit 265db2a06a01a23d42a3b4f0a1c947394f13b23c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 25 11:19:01 2007 +0000

    Stronger check for libcurl
    Enable configure option --enable-static
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3644 30ef787d-52ff-0310-b286-e08351bb7647

commit 334a992859d8a5cf4ba19b40364a49df4c13249a
Author: pawel_dyda <pawel_dyda at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 25 07:59:54 2007 +0000

    Updated Polish translation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3643 30ef787d-52ff-0310-b286-e08351bb7647

commit 15add55a84d344b95ff753ad1e4c7bd3ff96eb81
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 25 02:45:55 2007 +0000

    Copy'n'paste support for OSX.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3642 30ef787d-52ff-0310-b286-e08351bb7647

commit e59bca9b73456f802ec8b563d514a1bdfc076c83
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 25 00:27:57 2007 +0000

    [Win32] Also support copy'n'paste under Windows.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3641 30ef787d-52ff-0310-b286-e08351bb7647

commit 626e7258e7c8c537ba960dee57a006d4368cd65b
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 24 21:58:21 2007 +0000

    Copy'n'paste support in text boxes for linux. Not checked for buffer overflow, unicode or correct memory release.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3640 30ef787d-52ff-0310-b286-e08351bb7647

commit ba3d50b2e29dda0710ccf4ab3def051375728592
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 24 12:02:48 2007 +0000

    Flamethrower flames shouldn't produce collision sound ("ricoche1").
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3639 30ef787d-52ff-0310-b286-e08351bb7647

commit 8dab73ca6efed0c8d3b0e35963e5c04ab0216b43
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 24 11:53:47 2007 +0000

    Increase sniper rifle's bullet speed.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3638 30ef787d-52ff-0310-b286-e08351bb7647

commit 483c15a28c14ef9063a816b537395aa38da718e2
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 24 11:39:04 2007 +0000

    Fix beam shading when it goes outside of screen.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3637 30ef787d-52ff-0310-b286-e08351bb7647

commit a274e4452b3b728b2e27ec05b3d1faf06fce2c35
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 24 11:08:28 2007 +0000

    Use of signed integers, even though unsigned would have been fine.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3636 30ef787d-52ff-0310-b286-e08351bb7647

commit 20120f276411872e6057d78c7580da5848908874
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 24 11:06:17 2007 +0000

    abs is for ints, so use fabs.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3635 30ef787d-52ff-0310-b286-e08351bb7647

commit 39ccfd32250e33087ac24d6a6287bc0d318f1a59
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 24 01:49:04 2007 +0000

    Use Surface:: = operator.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3634 30ef787d-52ff-0310-b286-e08351bb7647

commit c4e3ea054814ef3b24a003d8319a244c997fb0b9
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 24 01:25:36 2007 +0000

    Fix minimap position (not yet usable as such, but prepares for correct implementation).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3633 30ef787d-52ff-0310-b286-e08351bb7647

commit dd3b108992e580a8bdd5cae86b12fa7918874791
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 24 01:08:37 2007 +0000

    Increase alpha threshold to avoid white edges.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3632 30ef787d-52ff-0310-b286-e08351bb7647

commit 9ab2dc89a1a833824eebd901b0904b98166f8242
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 24 00:57:25 2007 +0000

    Fix minimap transparency handling.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3631 30ef787d-52ff-0310-b286-e08351bb7647

commit e2cbf47b761ded4ec3f1c8677c0ba24c12e53f9c
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 23 22:30:04 2007 +0000

    Minimap test implementation, set TILE_HAS_PREVIEW to 1 in map/tile.h to test.
    Problems to solve:
    1) Transparency handling (big failure at this, almost inversed).
    2) Accounting the offset (500,500) added to the tile when displaying the minimap.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3630 30ef787d-52ff-0310-b286-e08351bb7647

commit 61a53a59af644a73fa71787265173d8251e322b3
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 23 21:45:54 2007 +0000

    ru update from GArik
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3629 30ef787d-52ff-0310-b286-e08351bb7647

commit a6c1f363e95fd554157364a1cec72fa8b7c0cdda
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 22 22:58:44 2007 +0000

    Fix crash in SDL-mixer: don't call Mix_Pause()/Mix_Resume() if sound is disabled
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3628 30ef787d-52ff-0310-b286-e08351bb7647

commit dbd43f9e6718a4eb0c09286fff872b26638e2a1a
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 22 21:59:27 2007 +0000

    Only do a zoom when the angle doesn't justify a rotozoom.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3627 30ef787d-52ff-0310-b286-e08351bb7647

commit ab334cc8ee089936dbc3d3ad3f63994124c0e35c
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 22 21:10:08 2007 +0000

    [Win32] Windows server doesn't work properly with non-Windows clients, so warn about this.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3626 30ef787d-52ff-0310-b286-e08351bb7647

commit 2180a24946cb9aa9e4b2f548076dff0b77b31857
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 22 11:34:33 2007 +0000

    Add Debian dependencies
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3625 30ef787d-52ff-0310-b286-e08351bb7647

commit 715ece5726b6089f52eb6df3aa1e144aaac3f486
Author: progs <progs at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Nov 21 16:13:11 2007 +0000

    wormux0.8beta3 changes note
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3624 30ef787d-52ff-0310-b286-e08351bb7647

commit a976e009840bd4ca3c48ed3642a15d9eb0bd5dd1
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 20 19:54:16 2007 +0000

    less wind sprites (20->7) => more fps (15->35)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3623 30ef787d-52ff-0310-b286-e08351bb7647

commit 95f2ee0c86c37fcf44a9972b966e58d5f0112f0d
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 19 20:02:23 2007 +0000

    [task #5574] Bonus box fall quickly in network game using space key.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3622 30ef787d-52ff-0310-b286-e08351bb7647

commit 99b99d6d3307b68924834bc670dbaa8d7d375f8c
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 19 00:24:47 2007 +0000

    back to 100%
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3621 30ef787d-52ff-0310-b286-e08351bb7647

commit dfebdd6bebc1dcb1ee1f58f278e97b894fd540d1
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 18 22:26:08 2007 +0000

    [BUGFIX] bug #10307 : Hide cursor at the begining of battle
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3620 30ef787d-52ff-0310-b286-e08351bb7647

commit d62217e565648dd50d813fe6dd78fa8f4cad9485
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 18 22:24:45 2007 +0000

    [MINOR] Remove duplicated code (handled in man_machine_interface)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3619 30ef787d-52ff-0310-b286-e08351bb7647

commit ba2b100e645c590280b5bb9d5c9cccc60d6c81c7
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 18 20:34:20 2007 +0000

    [TASK #5579] Middle click button centers the camera on the active character
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3618 30ef787d-52ff-0310-b286-e08351bb7647

commit ff44ba7cd7cf3d21c620187cd7b15b76de3aeacc
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 18 17:09:46 2007 +0000

    [BUGFIX] bug #10291: Automatic bazooka does not really take power given by the user into account
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3617 30ef787d-52ff-0310-b286-e08351bb7647

commit e78a064da4ac0ce611a8ea7da2c402019e5b19d1
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 17 23:02:03 2007 +0000

    Remove an unused variable.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3616 30ef787d-52ff-0310-b286-e08351bb7647

commit bafe8904b6a3474962f91284c65bbc53434f36f8
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 17 17:34:13 2007 +0000

    bug #10234: fix fading (and reorder a bit code).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3615 30ef787d-52ff-0310-b286-e08351bb7647

commit b0829f406ff831239a079041c542e2c04458db28
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 17 17:33:22 2007 +0000

    [Win32] Add fading_effect.h to MSVC project file.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3614 30ef787d-52ff-0310-b286-e08351bb7647

commit 1d17007857c2b008f808d740d92a03d926d115fe
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 17 17:32:40 2007 +0000

    [Win32] Increase version number...
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3613 30ef787d-52ff-0310-b286-e08351bb7647

commit f8082afd34286c7c52ec5aaf57ba37d89747b7d7
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 17 15:33:48 2007 +0000

    bug #10292: use darker gray to make things more readable in the weapon menu.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3612 30ef787d-52ff-0310-b286-e08351bb7647

commit b0de613c74cb37cb66565c9e0b845d820a3073d5
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 17 15:12:08 2007 +0000

    [Win32] Use debug libs when available for MSVC build.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3611 30ef787d-52ff-0310-b286-e08351bb7647

commit a9c118d427d1bead4b6f80f1d102891844042e01
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 17 14:18:38 2007 +0000

    Small clean-up, not needed for release.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3610 30ef787d-52ff-0310-b286-e08351bb7647

commit bdf21b3195ceadfd7078c5a50c1b4f157c78b722
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Nov 14 19:10:19 2007 +0000

    [BUGFIX] Fix compilation of the index server.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3607 30ef787d-52ff-0310-b286-e08351bb7647

commit f7aadeb8a42ef27b7830f0b6b07bfd628f233ecc
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Nov 14 16:15:52 2007 +0000

    [BUGFIX] Enable connection from wormux 0.8beta3 client.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3606 30ef787d-52ff-0310-b286-e08351bb7647

commit 7f57eeed9ef01e9a6dfaed262af76d8193e14af5
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 13 22:46:46 2007 +0000

    [TASK #5578] No step animation when walking slowly
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3603 30ef787d-52ff-0310-b286-e08351bb7647

commit dbfa35a0048ccccb615af65ddfb61a0c5e4572ea
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 13 19:13:02 2007 +0000

    Revert my useless changes when trying to solve the index server hang.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3602 30ef787d-52ff-0310-b286-e08351bb7647

commit e0875c7e01d4796acae94048f0f57422fbd8c0ed
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 13 00:14:17 2007 +0000

    Update wormux man page with shift allowing to walk slowly
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3601 30ef787d-52ff-0310-b286-e08351bb7647

commit f0885602cd54ea65c76b394e27865dfb32a1fe87
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 12 23:54:04 2007 +0000

    [TASK #5578] Now it's possible to walk slowly when pressing SHIFT
    Walking speed can be configured in data/game_mode/classic.xml (walking_pause: the smallest it is, the fastest it walks)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3600 30ef787d-52ff-0310-b286-e08351bb7647

commit ab8d26d9c96fbf43f1fec1ccd22e5dfe0989bc11
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 12 21:37:17 2007 +0000

    [BUGFIX] Fixing bug #10306 : Increase resolution during battle...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3599 30ef787d-52ff-0310-b286-e08351bb7647

commit 75d8f9b923a7d29b64d91c10a9a805e15ff8fad5
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 12 20:14:12 2007 +0000

    [Win32] Let's hope we have finally properly included all MSVC files...
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3597 30ef787d-52ff-0310-b286-e08351bb7647

commit 80b06ba070457740053bcb6fcabb9b072d7e08fc
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 12 19:15:46 2007 +0000

    [AUTOTOOLS] Correct path of msvc files.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3595 30ef787d-52ff-0310-b286-e08351bb7647

commit d93d6263017e0acfa0f2434dfc5210c103d1a5ad
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 12 09:54:27 2007 +0000

    updated Brazilian Postuguese translation, thanks to Romulo Fernandes
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3592 30ef787d-52ff-0310-b286-e08351bb7647

commit 4a71268acdfc5536a882e92b879a05eec1d45709
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 11 22:56:19 2007 +0000

    This is the proper file for the bugfix about infinite loop thought to be fixed in r3590.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3591 30ef787d-52ff-0310-b286-e08351bb7647

commit 4ce445cfc2294e596ede6c7459692bde3520c4ed
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 11 22:50:33 2007 +0000

    Fix infinite loop on network initialization when checkbox to use index server is ticked.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3590 30ef787d-52ff-0310-b286-e08351bb7647

commit 892bdc9e784b74caf08f1d758b2ec45b728adad0
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 11 22:15:20 2007 +0000

    [Win32] Adding to distribution list more files needed by MSVC build.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3589 30ef787d-52ff-0310-b286-e08351bb7647

commit b500d13bf560b0174c22561b9c9a612bcd1de364
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 11 19:10:19 2007 +0000

    [Win32] Add Visual C++ project file to list of distributed files.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3586 30ef787d-52ff-0310-b286-e08351bb7647

commit a825768df5f4535b2f42d81b924343412aaf050e
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 11 14:52:18 2007 +0000

    [AUTOTOOLS] I will never forget to add header file in Makefile.am
    I will never forget to add header file in Makefile.am
    I will never forget to add header file in Makefile.am
    I will never forget to add header file in Makefile.am
    I will never forget to add header file in Makefile.am
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3584 30ef787d-52ff-0310-b286-e08351bb7647

commit 619e5825cc40b4dc2204cdeba6f1e49dfa97cba6
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 11 07:50:28 2007 +0000

    Change sky picture size (resolution) for closed maps
    [https://gna.org/bugs/?10268]
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3583 30ef787d-52ff-0310-b286-e08351bb7647

commit 35f7ac3952c21113a8aaaef24ad618dc9dfceec5
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 10 23:36:52 2007 +0000

    add/modify <add_pad>1</add_pad> in 4 maps
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3582 30ef787d-52ff-0310-b286-e08351bb7647

commit 2d251f3896cf6bc65db4b26c916e31904bd31e40
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 10 21:49:19 2007 +0000

    updated bonus box affected by wind factor
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3581 30ef787d-52ff-0310-b286-e08351bb7647

commit 3aaf3c311d16ee1fba22103e6fb76d1b2728536e
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 10 20:59:10 2007 +0000

    updated bosnian translation
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3580 30ef787d-52ff-0310-b286-e08351bb7647

commit 880f6a9ee7d8f6e9b27102c0c6e0a4777eaef5bb
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 10 20:06:32 2007 +0000

    revert the broken translation update too
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3579 30ef787d-52ff-0310-b286-e08351bb7647

commit db1a51aa345df3c28f3515198d5cfef0aa23581d
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 10 19:20:49 2007 +0000

    reverted 3576
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3578 30ef787d-52ff-0310-b286-e08351bb7647

commit cd528c490e0cf7235e229f9926ffefdeecef1f1a
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 10 14:05:51 2007 +0000

    made bonus box more affected by the wind
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3577 30ef787d-52ff-0310-b286-e08351bb7647

commit 4ee07f0e8001610a778ccbbd29280b4a6db54ee0
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 10 13:55:35 2007 +0000

    Made flamethrower to behave like shotgun instead of submachine
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3576 30ef787d-52ff-0310-b286-e08351bb7647

commit 22a0151cada9d8755d281f4a71ef43a7c7cbd276
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 10 13:01:33 2007 +0000

    [Win32] Update VC++ project file.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3575 30ef787d-52ff-0310-b286-e08351bb7647

commit 2ca646b393ee84060caf2ad1e69ed94f5bd2e62b
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 10 12:48:58 2007 +0000

    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3574 30ef787d-52ff-0310-b286-e08351bb7647

commit 68cecc861996509ca6501cfeac7ccbbd9c73eb80
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 10 10:56:46 2007 +0000

    Updated Norwegian Bokmål translation, thanks to Christian LOMSDALEN
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3573 30ef787d-52ff-0310-b286-e08351bb7647

commit 052de51e1c49b2cc40288a22847d741e21bea25d
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 9 20:42:10 2007 +0000

    [BUGFIX] Check if the bullet is colliding something before getting out of gun hole. Avoid tunneling effect where a character close to a thin wall can fire directly on the other side of the wall without hitting it.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3570 30ef787d-52ff-0310-b286-e08351bb7647

commit 9b573857336cfe48b293b5b0e0b4fb02beaa15a4
Author: pawel_dyda <pawel_dyda at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 9 19:42:00 2007 +0000

    Random map and its description translated into Polish
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3569 30ef787d-52ff-0310-b286-e08351bb7647

commit 771ddd89810e137a7135a93b300a21e6c36a6fcd
Author: auria <auria at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 9 01:51:36 2007 +0000

    Fix locale path on mac OS X
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3568 30ef787d-52ff-0310-b286-e08351bb7647

commit b1dc70bcaf29b53adc586683f24eee00b4009de3
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 9 00:21:54 2007 +0000

    updated translations for nl, pt and nb; thanks to Frank van der Loo, Eng. Bruno Queiroz and Christian Lomsdalen respectively
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3567 30ef787d-52ff-0310-b286-e08351bb7647

commit 43d5d7ccd2914020279df99e599866e2cb5e3680
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 8 22:23:49 2007 +0000

    Beautiful preview from yeKcim for random map
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3566 30ef787d-52ff-0310-b286-e08351bb7647

commit fcab82df83bb1a0c72cbe35b751b5f6c9258c45d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 8 22:03:57 2007 +0000

    Update of french translation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3565 30ef787d-52ff-0310-b286-e08351bb7647

commit ac47914c71013925abfdaf728dbc128b0414f885
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 8 11:11:56 2007 +0000

    updated sl.po
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3564 30ef787d-52ff-0310-b286-e08351bb7647

commit d829c64cbbae8cd46c2feed300f73a96a4123842
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 8 10:02:41 2007 +0000

    readd the missing address of the last translator for the russian translation since it was removed without a reason at the last update
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3563 30ef787d-52ff-0310-b286-e08351bb7647

commit 33d0f84a1703d90209419a9c665f9e07ad46c63e
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 8 09:42:48 2007 +0000

    Updated Romanian translation to 100% after flame thrower addition and radndom map feature; updated po files for all languages
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3562 30ef787d-52ff-0310-b286-e08351bb7647

commit 3be0d13d663f661fb320ae5a7a47217632a44458
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Nov 7 23:15:11 2007 +0000

    Filter only KEY_PRESSED events (KEY_RELEASED events are dropped) for chat messages. (Fix bug of double backspace event)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3561 30ef787d-52ff-0310-b286-e08351bb7647

commit fdd75b55a33d06825653681a66fc20ff230e415d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Nov 7 22:12:50 2007 +0000

    Cancel revert commit r3558
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3560 30ef787d-52ff-0310-b286-e08351bb7647

commit 0bf27b087f459ec2cd30975c347570ff2986bbd5
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Nov 7 22:01:53 2007 +0000

    task #5435 : Random map : choose a different map each time you play. Now available for network game!
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3559 30ef787d-52ff-0310-b286-e08351bb7647

commit 47fd91eeba52c24749279907682234c1291608ba
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Nov 7 08:50:57 2007 +0000

    reverted completely r3556 to make trunk build again; r3556 seems to be an incomplete patch
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3558 30ef787d-52ff-0310-b286-e08351bb7647

commit ee271bd22b4fe6af7ffdd9b02c00feb7fb176b20
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 5 22:22:47 2007 +0000

    [DATA] Change sky format (.jpg)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3557 30ef787d-52ff-0310-b286-e08351bb7647

commit 553d0828f315cdb99d0827c747b8728bceaeca23
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 5 17:12:37 2007 +0000

    [BUGFIX] Cleanly disconnect network client when server has forced disconnection
    such as in task #5396 if client and server are not on the same map
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3556 30ef787d-52ff-0310-b286-e08351bb7647

commit 5a24841c452a8af435399ffa670225b99a8cf866
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 5 14:53:06 2007 +0000

    task #5435 : Random map : choose a different map each time you play
    (Disabled for network game)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3555 30ef787d-52ff-0310-b286-e08351bb7647

commit 0c6c35733cdfa7946acf014b4735db06fb0cff94
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 5 14:51:24 2007 +0000

    [MINOR] Translate BorneLong() into InRange_Long(), BorneDouble() into InRange_Double()
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3554 30ef787d-52ff-0310-b286-e08351bb7647

commit e525b12b8aaed8391fd5fb64c250ccaff839bb91
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 4 12:41:15 2007 +0000

    [GRAPISM] little interface improvments
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3553 30ef787d-52ff-0310-b286-e08351bb7647

commit 31d6e5e658c6075e3ed63c478657cd8bd269a3cd
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 4 10:49:24 2007 +0000

    [BUGFIX] bug #9700 : Projectile overlapping bug
    (stupid error in sense of inequality)
    [MINOR] Modifying some debug messages
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3552 30ef787d-52ff-0310-b286-e08351bb7647

commit f87c5fa7d5a451db66cd8acd8a1e6688f47a9647
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 4 10:45:51 2007 +0000

    [MINOR] Modifying debug messages
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3551 30ef787d-52ff-0310-b286-e08351bb7647

commit 518bc4ecda9215423c1f4868bbf482b9bbaec20d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 4 09:55:56 2007 +0000

    patch #811 from Auria: max ambiguity problem stops compilation
    
    Remove ambiguity between std::max and the C max functions on Mac OSX computer
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3550 30ef787d-52ff-0310-b286-e08351bb7647

commit 0bbded67c0603c5e3a81bb7d5703c00b709e705c
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 4 09:35:42 2007 +0000

    fixed compilation via cmake
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3549 30ef787d-52ff-0310-b286-e08351bb7647

commit bd6debd530daf4e2e32957a0d8dec5b66e959d4f
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 3 20:06:21 2007 +0000

    Factorize handling of text and cursor position and all keys for textbox and chat in network (task #5566)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3548 30ef787d-52ff-0310-b286-e08351bb7647

commit 5b4ddcf01f14fb49fa7df8e484fa79e89c72cbe0
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 3 20:03:23 2007 +0000

    [MINOR] Coding style
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3547 30ef787d-52ff-0310-b286-e08351bb7647

commit c7524b6072aec6b4df105c18af8667e8523637f5
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 3 20:01:00 2007 +0000

    [MINOR] Space if filename are bad for scripts, portability, etc.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3546 30ef787d-52ff-0310-b286-e08351bb7647

commit cd469077ceff2ae173a21863a094d72b6ab11743
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 3 11:11:14 2007 +0000

    [BUGFIX] bug #10241 : Bazooka's "jet" sound played until game end
    
    To reproduce the bug, the active character should be nearly outside the map. Thus the weapon projectile is out of the map before the end of method
    WeaponProjectile::Shoot(). Fixed by launching the "jet" sound before calling WeaponProjectile::Shoot(), thus SignalOutOfMap() can really stop it.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3545 30ef787d-52ff-0310-b286-e08351bb7647

commit 97b7eb87c340fc72311a7c821a3f92a8f5d16703
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 2 20:13:52 2007 +0000

    [BUGFIX] bug #10246 : Textbox doesn't react anymore to right and left keys
    There was in fact 2 problems:
    1) these keys were no more forwarded to the widget as they can be sometimes handle by the menu
    2) cursor position was badly handled since r2685 (shame on me!)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3544 30ef787d-52ff-0310-b286-e08351bb7647

commit c0a9df46b589a950718eb687f50634a20804451e
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 2 13:43:49 2007 +0000

    add flamethrower position
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3543 30ef787d-52ff-0310-b286-e08351bb7647

commit f09bf9b8f37d8117fc74e256c2240d9c17544047
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 2 13:32:56 2007 +0000

    [BUGFIX] bug #9972 : after a network game, the first local default team changes
    
    Fixed by not saving (in ~/wormux/config.xml) remote teams in the list of teams
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3542 30ef787d-52ff-0310-b286-e08351bb7647

commit f45a4b26138669e8c37ba8a40d08e1e3b144bb6f
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 2 12:47:28 2007 +0000

    [BUGFIX] bug #10245 : Scroll mouse cursors are not used anymore when a specialized cursor has been selected
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3541 30ef787d-52ff-0310-b286-e08351bb7647

commit c4363f1a6d19bffe6b6d72a3fc307c28b4d9b961
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 2 12:11:13 2007 +0000

    [MINOR] Public methods becomes protected
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3540 30ef787d-52ff-0310-b286-e08351bb7647

commit 23b86bd05e56bfd2d0e33e4ae00151f5d0438e82
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 2 11:40:22 2007 +0000

    [BUGFIX] Fix bug #10242: Automatic bazooka crosshair disappears
    by disabling optimization, for the active character, of not drawing a character when outside camera view
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3539 30ef787d-52ff-0310-b286-e08351bb7647

commit d4b78b4d3c2dab40708bdf269b5f61644ec47326
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 2 11:10:44 2007 +0000

    [MINOR] Re-add const keyword removed in r2673
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3538 30ef787d-52ff-0310-b286-e08351bb7647

commit 1fd8631e4221d1610014ec19bc09aecfdc95190f
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 1 14:42:12 2007 +0000

    Don't let automatic bazooka explode after timeout (it starts flying towards its destination then)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3537 30ef787d-52ff-0310-b286-e08351bb7647

commit 75b2e1f9038a15e64a41683c6d323a685e9c0bef
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 31 18:51:54 2007 +0000

    add pumpkins map from Jeese
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3536 30ef787d-52ff-0310-b286-e08351bb7647

commit 8b3ce88b649d8079a4005e83415b83a55a4407bb
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 31 18:30:42 2007 +0000

    Fix compilation with cmake (flamethrower added).
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3535 30ef787d-52ff-0310-b286-e08351bb7647

commit 2f493771fb4f92acba35a71aabe6e892b3d181e1
Author: pawel_dyda <pawel_dyda at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 31 17:57:24 2007 +0000

    Flame thrower translation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3534 30ef787d-52ff-0310-b286-e08351bb7647

commit 251e0ef9141db3c3b8668017c0f1578d6b2121e8
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 31 14:55:44 2007 +0000

    Revert commit 3527 and update sound profile "default" to take into account the files moved in r3518
    It fixes bug #10233
    Konqui team now uses sound profile "flying"
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3533 30ef787d-52ff-0310-b286-e08351bb7647

commit 8ae1beea90e39073b9794deaea644786b0a2a41c
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 31 14:17:50 2007 +0000

    updated slovenian for the flamethrower ...
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3532 30ef787d-52ff-0310-b286-e08351bb7647

commit 2c383c7205629b31a60fbb7284d534ef8d329612
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 31 14:14:31 2007 +0000

    pot-update for the flamethrower strings
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3531 30ef787d-52ff-0310-b286-e08351bb7647

commit 9746e6139df964fe71387d0dc5202b1f1875fdb1
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 31 14:11:52 2007 +0000

    added the flamethrower files to po/Makefile.am too
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3530 30ef787d-52ff-0310-b286-e08351bb7647

commit f8363223120b6ede376e284211cb51b1f51a1dad
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 31 13:53:07 2007 +0000

    made the flamethrower a bit more realistic
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3529 30ef787d-52ff-0310-b286-e08351bb7647

commit e3e077c079a2ab2b96e3deec58d8854f8994eda3
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 31 11:53:18 2007 +0000

    added funebre to authors.xml
    and fixed another email address
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3528 30ef787d-52ff-0310-b286-e08351bb7647

commit fb705c5c1c964d909a92caf39073c3e946fc2ab3
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 31 01:19:03 2007 +0000

    fix the jetpack issue and probably other sound issues
    fix for https://gna.org/bugs/?10233
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3527 30ef787d-52ff-0310-b286-e08351bb7647

commit 71f9fa66c51d2910c1d951722a7e348a99882af9
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 31 00:16:34 2007 +0000

    on closing BeginMovementRL; this seems to really fix #9699
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3526 30ef787d-52ff-0310-b286-e08351bb7647

commit 573adf7c737e7ed58f552a1fdb2f13737ed29b1a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 30 22:24:51 2007 +0000

    [FEATURE] New weapon flamethrower thanks to funebre (forum member)
    Weapon was first proposed here: http://www.wormux.org/forum/viewtopic.php?id=889
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3525 30ef787d-52ff-0310-b286-e08351bb7647

commit dcf38e69f666d2154efc97d8c3df1c73bbf024d1
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 30 22:24:22 2007 +0000

    [FEATURE] New weapon flamethrower thanks to funebre (forum member)
    Weapon was first proposed here: http://www.wormux.org/forum/viewtopic.php?id=889
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3524 30ef787d-52ff-0310-b286-e08351bb7647

commit 8a7169fd521ec55c34174630ec2020dac33f9a51
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 30 21:24:24 2007 +0000

    [MINOR] Cosmetics
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3523 30ef787d-52ff-0310-b286-e08351bb7647

commit c88723d78d92d4c3ecf407fdb7ced6a4d47110f8
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 30 20:31:44 2007 +0000

    [MINOR] Cosmetics
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3522 30ef787d-52ff-0310-b286-e08351bb7647

commit fd1622aca8748e266753e4650b54fa4f7dbb5f24
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 30 19:47:02 2007 +0000

    [SOUND] Disco music for disco grenade :) (music comes from Supertux)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3521 30ef787d-52ff-0310-b286-e08351bb7647

commit 273fab48edcb793f58b92c48491a0424f5a9f255
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 30 19:18:46 2007 +0000

    [SOUND] Add missing sound sample when the Gnu rebounds (sound from game Supertux)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3520 30ef787d-52ff-0310-b286-e08351bb7647

commit 070386698ce207d6ebf748406642cdfa3333ab11
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 30 18:17:35 2007 +0000

    [bug #10224] Do not use randomSync when placing the bonus box, use Random class directly. Fix desynchronisation while playing a network game when a bonus box fall.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3519 30ef787d-52ff-0310-b286-e08351bb7647

commit 30b704890736e1c33eaaa1c761be50b84966ca35
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 30 12:32:42 2007 +0000

    [MINOR] Move weapons sounds from data/weapon/sound/ to data/sound/share/weapon/
    Alphabetic sort of data/sound/share/profile.xml
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3518 30ef787d-52ff-0310-b286-e08351bb7647

commit 703acf5ef4f06cd7d9f5e9c4c2a0f8db019d0ad1
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 30 12:20:38 2007 +0000

    [MINOR] Play sound when rockets from bazooka, automatic bazooka or riot bomb are flying
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3517 30ef787d-52ff-0310-b286-e08351bb7647

commit cc85fd0908181e7f3558204108a220a0836f3812
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 30 09:05:17 2007 +0000

    reorder weapons alphabetically to make it easier to find them in the file; no content changes were made
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3516 30ef787d-52ff-0310-b286-e08351bb7647

commit 33e69b914811e1c85cdc6083eaaa220bc51129eb
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 29 15:28:33 2007 +0000

    [TOOLS] Updating pkg_install to handle mandriva.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3515 30ef787d-52ff-0310-b286-e08351bb7647

commit 01e46330d5632e30ab9a87974f4293edc2096b57
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 29 15:13:30 2007 +0000

    [bug #9861] Bonus box are now generated by the turn master. The problem of desync is still here but I think this solution is better.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3514 30ef787d-52ff-0310-b286-e08351bb7647

commit 7a89e63696879df7d11b686212bde26d3392bee8
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 29 15:09:17 2007 +0000

    [MINOR] Show game interface when moving mouse.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3513 30ef787d-52ff-0310-b286-e08351bb7647

commit 0ede1ad1a35c4e6ee00b2e0119f3b6cb94435fb8
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 29 12:07:47 2007 +0000

    [MINOR] Avoid warning about missing sound which exists in fact
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3512 30ef787d-52ff-0310-b286-e08351bb7647

commit 38c617dc00a43827e2972b0bc706bbc91c4f6b72
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 29 12:03:25 2007 +0000

    Play a sinking sound not only for anvil but for all weapon projectile
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3511 30ef787d-52ff-0310-b286-e08351bb7647

commit 96a30d33e0487b2efcd574acddcf5cc72683f4bc
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 29 11:52:00 2007 +0000

    [FEATURE] Supertux doesn't drown, it swims !
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3510 30ef787d-52ff-0310-b286-e08351bb7647

commit e8e0defcaeed51749f965be27a0632d2eadac8b1
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 28 13:33:29 2007 +0000

    fix #10201 bad shortcut
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3509 30ef787d-52ff-0310-b286-e08351bb7647

commit be5adf123e7b465bfbb33af5689cf6844ffea3da
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 28 13:29:38 2007 +0000

    manpage: improved some english, made the formatting more consistent, added a proper synopsis, enabled hypenation and perhaps something else
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3508 30ef787d-52ff-0310-b286-e08351bb7647

commit 8e68fbb92cea20e6cd8cd9916e910da988ffdcf2
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 28 12:51:22 2007 +0000

    updated the POT
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3507 30ef787d-52ff-0310-b286-e08351bb7647

commit b585d3396ae1db4bb272827b3eab8681e55af3c2
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 28 12:32:36 2007 +0000

    updated sl translation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3506 30ef787d-52ff-0310-b286-e08351bb7647

commit e8a96e14540bd5ce1d06009451b1c63ba365bf42
Author: pawel_dyda <pawel_dyda at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 27 07:46:12 2007 +0000

    Updated to r3504. I would be very grateful if you refrain from using mine "keywords".
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3505 30ef787d-52ff-0310-b286-e08351bb7647

commit a5c33bade7a92493c7ffa5c08b1ed90d09b4cf4e
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Oct 26 19:19:44 2007 +0000

    [MINOR] Check that the network random generator is still synchronized.
    I hope it will help to resolve bug #9861
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3504 30ef787d-52ff-0310-b286-e08351bb7647

commit 82bbce4901a4e1b79a8527b035dc9b6caba0c6dc
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Oct 26 16:35:55 2007 +0000

    [bug #9861] Working on bonus box desync. Just preliminary work.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3503 30ef787d-52ff-0310-b286-e08351bb7647

commit 7effccd01d227a5786d401f2d97a31fe6c9a521e
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Oct 26 16:13:25 2007 +0000

    [BUGFIX] Forget to commit this little correction of the fading line effect.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3502 30ef787d-52ff-0310-b286-e08351bb7647

commit 874ef52bcf9b535b735155b5c43d440478ae862e
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Oct 26 09:31:00 2007 +0000

    updated Romanian translation to 100% again and ran make update-po in the po directory
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3501 30ef787d-52ff-0310-b286-e08351bb7647

commit 383f18066c159e66f8ba48bc995c51b7ed7223fb
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Oct 26 09:22:28 2007 +0000

    apparently the slide-after-parachute is gone with this change (fix for https://gna.org/bugs/index.php?9699)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3500 30ef787d-52ff-0310-b286-e08351bb7647

commit 724c792f9510deb2f7d5a086c4465b80af4f90de
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 24 21:59:25 2007 +0000

    [FEATURE] task #5468 : hide angle cross for snipper.
    Draw the crosshair in front of the gun hole.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3499 30ef787d-52ff-0310-b286-e08351bb7647

commit 7ee6a7f91ab35cbec0c83bf0e5fb18360c2a2d42
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 23 19:26:37 2007 +0000

    [FEATURE] Centering camera at the begining of the game.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3498 30ef787d-52ff-0310-b286-e08351bb7647

commit b751eea2cfc2d85b43d3aa5c6519732887d9c5b4
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 23 18:55:24 2007 +0000

    [FEATURES] Centering mouse when starting a new game.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3497 30ef787d-52ff-0310-b286-e08351bb7647

commit fa485d5b1e12cc245bb4ee9af9eb7d12198b7ccd
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 23 18:51:00 2007 +0000

    Translation of french word.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3496 30ef787d-52ff-0310-b286-e08351bb7647

commit dcf4b2966359ac35dff1f4d1163bb1d0da1a50c3
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 22 20:44:35 2007 +0000

    [BUGFIX] Correct fading effect of the snipe riffle laser beam.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3495 30ef787d-52ff-0310-b286-e08351bb7647

commit e1e52fe98fd7b1c37341144a740ebc6b55d70590
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 22 19:44:33 2007 +0000

    Fading effect on the snipe riffle laser beam (need polishing).
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3494 30ef787d-52ff-0310-b286-e08351bb7647

commit 70293993a84c547e0180fb9ffead64a651ed5921
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 22 19:24:05 2007 +0000

    [BUGFIX] fix compilation.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3493 30ef787d-52ff-0310-b286-e08351bb7647

commit 4aa96f68ccf1d3affd0703794f8affea2c259796
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 21 12:13:32 2007 +0000

    Network main loop factorizations
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3492 30ef787d-52ff-0310-b286-e08351bb7647

commit 03fc0b329ad603f39f9e22ce2d440ec89680d90c
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 20 11:14:49 2007 +0000

    Handle forced disconnection as soon as they happens
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3491 30ef787d-52ff-0310-b286-e08351bb7647

commit 5480fd8879eb79a2af47c261c826758e5d2d8173
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 20 07:19:03 2007 +0000

    [TOOLS] Install all package needed by Wormux on a fresh install of Ubuntu. Feedback please if I miss something ^^.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3490 30ef787d-52ff-0310-b286-e08351bb7647

commit f8ab42fa8d60dad2f6c971cea1d516afe7b50718
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Oct 19 21:01:51 2007 +0000

    [MINOR] Modify AI code for debugging easily
    It should block less often (but still very stupid!)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3489 30ef787d-52ff-0310-b286-e08351bb7647

commit d937a591f0b1d062db0fb5ff5d7b6abc4a2fab41
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Oct 19 20:53:01 2007 +0000

    [MINOR] Fix comment
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3488 30ef787d-52ff-0310-b286-e08351bb7647

commit 88bdf0425157c8637ed6f4b3eb5f815369ee9569
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Oct 19 20:52:19 2007 +0000

    [MINOR] Fix compilation (Ubuntu 7.04, g++ 4.1.2, libsdl 1.2.11)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3487 30ef787d-52ff-0310-b286-e08351bb7647

commit feb689e1a212b3322206b1e56d5d70a700fbb8ab
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Oct 19 18:28:07 2007 +0000

    [BUGFIX] bug #10168 : Segfault on map 'Leafs'
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3486 30ef787d-52ff-0310-b286-e08351bb7647

commit de6de7bf7e470c1f359b589e02744b614c6dcf15
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Oct 19 12:31:03 2007 +0000

    socket.cpp: allow sending of const data (removes warning: irc.cpp:58: warning: deprecated conversion from string constant to ‘char*’)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3485 30ef787d-52ff-0310-b286-e08351bb7647

commit e9913862b9c59cf46a7c5baac204fb42117a327a
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Oct 18 21:05:33 2007 +0000

    delete useless file
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3484 30ef787d-52ff-0310-b286-e08351bb7647

commit 3c6f74b32dde3cf7a866fe8a027a689261c590b7
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Oct 18 17:01:11 2007 +0000

    [BUGFIX] Fixing compilation under Ubuntu 7.10.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3483 30ef787d-52ff-0310-b286-e08351bb7647

commit 63a798b67651be407d526af3bd0368a95bc1a8dc
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 17 20:27:51 2007 +0000

    Hopefuly fix compilation on debian
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3482 30ef787d-52ff-0310-b286-e08351bb7647

commit fc880bd8f4843555c1140846abe4478c2c5305ee
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 17 19:52:41 2007 +0000

    Snipe rifle fading beam
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3481 30ef787d-52ff-0310-b286-e08351bb7647

commit 0fa5cc9934e64f03f29bedb7f3a2ec44f6504442
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 16 18:59:42 2007 +0000

    - New socket layer
    - Early IRC client support
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3480 30ef787d-52ff-0310-b286-e08351bb7647

commit 97f7e8a53940abcd62131192854d32a5bac1b8f7
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Oct 11 18:49:24 2007 +0000

    task #5478 : option to disable Joystick support and change action
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3479 30ef787d-52ff-0310-b286-e08351bb7647

commit e39f67ce5120d1e91c46fd05b425cd5d9ce45143
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Oct 11 17:06:42 2007 +0000

    Cosmetics.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3478 30ef787d-52ff-0310-b286-e08351bb7647

commit 73f36d360f6aaa1925ee3fe5647ee1794685dcdb
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 9 21:40:09 2007 +0000

    More translation of French comments.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3477 30ef787d-52ff-0310-b286-e08351bb7647

commit d7f76ed8831cf18b045cadf2730014655483af81
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 9 21:25:40 2007 +0000

    Translate French.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3476 30ef787d-52ff-0310-b286-e08351bb7647

commit 118a8aeb299472ff2782951a323621913d86da25
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 9 21:21:41 2007 +0000

    Remove duplicated libs? (AC_CHECK_LIB seems to add them already).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3475 30ef787d-52ff-0310-b286-e08351bb7647

commit 78158da392c1face13165b39e8703fa861d3def0
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 9 21:20:05 2007 +0000

    [Win32] Make sure -lintl is used when linking under Windows.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3474 30ef787d-52ff-0310-b286-e08351bb7647

commit 496c9a3504015e01bf9849e024715bb09bf3954d
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 9 20:40:12 2007 +0000

    Cosmetics.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3473 30ef787d-52ff-0310-b286-e08351bb7647

commit ef6762f10967c063b11241ab4b6af9ef2b1ed58a
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 9 19:03:58 2007 +0000

    [Win32] Add some include paths, some libraries and newer files.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3472 30ef787d-52ff-0310-b286-e08351bb7647

commit ce3fea033e394aa6df854be776e7212a846fd99e
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Oct 5 08:05:24 2007 +0000

    make the hole done by the airhammer to have perfectly straight walls - closes #9982
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3470 30ef787d-52ff-0310-b286-e08351bb7647

commit 6d1c7d6239341f6c78938e439a4eb276d1375610
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Oct 4 18:32:53 2007 +0000

    (cosmetics) Remove the initial blank line from the tentative french translation of the GPL.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3469 30ef787d-52ff-0310-b286-e08351bb7647

commit db695e82dad3964f212fdfb0e010bf0e5add678c
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 3 21:23:21 2007 +0000

    Script to find what movement or clothe of what skin is not defined
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3468 30ef787d-52ff-0310-b286-e08351bb7647

commit 9bc6f950d29ea613130aa1d1991ceeab88e47400
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 3 20:44:35 2007 +0000

    [Win32] Fix shortcut creation. Also remove the previously badly installed shortcut.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3467 30ef787d-52ff-0310-b286-e08351bb7647

commit 67b4c8a01806394fcbc18a388dc444998c409468
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 3 20:36:20 2007 +0000

    [Win32] Fix crash in game menu under Win98 (no USERNAME env variable).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3466 30ef787d-52ff-0310-b286-e08351bb7647

commit 7b1a3bcfc05b33c437c3974e260865d6ed42ca97
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 3 19:41:44 2007 +0000

    Fix previous commit
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3465 30ef787d-52ff-0310-b286-e08351bb7647

commit 65742120d03c5aaba465f580aea7ebe0f1e0b009
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 3 19:29:33 2007 +0000

    iCheck the presence of the black clothe/movement when starting the game
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3464 30ef787d-52ff-0310-b286-e08351bb7647

commit ab70856452ba530f0bf38fcb683890e45aa59055
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 3 19:10:45 2007 +0000

    add black animation in php team
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3463 30ef787d-52ff-0310-b286-e08351bb7647

commit 429f36fd1f9afb2134d71df930f8d3bf8d686b8d
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 3 01:46:17 2007 +0000

    Remove debug printf.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3462 30ef787d-52ff-0310-b286-e08351bb7647

commit 872e8ce02e635e629f6c0f4ada51057d13b35308
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 3 01:08:23 2007 +0000

    Use new Text parameter to fix bug 10068.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3461 30ef787d-52ff-0310-b286-e08351bb7647

commit 34f4aea492e1cbb8335528d8824bf2a14eeeedc7
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 3 01:04:53 2007 +0000

    New parameter dummy to built a text graphical object purposedly empty.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3460 30ef787d-52ff-0310-b286-e08351bb7647

commit 9a0f8aba759790903f15b9fe89cd96621eae68a1
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 3 01:03:47 2007 +0000

    Cosmetics.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3459 30ef787d-52ff-0310-b286-e08351bb7647

commit e723d9ca6fd9a924c57a61be756287745791c48e
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 3 01:03:16 2007 +0000

    Add a method to retrieve font size.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3458 30ef787d-52ff-0310-b286-e08351bb7647

commit d0e0abf25dfadcc1b20bedae08d38ed5bca1c4ab
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Sep 29 22:27:44 2007 +0000

    Generalize the way a server list is retrieved from wormux.org
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3457 30ef787d-52ff-0310-b286-e08351bb7647

commit 89451af0dac48500065b662730652877d8415d76
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Sep 29 21:51:07 2007 +0000

    Fix turn not ending, when a character gets hurt while using a movement weapon (jetpack, ninja-rope or anti-gravity)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3456 30ef787d-52ff-0310-b286-e08351bb7647

commit 4bd76007ee89e62574ec547c0b66a1adf262dddc
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Sep 29 15:27:31 2007 +0000

    Forgotten during last commit
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3455 30ef787d-52ff-0310-b286-e08351bb7647

commit aa6f24fb5bfad038c2669dcb97c8dfafc80f44b7
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Sep 29 10:25:18 2007 +0000

    Adds a way to kick someone using commands in the chat
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3454 30ef787d-52ff-0310-b286-e08351bb7647

commit 5f0339e1ba36cea88a1df42414e8f116913a4ad5
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 28 20:14:07 2007 +0000

    [Win32] Fix compilation under Visual.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3453 30ef787d-52ff-0310-b286-e08351bb7647

commit 10543d2116e8d10813dc63ff5af1d8d833f49bc0
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Sep 27 19:02:09 2007 +0000

    Modify error message so that we do mention whether it's a personal folder or not.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3452 30ef787d-52ff-0310-b286-e08351bb7647

commit b1fbb3049289f07e3b4d67fe970b458be68e79c9
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Sep 26 20:58:58 2007 +0000

    snipe improvements
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3451 30ef787d-52ff-0310-b286-e08351bb7647

commit c27f15c89a57fe9816ff012f9f1edd27434501b7
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Sep 26 20:45:16 2007 +0000

    hallows are back in bankiz map.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3450 30ef787d-52ff-0310-b286-e08351bb7647

commit 90add151c6bf363f886729220fe964ef040d6965
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 25 22:15:00 2007 +0000

    Avoid hazardous call order when taking random numbers from the list
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3449 30ef787d-52ff-0310-b286-e08351bb7647

commit 5794ce0b8740ab050121ad3cdc08e8ad2e0bec18
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 25 19:46:58 2007 +0000

    Mouse click position
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3448 30ef787d-52ff-0310-b286-e08351bb7647

commit 8f1915dd2016da995a10b78150c8178f1e384e17
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 25 19:34:03 2007 +0000

    define all clic cursors positions (hand-fire still buggy, cible has bad
    position)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3447 30ef787d-52ff-0310-b286-e08351bb7647

commit 7a1b11edbb2096f4409fcf870b2fad4633d1c7bd
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 25 19:33:14 2007 +0000

    Use isNan macro from inkscape (should fix osx compilation)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3446 30ef787d-52ff-0310-b286-e08351bb7647

commit b72d5e11d5574df977b92cda45ee54841f36be80
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Sep 24 19:17:38 2007 +0000

    Fix bug #9853 : graves not going thru characters
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3445 30ef787d-52ff-0310-b286-e08351bb7647

commit a00f9aede6b927e12a636ed92604478b54b81318
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Sep 23 08:48:25 2007 +0000

    fix compilation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3444 30ef787d-52ff-0310-b286-e08351bb7647

commit 21c97476bc56b75397a48925d422551322b150bb
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Sep 22 18:40:21 2007 +0000

         Remove useless code.
         The camera is already centered on the playing character when starting.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3443 30ef787d-52ff-0310-b286-e08351bb7647

commit ca6491b8e2cec7b2500b7324b1b853d7765f0ef3
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Sep 22 16:58:50 2007 +0000

         remove center_on param on FollowObject whereas it was always used as true.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3442 30ef787d-52ff-0310-b286-e08351bb7647

commit 6228286bdda67a42146bdc096be59bc6f5620b4a
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Sep 22 10:21:53 2007 +0000

         remove useless MSG_DEBUG
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3441 30ef787d-52ff-0310-b286-e08351bb7647

commit 9b541382f0d5b8c37eff53f201552bb842944348
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Sep 22 10:19:24 2007 +0000

         Fix mouse hide timer behavior.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3440 30ef787d-52ff-0310-b286-e08351bb7647

commit 0ad4d94fae0ccf263d53c99a1efb6fe0d2a3fff0
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Sep 22 10:11:27 2007 +0000

    Files forgotten in r3438
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3439 30ef787d-52ff-0310-b286-e08351bb7647

commit 62d7a097bb29de9a1511124c2d3fc18e4422ef7c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 21 23:08:06 2007 +0000

    [task #5473] Clic position for mouse cursor is now defined in file cursors.xml
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3438 30ef787d-52ff-0310-b286-e08351bb7647

commit 0a99d0bbd341555404a1bafbb66d65337e570081
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 21 21:52:32 2007 +0000

    Remove weapons holes
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3437 30ef787d-52ff-0310-b286-e08351bb7647

commit 71cf7c670cf47ae0b8362d37e152d8ec41e8b2e2
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 21 21:50:36 2007 +0000

    bazookas hole adjusted
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3436 30ef787d-52ff-0310-b286-e08351bb7647

commit b110156b79b2178cc1eb37da75ca68ce1b8112aa
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 21 21:44:39 2007 +0000

    symetric fire for blowtorch
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3435 30ef787d-52ff-0310-b286-e08351bb7647

commit 2faec88729b39d5a9bf99efa19d1f1b03b95a33a
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 21 21:33:01 2007 +0000

    Launch projectiles from the weapon's hole
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3434 30ef787d-52ff-0310-b286-e08351bb7647

commit 3876d50d0058972ba7594203d74b1bb0bd96c22f
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 21 21:11:00 2007 +0000

    Display the weapon's hole of all weapons
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3433 30ef787d-52ff-0310-b286-e08351bb7647

commit 33dc3624b60a50971e63cd6429b02f9ba58164be
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 21 21:06:43 2007 +0000

    better positions for a lot of weapons holes
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3432 30ef787d-52ff-0310-b286-e08351bb7647

commit 484e6b647464aa4fe34eaf06f0db5d95721859e2
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 21 19:55:07 2007 +0000

    auria correction
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3431 30ef787d-52ff-0310-b286-e08351bb7647

commit 2dd118eb87ad8d5eab63dea6139ca3de10ef8529
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 21 19:50:52 2007 +0000

    Revert r3429
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3430 30ef787d-52ff-0310-b286-e08351bb7647

commit 3d4bace5932f21fc27ec5b9ef49d2463b3e5cea7
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 21 19:44:19 2007 +0000

    Remove the crosshair
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3429 30ef787d-52ff-0310-b286-e08351bb7647

commit 02727f56e1230a1608cc13021ae6afe9411aee14
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 21 19:43:35 2007 +0000

    [task #5358] Documentation Generator (in .ps and .pdf) from wiki page Howto play
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3428 30ef787d-52ff-0310-b286-e08351bb7647

commit a910c6e71819f5d49d1d86538c7505e332b5e302
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 21 19:37:24 2007 +0000

    add auria to contributors list
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3427 30ef787d-52ff-0310-b286-e08351bb7647

commit d02195ba63cbd12335b7c1c624d58bcdc9bfb331
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 21 19:20:59 2007 +0000

    Auria patch to help MacOSX packaging
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3426 30ef787d-52ff-0310-b286-e08351bb7647

commit 702b0d52f9609d3fbe006f8969294b5621058dbf
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Sep 19 22:18:02 2007 +0000

    adjust hole weapon position step 2
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3425 30ef787d-52ff-0310-b286-e08351bb7647

commit 2187095849ad1119c45cea19e2397510db2ee868
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Sep 19 21:35:18 2007 +0000

    Fix weapons fire position
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3424 30ef787d-52ff-0310-b286-e08351bb7647

commit e64c70fef2a7b537e961e2f80e3c51aec644419a
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Sep 19 21:09:29 2007 +0000

    first step for better hand position on weapon and better hole position (hand position is now define from topleft picture)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3423 30ef787d-52ff-0310-b286-e08351bb7647

commit bf6ccb7d0b2857a6a3f4d7e1b7744606bad80bc5
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 18 23:17:17 2007 +0000

    Fix weapons hole position
    Half-fix for fire position (doesn't work when the character looks to the left)
    Add some debugging code (enabled) -> weapons.xml needs some tweaking for weapons holes
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3422 30ef787d-52ff-0310-b286-e08351bb7647

commit dca1beea98a9c2551fc0a0a1a8cf5fa34362c456
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 18 19:01:11 2007 +0000

    better snipper, new bug left and right walk change hole position :  in weapons.xml <hole name="snipe_rifle" dx="5" dy="9" />
    dy have to be -9 if we want correct beam position when character walk to the right
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3421 30ef787d-52ff-0310-b286-e08351bb7647

commit ec21952f6488f5e511e883a0c00751afc839118a
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Sep 17 19:39:30 2007 +0000

    simplify beastie arms code
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3420 30ef787d-52ff-0310-b286-e08351bb7647

commit ce310ef07fe2b9093d90ceb5ddf7c647df98250f
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Sep 16 21:29:16 2007 +0000

    Profiling:
    Water::Draw            ~30% -> ~18%
    Member::ApplyMovement  ~6%  -> ~14%
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3419 30ef787d-52ff-0310-b286-e08351bb7647

commit 1cc8eb7821ef168215e456967a358483687097bc
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Sep 16 21:20:53 2007 +0000

    fixed bad assert
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3418 30ef787d-52ff-0310-b286-e08351bb7647

commit b983f4502fb994cf379ba1f8661f7868f54e4fa6
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Sep 16 20:32:04 2007 +0000

    english corrections and 2k7 copyright
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3417 30ef787d-52ff-0310-b286-e08351bb7647

commit fae238332ef444283298370aa8fdf0a12b69b0a0
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Sep 16 16:41:36 2007 +0000

    added a .svnignore file so those compiled translations and their
    backups won't pollute svn diff anymore
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3416 30ef787d-52ff-0310-b286-e08351bb7647

commit 338a4510c4d99ce310687aed4c0bf3d7b5e47c30
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Sep 16 11:15:14 2007 +0000

    fixed icon installation path, now it will be picked up by the desktop file
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3415 30ef787d-52ff-0310-b286-e08351bb7647

commit 5bce2ea8da618643793e2cef93111ac6ccca7b3d
Author: lynxlynxlynx <lynxlynxlynx at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Sep 15 15:19:23 2007 +0000

    fixed the message displayed to the server when he tries to start the game, but
    not everyone is ready yet. Currently it counts the server too, which is absurd.
    
    My first commit! :D
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3414 30ef787d-52ff-0310-b286-e08351bb7647

commit 13e2f55d7c79f5cbdfd5f3e641fb8115c553fffb
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 14 21:58:50 2007 +0000

    adjust parachute position
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3413 30ef787d-52ff-0310-b286-e08351bb7647

commit 66e3d7a2cd3716d6241794d0b97740fd7ecb79eb
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Sep 13 19:39:05 2007 +0000

    [NEW FEATURE] Adding space around open map.
    [BUGFIX] Extending maximum map size from 4000x4000 to 6000x6000 as map are getting larger, we need to permit larger sized map.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3412 30ef787d-52ff-0310-b286-e08351bb7647

commit fc0b41865874028238c05775711bdb07d43b033e
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Sep 13 18:57:04 2007 +0000

    [CLEANUP] Using pixel to set offset instead of cell count. Now, to add a pad in a map, you can express it directly in pixel without hasardous conversion :
      <add_pad>1</add_pad>
      <point name=upper_left_pad x=2000 y=1000 />
      <point name=lower_right_pad x=2000 y=0 />
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3411 30ef787d-52ff-0310-b286-e08351bb7647

commit b003f765308c1163592a74201252c869b61d31f6
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Sep 12 21:38:53 2007 +0000

    delete ????
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3410 30ef787d-52ff-0310-b286-e08351bb7647

commit 4146854b9a2ec3899566ed1394e6a13099ba749b
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Sep 12 20:39:01 2007 +0000

    [BUGFIX] Fixing bugs about task #5391 : Add additional space on the left and right of an open map.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3409 30ef787d-52ff-0310-b286-e08351bb7647

commit 32b67cb1727fbecf3f2774fa5254df42d4830112
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Sep 12 20:26:39 2007 +0000

    [CLEANUP] renaming life_points into energy to avoid confusion.
    [BUGFIX] Reintroducing and correct implementation of exploding projectile when hit by an explosion. Instead of calling Explosion() directly in SetEnergyDelta(...), we set energy to 0 and test this value in Refresh method. Fix bug #9976 : Infinite loop in air attack.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3408 30ef787d-52ff-0310-b286-e08351bb7647

commit d17a0ee61ab2184e6fe816ac4315a4d56e287fd2
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Sep 12 18:24:29 2007 +0000

         Center the pointer image on the cursor
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3407 30ef787d-52ff-0310-b286-e08351bb7647

commit 488765e59dbcfc943efb5a64421e8d669a696501
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Sep 12 17:37:31 2007 +0000

         Hide mouse at begining of the match
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3406 30ef787d-52ff-0310-b286-e08351bb7647

commit a8b7139f7916437d20c46b04b3b2fda2b2381579
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 11 21:19:41 2007 +0000

    change some beastie names (thx dibridagoe)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3405 30ef787d-52ff-0310-b286-e08351bb7647

commit ac896c6d9c8800958f5cf9e543229a88fcd4c3b2
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 11 20:51:50 2007 +0000

    [BUGFIX] bug #9973 : Visual glitch in the background when sky is too small. Sadly if the resolution is largest than the sky image, the bug is still there.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3404 30ef787d-52ff-0310-b286-e08351bb7647

commit 097232531ce944280528c0808d3d11d8496a1fc5
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 11 20:32:34 2007 +0000

    add advert for map generator "experimental use only"
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3403 30ef787d-52ff-0310-b286-e08351bb7647

commit 87c9d94975720e71fb94966ec6928deb6c2814d6
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 11 19:23:34 2007 +0000

    delete an old map
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3402 30ef787d-52ff-0310-b286-e08351bb7647

commit d37d1819842c3128d7c7f1fcee04ec911f1adba8
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 11 19:15:34 2007 +0000

    Additional space on open map is now optional. If you want a map to use additional space, just add the followinglines in the config.xml :
    ...
    <add_pad>1</add_pad>
    <point name=upper_left_pad x=10 y=10 />
    <point name=lower_right_pad x=10 y=0 />
    ...
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3401 30ef787d-52ff-0310-b286-e08351bb7647

commit e1d53dc5022352a29a964d0e4d6972b1d2b917ef
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Sep 10 19:21:27 2007 +0000

    getopt_long returns an int, so that should be the type of variable containing it - fixes #9966
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3400 30ef787d-52ff-0310-b286-e08351bb7647

commit f6848898df8ad512f8157961a13c28ac0b822ffc
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Sep 9 14:47:20 2007 +0000

    fix the issues that the .desktop file had - checked with desktop-file-validate; made the romanian translation work for people not living in Romania
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3399 30ef787d-52ff-0310-b286-e08351bb7647

commit 43e7465ea06e92784cb24507f12486b6586d0af1
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Sep 9 09:29:11 2007 +0000

    little change i forgot in last comit
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3398 30ef787d-52ff-0310-b286-e08351bb7647

commit 4ed3a8305e03ba8257abdb0b2ee88049b7cce1d3
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Sep 9 09:26:26 2007 +0000

    changelog update (0.8beta2)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3397 30ef787d-52ff-0310-b286-e08351bb7647

commit 1b004f80a91466aeaf5cf71870db5750f0561bae
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 7 23:13:57 2007 +0000

    merge back from the 0.8 beta 2 branch the more complete and stable translations; with this change the trunk <-> 0.8beta2 sync is complete
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3396 30ef787d-52ff-0310-b286-e08351bb7647

commit 7b0c2be796cc487d4d2cb0794f35d66b69dd02a0
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 7 23:04:24 2007 +0000

    ran update-po in trunk so that all the po files are uptodate wrt to trunk; we don't have to be sorry for dropping number of translated/fuzzy/untranslated ratios since they have to up to date to mean anything
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3395 30ef787d-52ff-0310-b286-e08351bb7647

commit 6c84a3233aedfdc2ce53d6fab44e4a9060790bc7
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 7 22:50:56 2007 +0000

    keep in trunk the sl translation that does not degrade on update-po
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3394 30ef787d-52ff-0310-b286-e08351bb7647

commit b5dfd48be51cb1a911eb3bc6c66baf4ee22f98e6
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 7 22:48:36 2007 +0000

    keep in trunk the the french translation version that does not degrade on make update-po
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3393 30ef787d-52ff-0310-b286-e08351bb7647

commit d6dbadc990f3555578f7ee119129a6413a2b1560
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 7 22:23:11 2007 +0000

    merge back the eo translation from the 0.8 beta 2 branch
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3390 30ef787d-52ff-0310-b286-e08351bb7647

commit 18987bb2455cdafd99aec736a184fd2d134489f6
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 7 22:18:04 2007 +0000

    merge back the sv translation from the 0.8 beta 2 branch
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3389 30ef787d-52ff-0310-b286-e08351bb7647

commit 2bc7363b4816658221f7b34355680c8e947dfb03
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 7 22:00:31 2007 +0000

    merge back the it translation from the 0.8 beta 2 branch
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3388 30ef787d-52ff-0310-b286-e08351bb7647

commit 1a8d9bebf8f30fab29e90e38a189b84f378ef2d9
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 7 21:53:05 2007 +0000

    merge back the translation update from the 0.8 neta 2 branch back into trunk
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3387 30ef787d-52ff-0310-b286-e08351bb7647

commit 7f340c6c4791cdc07514e3b9fa737417c5713e5f
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 7 09:09:21 2007 +0000

    better goodandevil map
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3379 30ef787d-52ff-0310-b286-e08351bb7647

commit 737221eb72f8c6b6a7877e41b73058edc3508c6c
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 7 08:46:13 2007 +0000

    improve banquise map
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3378 30ef787d-52ff-0310-b286-e08351bb7647

commit 6471fae78ce869d95bf0c82b37cb7343bbeeaa6c
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Sep 6 22:58:33 2007 +0000

    add pillars map
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3376 30ef787d-52ff-0310-b286-e08351bb7647

commit 17e02485c92da45b7d6936b6169631b0f1633413
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Sep 6 22:47:40 2007 +0000

    add hive map (special thanks to mmbenya, author of all maps i've add
    tonight)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3375 30ef787d-52ff-0310-b286-e08351bb7647

commit e718866a5aa35c9aac04f4b229719acd8e09ee64
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Sep 6 22:31:01 2007 +0000

    add wormux-tower map
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3374 30ef787d-52ff-0310-b286-e08351bb7647

commit 70d83187020619deb04fb6da0c298c2f69e5d9a8
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Sep 6 21:47:20 2007 +0000

    add tic tac toe map
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3373 30ef787d-52ff-0310-b286-e08351bb7647

commit 12c687fe99771fa328b3a3d9a48b712282cd0dd0
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Sep 6 21:33:30 2007 +0000

    add moon-4m map
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3372 30ef787d-52ff-0310-b286-e08351bb7647

commit 9b5828cd5731433d5425a94bf4a93db2ac37ef7a
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Sep 6 20:39:33 2007 +0000

    prehistorik is an island
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3371 30ef787d-52ff-0310-b286-e08351bb7647

commit dd1930a021216a6d571fca07e8eb42968b692be7
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Sep 6 20:00:43 2007 +0000

    leafs is an island
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3370 30ef787d-52ff-0310-b286-e08351bb7647

commit f52cee4438a12e2c2e8594b61c2e72d61aed80d9
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Sep 6 19:27:01 2007 +0000

    hell is an island
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3369 30ef787d-52ff-0310-b286-e08351bb7647

commit dc90f2cb9cec076112d67bc4338b2c985db62800
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Sep 6 12:40:34 2007 +0000

    wildwest is now an island
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3367 30ef787d-52ff-0310-b286-e08351bb7647

commit ec56f423847b1876ef7a1f573498f3660264a0eb
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Sep 6 08:15:08 2007 +0000

    some little graphisms improvements
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3365 30ef787d-52ff-0310-b286-e08351bb7647

commit 489ac91cdbe4002e8c9e9d4609a3d36f04599192
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Sep 5 23:03:22 2007 +0000

    some maps improvements
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3364 30ef787d-52ff-0310-b286-e08351bb7647

commit 3495250ad22f5cfc39aefa87d0cd9071d6612aa8
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Sep 5 19:39:42 2007 +0000

         Restore correctly the pointer when using a special pointer.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3362 30ef787d-52ff-0310-b286-e08351bb7647

commit caf822574ce24d4f772b9c7c3a7a5bf73dec79b5
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 4 20:40:48 2007 +0000

         Restore standard pointer when leaving the drag drop mode of map
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3361 30ef787d-52ff-0310-b286-e08351bb7647

commit 8756acbb9b9290f95945c3e9116a22239fb8670d
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 4 20:00:31 2007 +0000

         Remove dead code.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3360 30ef787d-52ff-0310-b286-e08351bb7647

commit 99df11d18ee2b2fb1677d2d221bbf77e795e2e0b
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 4 19:23:06 2007 +0000

         Remove throw camera. It seems to be useless and as the name
         is not really self explainatory...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3359 30ef787d-52ff-0310-b286-e08351bb7647

commit 2a01fbcdb2862d096c34a14f9448ef876c2484ec
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 4 19:16:38 2007 +0000

         For weapons that change the pointer type, there was a bug since my last
         modification. This is now fixed (But I do not really like the patch...)
         I'm trying to find some better way to do this.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3358 30ef787d-52ff-0310-b286-e08351bb7647

commit 8d4163f292b3eacadd8dcf2394f80c66618a82d5
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Sep 3 16:31:08 2007 +0000

    add monkey-bubble music for monkey-bubble map
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3357 30ef787d-52ff-0310-b286-e08351bb7647

commit 7ac60caf934b3fd4fef759c16cd7e571c0294a85
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Sep 3 07:02:23 2007 +0000

    Update Dutch translation (from Frank van der Loo)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3353 30ef787d-52ff-0310-b286-e08351bb7647

commit 1ca931afd9e820e69c52ab1cca1df9c5a4d80f08
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Sep 2 18:19:04 2007 +0000

    Allow weapons to be hidden by the hand of acharacter
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3352 30ef787d-52ff-0310-b286-e08351bb7647

commit aae2f53ebba8dace8a32314c4a78ebbb12c54e70
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Sep 2 16:03:33 2007 +0000

    Bug #9919 : Don't randomize particles positions when the cameras follows a new object
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3351 30ef787d-52ff-0310-b286-e08351bb7647

commit d2113922f2e0ff07355166847d95bfd1663eb90c
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Sep 2 15:27:13 2007 +0000

    Make the camera follow the playing character when a projectile goes out of the map
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3350 30ef787d-52ff-0310-b286-e08351bb7647

commit 04baf8a144de8169fd92c1ddfa4e58a5df1b6171
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Sep 2 14:51:17 2007 +0000

         Second pass on headers. Make include with absolute patch.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3349 30ef787d-52ff-0310-b286-e08351bb7647

commit 73cbddf305d6720709e677ec2b2f59b17f254cee
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Sep 2 14:38:11 2007 +0000

         use absolute path in includes in order to ease automake dependancies
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3348 30ef787d-52ff-0310-b286-e08351bb7647

commit c7ec12520f1293f57714d6c7be6952ee268d1016
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Sep 2 13:55:01 2007 +0000

         Revert previous patch... One of the methode is used somewhere in
         human interface...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3347 30ef787d-52ff-0310-b286-e08351bb7647

commit 9e21aa640805edd1b935f4279d4aca8136b48baf
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Sep 2 13:50:08 2007 +0000

         Remove Set/Get AutoCrop public functions whereas they are not used anymore
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3346 30ef787d-52ff-0310-b286-e08351bb7647

commit 4d45007b7628025af2917eefc1b650e6af49b0ac
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Sep 2 12:42:46 2007 +0000

         Hide the mouse when it didn't move after a while.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3345 30ef787d-52ff-0310-b286-e08351bb7647

commit 99ad3c461bb258362a1278d95b41081b8f09cbd7
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Sep 2 11:31:46 2007 +0000

         Try to cleanup interactions between Camera and Mouse.
         This lead to rework the scroll camera stuff.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3344 30ef787d-52ff-0310-b286-e08351bb7647

commit 14e03a9ffcd9d38c0bac3e046a25daa84372452b
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Sep 2 11:05:59 2007 +0000

    [BUGFIX] Fix bug #9858 about max number of local players
    [CLEAN] Create an AbstractSpinButton class
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3343 30ef787d-52ff-0310-b286-e08351bb7647

commit 418dff375d22540a1ba2125ed1def308b2348c90
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 31 23:58:13 2007 +0000

    all preview have same size !
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3342 30ef787d-52ff-0310-b286-e08351bb7647

commit 2e627c14e077d21a888993ea1ed24b84a28d59e5
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 31 22:06:33 2007 +0000

    change step sound (openarena file with some modifications)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3341 30ef787d-52ff-0310-b286-e08351bb7647

commit cbb07817b1ea3bdbc1af8aaac07701c732cb6f60
Author: pawel_dyda <pawel_dyda at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 31 17:33:17 2007 +0000

    Updated Polish translation. Not realy needed, but... I have removed few fuzzys.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3340 30ef787d-52ff-0310-b286-e08351bb7647

commit 91afa184b82ec9211a470f4de998bb1f6897c4dd
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 31 10:42:36 2007 +0000

    some minor positions corrections
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3339 30ef787d-52ff-0310-b286-e08351bb7647

commit a483b422b04f96821f71b8a6ebcca14aa9f477d3
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 31 08:55:39 2007 +0000

    Update Slovenian translation (from Marko Burjek)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3338 30ef787d-52ff-0310-b286-e08351bb7647

commit 902d76e8aad2ad3a757353478c5f77df3933e85c
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 31 00:24:50 2007 +0000

    add some alias to add some weapons positions
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3337 30ef787d-52ff-0310-b286-e08351bb7647

commit 0a84e50169e323a8c5cbba2af9b1c7cdd0e8e839
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 30 23:46:13 2007 +0000

    add gun shoot position
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3336 30ef787d-52ff-0310-b286-e08351bb7647

commit 19b971b65fcead025b145ce532e74a2c45dbc2cf
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 30 18:40:43 2007 +0000

          use complete path in files of map in order to get correct dependences
          by automake.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3335 30ef787d-52ff-0310-b286-e08351bb7647

commit 249024199ff201852359cef550f50801ca5bf544
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 30 18:07:41 2007 +0000

    Fix last commit (m_is_active moved to weapon.cpp. no side effect)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3334 30ef787d-52ff-0310-b286-e08351bb7647

commit a85979a073b36445620d0ab1d4309c4f056d9d5b
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 30 17:41:47 2007 +0000

    m_is_active--
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3333 30ef787d-52ff-0310-b286-e08351bb7647

commit 0041676f0742e3b9f1d3b34e024acd1efe3b2a9a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 29 23:16:14 2007 +0000

    [CLEAN] Kill last usage of position in button constructor
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3332 30ef787d-52ff-0310-b286-e08351bb7647

commit f3c643b6c6f1f672adc3e4484ad91eeec131b174
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 29 23:03:09 2007 +0000

    [CLEAN] Boxes do not use anymore Rectangle(position, size) in constructors
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3331 30ef787d-52ff-0310-b286-e08351bb7647

commit 7f3d0b90386a0b7b61dea51def11741cb92709f7
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 29 21:59:12 2007 +0000

    [CLEAN] Some more widgets only use Size in constructors and no more Rectangle(Position, Size)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3330 30ef787d-52ff-0310-b286-e08351bb7647

commit 5ae8bf8a21759ec651c74c9c6bea71940f46ad47
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 29 21:25:13 2007 +0000

    [CLEAN] Some widgets use only a Size and no more a Rectangle(Position, Size) in constructors.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3329 30ef787d-52ff-0310-b286-e08351bb7647

commit afc66e88e3290b502c7c7c41280bfe981e915228
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 29 20:07:13 2007 +0000

    [CLEAN] Continue cleanup in menus
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3328 30ef787d-52ff-0310-b286-e08351bb7647

commit 6b7add64252dfacca0543facd72cc99e8f39a47d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 29 19:41:10 2007 +0000

    [CLEAN] More cleanup in menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3327 30ef787d-52ff-0310-b286-e08351bb7647

commit 13d7b26d3fa6e5842ec4ad0c981d656e6a452fa6
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 29 19:22:14 2007 +0000

    [CLEAN] Replace useless values in GUI placement by -1
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3326 30ef787d-52ff-0310-b286-e08351bb7647

commit 933c407d4ecf574ae2384042757b760208c138fa
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 29 19:15:10 2007 +0000

    [BUGFIX] Options Menu is ok in 800x600
    Replace useless values in GUI placement by -1.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3325 30ef787d-52ff-0310-b286-e08351bb7647

commit aa3fa9072059321982ae55a59d6042dacd3295eb
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 29 17:34:43 2007 +0000

    Initialized merge tracking via "svnmerge" with revisions "1-3322" from
    svn+ssh://drayan@svn.gna.org/svn/wormux/branches/wormux-0.8beta2
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3323 30ef787d-52ff-0310-b286-e08351bb7647

commit 91e90cf3b8d67be0f770e80576db9b7c5f613a70
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 29 13:00:09 2007 +0000

    team flags update (little and big one was differents, eyes are too
    small)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3321 30ef787d-52ff-0310-b286-e08351bb7647

commit fb1602cf7002ec6b951ba4cb9743c888046e1ffc
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 28 19:50:22 2007 +0000

    change eyelid speed
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3320 30ef787d-52ff-0310-b286-e08351bb7647

commit 585f345e393d1d175d9c9e2322da34681b039c43
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 28 19:26:47 2007 +0000

    Fix wormux from installing two .desktop file (by lynxlynxlynx)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3319 30ef787d-52ff-0310-b286-e08351bb7647

commit 9c445973dbe4b6e066797b0d612a467a5c2ec37b
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 28 19:18:43 2007 +0000

    Update Russian translation (Thanks to GArik)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3318 30ef787d-52ff-0310-b286-e08351bb7647

commit 90cd29b92de8dc1485e2e8bbe4905c8d9d0969d6
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 28 18:03:47 2007 +0000

    Adding 'Português do Brasil' and 'latviešu valoda' in available languages in option menu.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3317 30ef787d-52ff-0310-b286-e08351bb7647

commit 9048dc7a072c9cdcce0265a0b94b17c61bdb67b5
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 28 11:47:31 2007 +0000

    Add latvian translation (from orvils).\nAdd Orvils to authors
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3316 30ef787d-52ff-0310-b286-e08351bb7647

commit affc3264539bf7dc1391abb63a0f3b5ffa680caf
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 28 00:17:50 2007 +0000

    add eyelid animation (+wing movements for breathe for birds)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3315 30ef787d-52ff-0310-b286-e08351bb7647

commit 5aebb4ec8036122e346a26c862f37ea008a2cb3b
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 27 23:14:42 2007 +0000

    Holly grenade renamed to disco grenade
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3314 30ef787d-52ff-0310-b286-e08351bb7647

commit 872baa6f0e6f58553a8de7f6ad6b1c3f2e85603b
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 27 22:22:59 2007 +0000

    Remove bullets if they go out of the map by its top
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3313 30ef787d-52ff-0310-b286-e08351bb7647

commit 7d9fc7d203f01735461bc090944cb79f3a6ac05d
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 27 22:18:40 2007 +0000

    Randomly select the frame of the breathing animation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3312 30ef787d-52ff-0310-b286-e08351bb7647

commit 3aa3c5989b25ae1cd1694174fd4cb7a7c37f76ea
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 27 19:12:53 2007 +0000

         sed -i "s/Camera::GetInstance()->GetInstance()/Camera::GetInstance()/g" */*cpp
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3311 30ef787d-52ff-0310-b286-e08351bb7647

commit 76bfa75678a08638546f877c15090923b6940cb1
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 27 19:02:44 2007 +0000

         retore some former test that was better than the current one
         for proximity weapon shoot test
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3310 30ef787d-52ff-0310-b286-e08351bb7647

commit 269599eae15c3064b0a6ecd96ba390a294e3827d
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 27 17:31:37 2007 +0000

         trigger stat in constructor/destructor
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3309 30ef787d-52ff-0310-b286-e08351bb7647

commit 619956a16a6324dffa7fcc49c3c082855b31a6f0
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 27 10:03:40 2007 +0000

    add breathes (lids can you add desynchro ?)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3308 30ef787d-52ff-0310-b286-e08351bb7647

commit 6c41f58cc801b686e1b7ec2182e38227e94649cd
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 27 07:05:31 2007 +0000

    Add Nightz to authors
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3306 30ef787d-52ff-0310-b286-e08351bb7647

commit 637d71ca75924fb47cfeae3d974698ced3d26bc0
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 27 07:02:03 2007 +0000

    Update Brasilian translation (thanks to nightz)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3305 30ef787d-52ff-0310-b286-e08351bb7647

commit 88fbb33b675752620062cdcc744d4e895c153424
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 26 21:01:54 2007 +0000

    Fix path for wormux.desktop (patch from lynxlynxlynx)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3303 30ef787d-52ff-0310-b286-e08351bb7647

commit 8b5a6367fa7e7f700dc7c0ed5e59eea7bf1566d2
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 26 19:00:06 2007 +0000

         enables aiming downwards with the gun completely (a gun is small)
         lynxlynxlynx powered
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3302 30ef787d-52ff-0310-b286-e08351bb7647

commit 54ace18646b13610bf3c4ab225b029a6f9b6b23b
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 26 18:53:54 2007 +0000

         Select the first server in list if it is not empty
    
         patch fom lynxlynxlynx tanx
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3301 30ef787d-52ff-0310-b286-e08351bb7647

commit 8489e06611a8fdc1ffdbd0b04ecd8591f80c8ed4
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 26 17:20:26 2007 +0000

         Restore former behavior when stopfollowing was checking
         it was actually following the object it is asked not to follow anymore.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3300 30ef787d-52ff-0310-b286-e08351bb7647

commit e0cba8f1ab9bf151a39ee46c22532ff40f466bf3
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 26 17:17:13 2007 +0000

         Remove Explosion() from SetEnergyDelta()
         This is neaningless (IMHO) and causes stack overflow thru a
         recursive call:
         Explosion ->
         DoExplosion ->
         ApplyExplosion ->
         ApplyExplosion_common ->
         SetEnergyDelta ->
         Explosion ->
         etc...
    
         If this is mandatory for correct behavior, please fix...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3299 30ef787d-52ff-0310-b286-e08351bb7647

commit 0bd4de7e38707835ae0326864d8736594b188a36
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 26 16:54:17 2007 +0000

         Use the center of object to test if obect falls out of map.
         This prevent limit cases when only one pixel intersect.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3298 30ef787d-52ff-0310-b286-e08351bb7647

commit 9ca09ee78ef58b8aa5edf113aacab044dc9391a0
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 26 16:16:42 2007 +0000

         Use friend qualifier for supertux launcher. This prevent
         to have the methode EndOfTurn public wherea it should only
         be called by SuperTux class.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3297 30ef787d-52ff-0310-b286-e08351bb7647

commit a0b96963aa4fa8fcdba65ce2263322707fbd4eb0
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 26 16:08:36 2007 +0000

         Foolow requirement of Yekcim when following objects.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3296 30ef787d-52ff-0310-b286-e08351bb7647

commit a268be2f36cffc34150895c2734784d39091d3fa
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 26 15:32:33 2007 +0000

    [BUG] Close connection to index server henstarting a game (avoid seeing started gamed in the internet menu)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3295 30ef787d-52ff-0310-b286-e08351bb7647

commit e192772ecc35d5da136de1d0ba538f85ffa7f31b
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 26 13:42:22 2007 +0000

         remove dependancy on Game.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3294 30ef787d-52ff-0310-b286-e08351bb7647

commit 19473c86153a6ebeb62a162926e1e3499f357190
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 26 13:16:30 2007 +0000

         Remove unused param of methode followobject
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3293 30ef787d-52ff-0310-b286-e08351bb7647

commit 42031cfa5c5885a5afcede10eee72e95a6099ccd
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 26 12:00:38 2007 +0000

         Grumpf, forgot to remove game_loop from po Makefile.am
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3292 30ef787d-52ff-0310-b286-e08351bb7647

commit 9a00806ca19b0e878f4108686a3bfba554611f36
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 26 11:56:56 2007 +0000

         When stoping following an object, the camera remains at the position it
         was supposed to go.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3291 30ef787d-52ff-0310-b286-e08351bb7647

commit 923994f07a0f8cb92c8f64769b963994a250b1ea
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 26 11:10:50 2007 +0000

         Smooth camera behavior. One cannot force camera to center directly
         on an object. The camera has the followed object as a taget and try to
         put it in center.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3290 30ef787d-52ff-0310-b286-e08351bb7647

commit 7c103ce577c73386ddabe9c3a4b742a3e982fc0b
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 26 09:37:29 2007 +0000

         Forgot to remove game_loop.cpp for the file list for cmake
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3289 30ef787d-52ff-0310-b286-e08351bb7647

commit 7d6d6a3cd171e3265d0c55509de5d7cbd906b577
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 26 08:33:10 2007 +0000

         Removed overdesigned game_loop class/singleton. Actually the main
         loop was split between game_loop and game with calls to each other.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3288 30ef787d-52ff-0310-b286-e08351bb7647

commit 933bb730fde70ebb1dbbd88a53922afe19ea0a38
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 25 19:32:26 2007 +0000

         Do not loop on falling object position to know if it can be placed
         on the map. Just check the rectangle just under the object intersect
         the ground.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3287 30ef787d-52ff-0310-b286-e08351bb7647

commit e3430443123bdc895415dbfcc0ec6dfd8830ad0a
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 25 17:26:25 2007 +0000

         One GetInstance() call should suffice :)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3286 30ef787d-52ff-0310-b286-e08351bb7647

commit 4ac14b696fd5d45236039e0e54e35fe3f9b63537
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 25 17:18:23 2007 +0000

         Remove garbage.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3285 30ef787d-52ff-0310-b286-e08351bb7647

commit f090fcfe9e7afd863603afe0a9a729886ef1df69
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 25 17:08:31 2007 +0000

         remove dependency of sprite on game
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3284 30ef787d-52ff-0310-b286-e08351bb7647

commit 274d21609c9a4c301f389eefcfaffb9e3fd48a23
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 25 16:57:05 2007 +0000

         killed LoadingScreen singleton.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3283 30ef787d-52ff-0310-b286-e08351bb7647

commit b066cd542ab10503dabeca79c0b04009c69f8660
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 25 15:28:50 2007 +0000

         First pass on proper cleanup for some singletons...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3282 30ef787d-52ff-0310-b286-e08351bb7647

commit 4ab05520b40d4d2513500e1440da38113371ac86
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 25 15:00:01 2007 +0000

         Added a FIXME: we should find a better place for saving config to XML.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3281 30ef787d-52ff-0310-b286-e08351bb7647

commit d309e9801aa962aed0fa340d33974adda6a390c8
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 25 14:43:12 2007 +0000

         flag of LoadXMLProfile was relative_path when it was actually
         meaning the contrary...
         I do not know how this had ever worked before...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3280 30ef787d-52ff-0310-b286-e08351bb7647

commit 759a4992002be32957ead67b48668f2e79c32eba
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 25 14:07:09 2007 +0000

         Prevent the load of teams when leaving and no game was started.
         (consequence of my previous patch)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3279 30ef787d-52ff-0310-b286-e08351bb7647

commit 585a65a228a3934e261a86c223cda88bb5bd0440
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 25 13:30:58 2007 +0000

         Create a singleton to handle TeamsList object. I also added
         helper function to ease access and cleanup.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3278 30ef787d-52ff-0310-b286-e08351bb7647

commit dbf99b36b20eb3f4743adabd366e4c666867979a
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 25 12:07:13 2007 +0000

    Set version to 0.8svn to avoid confusions
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3277 30ef787d-52ff-0310-b286-e08351bb7647

commit 2c20a2d84fdd3ee7f070c09522e44068538e2251
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 24 19:51:42 2007 +0000

    delete 3 mail which do not exist anymore
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3276 30ef787d-52ff-0310-b286-e08351bb7647

commit 84b1ec2703a8f970ed9114e81e886225f00efa8d
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 24 17:10:51 2007 +0000

    [NEW FEATURE] task #3902 : Camera should follow character who sinks or falls.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3275 30ef787d-52ff-0310-b286-e08351bb7647

commit f5bb78549f7f1e626406771373f43595e5871a61
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 24 16:45:56 2007 +0000

    [NEW FEATURE] task #5361 : Randomly choose the first playing character.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3274 30ef787d-52ff-0310-b286-e08351bb7647

commit 9492b3e43a945d7dcc2c96553f4d511cbb14c5ba
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 24 11:53:10 2007 +0000

    correct some english typo
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3273 30ef787d-52ff-0310-b286-e08351bb7647

commit b7e857abe6d29f5ec36954548ec6bde70bf2d936
Author: snark_boojum <snark_boojum at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 24 10:00:36 2007 +0000

    Fixed shadow bug for the sound frequency option in the options' menu
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3270 30ef787d-52ff-0310-b286-e08351bb7647

commit c362f57bfc3ca993fba4bdb4cb76af6682f23616
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 24 09:56:18 2007 +0000

    Version update in cmake to 0.8beta2
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3269 30ef787d-52ff-0310-b286-e08351bb7647

commit 5671ec9a8a02389c0cccf4095e805dce27545d94
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 24 09:54:27 2007 +0000

    Updated German translation. Can someone put it into 0.8beta2 branch please?
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3268 30ef787d-52ff-0310-b286-e08351bb7647

commit 055a1678610955bcad83194eac2c56ebed369f55
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 24 09:02:45 2007 +0000

    restore the Last-Translator and acknowledged artefact's merits via a custom header
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3266 30ef787d-52ff-0310-b286-e08351bb7647

commit a5c3f74d1cce8416fcc8ba146af0e858bea86366
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 24 08:46:21 2007 +0000

    fix the Last-Translator field for the Catalan translation (trunk, too)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3265 30ef787d-52ff-0310-b286-e08351bb7647

commit 9d3b4410a832c09bb513bf5c21615f68c56d8760
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 24 08:28:52 2007 +0000

    add the correct info in the Last-Translator field of the Russian translation - according to the authors.xml file
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3262 30ef787d-52ff-0310-b286-e08351bb7647

commit 25dc8c5bc40fd36350839122c1f0f9cc4eeb1737
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 24 08:22:26 2007 +0000

    fix the Last-Translator field of the Nowegian Bookmaal translation; I really doubt artefact is such a polyglot :-)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3261 30ef787d-52ff-0310-b286-e08351bb7647

commit 69f1acac9296a6baada70de1c0770c63d655c87e
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 24 08:14:44 2007 +0000

    Update Slovenian translation in trunk (from Jaka Kranjc)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3257 30ef787d-52ff-0310-b286-e08351bb7647

commit 09de310e753cfcb188536846fb015c23b2034167
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 24 08:00:30 2007 +0000

    add Varga Istvan as a Hungarian translator, it seems that the header of the PO file points to his name, but there is no supplemental information about him
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3255 30ef787d-52ff-0310-b286-e08351bb7647

commit af8596dd9bd6ab6caab4980214b17df32b19abe3
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 23 23:16:55 2007 +0000

    [Win32] Add EXTRA_DISTS to makefile.am so as to include missing files in next make dist-bzip2
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3254 30ef787d-52ff-0310-b286-e08351bb7647

commit 2b6ec4926940335e2f85c1ac0fbc34b83760527b
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 23 21:17:19 2007 +0000

    repeat airhammer-delected sound (patch from robo210)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3252 30ef787d-52ff-0310-b286-e08351bb7647

commit 593f1c1379cc2eab2f3bd3bf538d6056a11a3492
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 23 21:01:00 2007 +0000

    [BUGFIX] Fix bug #9846 - Failed assert for a new user who creates a network game
    
    Check the real error from fopen. Creates the .wormux directory at the beginning of the game.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3249 30ef787d-52ff-0310-b286-e08351bb7647

commit 2dfe858860b19f6343524a05b546d414711c5df6
Author: snark_boojum <snark_boojum at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 23 19:18:39 2007 +0000

    Made SpinButtonWithPicture signal when it updated
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3242 30ef787d-52ff-0310-b286-e08351bb7647

commit e6100434991657d6d0173e7e34fb03a5de37adfa
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 23 19:17:55 2007 +0000

    Automatic update of translations
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3241 30ef787d-52ff-0310-b286-e08351bb7647

commit 40ae96389d582bfc405e40ee75bc99ba8ecd9e49
Author: snark_boojum <snark_boojum at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 23 19:03:38 2007 +0000

    Fixed compilation of results_menu.cpp
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3240 30ef787d-52ff-0310-b286-e08351bb7647

commit a8212d87483c85f192e57d6c50c16d86cecdd624
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 23 18:57:32 2007 +0000

    Activate life graph in results menu, and try to somewhat scale it.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3239 30ef787d-52ff-0310-b286-e08351bb7647

commit dc5dc8abca5d61b5c9d0ed8d20c5443df8f9a7b0
Author: snark_boojum <snark_boojum at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 23 18:56:49 2007 +0000

    Made ComboBox signal when it changed
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3238 30ef787d-52ff-0310-b286-e08351bb7647

commit c5ce805861bc3182b10baeed2e69e194ee9978ba
Author: snark_boojum <snark_boojum at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 23 18:23:46 2007 +0000

    Use ComboBox for the sound frequency option
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3237 30ef787d-52ff-0310-b286-e08351bb7647

commit f761c30bab4baa38c3c5e90d98a13426193a2c6c
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 23 16:32:44 2007 +0000

    task #5391 : Add additional space on the left and right of an open map
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3236 30ef787d-52ff-0310-b286-e08351bb7647

commit 3753345478a36d54bb794853ec2938bf74806ec9
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 23 16:18:47 2007 +0000

    [BUGFIX] bug #9815 : Crash when changing tux angle. Check if the current_tux is not null.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3235 30ef787d-52ff-0310-b286-e08351bb7647

commit 0675965f64e6adaf353636e064398741eeca6941
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 23 16:13:38 2007 +0000

    [NEW FEATURE] task #5401 : Icon to indicate a dead team.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3234 30ef787d-52ff-0310-b286-e08351bb7647

commit 640098b343baeb0bc24efa85785df8fd5d24bbd9
Author: snark_boojum <snark_boojum at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 23 13:45:27 2007 +0000

    Used a SpinButtonWithPicture for the number of teams in both game and network game menus
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3233 30ef787d-52ff-0310-b286-e08351bb7647

commit 82b4b2a96b68015b704eaa66dc4d7dae89291173
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 22 23:43:13 2007 +0000

    Add comment about pseudo-hack.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3231 30ef787d-52ff-0310-b286-e08351bb7647

commit bfb36f5d3823ba02c1fba7117b550db38cc25962
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 22 23:29:16 2007 +0000

    [Win32] SDLNet_CheckSockets returns -1 for no (apparent) reason, but the game really runs.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3230 30ef787d-52ff-0310-b286-e08351bb7647

commit e23aeafa420d27ea8ccc07f19b226ee1655c8045
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 22 22:38:45 2007 +0000

    better random map generators preview 2
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3229 30ef787d-52ff-0310-b286-e08351bb7647

commit 7eabff7a6806439af93a0da3a752f1d4ca6c3dcf
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 22 22:12:21 2007 +0000

    better random map generator preview
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3228 30ef787d-52ff-0310-b286-e08351bb7647

commit 7e4b9c1ef4f5b41b4e2266d6d225c1f2421bb184
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 22 21:10:08 2007 +0000

    Page Up increments explosion timeout
    Page Down decrements explosion timeout
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3227 30ef787d-52ff-0310-b286-e08351bb7647

commit a7e9b14ffbfa2deb5923242a8c68af2f661737bf
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 22 18:17:40 2007 +0000

    num_read -> num_ready
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3225 30ef787d-52ff-0310-b286-e08351bb7647

commit 88391f8ba34f44f0f1d5402a9d835a677a9eccd3
Author: snark_boojum <snark_boojum at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 22 18:07:23 2007 +0000

    Changed the ordering of video resolutions
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3224 30ef787d-52ff-0310-b286-e08351bb7647

commit ff7b78fdf9e1cc275bc57b54b025a3b8d478978e
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 22 17:53:44 2007 +0000

    Check value returned by SDLNet_CheckSockets. 0 is a timeout, so don't interrupt the loop.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3223 30ef787d-52ff-0310-b286-e08351bb7647

commit 5d2c46622ceff20ef4efc23dbd57c70dd8b716d6
Author: snark_boojum <snark_boojum at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 22 17:51:03 2007 +0000

    Made the ComboBox unsorted -- maps are alphabetical by default, and it's sometimes not what we want
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3222 30ef787d-52ff-0310-b286-e08351bb7647

commit b3bd44b5a0d36900f16bc8d63d3a5ef7a2536355
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 22 17:38:07 2007 +0000

    Skip random maps in network game menu.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3221 30ef787d-52ff-0310-b286-e08351bb7647

commit c642ef4216b505bc02ac503ced667008b7a4c022
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 22 17:36:32 2007 +0000

    1) Move error translation to a function
    2) Have a refcount to determine whether SDL_Net really must be terminated
    3) Kill dead code
    4) Fix bad hostname->IP translation (if MSDN is to be believed)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3220 30ef787d-52ff-0310-b286-e08351bb7647

commit f7b93a566ca0cf2212aedc4d66146a2b352ba694
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 22 17:12:46 2007 +0000

    [BUGFIX] bug #9819 : Random generated map visible in network game menu but results in different map on each side.
    Disable random map in network game.
    
    [NEW FEATURE] Now the map selector loop back at the start/end of the selection.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3219 30ef787d-52ff-0310-b286-e08351bb7647

commit d34b4ec7d8d32445b5b70c32734704f1d3affc06
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 22 16:58:07 2007 +0000

    Include gui/combo_box in project file.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3218 30ef787d-52ff-0310-b286-e08351bb7647

commit fb4a83be1a47183778d04a0436b8fad2f65a0a30
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 22 15:43:26 2007 +0000

    add forgotten file previous comit
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3217 30ef787d-52ff-0310-b286-e08351bb7647

commit 0fab30243022029edcb8244be0b5ae16bc94fe57
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 22 15:11:05 2007 +0000

    new widget combo box for lists in menu
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3216 30ef787d-52ff-0310-b286-e08351bb7647

commit 8f8a38692f744245a1cf6786a6ed204e117d7d1b
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 22 14:12:11 2007 +0000

    add snark to authors list
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3215 30ef787d-52ff-0310-b286-e08351bb7647

commit 3efed0eeda282146d9815c71c608acf9be9e3c4a
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 22 08:18:55 2007 +0000

    adjust eyes position
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3214 30ef787d-52ff-0310-b286-e08351bb7647

commit 5085944b610fb2cfd6785ec23d21f84235189406
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 21 23:27:45 2007 +0000

    change eyes for better follow_cursor option
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3213 30ef787d-52ff-0310-b286-e08351bb7647

commit 38b7b98f65935f7ab4334387ddc8880a01fac6df
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 21 23:15:57 2007 +0000

    First implementation of task #5396 : Check information at the end of network game init
    
    WARNING: Currently, the game starts but the faulty client is disconnected from the server after few seconds (why such a delay ?). Moreover, the
    faulty client freeze after disconnection, you have to kill -9 it
    
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3212 30ef787d-52ff-0310-b286-e08351bb7647

commit d1fcb0b7973bbaf2be5e77dfe5add7cf323772b2
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 21 21:37:06 2007 +0000

    [BUGFIX] Fix bug #8920 - Teams list could probably be unsynchronized over the network
    
    The bug was more easy to reproduce that I thought.
    
    Create a game with Computer A
    Computer B connects to
    Computer A chooses team Beastie
    Computer B chooses team Firefox
    
    Computer A and B see in their menu : Beastie - Firefox - NULL - NULL
    
    Computer A removes his team
    Computer A and B see in their menu :  NULL - Firefox - NULL - NULL
    Computer C connects
    Computer C sees Firefox - NULL - NULL - NULL
    
    Computer A selects Beastie again
    Computer A and B see Beastie - Firefox - NULL - NULL
    Computer C see Firefox - Beastie - NULL - NULL
    ...
    
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3211 30ef787d-52ff-0310-b286-e08351bb7647

commit 0365a2ee2f741acb55014a8a46b2178f158ba588
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 21 21:10:57 2007 +0000

    Fix the character's orientation when launching the rope
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3210 30ef787d-52ff-0310-b286-e08351bb7647

commit 0fce6c7107d08dd91a56b23233f1b6696a08307f
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 21 20:49:35 2007 +0000

    Fix compilation when DEBUG_SKIN is defined
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3209 30ef787d-52ff-0310-b286-e08351bb7647

commit 25d3f6bf5815c9aecf748b567639556f3232c594
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 21 20:15:42 2007 +0000

    all characters eyes follow cursor
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3208 30ef787d-52ff-0310-b286-e08351bb7647

commit 65d08159936316cb029f09210ce302afe9602071
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 21 20:06:38 2007 +0000

    - Fix bug when a 4th players tries to connect to a game
    - Stronger check about the server state
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3207 30ef787d-52ff-0310-b286-e08351bb7647

commit 0a16b30ca7175195a30bb5b05672c68b7637fe5f
Author: pawel_dyda <pawel_dyda at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 21 19:55:25 2007 +0000

    Polish translation update for rev. 3025
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3206 30ef787d-52ff-0310-b286-e08351bb7647

commit f49aa4c17a0ecbef6ee924906db34b52f8cb0b89
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 21 19:36:46 2007 +0000

    delete useless file
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3205 30ef787d-52ff-0310-b286-e08351bb7647

commit cbc73120731d98dd28eb51c718ab9e2aa9a50f50
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 21 19:35:40 2007 +0000

    bazooka, riot bomb and automatic bazooka have different colors
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3204 30ef787d-52ff-0310-b286-e08351bb7647

commit fb7039f4d8b410054faed9b234f54c909b0e77e3
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 21 19:03:41 2007 +0000

    Don't move skin eyes if the mouse cursor is not displayed
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3203 30ef787d-52ff-0310-b286-e08351bb7647

commit 39dd734457037d1f2ff1ede983c686946c9f1839
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 20 23:47:05 2007 +0000

    [Win32] Fix infinite loop causing stack overflow. May break refresh when going fullscreen.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3202 30ef787d-52ff-0310-b286-e08351bb7647

commit f1208e1e8a406e481ef2d38faf9a23e60bb139cd
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 20 21:44:35 2007 +0000

    [BUGFIX] Fix disconnection handling on non WIN32 systems
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3201 30ef787d-52ff-0310-b286-e08351bb7647

commit 7e3376b70848de7fb02287972ef88a277b527a32
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 20 21:06:34 2007 +0000

    Don't try to play a sound if we have nothing to play :)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3200 30ef787d-52ff-0310-b286-e08351bb7647

commit f11c536cde2b579b8958e1099fc6533ec1a83de5
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 20 20:21:46 2007 +0000

    Remove the "team selected" message form the network menu
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3199 30ef787d-52ff-0310-b286-e08351bb7647

commit 71c51b856ea4f94edcac788e65f397399804ec12
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 20 19:55:59 2007 +0000

    Automatic update of translations + french update
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3198 30ef787d-52ff-0310-b286-e08351bb7647

commit aeecfebf910d0862140c3651d0ad282123ae53b8
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 20 19:45:45 2007 +0000

         put TTF_Quit in font destructor
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3197 30ef787d-52ff-0310-b286-e08351bb7647

commit 91ab8cfdbea1833257d5c82fe0218bc3691f788e
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 20 19:39:37 2007 +0000

         Forgot to remove Init() declaration
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3196 30ef787d-52ff-0310-b286-e08351bb7647

commit 8eeea59b5ed5ca7b0b4cfe116de72b43a3ac1374
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 20 19:38:54 2007 +0000

         Use constructors for initialization (killed Init())
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3195 30ef787d-52ff-0310-b286-e08351bb7647

commit c011da03824c5efcff48bea9d1ef4557e07bcb37
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 20 19:33:19 2007 +0000

    Automatic update of translation
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3194 30ef787d-52ff-0310-b286-e08351bb7647

commit e25c9b4547248bdc6a2b03be666d384e59d7da55
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 20 18:43:57 2007 +0000

         simplify calculation
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3193 30ef787d-52ff-0310-b286-e08351bb7647

commit 74f2696597bfa062bd4a14f085b46a477d12a298
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 19 23:23:06 2007 +0000

    Use a different sound for changing character
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3192 30ef787d-52ff-0310-b286-e08351bb7647

commit 75e9fff9a292bda6dd0950aa777fc68772f41f14
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 19 23:04:33 2007 +0000

    Forgotten during last commit
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3191 30ef787d-52ff-0310-b286-e08351bb7647

commit 311fdb3ca40c8d9f51e76e35c7c13b11a96740ac
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 19 23:04:07 2007 +0000

    Display fire particles at the same position they dig the ground
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3190 30ef787d-52ff-0310-b286-e08351bb7647

commit 240d40014e13085b7254eb1c255ae25bf3bc4dbd
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 19 23:01:17 2007 +0000

    Prepare to add BIP sound when there is only 5 seconds left in the current turn
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3189 30ef787d-52ff-0310-b286-e08351bb7647

commit 4b64b4fce2fa1ada7b3b33659986e5cb731a5266
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 19 22:57:25 2007 +0000

    Adding sound when changing character with key TAB or with mouse
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3188 30ef787d-52ff-0310-b286-e08351bb7647

commit 400210852f4673f27e5d26d8fbeaf267b03db361
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 19 22:44:07 2007 +0000

    Crazy rebound sound for the gnu ! :)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3187 30ef787d-52ff-0310-b286-e08351bb7647

commit 302c6ec3308def02c094c2e4f00fffa5b900450c
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 19 22:34:51 2007 +0000

    Const + some useless headers.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3186 30ef787d-52ff-0310-b286-e08351bb7647

commit 76e834fe0726708c9a8cf401e8b75ca0a4fec62c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 19 22:28:23 2007 +0000

    Play a small sound when changing weapon by keyboard too. (the sound is played on the network)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3185 30ef787d-52ff-0310-b286-e08351bb7647

commit 8d508e50217d985466eefe4e317e2e4f1c7049db
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 19 22:06:21 2007 +0000

    Adding sound when showing the weapon menu and when selecting a weapon
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3184 30ef787d-52ff-0310-b286-e08351bb7647

commit 0ab5f2ee1028c91e623acb33daa242fb5234fe00
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 19 21:58:09 2007 +0000

    Adding error sound in menus
    Use ok sound in recursive menu
    
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3183 30ef787d-52ff-0310-b286-e08351bb7647

commit 89be623f8faf4c8b958e812a3359ad07846d0919
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 19 21:16:26 2007 +0000

    [BUGFIX] Fix bug #9756 - Chat is not cleared after new game
    (And release some memory)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3182 30ef787d-52ff-0310-b286-e08351bb7647

commit 6de93af839759d5760ef5a2e3389c54a02af7fa6
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 19 20:36:06 2007 +0000

    Paranoiac sound stop when anvil is freed (for bug #9735)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3181 30ef787d-52ff-0310-b286-e08351bb7647

commit 6d9e41c6cbd5e1e10278b7277fa8ce1f7a914615
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 19 19:58:52 2007 +0000

    [BUGFIX] Fix bug #9758 related to double display of "projectile is going out of the world"
    It was due to a double call of method SignalOutOfMap() from the physical engine (hope this commit break nothing else...)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3180 30ef787d-52ff-0310-b286-e08351bb7647

commit fc479b0f27eeb771f2f5c4b080a1079e61c5db1c
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 19 18:50:22 2007 +0000

         Remove useless methodes and une Point2i in DrawCenterTopOnMap
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3179 30ef787d-52ff-0310-b286-e08351bb7647

commit 8a224276a3fb63bbc4683b02ab9f605bac7cedc8
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 19 18:35:49 2007 +0000

         Remove DrawCenterTop (int x, int y)
         please use DrawCenterTop (const Point2i&)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3178 30ef787d-52ff-0310-b286-e08351bb7647

commit 39e9850645b87b293e4da7a6b773cd5ea1f498a3
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 19 18:20:22 2007 +0000

         Remove DrawTopRight (int x, int y)
         use DrawTopRight(const Point2i&)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3177 30ef787d-52ff-0310-b286-e08351bb7647

commit 231141b1570f0a79acf7994754ab4d5557c77173
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 19 18:11:08 2007 +0000

         Remove DrawTopLeft (int x, int y) methode use the
                DrawTopLeft (Point2i&) one
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3176 30ef787d-52ff-0310-b286-e08351bb7647

commit 9e5f698f34913255cbb7f9ca0a1dc241ea1de21a
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 19 17:55:16 2007 +0000

         Remove DrawCenter (int x, int y) methode
         please use the DrawCenter (Point2i &pos) one
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3175 30ef787d-52ff-0310-b286-e08351bb7647

commit bacd82a85581928ecf34e83139c8d0a46db5d681
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 19 16:52:57 2007 +0000

         put back video initialization in AppWormux constructor
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3174 30ef787d-52ff-0310-b286-e08351bb7647

commit 34ae582c4f7360134dc47aa53bbf9ba4ecb6da0c
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 19 13:52:34 2007 +0000

    Set svn's end of line style to "native"
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3173 30ef787d-52ff-0310-b286-e08351bb7647

commit 38afb8b7c649a84a51b53856baf486536d6d7224
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 19 13:51:09 2007 +0000

    Remove \r at end of line
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3172 30ef787d-52ff-0310-b286-e08351bb7647

commit 63f431de2f8ff6ed1468af31b9f7e7c155aff337
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 19 13:38:12 2007 +0000

         Parse and handle command line args before actually creating a
         App instance.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3171 30ef787d-52ff-0310-b286-e08351bb7647

commit 1023e22bfaa07c8688287992ce1bffa9abf137c7
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 19 13:04:17 2007 +0000

    Make clear that the number of bullets is a constant.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3170 30ef787d-52ff-0310-b286-e08351bb7647

commit d77e5317bbf3de992eb406f54ba5c8d515ceac89
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 19 12:46:03 2007 +0000

    No need for a temporary variable now that SetSpeedXY returns one instead of modifying one.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3169 30ef787d-52ff-0310-b286-e08351bb7647

commit 7f7519836efe87e3e925a2d5fb3a616360c2bd67
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 19 12:42:56 2007 +0000

         Revert previous patches. back to 3165.
         The problem is that we do not want the video to be initialized when
         starting wormux with -h arg (for example).
         All this need more rework.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3168 30ef787d-52ff-0310-b286-e08351bb7647

commit 4457acfcc10a9b8c9db55ef3d54754270c03c669
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 19 12:03:54 2007 +0000

         Use the destructor for clean up stuff.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3167 30ef787d-52ff-0310-b286-e08351bb7647

commit b7a63d2da00c91ddf9fcaaceb59132d3199f75dd
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 19 11:54:23 2007 +0000

         create video in constructor, no need to wait for the (useless ?) Init methode
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3166 30ef787d-52ff-0310-b286-e08351bb7647

commit cd7931ac5135ce2ced5bc97b3be58a83289a74ae
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 19 11:42:29 2007 +0000

         Put the typedef of menu_item into class MainMenu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3165 30ef787d-52ff-0310-b286-e08351bb7647

commit 80f51349071674b566100854626a51d65189d853
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 19 10:45:34 2007 +0000

    Fix movements that follows the cursor
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3164 30ef787d-52ff-0310-b286-e08351bb7647

commit 227b1c2fb887fa673ac6d392ecc0a81b214303ff
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 19 01:52:56 2007 +0000

    Cross-compiling compatible install script creater script (still requires to manually declare the -config binaries).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3163 30ef787d-52ff-0310-b286-e08351bb7647

commit 0b04863b3aa6df01f9723d2107cdb0c489afecdd
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 19 01:48:27 2007 +0000

    Offer alternatives for pkg-config and sdl prefix (helps for cross-compilation).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3162 30ef787d-52ff-0310-b286-e08351bb7647

commit a15d44bf0904797b04d36312586b4d8462f5766f
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 19 00:46:30 2007 +0000

    Update installer according to new dlls.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3161 30ef787d-52ff-0310-b286-e08351bb7647

commit 8886352c6b0e9d77126dbbb4c1ed9e55eda9277e
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 18 22:41:04 2007 +0000

    [Win32] Fix Gettext compilation, correct png static lib name, add a pragma for glibmm::ustring warning.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3160 30ef787d-52ff-0310-b286-e08351bb7647

commit b0814ea93b8a3663f23c88789e203f25e2f49f24
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 18 13:50:51 2007 +0000

    [Win32] Add translation and optional desktop shortcuts for installer
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3159 30ef787d-52ff-0310-b286-e08351bb7647

commit 2e15fbebf03cd064dc4ce2dd364914d2530f4e92
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 18 11:53:43 2007 +0000

    Gettext 0.14.5 does not like singular not using number.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3158 30ef787d-52ff-0310-b286-e08351bb7647

commit ee82e2bc0d282a33f80a1a59485caef9987fa581
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 18 08:47:51 2007 +0000

    Maybe relative to bug #9759 : Charging bug ~ variante. Refresh correctly the charging status if you scroll the camera while charging a weapon.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3157 30ef787d-52ff-0310-b286-e08351bb7647

commit 92d2b0d792968620cdc10c3a4f878b1da0790a61
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 18 08:26:49 2007 +0000

    [BUGFIX] bug #9701 : Anvil border badly drawn. Use the correct pixel format structure to merge the SDL surface. Now merged sprite are perfect !.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3156 30ef787d-52ff-0310-b286-e08351bb7647

commit 2c414390e5961b85b85680ec9ba7b1547ce83664
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 18 07:59:50 2007 +0000

    [BUGFIX] Anvil is not affected by explosion.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3155 30ef787d-52ff-0310-b286-e08351bb7647

commit 92d72d747ae44efb67fe1c031438747f91b3ec80
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 18 07:50:31 2007 +0000

    Fixing compilation (GetSpeedXY have changed).
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3154 30ef787d-52ff-0310-b286-e08351bb7647

commit 30ef3d0f93836e7966587b4ccb2af6476a771a6d
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 17 23:39:31 2007 +0000

    Fix bug #9719 : character drops changes clothes when colliding the ground
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3153 30ef787d-52ff-0310-b286-e08351bb7647

commit 7cf535c22e8fefed847d4da272853979512c8920
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 17 23:22:08 2007 +0000

    Fix bug #9417 (dead characters badly orientated)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3152 30ef787d-52ff-0310-b286-e08351bb7647

commit 2eff41efedb3962d191761f96ad4e853413e5957
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 17 23:07:03 2007 +0000

    Fix character badly oriented with ninja rope ( #bug 9702 )
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3151 30ef787d-52ff-0310-b286-e08351bb7647

commit f6f4f52320bede08578a66a5bf3ea192ac31c947
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 17 23:01:25 2007 +0000

    Fix wind particles making packets when the camera moves too quickly
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3150 30ef787d-52ff-0310-b286-e08351bb7647

commit 704ad8d7abe2ffbe3f5e9854ef76e7f0ef0a6604
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 17 22:26:03 2007 +0000

    Inline into the headers and make use of FromPolarCoordinates.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3149 30ef787d-52ff-0310-b286-e08351bb7647

commit e82baff2955656c9279a8fca0d0389a5ac9cc693
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 17 22:11:32 2007 +0000

    FromPolarCoordinates method.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3148 30ef787d-52ff-0310-b286-e08351bb7647

commit 7b85d4ef552c5f202cd765c8df49382216d1a178
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 17 22:11:30 2007 +0000

    Make workrave follow mouse cursor with his eyes
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3147 30ef787d-52ff-0310-b286-e08351bb7647

commit 4b632825dea477167266b6d14a8e335343987676
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 17 21:59:54 2007 +0000

    Avoid implicit type conversion when using Vector2::Distance()
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3146 30ef787d-52ff-0310-b286-e08351bb7647

commit d99bb35727ba579e7a51e05843a3b6a23eda905e
Author: robo210 <robo210 at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 16 06:26:50 2007 +0000

    Completed task #5381 - new airhammer sounds
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3145 30ef787d-52ff-0310-b286-e08351bb7647

commit 6851f0e171fa667829aa3a1959cd9c19e5787e5a
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 15 16:51:25 2007 +0000

    [Win32] Add a RefreshDisplay method to use when going/leaving fullscreen.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3144 30ef787d-52ff-0310-b286-e08351bb7647

commit ec819a766757c866719fdc1bd9f29b44a0f00154
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 15 16:50:03 2007 +0000

    Set only once i18n folders.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3143 30ef787d-52ff-0310-b286-e08351bb7647

commit 482f89a0889237a9b861be34280e79930a3a6151
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 15 16:01:50 2007 +0000

         Rework font loading and handle the error (exits properly).
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3142 30ef787d-52ff-0310-b286-e08351bb7647

commit e227aa43af048898071cbcd6c31bc62f3f73b00b
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 14 20:33:00 2007 +0000

    [MSVC] Add .gmo creation to the project file.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3141 30ef787d-52ff-0310-b286-e08351bb7647

commit 2290efd8f1346fc160e2b10362e2a8fd688531c1
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 14 20:04:47 2007 +0000

    [Win32] Build full paths out of the binary name rather than using relative path.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3140 30ef787d-52ff-0310-b286-e08351bb7647

commit 966af48aa417e2aaab5765303625af3390ef1a9b
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 14 20:02:04 2007 +0000

    Better tracing of i18n function operations.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3139 30ef787d-52ff-0310-b286-e08351bb7647

commit 43456e6c8d6ce1bec9d150a6ebaa9b858d7deaf2
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 14 18:53:20 2007 +0000

    [Win32] Typo in registry key name.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3138 30ef787d-52ff-0310-b286-e08351bb7647

commit 712d45252d794c42758aab99d273cbf98699ff53
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 14 18:33:08 2007 +0000

    Strings passed can be std::string.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3137 30ef787d-52ff-0310-b286-e08351bb7647

commit 93c17cb1faea0e5288f501fc65e99b9f04744b1f
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 14 09:30:24 2007 +0000

    add tgm map 'funky island'
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3134 30ef787d-52ff-0310-b286-e08351bb7647

commit 466f2bb051fec20299efa3efe81a050370d4efbd
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 14 08:45:05 2007 +0000

    delete useless picture
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3133 30ef787d-52ff-0310-b286-e08351bb7647

commit 848bbdbd21252c7d9dd3fa5c6ab8fd1fd982ea4e
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 14 08:22:13 2007 +0000

    use beautiful widget for MaxFPS in option menu
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3132 30ef787d-52ff-0310-b286-e08351bb7647

commit 4db4971427908f3c228745d0eb0582680b04a0fe
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 13 23:48:44 2007 +0000

    [MSVC] This file is unused, but at least make it somewhat correct.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3131 30ef787d-52ff-0310-b286-e08351bb7647

commit b87e12d32eb60d8bcfb1c3085b21ad4b8bc3ea76
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 13 22:34:53 2007 +0000

    change language label by config label with little graphic improvement
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3130 30ef787d-52ff-0310-b286-e08351bb7647

commit b41b4e93915134489976b94f1d8b8851a6244dbf
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 12 10:03:17 2007 +0000

    Death mode shouldn't count as clumsy/traitor points when the game lingers.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3129 30ef787d-52ff-0310-b286-e08351bb7647

commit 4318a6b1920b59328b114c5fa634b9a6ca2dd2de
Author: robo210 <robo210 at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 12 01:37:09 2007 +0000

    Fix riot bomb explosion crash.
    Riot bomb is lots of bazooka code copied and renamed, maybe riot bomb could inherit from bazooka so they dont't get out of sync again?
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3128 30ef787d-52ff-0310-b286-e08351bb7647

commit b1c98bf7910ca055795f687aa5eb3608da8563d5
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 11 20:39:56 2007 +0000

    Force boxes to collide with objects.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3127 30ef787d-52ff-0310-b286-e08351bb7647

commit ddd68fd869cfd8fc701bd4ec38c8977223a68824
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 11 20:31:37 2007 +0000

    An object and a character can't collide if the object is not set to collide with characters.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3126 30ef787d-52ff-0310-b286-e08351bb7647

commit 8e31b80a30b00f1a9e01d59d8bc1662e9d993152
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 11 19:05:29 2007 +0000

    More inlining in the headers.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3125 30ef787d-52ff-0310-b286-e08351bb7647

commit 48c7229c17c8ab08618c2618fdf035dcd51b27b2
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 11 18:37:29 2007 +0000

    Fix compilation.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3124 30ef787d-52ff-0310-b286-e08351bb7647

commit 0a6a1bf5286d1d5736a4adc0c2ce52b7b4cc081f
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 11 17:59:13 2007 +0000

    Inline some accessors into the headers.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3123 30ef787d-52ff-0310-b286-e08351bb7647

commit 0d47e7727384dca305eb63701d02fe69efb724ae
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 11 17:58:08 2007 +0000

    [Win32] socket function does not return the same type as its linux counterpart.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3122 30ef787d-52ff-0310-b286-e08351bb7647

commit 4243e1fde0d271644713e803af3afec61bc9b3aa
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 11 12:27:48 2007 +0000

    Deads don't drown.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3121 30ef787d-52ff-0310-b286-e08351bb7647

commit f17c28fc1283fdcd54d7ec3917b015d3d83bb6a8
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 11 09:11:07 2007 +0000

    Check that personal config file was loaded, and if not, do the default init (locale).
    Also, setting DataPath for the resource_manager does not depend on the language.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3120 30ef787d-52ff-0310-b286-e08351bb7647

commit 294b40417237502e08225f8c5d170c8b6f23b3a3
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 10 18:08:45 2007 +0000

    Missing include..
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3119 30ef787d-52ff-0310-b286-e08351bb7647

commit 5e8ae673705cb85a7d2b0eef8e9fc9086fc7c864
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 10 18:06:08 2007 +0000

    Typo.. fix compilation with DEBUG ..
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3118 30ef787d-52ff-0310-b286-e08351bb7647

commit 935bdbab7f197e29ce96724af467a70a11014a77
Author: pawel_dyda <pawel_dyda at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 10 17:27:11 2007 +0000

    Polish language updated... I cannot update any other po's due to many errors from .mine "keyword"
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3117 30ef787d-52ff-0310-b286-e08351bb7647

commit 05cb2c8facafdfca93593ab1648d4bdc36045747
Author: pawel_dyda <pawel_dyda at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 10 17:19:43 2007 +0000

    Polish language settings added.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3116 30ef787d-52ff-0310-b286-e08351bb7647

commit 1602be173ad3ffc4dabe72d9797e94d76bea5914
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 10 09:21:42 2007 +0000

    Fix compilation with and without DEBUG enabled
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3115 30ef787d-52ff-0310-b286-e08351bb7647

commit a6c2aad9fee731277aaeb17b92098000224b4ba8
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 10 08:48:14 2007 +0000

    Fix compilation when debug is not enabled
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3114 30ef787d-52ff-0310-b286-e08351bb7647

commit 47c75cd0e66597485714ab688d99f0bbe83f6625
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 9 23:23:47 2007 +0000

    Display an error when internet games list is empty
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3113 30ef787d-52ff-0310-b286-e08351bb7647

commit 0cbd5fbd8d2afdc0399646734be118a2c8c7213e
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 9 23:02:53 2007 +0000

    Remove warning messages from Network connection menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3112 30ef787d-52ff-0310-b286-e08351bb7647

commit 7d6964281700af36220809dcb827464523380ea1
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 9 23:00:14 2007 +0000

    Automatic updates of translation + update of french translation
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3111 30ef787d-52ff-0310-b286-e08351bb7647

commit ce340f16c2fd5d0914ae9f95cfba1a55e5049aa0
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 9 22:04:35 2007 +0000

    Fix placement of Language listbox options in small resolution
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3110 30ef787d-52ff-0310-b286-e08351bb7647

commit 9e96bcfcc590a6c892d798aaa1b3f714e1d703dc
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 9 21:50:33 2007 +0000

    Partial revert of Kurosu commit about putenv/setenv
    
    Setenv is POSIX too. Extract from man page:
    CONFORMING TO
           4.3BSD, POSIX.1-2001.
    
    Moreover, putenv take a char* argument not a const char*:
    int putenv(char *string);
    
    From the manpage:
    The  libc4  and libc5 and glibc 2.1.2 versions conform to SUSv2: the pointer string given to putenv() is used.  In particular, this string becomes part of the environment; changing it later will change the environment. (Thus, it is an error is to call putenv() with an automatic  variable as the  argument,  then return from the calling function while string is still part of the environment.)  However, glibc 2.0-2.1.1 differs: a copy of the string is used.  On the one hand this causes a memory leak, and on the other hand it violates SUSv2. This has been fixed in glibc2.1.2.
    
    The 4.4BSD version, like glibc 2.0, uses a copy.
    
    SUSv2 removes the ‘const’ from the prototype, and so does glibc 2.1.3.
    
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3109 30ef787d-52ff-0310-b286-e08351bb7647

commit 1157193e56a181e754292dc73583ee9f9404297c
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 9 21:38:13 2007 +0000

    Revert things accidentaly commited with revision 3028
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3108 30ef787d-52ff-0310-b286-e08351bb7647

commit b038c90cffe41562606df49e59a4e8438a2869da
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 9 19:27:19 2007 +0000

    Prevent a potential list browsing going out of bounds.
    Implement an alternate (disabled) optimization that check the rectangle before adding it.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3107 30ef787d-52ff-0310-b286-e08351bb7647

commit 25e98725029819628eaaf27e8926799f1b67deb9
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 9 19:14:34 2007 +0000

    Use POSIX putenv instead of setenv, and provide a fix for Win32.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3106 30ef787d-52ff-0310-b286-e08351bb7647

commit 79ab05d639272913a4007d2dcabe106a7bf3ef89
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 9 16:51:57 2007 +0000

    task #5307 : language selection.
    Now we have a beautiful new widget in the option menu to change during the game the default language.
    yeKcim : I need you to create a beautiful label for this new option :).
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3105 30ef787d-52ff-0310-b286-e08351bb7647

commit 7a2cf80c26234b89aa2fd94815f661e1fd69a197
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 9 16:40:13 2007 +0000

    update russian translation thanks to GArik
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3104 30ef787d-52ff-0310-b286-e08351bb7647

commit 2698c6254f7922912c93a8990f6a37d62689816c
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 9 15:48:16 2007 +0000

    task #5307 : language selection. Can now change the default language within config.xml.
    If you want to force default language :
     - edit ~/.wormux/config.xml
     - find the line line <default_language></default_language>
     - set it to <default_language>XX</default_language>
    XX stand for your international language code (aka : fr for france, ua for ukraine, pt for portugal etc.).
    Now I need to add a new widget in the config menu to force the language as the user want.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3103 30ef787d-52ff-0310-b286-e08351bb7647

commit 85183929c0a6175785364258f2565913bae6d3e0
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 9 14:53:00 2007 +0000

    add pierre-marie nickname
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3102 30ef787d-52ff-0310-b286-e08351bb7647

commit e4f2a5f49e41ff4a665f8425193404efe711f73d
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 9 14:19:11 2007 +0000

    Update Esperanto translation (thanks to Pierre-Marie)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3101 30ef787d-52ff-0310-b286-e08351bb7647

commit 24428b8f1a54488ba8e4f63fe99483ad3f4b4326
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 9 14:15:33 2007 +0000

    Update Slovenian translation (thanks to Jaka Kranjc)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3100 30ef787d-52ff-0310-b286-e08351bb7647

commit 81468347c7fa9268412ba4faa6e7b48c42de82fb
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 9 10:49:26 2007 +0000

    repair cmake compilation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3099 30ef787d-52ff-0310-b286-e08351bb7647

commit e7853b557d4a8e6a45c7b39895c5cae4ba8dac27
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 9 06:41:51 2007 +0000

    Add debugging stuff for weapon. In debug mode, if run with -d weapon, display a red square around the hand position
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3098 30ef787d-52ff-0310-b286-e08351bb7647

commit ef044c281928c1ead73950d125e13a4b09ae8ead
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 9 00:01:24 2007 +0000

    Fix ground refresh... More work needed for overlapping sprites
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3097 30ef787d-52ff-0310-b286-e08351bb7647

commit 668e98699951e63a806f9007aa12003d388893e7
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 8 23:58:54 2007 +0000

    Still working on bug #9700 : Projectile overlapping bug
    Gnu, Supertux and Polecat go from hand
    I have discover a bug related to this. When shooting to the right the projectile seems to be blocked by the character and that's not the case when
    shooting on the left
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3096 30ef787d-52ff-0310-b286-e08351bb7647

commit 6e7c0eb6f7e464fa38d6bfb256e3fb65cddc98ec
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 8 23:44:58 2007 +0000

    [Win32] Remove a hack that now looks unneeded.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3095 30ef787d-52ff-0310-b286-e08351bb7647

commit a5de1be107901ed2949d9b1899d770fdc4474472
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 8 23:44:04 2007 +0000

    [Win32] Change implementation of MSVC's round/lround, and make them inline.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3094 30ef787d-52ff-0310-b286-e08351bb7647

commit afd6774c5dc3558f53dd17e63490b0114a87d895
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 8 23:41:03 2007 +0000

    Working on bug #9700 (Projectile overlapping bug)
    In fact, Drayan has forgotten a small piece of code in his solution. It should be ok now :)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3093 30ef787d-52ff-0310-b286-e08351bb7647

commit e21d5c88e8261fa773e931f7401bb495b49a7706
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 8 23:40:25 2007 +0000

    Remove useless OptimizeCache()
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3092 30ef787d-52ff-0310-b286-e08351bb7647

commit 8ab988f15406d4c1672c9293d9869be015579719
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 8 22:57:10 2007 +0000

    [BUGFIX] bug #9708 - Cluster bomb makes a segfault when exploding
    This was due to the new "feature" that let WeaponProjectile explode if there are damaged
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3091 30ef787d-52ff-0310-b286-e08351bb7647

commit fd6958effac06c4e44d61c1e2b82f34698e185ae
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 8 22:46:45 2007 +0000

    delete some 0,0,0,1 pixels witch include bug
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3090 30ef787d-52ff-0310-b286-e08351bb7647

commit 914500a6194fb9f311be73ffec1865c636ccdd95
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 8 22:41:34 2007 +0000

    [MINOR] Rename AbsReel() to AbsoluteValue()
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3089 30ef787d-52ff-0310-b286-e08351bb7647

commit e5e01d0c9e0fc3edf3fbceab27494b85ccb141d1
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 8 22:31:22 2007 +0000

    [MINOR] Rename EgalZero to EqualsZero
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3088 30ef787d-52ff-0310-b286-e08351bb7647

commit f6409db6cc27e9fdf376fa8e1b287820d633570b
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 8 22:18:17 2007 +0000

    Add sink sound in "share" profile
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3087 30ef787d-52ff-0310-b286-e08351bb7647

commit 58a4488ad0265fa767c8fd5a4bf5f45ec528b14e
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 8 22:17:37 2007 +0000

    [Win32] MSVC doesn't define _MSC_VER when compiling resources, so inverse the definition.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3086 30ef787d-52ff-0310-b286-e08351bb7647

commit 64f18f0fd16baf871cba3162a92be025881e44be
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 8 22:15:34 2007 +0000

    Fix sound management when anvil falls in water
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3085 30ef787d-52ff-0310-b286-e08351bb7647

commit da28b4ea48deb0f14e7bbe9af38fccfade6830c2
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 8 21:37:38 2007 +0000

    [BUGFIX] Add missing call to SignalOutOfMap in UpdatePosition
    
    Turn now finishes when the supertux is going out of the map by drowning
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3084 30ef787d-52ff-0310-b286-e08351bb7647

commit 8e80c1b1f4af62709e27780655ab9b412c58f1b2
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 8 21:19:46 2007 +0000

    Fix compilation for g++.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3083 30ef787d-52ff-0310-b286-e08351bb7647

commit 80be5f349c4f2a8f228f13187d1482776cf1443e
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 8 21:15:01 2007 +0000

    [BUGFIX] bug #9707 - Some weapon projectiles do not sink
    
    Ensure to have a minimum gravity factor when falling into water.
    Use double instead of int to compute position into NotifyMove, this allows slow movements to not be ignored
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3082 30ef787d-52ff-0310-b286-e08351bb7647

commit 58c4263acff2d1d10accd4bd907ec5f7150641d5
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 8 21:11:40 2007 +0000

    Inline some accessors into the headers.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3081 30ef787d-52ff-0310-b286-e08351bb7647

commit e93aa3fb4de6c0d88c91d56415843e4370efa8cc
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 8 21:07:44 2007 +0000

    Uninitialized variable
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3080 30ef787d-52ff-0310-b286-e08351bb7647

commit 9a7e8db907213007fe0d1bf9c8a67198b38d17a5
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 8 21:04:26 2007 +0000

    Allow beta2 to connect
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3079 30ef787d-52ff-0310-b286-e08351bb7647

commit c490c18b1e7e1f0e125ff07c0d86110b12ddf34b
Author: pawel_dyda <pawel_dyda at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 8 20:44:00 2007 +0000

    Updated Polish translation for r 3074
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3078 30ef787d-52ff-0310-b286-e08351bb7647

commit ced89ee9de5902b47cf76675b02dd26442882d8d
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 8 19:27:45 2007 +0000

    Update Visual Project file after launcher->weapon_launcher renaming.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3077 30ef787d-52ff-0310-b286-e08351bb7647

commit e41478c6289fff61df93fcb12a83ed99af38c0e2
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 8 19:24:24 2007 +0000

    Use singleton for camera
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3076 30ef787d-52ff-0310-b286-e08351bb7647

commit f5bd10ae88f8fa029a2aef220ff7219f2128bee0
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 8 18:59:43 2007 +0000

    Future "release" will be 0.8beta2
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3075 30ef787d-52ff-0310-b286-e08351bb7647

commit 1b7fb3f080cdb0c5b7465907c7b1542ea0902e42
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 8 18:58:33 2007 +0000

    Automatic update of po files after renaming weapon/launcher.[h|cpp] to weapon/weapon_launcher.[h|cpp]
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3074 30ef787d-52ff-0310-b286-e08351bb7647

commit 7d9dd0689804dc086fc89406e199d64a6baaab56
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 8 18:48:37 2007 +0000

    Rename files weapon/launcher.[h|cpp] to weapon/weapon_launcher.[h|cpp]
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3073 30ef787d-52ff-0310-b286-e08351bb7647

commit 135cc91b4987eef62207c7b5af0d24fe0e38ce9a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 8 18:15:09 2007 +0000

    Update portuguese translation (thanks to Eng. Bruno Queiroz)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3072 30ef787d-52ff-0310-b286-e08351bb7647

commit 9818729306a11d6534dbbc698bd6fdcf48b94e51
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 8 16:58:08 2007 +0000

    Unify the way we manage the energy in Wormux (see task #4028 : Use a common interface for all physical object in Wormux to manage damage and life points.).
    Now projectile explode if they are hit by an explosion or anything else like bullet.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3071 30ef787d-52ff-0310-b286-e08351bb7647

commit c1d2178749c39f52dffbf794235d45cdce703bfd
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 8 14:23:32 2007 +0000

    Skin debug code
    Should also fix the yoyo problem
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3070 30ef787d-52ff-0310-b286-e08351bb7647

commit b4300e32b7972cc79755aac6b0e81512ba581f67
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 7 23:48:43 2007 +0000

    Update strings
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3069 30ef787d-52ff-0310-b286-e08351bb7647

commit affdae1076473821ad29a6b97ad19b1b935b0c0f
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 7 23:46:51 2007 +0000

    Add const attribute to the GetWeaponString method
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3068 30ef787d-52ff-0310-b286-e08351bb7647

commit b6bf7a58a908d7af981264cd683da65fb275605f
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 7 23:18:51 2007 +0000

    Fix some bonus boxes messages
    Change the string used for some bonus box (thanks to correct my errors if you find one)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3067 30ef787d-52ff-0310-b286-e08351bb7647

commit 5947b4dc022b1dd54f453ef16f210eed640636e9
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 7 22:56:08 2007 +0000

    [BUGFIX] Supertux is now working again in network !
    This is for bug #9697 but I'm not sure it will fix the assert
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3066 30ef787d-52ff-0310-b286-e08351bb7647

commit 61ef656d734681748ff7a4713bab77d5ed4b7b84
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 7 22:12:45 2007 +0000

    [BUGFIX] Fix bug #9696 about special keys in chat
    
    TODO: factorize code between chat during the game and chat in the network menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3065 30ef787d-52ff-0310-b286-e08351bb7647

commit 71864174eea546b3dc03db15e83c45f753cb1e22
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 7 21:16:45 2007 +0000

    [BUGFIX] Fix input text position for network chat
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3064 30ef787d-52ff-0310-b286-e08351bb7647

commit c56647c14a899565564dbeadfff0b10b5c40762c
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 7 20:49:07 2007 +0000

    [BUGFIX] update merge_time of the anvil even if it fail on an object. Can fix a potential problem when the anvil is not merged with the ground when playing a network game.
    Also now, mine or barrel explode if the anvil fall on it.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3063 30ef787d-52ff-0310-b286-e08351bb7647

commit 2d7edcf2d16b860790f11935a0fefda32d17f399
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 7 19:58:10 2007 +0000

    Network menu: remove useless messages + better refresh of player name accross the network
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3062 30ef787d-52ff-0310-b286-e08351bb7647

commit 71bf38fcd3a4b54e22b40a42f61d6ca8eef65c3b
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 7 02:40:08 2007 +0000

    little improvement
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3061 30ef787d-52ff-0310-b286-e08351bb7647

commit 95bee58c13e77921f0d3ac0f21b53000c3672048
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 6 22:40:42 2007 +0000

    [Win32] std:::list<T>::sort seams to require a weakly-ordered comparison operator. Applying robo210's suggestion.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3060 30ef787d-52ff-0310-b286-e08351bb7647

commit 6115f060bb0aa16fe6cf0b1094013da5227dc6f8
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 6 06:06:21 2007 +0000

    Fix compilation with all warnings activated
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3059 30ef787d-52ff-0310-b286-e08351bb7647

commit 59e209fdcfc76219933df880a09381a354f79081
Author: robo210 <robo210 at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 6 00:37:25 2007 +0000

    Update man page to deal with shift key
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3058 30ef787d-52ff-0310-b286-e08351bb7647

commit 517f88a12a5c9db30d34febb74613922f0acad4a
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 6 00:16:51 2007 +0000

    Parse shift modifier on key pressed. Only used for having smaller step in angle selection when aiming weapon.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3057 30ef787d-52ff-0310-b286-e08351bb7647

commit 2f1e5de14dacfafd963a0bd6fbca770bf1ed2784
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 5 21:53:37 2007 +0000

    Add a shift modifier to most key handling functions.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3056 30ef787d-52ff-0310-b286-e08351bb7647

commit 6fd9c6755faa5840e5d5dced93aedacdc9d48928
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 5 21:52:36 2007 +0000

    Kill another warning about boolean conversion.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3055 30ef787d-52ff-0310-b286-e08351bb7647

commit 8884b128818361a3639e4a9f6871f8afa81f0f0a
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 5 21:41:01 2007 +0000

    Kill some warnings about boolean conversion.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3054 30ef787d-52ff-0310-b286-e08351bb7647

commit 9579f1933d94220c48c986182e04c52a0117f8b5
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 5 21:30:49 2007 +0000

    Some more inlining into the headers.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3053 30ef787d-52ff-0310-b286-e08351bb7647

commit cdd4e82df710e5302a6e539441d3dd66a8a5e696
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 5 20:10:41 2007 +0000

    little improvement for network menu background
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3052 30ef787d-52ff-0310-b286-e08351bb7647

commit d3c545d620cdfbb6c8df9add62e69561a789f1be
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 5 17:58:55 2007 +0000

    Operator == for Rectangle.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3051 30ef787d-52ff-0310-b286-e08351bb7647

commit af42905e19c4f0c911f9f611c74e39b80b40fe85
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 5 16:51:07 2007 +0000

    Fix compilation.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3050 30ef787d-52ff-0310-b286-e08351bb7647

commit 0715fe89e087d65b0fe245c9a15b252003c7514d
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 5 16:34:45 2007 +0000

    Graph line thickness.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3049 30ef787d-52ff-0310-b286-e08351bb7647

commit 10f0af1979f1ec4a3128ec7b3801bfb315b46ff9
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 5 13:29:00 2007 +0000

    [Task 4726] First ugly implementation of energy graph, only for testing code. Not ready for a release, so commented out.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3048 30ef787d-52ff-0310-b286-e08351bb7647

commit 76ab5f1da91a5c380d7893796aad938be8cd5be6
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 5 12:58:08 2007 +0000

    Woops, bad copy'n'paste.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3047 30ef787d-52ff-0310-b286-e08351bb7647

commit d4c7a33963b1880783876902704328dc6d35a71e
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 5 12:47:57 2007 +0000

    [Task 4726] Store history of each team energies.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3046 30ef787d-52ff-0310-b286-e08351bb7647

commit 8af5420120202580bd3300959eb00d13cfef43fa
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 5 11:10:21 2007 +0000

    Inline some accessors, add a new accessor.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3045 30ef787d-52ff-0310-b286-e08351bb7647

commit 3010c957b4a432c10663fe4e87bf07879d7c08db
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 4 12:00:19 2007 +0000

    Restore compatibility with Apple's gcc (isnan and friends).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3044 30ef787d-52ff-0310-b286-e08351bb7647

commit 17792b6fa452291ebf96609d66094cf41a47d751
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 4 09:37:41 2007 +0000

    The resource file must be compilable by Visual Studio 2005 and mingw.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3043 30ef787d-52ff-0310-b286-e08351bb7647

commit 213328dc36679c23f271762f60eae286f5113767
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 4 09:00:46 2007 +0000

    Fix compilation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3042 30ef787d-52ff-0310-b286-e08351bb7647

commit 670b97c92f38c98e012a196f432655876d6312e1
Author: robo210 <robo210 at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 4 02:00:06 2007 +0000

    Fix compilation programs in grapple.h and the MSVC resource file
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3041 30ef787d-52ff-0310-b286-e08351bb7647

commit eae04d3e82e936983e3df581d9ff67446df2829e
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 3 20:43:43 2007 +0000

    remove old arrows
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3040 30ef787d-52ff-0310-b286-e08351bb7647

commit 63a92edb1fef76da14edd24e62e6365d021a0c20
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 3 18:54:20 2007 +0000

    [Win32] Force potentially unlisted libs to be linked against.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3039 30ef787d-52ff-0310-b286-e08351bb7647

commit 86975fe8170997aca1560f480969d9743fc42c10
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 3 18:47:33 2007 +0000

    [Win32] Check for correct windres binary when (cross-)compiling.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3038 30ef787d-52ff-0310-b286-e08351bb7647

commit a491326724e9643012b03cae6264ae0b7857a148
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 3 18:23:40 2007 +0000

    Remove lint target
    Remove Werror for win32 targets, as gcc 3.4.x is broken.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3037 30ef787d-52ff-0310-b286-e08351bb7647

commit 940b010dc6df7135da8d6b0107a95446ecb8f61f
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 3 16:38:13 2007 +0000

    Move classes derived from Weapon{Bullet,Projectile} and {Explosive,}WeaponConfig from their headers to their source files and use instead forward declarations. Move some oneliner members into headers for inlining.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3036 30ef787d-52ff-0310-b286-e08351bb7647

commit c644425e55a276a51c1bcf29f3692dd7501887c1
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 3 12:46:19 2007 +0000

    Should fix bug #9662 : Random generator broken over the network
    RAND_MAX of server is now send to the clients
    
    I have no Windows computer so I can't test but it should work! Hoping that Windows port is now working for network game too!!
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3035 30ef787d-52ff-0310-b286-e08351bb7647

commit 7c456734ea6e04b62ab30fdcf99ee35c17bff839
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 3 11:53:58 2007 +0000

    some gui improvement
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3034 30ef787d-52ff-0310-b286-e08351bb7647

commit f33e10d589b505ed405d417e503f67b1d7f6a611
Author: snark_boojum <snark_boojum at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 3 11:33:43 2007 +0000

    Reverted forward declaration entirely
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3033 30ef787d-52ff-0310-b286-e08351bb7647

commit 658474eed15e2448677d1387c8207404c82e8377
Author: snark_boojum <snark_boojum at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 3 11:10:45 2007 +0000

    Changed include order so forward declarations are really forward
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3032 30ef787d-52ff-0310-b286-e08351bb7647

commit c2324baa74c099a82e02eeae43cd3141fdc5f9ce
Author: snark_boojum <snark_boojum at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 3 10:48:08 2007 +0000

    Sigh... reverting the forward declaration change
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3031 30ef787d-52ff-0310-b286-e08351bb7647

commit c2c584665aa321c5bf692272d5d095112378acbd
Author: snark_boojum <snark_boojum at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 3 10:26:22 2007 +0000

    Yet another compilation fix
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3030 30ef787d-52ff-0310-b286-e08351bb7647

commit 7460633cbdf0a468db720ab58d777a09621d1c80
Author: snark_boojum <snark_boojum at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 3 10:17:19 2007 +0000

    Fixed compilation
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3029 30ef787d-52ff-0310-b286-e08351bb7647

commit 6f72c4d3aeb35078c5312bd64235ba952357b3c9
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 3 01:05:00 2007 +0000

    Remove some unneeded includes in weapon headers.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3028 30ef787d-52ff-0310-b286-e08351bb7647

commit 13790e93136ccaf36437048044e56f40a35ab85b
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 3 01:03:35 2007 +0000

    struct target_t doesn't need to be known outside of weapon/auto_bazooka.cpp
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3027 30ef787d-52ff-0310-b286-e08351bb7647

commit 6f5520efd84b806cfd79a225929b91c9b751546e
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 3 01:02:35 2007 +0000

    Move WeaponStrengthBar definition to its own file, to avoid unneeded includes.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3026 30ef787d-52ff-0310-b286-e08351bb7647

commit 99f7f97e059aa1ca6f8ee6a4357356cbff1c23ab
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 3 00:58:41 2007 +0000

    More compatible forward declaration for Mix_Chunk.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3025 30ef787d-52ff-0310-b286-e08351bb7647

commit f25e63773ab494c0dde4129010c10d398640182c
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 3 00:03:17 2007 +0000

    Changes related to forward declaration of SDL_Net structs, Member, and libxml++.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3024 30ef787d-52ff-0310-b286-e08351bb7647

commit 5b4bc19a16f65e74b2b57477108b0d65000169f9
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 2 23:11:48 2007 +0000

    1) Forward declaration for Body and Movement
    2) Move Body::Direction_t to BodyDirection_t to allow forwarding
    3) Move some one-liner Body member functions to Body header.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3023 30ef787d-52ff-0310-b286-e08351bb7647

commit ed6c0a81dcb41840262564ae2a91cfd7c355fb45
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 2 22:33:24 2007 +0000

    1) CheckHost uses an int rather than a string now.
    2) Report and fail on error when setting socket options.
    3) Try to factorize win32/posix CheckHost code.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3022 30ef787d-52ff-0310-b286-e08351bb7647

commit 445072c98ba3c5599cb2412bebda0015dacec4b3
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 2 20:32:05 2007 +0000

    Cosmetics: convert tabs, remove trailing whitespaces.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3021 30ef787d-52ff-0310-b286-e08351bb7647

commit 5cb7e5f79b910b9da1184db0e82e63d4f146af1e
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 2 18:22:03 2007 +0000

    Factor some code out of #ifdef blocks.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3020 30ef787d-52ff-0310-b286-e08351bb7647

commit b0fc2c12d086b6ddba32b40a55b8566b679221fb
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 1 21:58:12 2007 +0000

    Fix bug #8529 - bazooka rocket rebounds on wall when in network
    
    In fact, rocket does not rebound but are moved by the explosion (of itself) applied by the action handler (action has been sent over the network).
    The explosion arrives from the network and occurs just before the rocket collides the ground.
    
    To fix the bug, a unique id is set for each WeaponProjectile and this unique_id is used in ApplyExplosion. If the unique_id of an object is the
    same as the unique_id associated to the explosion, nothing is done on the object.
    
    The gameloop is responsible for attributing unique_id.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3019 30ef787d-52ff-0310-b286-e08351bb7647

commit 121ca5208e843bdb7c7a44258fb5d1b162079bcd
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 1 21:22:42 2007 +0000

    Remove false reference to dtd
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3018 30ef787d-52ff-0310-b286-e08351bb7647

commit 5ea1eafecfd2010fae28020d2adb70ea5adaedca
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 1 17:33:23 2007 +0000

    Compilation is back working.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3017 30ef787d-52ff-0310-b286-e08351bb7647

commit cf217b5598a15f88ad76973dd6dfca5e2b494a49
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 31 22:07:46 2007 +0000

    Don't call Disconnect in ThreadRun, allowing it to finish, thus avoiding a freeze under win32.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3016 30ef787d-52ff-0310-b286-e08351bb7647

commit 0babe5b437975c8a1d89a13b82f7cd068f27d4ce
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 31 20:45:10 2007 +0000

    m_is_active, m_is_active, m_is_active and m_is_active.
    Removing m_is_active in Baseball, teleportation, skip turn, construct, blowtorch.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3015 30ef787d-52ff-0310-b286-e08351bb7647

commit 8dc249e0f74a79927fee839de242b07fbe4dcbb1
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 31 20:08:46 2007 +0000

    Air hammer did not use m_is_active anymore.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3014 30ef787d-52ff-0310-b286-e08351bb7647

commit 978e439708f83544fe06a8da7f0f761c1a34376b
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 31 20:02:19 2007 +0000

    Removing m_is_active from AirAttack.
    One step after another :).
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3013 30ef787d-52ff-0310-b286-e08351bb7647

commit d7892037f498756c098889ace74712d223cc81a0
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 31 19:29:49 2007 +0000

    Removing the use of m_is_active in WeaponLauncher class. So I'm proud to tell you that anvil, automatic bazooka, bazooka, bounce ball, cluster grenade, disco grenade, grenade, dynamite, gnu, gun, mine, polecat, riot bomb, shotgun, snipe rifle, sub machine gun and tux (ouha \!) do not need m_is_active anymore.
    Now we need to remove this from Weapon class and from air attack, air hammer, baseball, blowtorch, construct, grapple (no I'm kidding :), jetpack, lowgrav, parachute, skip turn, suicide, syringe and teleportation.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3012 30ef787d-52ff-0310-b286-e08351bb7647

commit 1e2553566123b99d60f2424d89c83c58ae384ac7
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 31 18:12:38 2007 +0000

    Fix compilation ...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3011 30ef787d-52ff-0310-b286-e08351bb7647

commit 3bf00ce02eb6140f8be37e6de544210244d76ac3
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 31 18:09:43 2007 +0000

    Fix damage applied on object by explosion (thanks Kurosu for discovering the bug)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3010 30ef787d-52ff-0310-b286-e08351bb7647

commit 6c21a7e0238ae2cda25ba899055e00d4e6b2b869
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 31 18:07:29 2007 +0000

    Removing some unused includes.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3009 30ef787d-52ff-0310-b286-e08351bb7647

commit c7d5659a4096be6fa2f1dc861b1343e894892587
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 31 18:06:22 2007 +0000

    Potential leak when xml loading fails.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3008 30ef787d-52ff-0310-b286-e08351bb7647

commit 0b8a2f439dc29a4bd2b4b37f2f0500e89369fdb4
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 31 18:04:41 2007 +0000

    Some constness.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3007 30ef787d-52ff-0310-b286-e08351bb7647

commit dfac292e8c764e5b3e81e09f1592fc648b36cbc3
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 31 17:20:02 2007 +0000

    [Win32] Send/Receive timeout is specified in milliseconds through an int under Windows.
    See http://msdn2.microsoft.com/en-us/library/ms740476.aspx for instance.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3006 30ef787d-52ff-0310-b286-e08351bb7647

commit 3eac4701fa609476af49c6d0b33f8f52d8f0896a
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 31 17:12:59 2007 +0000

    Remove some unneeded headers (except debug) in network.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3005 30ef787d-52ff-0310-b286-e08351bb7647

commit 02f68892f298b20160c698b71b37f0959fe7e8ac
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 31 17:11:30 2007 +0000

    Remove some unneeded headers (except debug) here and there.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3004 30ef787d-52ff-0310-b286-e08351bb7647

commit 824c182ef7f715f50d6d02d38b39eccaba120424
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 31 17:01:33 2007 +0000

    Cosmetics on forward declaration of ConfigTeam.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3003 30ef787d-52ff-0310-b286-e08351bb7647

commit e5c959ad5b32daa0b04776226ae0f94255945be4
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 31 16:17:15 2007 +0000

    Array/pointer confusion resulting in a bad memcpy.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3002 30ef787d-52ff-0310-b286-e08351bb7647

commit f23bbfa2877414cc6a0ae8b8d54aa9c6a61fd122
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 31 16:11:21 2007 +0000

    1) Fix find command being not compatible with FreeBSD's find
    2) Clean it up so as to not delete non-autotools Makefiles
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3001 30ef787d-52ff-0310-b286-e08351bb7647

commit 3b2ee4c86671240beb2fd84265457f04e19ab0c4
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 30 23:32:43 2007 +0000

    Use forward declaration for FramePerSecond inside of GameLoop.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@3000 30ef787d-52ff-0310-b286-e08351bb7647

commit 3e75189eec67fa2d98a8738c40995b2d27b88781
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 30 23:16:45 2007 +0000

    Use forward declaration for Chat inside of GameLoop.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2999 30ef787d-52ff-0310-b286-e08351bb7647

commit 439c9d33772b80cf466a27c7b95c47bd003de668
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 30 23:05:46 2007 +0000

    Use forward declaration for DamageStatistics inside of Character.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2998 30ef787d-52ff-0310-b286-e08351bb7647

commit 0c16cbb39b3b42cda3f6d1b90c5cd05c456bf515
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 30 22:41:03 2007 +0000

    Use forward declaration for ParticleEngine inside of Character.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2997 30ef787d-52ff-0310-b286-e08351bb7647

commit d9f07ded9ee076901139f47121ef50dbcb275dd7
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 30 22:23:19 2007 +0000

    Forward declaration of SDL_keysym.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2996 30ef787d-52ff-0310-b286-e08351bb7647

commit 36a640dbcc8a3da74ea20cbd8b76723083021a0b
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 30 21:57:59 2007 +0000

    [BUGFIX] bug #9612 : Charging bug. Refresh every event. Not just the first one.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2995 30ef787d-52ff-0310-b286-e08351bb7647

commit bffc33624cd34aa44d4389a516866a60b999c6f9
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 30 21:51:13 2007 +0000

    gcc is anal but he need an empty line at the end of file.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2994 30ef787d-52ff-0310-b286-e08351bb7647

commit fda3b80164d5c852a7cf62c6ec1ce21965756fe1
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 30 21:46:03 2007 +0000

    Keyboard class need <SDL_events.h>
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2993 30ef787d-52ff-0310-b286-e08351bb7647

commit e8cfddeb0cd1f4b1e17cf400a9b47d185d21347b
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 30 21:28:14 2007 +0000

    Use a XML file to store available screen resolution (wormux_default_config.xml). TODO : store the keyboard configuration in this file.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2992 30ef787d-52ff-0310-b286-e08351bb7647

commit 366b8d2e477bb4db68d7fd3e9e6dd0ecb0e9893d
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 30 21:08:18 2007 +0000

    Forward declaration for SDL_Event.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2991 30ef787d-52ff-0310-b286-e08351bb7647

commit 9c6db93f7d3d31f57759885f85eb4a3ed0b82ed9
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 30 20:18:31 2007 +0000

    SyringeConfig does not need to be known outside of syringe.cpp.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2990 30ef787d-52ff-0310-b286-e08351bb7647

commit 85944bd967f52f1d10a69393d7174db309124019
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 30 20:11:53 2007 +0000

    Forward declaration for xmlpp::Element and XmlReader.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2989 30ef787d-52ff-0310-b286-e08351bb7647

commit 2f967c626c494fb2037e85a78d3f99212cfad745
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 30 19:41:48 2007 +0000

    task #5318 : Move polygon generation into the polygon generator : polygon generator can now draw a partial torus.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2988 30ef787d-52ff-0310-b286-e08351bb7647

commit ff31dda66f7155cc61d55368eeabe5af4647f5b7
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 30 19:18:57 2007 +0000

    [Win32] Factor protection against windows.h macro definition of LoadImage.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2987 30ef787d-52ff-0310-b286-e08351bb7647

commit 2bf021f3c888a9da29c7819402663df1587b868e
Author: snark_boojum <snark_boojum at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 30 17:08:04 2007 +0000

    Made the number black&white for task #5318
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2986 30ef787d-52ff-0310-b286-e08351bb7647

commit f1d3a379d696ce1647d9875d5c597f6957e4e846
Author: snark_boojum <snark_boojum at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 30 12:11:30 2007 +0000

    Yet another step for task #5318
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2985 30ef787d-52ff-0310-b286-e08351bb7647

commit 112cb67d61303f7b6bdc14d42b95552eaa41d50b
Author: snark_boojum <snark_boojum at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 30 07:47:47 2007 +0000

    Fixed compilation
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2984 30ef787d-52ff-0310-b286-e08351bb7647

commit 9d486d3b3d3d521243785de55e5aa511a52a3967
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 30 07:28:14 2007 +0000

    Revert 2976, and comment why.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2983 30ef787d-52ff-0310-b286-e08351bb7647

commit e5adcf7395efcf6b2fbe472e82c5182a4afd4fd4
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 30 00:32:42 2007 +0000

    Constness throughout code.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2982 30ef787d-52ff-0310-b286-e08351bb7647

commit 595d48f7bcf338311e7bc00333b0263a7a9786d4
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 30 00:00:10 2007 +0000

    Cosmetics.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2981 30ef787d-52ff-0310-b286-e08351bb7647

commit b31bedf2571616f485753cd74b2f2deee89da0ca
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 29 23:53:12 2007 +0000

    Avoid infinite loop by adding an offset.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2980 30ef787d-52ff-0310-b286-e08351bb7647

commit 20f86e9215d4bd58a172f21046809fd66cf93a88
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 29 23:49:53 2007 +0000

    Remove/comment out unused (static) variables.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2979 30ef787d-52ff-0310-b286-e08351bb7647

commit 6efd2d96dc2430ab1fbfb9a516a76aa3a7bdd48e
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 29 23:46:19 2007 +0000

    Revert 2972, there was no leak.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2978 30ef787d-52ff-0310-b286-e08351bb7647

commit 5a1b091e186de4b2b420a362662d5c026272c620
Author: snark_boojum <snark_boojum at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 29 22:54:22 2007 +0000

    First step on task #5318: rework of the annulus
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2977 30ef787d-52ff-0310-b286-e08351bb7647

commit 43df420dc95a6e151a28b69b8d4d682026eb38ab
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 29 22:14:02 2007 +0000

    Plane::Shoot seems to be leaking the Plane object it creates.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2976 30ef787d-52ff-0310-b286-e08351bb7647

commit abac498790aa69819476b172e076abfdefad09e9
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 29 22:11:39 2007 +0000

    Typo correction.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2975 30ef787d-52ff-0310-b286-e08351bb7647

commit 63ead61266bb456c91e02bd5ad204bb242867d5b
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 29 22:10:05 2007 +0000

    Hide debug code behing proper #ifdef block.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2974 30ef787d-52ff-0310-b286-e08351bb7647

commit de6494072c6ba37dfe5df429fd6fd0f1fd03e58d
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 29 22:07:37 2007 +0000

    Check for the proper condition (pointer vs pointed confusion).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2973 30ef787d-52ff-0310-b286-e08351bb7647

commit 688fc2c81e485572b098640e47ab8cf5c4d104c8
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 29 22:01:19 2007 +0000

    Fix leaks in team results.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2972 30ef787d-52ff-0310-b286-e08351bb7647

commit 8c1a4553246e6059c1c675f5bf4b1fb69e33a25b
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 29 21:48:24 2007 +0000

    1) Change binary file destination
    2) Use a home-made libcurl (static, though)
    3) Add necessary dependencies
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2971 30ef787d-52ff-0310-b286-e08351bb7647

commit 12707a7a3f82caf251c1a9bb36d9351be36f2f4e
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 29 21:41:28 2007 +0000

    Revert r2879 which causes infinite loops e.g. for falling boxes.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2970 30ef787d-52ff-0310-b286-e08351bb7647

commit b0c646aafcb813f19fa8af267e49387cffb0c495
Author: snark_boojum <snark_boojum at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 29 20:07:43 2007 +0000

    Preliminary work on task #5318
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2969 30ef787d-52ff-0310-b286-e08351bb7647

commit d06fe56b517793848ebb3a6cd4ba7316aa9661c9
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 29 18:37:33 2007 +0000

    Updated some DTDs and corrected invalid XML files.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2968 30ef787d-52ff-0310-b286-e08351bb7647

commit 3a36e7f575018ebb3adcc5ade85219a56ed26122
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 29 13:13:32 2007 +0000

    Use a singleton to reduce static initialization problems. Do we really need a Downloader class in fact?
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2967 30ef787d-52ff-0310-b286-e08351bb7647

commit ad5a1cd7e8fa55a2b9b07f023bcd5e69fcd51f6a
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jul 27 05:44:47 2007 +0000

    Don't check every object as move if we already know that the main character is using a weapon.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2966 30ef787d-52ff-0310-b286-e08351bb7647

commit b2b171a1a0b5ea19726d0948b12153d25e6254ff
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jul 26 23:14:02 2007 +0000

    [BUGFIX] Fix bug 8905 - the left part of the bug was only visible when starting a game with camera at 0, 0.
    In this special case, all particles goes from 0,0
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2965 30ef787d-52ff-0310-b286-e08351bb7647

commit 288004ea21cfa3166d92779773c42f98e80be1e9
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jul 26 21:25:54 2007 +0000

    Adding random amoebas from paxed. It's a new set for random island.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2964 30ef787d-52ff-0310-b286-e08351bb7647

commit 25f08ca525c49d507f6d22412af6a974ce6cf6c4
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jul 26 21:07:46 2007 +0000

    New type of island generator : random platform. Thanks paxed for you contribution. (see patch #767 : improve random level generator, and add a new type of generator)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2963 30ef787d-52ff-0310-b286-e08351bb7647

commit ed116914532a270947a5490197eb2206e909779d
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jul 26 20:15:45 2007 +0000

    Still working on the menu usable with keyboard : now you can move maps with left and right arrow keys.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2962 30ef787d-52ff-0310-b286-e08351bb7647

commit 4eb8902a7d41e9bcd5d26a9edc5e2872d0206c69
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jul 26 20:08:41 2007 +0000

    Main_Menu became MainMenu.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2961 30ef787d-52ff-0310-b286-e08351bb7647

commit f356c147ff35603eb6317b712b63e8773e6d7c84
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jul 26 20:03:17 2007 +0000

    Make first main menu playable using keyboard.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2960 30ef787d-52ff-0310-b286-e08351bb7647

commit 284a4e40e6e23144c84a1022d7f15a8533c3241a
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jul 26 19:56:54 2007 +0000

    Better handling of mouse and keyboard event in menu.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2959 30ef787d-52ff-0310-b286-e08351bb7647

commit 23d20a4e43bb638050758506fa7d6ecb62f820fc
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jul 26 18:23:08 2007 +0000

    Esperanto translation. Thanks Pierre-Marie.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2958 30ef787d-52ff-0310-b286-e08351bb7647

commit 8fcfff2d45f2994f6f5cded635b964bc2819603c
Author: snark_boojum <snark_boojum at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jul 26 07:43:28 2007 +0000

    Fix typo -- thanks Arthur Huillet
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2957 30ef787d-52ff-0310-b286-e08351bb7647

commit 95ca19e9dcae6ef8474ab5dd2e86639ad4ba0717
Author: snark_boojum <snark_boojum at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 25 10:00:10 2007 +0000

    Improved centering for picture spin buttons -- task 5318
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2956 30ef787d-52ff-0310-b286-e08351bb7647

commit 7b115ab752dccdcf2b3909e31478de26ea5799e5
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 24 22:04:10 2007 +0000

    better (last modification) widget circles
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2955 30ef787d-52ff-0310-b286-e08351bb7647

commit 5e09a13450438949d83ef51c86cfc940fc259efb
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 24 21:06:50 2007 +0000

    Use black and bold font for value of numeric options in menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2954 30ef787d-52ff-0310-b286-e08351bb7647

commit d40615995ad6a201e4a51fb8c5a82bc9c0e98a76
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 24 20:38:10 2007 +0000

    forgotten file in last comit
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2953 30ef787d-52ff-0310-b286-e08351bb7647

commit 9371c284cde8bd304d3a67f433fb03edcea53642
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 24 20:21:44 2007 +0000

    better menu widget circles
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2952 30ef787d-52ff-0310-b286-e08351bb7647

commit d50b80fda2cfb052ad38634d36aa8328397bb766
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 24 20:08:02 2007 +0000

    Try to fix bug #8905 about wind particles
    Accelerate particles on map Cowland, they were too slow!
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2951 30ef787d-52ff-0310-b286-e08351bb7647

commit b7b3b78362cedd0a6d4cdb2262069e1073b4c260
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 24 13:55:37 2007 +0000

    beautifull widget numeric options
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2950 30ef787d-52ff-0310-b286-e08351bb7647

commit dbf613b81142ae78f13b0be68151268efe5fec69
Author: snark_boojum <snark_boojum at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 24 06:45:33 2007 +0000

    Applied all patches related to work on task #5318
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2949 30ef787d-52ff-0310-b286-e08351bb7647

commit a10cd53ebd48588accc0feea5f8b46bca8f76d53
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 24 01:20:01 2007 +0000

    The last of the constness.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2948 30ef787d-52ff-0310-b286-e08351bb7647

commit 5c893f711c5780825d295ad21e3b9b67cfb525f4
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 24 01:18:27 2007 +0000

    Yet more constness.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2947 30ef787d-52ff-0310-b286-e08351bb7647

commit 43d4353b373608e9e9a055b3ae700df8478372b8
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 24 01:17:40 2007 +0000

    More constness.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2946 30ef787d-52ff-0310-b286-e08351bb7647

commit c1e87508dc02990eba45ea79c618926ecf8ac539
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 24 01:17:11 2007 +0000

    More constness.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2945 30ef787d-52ff-0310-b286-e08351bb7647

commit 037eb152056de42014f7d91bb1eb8057bdabf687
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 24 01:06:10 2007 +0000

    Potential memore leak (or I created a segault risk) fixed
    Fix delete / NULL assignement being swapped.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2944 30ef787d-52ff-0310-b286-e08351bb7647

commit 0f50b5e0856e57229078c701aae5beff3121a2de
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 24 01:05:08 2007 +0000

    More constness.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2943 30ef787d-52ff-0310-b286-e08351bb7647

commit 303d74e398f02c5bf1ff92587a01e7527075c019
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 24 00:52:00 2007 +0000

    Use of const and references.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2942 30ef787d-52ff-0310-b286-e08351bb7647

commit c971a10e0f78562b1fae1179bb3dedf6a3dd84e6
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 24 00:50:47 2007 +0000

    More constness.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2941 30ef787d-52ff-0310-b286-e08351bb7647

commit 8d61af5a3d44d145aba734582ec7402b118e8001
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 24 00:50:12 2007 +0000

    More constness, use defines to inhibate dead code.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2940 30ef787d-52ff-0310-b286-e08351bb7647

commit 46c16fb81a3fb7f95bd5f7f5c9a718c28e4406c7
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 24 00:49:06 2007 +0000

    More constness.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2939 30ef787d-52ff-0310-b286-e08351bb7647

commit 450a88b3643aba42365d16e7ac5604b5b93e5673
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 24 00:48:27 2007 +0000

    More constness.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2938 30ef787d-52ff-0310-b286-e08351bb7647

commit 99801fa81af293f04ca2a867ff21542b244fe2e8
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 24 00:46:58 2007 +0000

    Fix memory leak.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2937 30ef787d-52ff-0310-b286-e08351bb7647

commit 2e1667faf52ed910bae01a4e9083840290625045
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 24 00:44:12 2007 +0000

    Fix bad commit.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2936 30ef787d-52ff-0310-b286-e08351bb7647

commit d19430f5f807bb49469d0f2eabff5df1e662f6e9
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 23 23:36:18 2007 +0000

    Some constness. Erroneous access to tmp, but it works! Will it break something?
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2935 30ef787d-52ff-0310-b286-e08351bb7647

commit 02e213828a224c9655032b37a87c3125841529fd
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 23 23:34:46 2007 +0000

    Fix memleak
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2934 30ef787d-52ff-0310-b286-e08351bb7647

commit 28ea4cd2e3acee0e2c1bad45a0a3b84da57ebf90
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 23 23:26:23 2007 +0000

    More constness, and fix some member shadowing.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2933 30ef787d-52ff-0310-b286-e08351bb7647

commit a37a1eaeea9fca720de16e11c2ecb357d47b72de
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 23 23:12:13 2007 +0000

    More constness.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2932 30ef787d-52ff-0310-b286-e08351bb7647

commit 4db9a73786ba9d57741ce4060762f2b406d8d02b
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 23 23:08:10 2007 +0000

    More constness, fix a memory leak.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2931 30ef787d-52ff-0310-b286-e08351bb7647

commit 74ba707c65b3f5bdd9108838b580ffa23483cd8c
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 23 23:02:48 2007 +0000

    More constness, and fix memory deallocation bugs.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2930 30ef787d-52ff-0310-b286-e08351bb7647

commit f80ab2abe5d72e44d517a440bb45f43005adde70
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 23 22:04:22 2007 +0000

    More constness.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2929 30ef787d-52ff-0310-b286-e08351bb7647

commit d562cdf06cc43682d5920ad255d5a2d63860eb65
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 23 22:04:04 2007 +0000

    More constness.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2928 30ef787d-52ff-0310-b286-e08351bb7647

commit dc62b392fccabad35daa29f7c92dd9831c9f2851
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 23 22:03:39 2007 +0000

    More constness.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2927 30ef787d-52ff-0310-b286-e08351bb7647

commit 04a04ab713cbc63a86e60344f2fd2d7f6dc48d7f
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 23 22:02:57 2007 +0000

    More constness.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2926 30ef787d-52ff-0310-b286-e08351bb7647

commit d188a3a9564e3a560db409fe7ca82ba8241e0c00
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 23 21:51:12 2007 +0000

    Cosmetics.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2925 30ef787d-52ff-0310-b286-e08351bb7647

commit 3113a99b0b4787ff376d0bcf481e6a8fb94ee60a
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 23 21:44:22 2007 +0000

    Constness.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2924 30ef787d-52ff-0310-b286-e08351bb7647

commit bd1a69969ad0e2bdbf61e8bb8e887846d3178e0c
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 23 21:31:49 2007 +0000

    Constness
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2923 30ef787d-52ff-0310-b286-e08351bb7647

commit a533b6f334e8c0d9679ee55af12f46c2e97d2352
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 23 21:31:17 2007 +0000

    More constness, avoid shadowing and useless tests.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2922 30ef787d-52ff-0310-b286-e08351bb7647

commit 4597ff3ee1e5819cac576d01839fb4bf645d3172
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 23 21:29:47 2007 +0000

    One more accessor not modifying the object.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2921 30ef787d-52ff-0310-b286-e08351bb7647

commit 19b9db211910fd85f09e31b3c0d3302716f238d1
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 23 21:21:01 2007 +0000

    At the beginning of the game, remove all object configs stored in Config instance.
    Previously, there was a bug when some physical objects have the same name in 2 different games but not the same physical configuration. For instance,
    if you played on map Cowland, then after you played on map Araignee, the housefly were flying like the clouds...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2920 30ef787d-52ff-0310-b286-e08351bb7647

commit bc4c4f9dce9bad45b17132d9289a9ddd940805c9
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 23 21:08:20 2007 +0000

    Unused spr_w, spr_h.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2919 30ef787d-52ff-0310-b286-e08351bb7647

commit 4ed4a3fa707acd62ccf40da36d09f95ec1f2944b
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 23 21:05:34 2007 +0000

    Profile for Body constructor can be const.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2918 30ef787d-52ff-0310-b286-e08351bb7647

commit c78d3d48fcbb24bef5d04d099bfc736d1502f533
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 23 20:37:53 2007 +0000

    Const goodness.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2917 30ef787d-52ff-0310-b286-e08351bb7647

commit c8c8df67949f7f2144932a1b35e3db53f317ed38
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 23 20:04:35 2007 +0000

    Initialize some members of damage_stats.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2916 30ef787d-52ff-0310-b286-e08351bb7647

commit baeb0c724bf6f0848b00247d011eb1d8be935654
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 23 19:53:07 2007 +0000

    [BUGFIX] Fixing bug #9561 about "loading" sound not stopping if loosing turn.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2915 30ef787d-52ff-0310-b286-e08351bb7647

commit 7e228e08a113ee22eacb13cd9facae8256c5be80
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 23 18:50:17 2007 +0000

    Const goodness wherever possible.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2914 30ef787d-52ff-0310-b286-e08351bb7647

commit 0ff489c226acc4b5e63547585c7f8e0dbd6ba5e6
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 23 18:28:29 2007 +0000

    Cosmetics.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2913 30ef787d-52ff-0310-b286-e08351bb7647

commit 5b7fc2a4a44f95fcf64de1b97530b9b64273e1a4
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 23 18:25:25 2007 +0000

    Better be safe (initialize values) than sorry (track a strange bug due to uninitialized values).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2912 30ef787d-52ff-0310-b286-e08351bb7647

commit 5e572dd829346b9eff862fe28f2385f6d492a7b8
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 23 18:13:14 2007 +0000

    Const goodness wherever possible.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2911 30ef787d-52ff-0310-b286-e08351bb7647

commit 16b0c3c090da92df705fb4b354e84cabc7641519
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 23 18:08:43 2007 +0000

    Cosmetics.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2910 30ef787d-52ff-0310-b286-e08351bb7647

commit f41a63ecf81255b8c1ac4430d3badf8dd181b7f3
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 23 18:02:55 2007 +0000

    Using signed integer can't harm (famous last words).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2909 30ef787d-52ff-0310-b286-e08351bb7647

commit b331e4884b96b2c7a835fe80a921e24242e1610c
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 23 17:53:22 2007 +0000

    Assertion was setting value instead of testing it.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2908 30ef787d-52ff-0310-b286-e08351bb7647

commit 19df993ac8755c13e9319bda173d7c92b6632d9e
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 23 17:47:46 2007 +0000

    Remove m_is_active in Tux launcher. Test is done on the value of current_tux projectile
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2907 30ef787d-52ff-0310-b286-e08351bb7647

commit 24d48770db5c6e5dbbb373216e404c021e22c984
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 22 20:56:01 2007 +0000

    Make use of new factorized folder functions (hopefully not breaking anything).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2906 30ef787d-52ff-0310-b286-e08351bb7647

commit aa2ef68a09fd557d555965404139a2f5271ffa89
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 22 20:51:43 2007 +0000

    Factorize folder inspection for supported platforms.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2905 30ef787d-52ff-0310-b286-e08351bb7647

commit c7b0114e8622ef16246b67496ea09ca0199f6960
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 22 18:59:41 2007 +0000

    [Win32] Support for MSVC FindFileFirst (should be moved to file_tools...)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2904 30ef787d-52ff-0310-b286-e08351bb7647

commit 1d6fedcdb563e3f51699ba84200eb1d558288cf1
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 22 17:36:55 2007 +0000

    [Win32] Make use of new round/lround/isnan for MSVC.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2903 30ef787d-52ff-0310-b286-e08351bb7647

commit b27cb235cbb22e15d6131dce4eeaae7085d27c7e
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 22 17:34:39 2007 +0000

    [Win32] Approximately implement C99 function round, and make available isnan and lround.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2902 30ef787d-52ff-0310-b286-e08351bb7647

commit c44a4c5d1a52657ec61071d352ef7148cd656dce
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 22 17:32:14 2007 +0000

    Remove a C99 array declaration, and instead use new for this non-performance critical function (otherwise, use alloca).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2901 30ef787d-52ff-0310-b286-e08351bb7647

commit dcf26b9a248750d0523b76128613f85b889aefc9
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 22 17:29:28 2007 +0000

    Don't overload IsConnected() when base class actually tracks this... Properly?
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2900 30ef787d-52ff-0310-b286-e08351bb7647

commit cedaf0c21bf48b6334fdec0809e0e078e35b79bd
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 22 17:27:50 2007 +0000

    Actually return a bool.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2899 30ef787d-52ff-0310-b286-e08351bb7647

commit 0e4f6f5cb69682c3366fceea12a991f0b9b614bb
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 22 17:27:25 2007 +0000

    Actually return a bool.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2898 30ef787d-52ff-0310-b286-e08351bb7647

commit ba3db966a321811c133056fad131fb485a038733
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 22 17:25:40 2007 +0000

    [Win32] Define ssize_t, used in network/index_server.cpp, for MSVC.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2897 30ef787d-52ff-0310-b286-e08351bb7647

commit b422f6c9407fb4627f2ce49bbd538b8455ae0cbc
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 22 17:23:33 2007 +0000

    [Win32] std::sort, std::transform and std::find are defined in <algorithm> for MSVC.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2896 30ef787d-52ff-0310-b286-e08351bb7647

commit 98a5f06eaa2c3e024638dbb3c3b30ce05f7f485b
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 22 17:20:08 2007 +0000

    [Win32] Defines types, compatible with SDL, for MSVC, which does not have inttypes.h nor stdint.h
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2895 30ef787d-52ff-0310-b286-e08351bb7647

commit 37db6805d9a2eede0a3d76623fe81f2a7bc23cc8
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 22 17:17:31 2007 +0000

    [Win32] Make time functions available when using MSVC.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2894 30ef787d-52ff-0310-b286-e08351bb7647

commit 8a07c9257f4544ed02479f6b7f1a619e567d66d5
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 22 17:16:40 2007 +0000

    [Win32] getpid and unistd.h fix for MSVC.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2893 30ef787d-52ff-0310-b286-e08351bb7647

commit 85963dbb03db7f9d702bd8a27202d31853321243
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 22 17:15:42 2007 +0000

    math.h from Visual Studio defines min and max as macros, conflicting with Vector2 class member declarations.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2892 30ef787d-52ff-0310-b286-e08351bb7647

commit b1ceeff087d31c85d17d868bcb588d60a9d4899a
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 22 17:14:00 2007 +0000

    Project files for Visual, equivalent to Makefiles.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2891 30ef787d-52ff-0310-b286-e08351bb7647

commit 991a587b713bd482da1f25d20c1ff733dc3dfcb5
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 22 17:10:45 2007 +0000

    Supplemetary files for Visual Studio compatibility. Do not compile them
    anywhere but Visual.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2890 30ef787d-52ff-0310-b286-e08351bb7647

commit e2290160b19831fff7fb260c4d27c122a5a62997
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 22 14:11:30 2007 +0000

         simplify calculation for currentSense
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2889 30ef787d-52ff-0310-b286-e08351bb7647

commit a20bb094b6f5a2cf41c577e76bedc5b3038cce18
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 22 13:52:22 2007 +0000

         use uint and use static_cast
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2888 30ef787d-52ff-0310-b286-e08351bb7647

commit ff473b6f8825456fe18e0c180a9a20dbae1c9e3e
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 22 13:25:29 2007 +0000

         use XmlReader::ReadUint and do not cast
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2887 30ef787d-52ff-0310-b286-e08351bb7647

commit 290181fb44d61ba129fe376430db90b57f05a805
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 22 13:20:37 2007 +0000

         Removed unused always true return value
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2886 30ef787d-52ff-0310-b286-e08351bb7647

commit 7fbaf89e302489398193c407f6ead8b928e0a77e
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 22 13:15:49 2007 +0000

         remove unused m_xml_loaded member
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2885 30ef787d-52ff-0310-b286-e08351bb7647

commit ce0d857d611cc3918e67c88b9a86d4c25902735b
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 22 11:38:52 2007 +0000

    Adding current video config to the list was duplicating its entry in this list
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2884 30ef787d-52ff-0310-b286-e08351bb7647

commit 890efb4ee74ef19d7ee69fc9f61d840be8eaa264
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 22 10:49:22 2007 +0000

         Sami Pietila noticed another problem with water raise, and proposed
         a patch. tanx again
    
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2883 30ef787d-52ff-0310-b286-e08351bb7647

commit 305b344d2d2de5f277e88b894262c607292a3ce3
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 22 09:55:05 2007 +0000

    Fix compilation with g++
    WARNING: it perphaps breaks compilation with other compilers. If it is the case, we should find a workaround
    
    More explanation here : http://gcc.gnu.org/onlinedocs/gcc-3.1/cpp/Variadic-Macros.html
    
    You can have named arguments as well as variable arguments in a variadic macro. We could define eprintf like this, instead:
         #define eprintf(format, ...) fprintf (stderr, format, __VA_ARGS__)
    
    This formulation looks more descriptive, but unfortunately it is less flexible: you must now supply at least one argument after the format string. In
    standard C, you cannot omit the comma separating the named argument from the variable arguments. Furthermore, if you leave the variable argument
    empty, you will get a syntax error, because there will be an extra comma after the format string.
         eprintf("success!\n", );
              ==> fprintf(stderr, "success!\n", );
    
    GNU CPP has a pair of extensions which deal with this problem. First, you are allowed to leave the variable argument out entirely:
         eprintf ("success!\n")
              ==> fprintf(stderr, "success!\n", );
    
    Second, the ## token paste operator has a special meaning when placed between a comma and a variable argument. If you write
         #define eprintf(format, ...) fprintf (stderr, format, ##__VA_ARGS__)
    
    and the variable argument is left out when the eprintf macro is used, then the comma before the ## will be deleted. This does not happen if you pass
    an empty argument, nor does it happen if the token preceding ## is anything other than a comma.
         eprintf ("success!\n")
              ==> fprintf(stderr, "success!\n");
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2882 30ef787d-52ff-0310-b286-e08351bb7647

commit cf5a0f7d7343d23ff261caf1c789bbcfa63c5c9e
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 22 02:06:34 2007 +0000

    unistd.h is unneeded
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2881 30ef787d-52ff-0310-b286-e08351bb7647

commit 697bcc00bb0c028bad8d497d2120fc5854d7f684
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 22 01:58:40 2007 +0000

    Make use of new IsFolderExist
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2880 30ef787d-52ff-0310-b286-e08351bb7647

commit fd679df843786a2d11fb478d0062d83d34e31048
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 22 01:35:16 2007 +0000

    Use lround instead of (int)round wherever needed
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2879 30ef787d-52ff-0310-b286-e08351bb7647

commit 8db466f0de0d60138129de4d0332f75143f90d2e
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 22 01:34:09 2007 +0000

    New file tool: check if a folder exists
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2878 30ef787d-52ff-0310-b286-e08351bb7647

commit 5220ded48a09e6965ad32e2b4b0c84e46a687c2f
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 22 01:33:23 2007 +0000

    Fix gnuism in variadic macro
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2877 30ef787d-52ff-0310-b286-e08351bb7647

commit 11cd4b5e9a214252bb050a8e4e26d0d2de3a2590
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 22 00:59:58 2007 +0000

    Clarify a warning message
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2876 30ef787d-52ff-0310-b286-e08351bb7647

commit 408852a9aed754875b8381f26a096bdfa05e24ab
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jul 21 21:57:54 2007 +0000

    dwFileAttributes is a bitfield, so use mask instead of equality to test property.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2875 30ef787d-52ff-0310-b286-e08351bb7647

commit 77a8aae875a3c094cb86f24f0ccce194e9a3b983
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jul 21 21:45:16 2007 +0000

    Don't insert duplicated video resolutions.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2874 30ef787d-52ff-0310-b286-e08351bb7647

commit 43e91438c77e4cb0b582e0119d06a28ba2e614a4
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jul 21 19:46:47 2007 +0000

    Ignore SIGPIPE signal, to avoid wormux to exit when a connection timeout happens
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2873 30ef787d-52ff-0310-b286-e08351bb7647

commit ab0d92d35e1bb05c20a3c9a075192a5b6586b181
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jul 21 18:40:27 2007 +0000

    And now setting the proper svn:keywords property...
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2872 30ef787d-52ff-0310-b286-e08351bb7647

commit 0bc13b631048556a111da73b89c23e479673d99e
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jul 21 18:37:09 2007 +0000

    Integrate the revision version in the win32 file resource.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2871 30ef787d-52ff-0310-b286-e08351bb7647

commit 81399bab4459574c77165e7f0e7f6c6a100feab2
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jul 21 14:59:45 2007 +0000

         Remove Init methode in Infomap
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2870 30ef787d-52ff-0310-b286-e08351bb7647

commit c93155d79fa9f60e05add14056cbc9da1d98e326
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jul 21 14:55:08 2007 +0000

    Rename ::main to ::Main as main is sometimes redefined (for instance by SDL who wraps it so as to redirect stderr/stdout to log files).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2869 30ef787d-52ff-0310-b286-e08351bb7647

commit 73817db93f393d6e8a288ef60e9f0090df56c980
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jul 21 14:48:55 2007 +0000

    Factorize some stuff used for LOG_NETWORK and move it to networ.h
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2868 30ef787d-52ff-0310-b286-e08351bb7647

commit 90b58dca20deeb4e6a6ac7fc915538b71ae930b1
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jul 21 13:55:59 2007 +0000

         revert my last patch. This was brain dead, thanx Snark for telling me :) !
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2867 30ef787d-52ff-0310-b286-e08351bb7647

commit 1660d3c0f32f268ae0e0924bc0cbd2e722ec2950
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jul 21 13:37:05 2007 +0000

         Consider that lock do not modify the object itself and thus add const
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2866 30ef787d-52ff-0310-b286-e08351bb7647

commit e69bf781ea8658bf0be4671e8475fd2aec29aadd
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jul 21 13:23:38 2007 +0000

    [BUGFIX] Fix strange display in menu (bug #9553) when the user stay on a PictureCBoxWidget which does not have enough place to be displayed
    completely. This often happens when translations strings is too long (3 lines for a option is too much !!)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2865 30ef787d-52ff-0310-b286-e08351bb7647

commit 6402a7a02c8e2cd52c10702bc20d35447887bbfc
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jul 21 12:37:52 2007 +0000

    Remove class PolecatFart from weapon/polecat.h because it is not used. The same class name is used for projectile.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2864 30ef787d-52ff-0310-b286-e08351bb7647

commit ca6dc12c43d1ac245e9f51c6220c1fdc10a3f3dc
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jul 21 12:25:03 2007 +0000

    Access to options menu from game with key F11 (much better than with key 'o')
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2863 30ef787d-52ff-0310-b286-e08351bb7647

commit 13e58e08144d4ebed003e13b1138117afc25aa03
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jul 21 12:09:41 2007 +0000

         Add const
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2862 30ef787d-52ff-0310-b286-e08351bb7647

commit 2adac553b4b7717e79b06dd7e5926fdf072cf788
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jul 21 10:47:59 2007 +0000

         add const on Getlist
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2861 30ef787d-52ff-0310-b286-e08351bb7647

commit 876a2074f9759f648049cd4af9a4abecba79402d
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jul 21 10:12:15 2007 +0000

         final const on video
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2860 30ef787d-52ff-0310-b286-e08351bb7647

commit f14f10e0791d4bac806c55f2e07e1345d1f55ffa
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jul 21 10:10:45 2007 +0000

    The random number table shouldn't store only 1 number !!
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2859 30ef787d-52ff-0310-b286-e08351bb7647

commit a556e555281258f5e607f7eeafdfc707700f0492
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jul 21 10:03:45 2007 +0000

         reference returned on private members should always be const
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2858 30ef787d-52ff-0310-b286-e08351bb7647

commit 6020213944b365d93f98ae7502e9d5756284cbe5
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jul 21 09:19:32 2007 +0000

         Constify some stuff and remove const on param passed by value.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2857 30ef787d-52ff-0310-b286-e08351bb7647

commit 4e3fef6f7aca002eec54bcdd881c1505da1d2c3f
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jul 20 20:15:12 2007 +0000

    Fix camera position when changing resolution during the game
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2856 30ef787d-52ff-0310-b286-e08351bb7647

commit 0059c8c047191ee5cbf49cc39d6bb99ca769fcee
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jul 20 19:41:43 2007 +0000

    It's now possible to access options menu from game! (task #5288)
    But there's some small problem to fix when changing resolution
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2855 30ef787d-52ff-0310-b286-e08351bb7647

commit 2d6284f40ed6a8a8be89e00969afd4493cd08521
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jul 20 19:08:02 2007 +0000

    Hide the cursor at the beginning of a turn until mouse movement (task #5193)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2854 30ef787d-52ff-0310-b286-e08351bb7647

commit 05c82d430589c8d913d19a864abda26607cb8097
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jul 19 22:27:37 2007 +0000

    Optional arg syntax uses '::'
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2853 30ef787d-52ff-0310-b286-e08351bb7647

commit 36a2a02d333587e30d0b9432581b535bd3ffb667
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jul 19 22:11:03 2007 +0000

    Use getopt stuff for debug. Add optional IP parameter when starting as client.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2852 30ef787d-52ff-0310-b286-e08351bb7647

commit 0666a22c4f3ae60703f3f15620a8c68d9e84b18b
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jul 19 21:51:12 2007 +0000

    New command-line options to run network games
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2851 30ef787d-52ff-0310-b286-e08351bb7647

commit 8cdaa1e632230ff15a3673490d50c9341c158050
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jul 19 21:41:10 2007 +0000

    Don't instanciate video object immediately: faster cli inspection and dependency reduction.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2850 30ef787d-52ff-0310-b286-e08351bb7647

commit 8dad03ca6db13823ad96ead2344264b54debb94a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jul 19 21:36:32 2007 +0000

    Use "wormux --play" or "wormux -p" to directly run a game
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2849 30ef787d-52ff-0310-b286-e08351bb7647

commit a15ce8760a05e21cf792572437d17c1480ce5d6d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jul 19 21:18:51 2007 +0000

    Small enhancement of results menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2848 30ef787d-52ff-0310-b286-e08351bb7647

commit 5d8663f999f56a95f5b2681861cf52283c1b542b
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jul 19 21:00:16 2007 +0000

    Use biggest team flag for winner in results menu (fix bug #9511)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2847 30ef787d-52ff-0310-b286-e08351bb7647

commit 02c228e6ad8b122b4d533f61b3fd82bba83ee5cd
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jul 19 20:59:45 2007 +0000

    Woops, network logging was enabled...
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2846 30ef787d-52ff-0310-b286-e08351bb7647

commit 03b7183d13a2a1f8995fc40a8789f302176c3a73
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jul 19 20:55:14 2007 +0000

    Missing include.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2845 30ef787d-52ff-0310-b286-e08351bb7647

commit d143580610f85241a2991e0a1b4a884ea8a6377f
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jul 19 20:53:44 2007 +0000

    Remove unused vars, fix formats (ftell is long int).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2844 30ef787d-52ff-0310-b286-e08351bb7647

commit 4c77ce1d80e8cb1784637239e514f998492d19cb
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jul 19 20:35:03 2007 +0000

    [win32] PACKAGE redefinition not needed (or at last autotools updated config.h)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2843 30ef787d-52ff-0310-b286-e08351bb7647

commit 97113466db9d8d24d09b91ffc7d0581911a52c6c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jul 19 18:03:07 2007 +0000

    Remove executable bit from pictures
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2842 30ef787d-52ff-0310-b286-e08351bb7647

commit 4fa2f3f4e05be8247606a880c33069f832c4d161
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jul 19 17:53:50 2007 +0000

    Introducing IsClockWise method in polygon. Use by the ground generator to expand correctly a polygon.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2841 30ef787d-52ff-0310-b286-e08351bb7647

commit adbfcdf55037650c7d49d99b37b59e3f8f1dc69f
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jul 19 16:56:22 2007 +0000

    new background for initial menu
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2839 30ef787d-52ff-0310-b286-e08351bb7647

commit 66abd17bbc9faafac186160189a2edf77c885418
Author: pawel_dyda <pawel_dyda at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jul 19 13:12:28 2007 +0000

    Polish translation updated again
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2838 30ef787d-52ff-0310-b286-e08351bb7647

commit 9840f111f589189d6e5bfcd16fdc58b7e78f8a14
Author: pawel_dyda <pawel_dyda at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 18 20:07:35 2007 +0000

    Corrected Polish translation, added Polish translation of GenericName.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2834 30ef787d-52ff-0310-b286-e08351bb7647

commit 4ae56689c6af9a147d0593cb96b84558a54fed36
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 18 19:22:33 2007 +0000

    big flags
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2833 30ef787d-52ff-0310-b286-e08351bb7647

commit e8d576f45066c106a3d0d717d97fa896383ed2b0
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 17 22:19:39 2007 +0000

    Initial management of command line options
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2832 30ef787d-52ff-0310-b286-e08351bb7647

commit ea2b8418bc86452c508631cc889348fd70439083
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 17 21:45:19 2007 +0000

    better icons adapted for new active/inactive options display
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2831 30ef787d-52ff-0310-b286-e08351bb7647

commit 3f5025209e4ee0d9a17551e6601300902061b852
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 17 21:34:39 2007 +0000

    Work on the task #4950 : Make menu usable using only with the keyboard. Actually it just updating display. You can use up/down arrow to navigate through the button. But if you press enter, you will be bring to the play menu. Sory, you'll have to wait :)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2830 30ef787d-52ff-0310-b286-e08351bb7647

commit b332863ec824d49474a41f1e07e572869887d906
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 17 21:25:42 2007 +0000

    better inactive picture
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2829 30ef787d-52ff-0310-b286-e08351bb7647

commit 79f3ddc32e8e6fe3af4e32232f0a841bef96171d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 17 21:21:28 2007 +0000

    Fix bad display in Ok/cancel menu buttons.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2828 30ef787d-52ff-0310-b286-e08351bb7647

commit c85ff0ff4838e318806feb2215fee9af66971bd2
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 17 20:59:39 2007 +0000

    No more bling bling in the weapon interface. Just a tasteless zoom in/out ...
    If you want to get the old interface, just change the bling_bling_interface to 1.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2827 30ef787d-52ff-0310-b286-e08351bb7647

commit 8e261b3bad7dc8f859404a2eac7ff67c73c377ef
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 17 20:52:07 2007 +0000

    Fix options menu display with multi-lines PictureCheckbox in Options Menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2826 30ef787d-52ff-0310-b286-e08351bb7647

commit 3b90c146d0c4b7c73f6600c3bbc8d5c9ba8e3133
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 17 20:47:00 2007 +0000

    Improve big checkbox appearance in Options Menu. Thanks to Snark for his patch and to yeKcim for the pictures. It's wonderful now!
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2825 30ef787d-52ff-0310-b286-e08351bb7647

commit 06716d6782cec4fa092f5134a9a09eeeb9cf017a
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 17 20:21:22 2007 +0000

    Enhance MergeSurface. You can check http://en.wikipedia.org/wiki/Alpha_transparency for more details.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2824 30ef787d-52ff-0310-b286-e08351bb7647

commit daba8e92b53951d0d762e7631cf17d8cb2ed80b1
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 17 20:13:51 2007 +0000

    Add Julien Puydt alias Snark in contributors list :-)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2823 30ef787d-52ff-0310-b286-e08351bb7647

commit 1203719f52c8a13acba1f6b6b95d7078e9c9fb63
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 17 20:06:27 2007 +0000

    Thanks to Snark, Wormux now compiles without g++ flag -Wno-unused-parameter
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2822 30ef787d-52ff-0310-b286-e08351bb7647

commit c75dbc125c358d2c1de6180f375bd6743b6d8884
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 17 18:20:54 2007 +0000

    Remove deprecated infinite png
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2821 30ef787d-52ff-0310-b286-e08351bb7647

commit 2cba9cc36852259c241194cbf0f39e86d86292aa
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 17 18:19:59 2007 +0000

    Use infinite character instead of the .png
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2820 30ef787d-52ff-0310-b286-e08351bb7647

commit da47e60bdb4bee6f27921af0baf2b8faded902bc
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 16 23:13:31 2007 +0000

    Revert 2818 on network/randomsync.{cpp,h}
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2819 30ef787d-52ff-0310-b286-e08351bb7647

commit e3dc124c12c7745d2f2c11a743d85f623cf4f525
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 16 22:49:17 2007 +0000

    Implement a lame timeout because SDL does not provide one and it is needed.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2818 30ef787d-52ff-0310-b286-e08351bb7647

commit 4179d3d7fdffa96ddb9392fb34cdb929416144e5
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 16 22:16:13 2007 +0000

    Another DEBUG -> LOG_NETWORK missed.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2817 30ef787d-52ff-0310-b286-e08351bb7647

commit 7c3c52b2acc073adff99e7e9f445aeac89e6f1e6
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 16 21:39:21 2007 +0000

    Fix the 'and' instead of '&&' gnuism.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2816 30ef787d-52ff-0310-b286-e08351bb7647

commit ffcc0a89103ed82f130cbb8e375028be3c9dfed3
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 16 21:36:48 2007 +0000

    Constify key_ptr because it really needs it.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2815 30ef787d-52ff-0310-b286-e08351bb7647

commit edd699e5d04d3778c199029752f14a5f4c1105ea
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 16 21:34:57 2007 +0000

    struct->class in some declarations.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2814 30ef787d-52ff-0310-b286-e08351bb7647

commit c8deae44b8e590e794ef1e51fd5775da3f0a7ad8
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 16 21:28:35 2007 +0000

    Cast to int before using a negative value.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2813 30ef787d-52ff-0310-b286-e08351bb7647

commit b57dd3c8e8b33d01f0c7149dfb4c105a9c8ce880
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 16 21:21:56 2007 +0000

    Replace std::_List_iterator<stuff*> by std::list<stuff*>::iterator
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2812 30ef787d-52ff-0310-b286-e08351bb7647

commit ae25882e57f701a6fb27c28b51dcf7d61f0b939c
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 16 21:04:22 2007 +0000

    Fix bug #8728 (gun hole position not synced over network)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2811 30ef787d-52ff-0310-b286-e08351bb7647

commit c9123fae2f95cfbfc4d2ec7354d83162aa87d421
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 16 19:14:45 2007 +0000

    Compute water waves form Water::Draw to avoid computing the sprite when the water isn't displayed!
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2810 30ef787d-52ff-0310-b286-e08351bb7647

commit 2b6bfd6447d78617b003c368783f83787f1878b9
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 16 17:54:03 2007 +0000

    Change some SDL integer types to C99 ones so as to avoid unneeded dependencies besides those integer definitions.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2809 30ef787d-52ff-0310-b286-e08351bb7647

commit a246b9f30d8599b9f5050852dd82a882a067d6c7
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 16 17:50:58 2007 +0000

    Don't make LOG_NETWORK depend on DEBUG.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2808 30ef787d-52ff-0310-b286-e08351bb7647

commit c87e5b78ddb9ca87a85589323bcc9df1a9544310
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 16 17:50:09 2007 +0000

    Add CL interface.
    Sync with an Action modification.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2807 30ef787d-52ff-0310-b286-e08351bb7647

commit ec4a63d714177c29f58f46407e8a8992ef9fd7ab
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 15 18:07:19 2007 +0000

    When selecting new active character by mouse, this is now sent directly over the network
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2806 30ef787d-52ff-0310-b286-e08351bb7647

commit 2a1af2c3c6582316a12115d76c173c8be5221515
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 15 17:43:16 2007 +0000

    [BUGFIX] Send NULL pointer if no random element available.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2805 30ef787d-52ff-0310-b286-e08351bb7647

commit b14c70f5cbe8e1fc9e3a9846511f5f85f36c8ed0
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 15 17:21:02 2007 +0000

    add previous/missing copyright holder
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2804 30ef787d-52ff-0310-b286-e08351bb7647

commit 887a207a7996af0d16112103aed977f018744f98
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 15 16:36:41 2007 +0000

    Use FPS limitator in the menu instead of limiting menu refreshing to 5 fps... Menus should be more reactive
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2803 30ef787d-52ff-0310-b286-e08351bb7647

commit 6e89b8f3c782ede8933fedc1780dd58e7a81f104
Author: pawel_dyda <pawel_dyda at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 15 14:15:59 2007 +0000

    Updated polish translation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2802 30ef787d-52ff-0310-b286-e08351bb7647

commit c8e7c09efa8f390dae819398c6f3f4b0c076a2a3
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jul 14 19:45:34 2007 +0000

    Avoid some division by zero
    Set blast_range and blast_force to uint type (fix values loaded from xml files)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2801 30ef787d-52ff-0310-b286-e08351bb7647

commit 04dd333f9eb579f0a65a599c7a7288909082a5e7
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jul 14 18:41:56 2007 +0000

    Fix compilation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2800 30ef787d-52ff-0310-b286-e08351bb7647

commit fe2bf00d5c0a15d36b267ce8a86d9ed3900388b8
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jul 14 10:14:57 2007 +0000

    Fix includes.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2799 30ef787d-52ff-0310-b286-e08351bb7647

commit 954fec1f5e86b3291cc90f5dc3a32d2078c716ba
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jul 14 10:05:13 2007 +0000

    Improve compilation for Win32. Make network dump only depend
    on the LOG_NETWORK define.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2798 30ef787d-52ff-0310-b286-e08351bb7647

commit b9989d240ff91b9977df9dae3a1438357b54595e
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jul 14 09:10:56 2007 +0000

    Fix double free memory corruption.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2797 30ef787d-52ff-0310-b286-e08351bb7647

commit b679d6b766a95563a31a86117a9ca6526cbc03d8
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jul 14 07:40:22 2007 +0000

    Ground generator now draw map's element correctly. => We have a strange bug when merging a Sprite with the map surface.
    Add Random element in the random map.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2796 30ef787d-52ff-0310-b286-e08351bb7647

commit bfcdcf5e315aba1520628e7b7329a7b149973c6c
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jul 14 07:39:47 2007 +0000

    patch #766 : Load map information on demand in the map menu selection.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2795 30ef787d-52ff-0310-b286-e08351bb7647

commit d0804dcba00c64b4000220a75b1ac8aa87e65752
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jul 13 00:57:27 2007 +0000

    Rudimentary network dump parser
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2794 30ef787d-52ff-0310-b286-e08351bb7647

commit afc81ed1c2e26d933a9f9115e97c5b18fd5dbda5
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jul 12 23:49:24 2007 +0000

    Add binary flag to open flags.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2793 30ef787d-52ff-0310-b286-e08351bb7647

commit 9711c355605d5a0fd91adcce4e2fefe1f88bd81e
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jul 12 22:50:48 2007 +0000

    Applying patch from Snark (Julien Puydt) to resolve bug #9446 : On/Off menu choices don't look that good
    
    Currently, it use wrong images. YeKcim has said that he will do new beautiful images to use instead during the next week.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2792 30ef787d-52ff-0310-b286-e08351bb7647

commit bb8495c608a536ec614462bed5e4c25c525aaf47
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jul 12 22:38:05 2007 +0000

    Fix compilation in no debug mode
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2791 30ef787d-52ff-0310-b286-e08351bb7647

commit ea05cf5209f53a03d9dec62428fd6923b43b23d1
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jul 12 18:25:19 2007 +0000

    Improving ground generator.
    Strange bug with the sprite element, they are cut when not overlapping the ground ...
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2790 30ef787d-52ff-0310-b286-e08351bb7647

commit 60450352627d7bd703cc0e389062503fa9ddc68f
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jul 12 17:56:26 2007 +0000

    Add paxed in authors list for the patch of the improved ground generator.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2789 30ef787d-52ff-0310-b286-e08351bb7647

commit 9f88792a1bc8fa7524105c6e154d63c60706a835
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jul 12 15:15:33 2007 +0000

    patch #762 : Improved random level generator. Thanks paxed for your patch :).
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2788 30ef787d-52ff-0310-b286-e08351bb7647

commit bdfb75ead66fa76aa211333d20df682bb3d65890
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 11 23:47:39 2007 +0000

    More cleanups.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2787 30ef787d-52ff-0310-b286-e08351bb7647

commit 6838c1ffad41db686cc14a0a104ca27a3bf5c536
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 11 23:05:29 2007 +0000

    More forward declarations and clean-ups (modules particles and team).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2786 30ef787d-52ff-0310-b286-e08351bb7647

commit ff65ac46dc67d77594aea1ba4a1900ae57d2fa00
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 11 21:58:10 2007 +0000

    Forward declarations and fix includes for network module.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2785 30ef787d-52ff-0310-b286-e08351bb7647

commit 9b6ad0154a9f74597de5eac712b6eb1511bc6e4f
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 11 21:46:02 2007 +0000

    Continue with forward declarations and include clean-ups. menu done and team a bit.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2784 30ef787d-52ff-0310-b286-e08351bb7647

commit f432854ffa6b9772453c017166d4a506d8f79821
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 11 19:36:37 2007 +0000

    Clean up includes and forward declarations in module interface.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2783 30ef787d-52ff-0310-b286-e08351bb7647

commit 92959c810c65420ccf73a56b93908b6abb8d66f7
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 11 19:09:28 2007 +0000

    More forward declarations and includes clean-up.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2782 30ef787d-52ff-0310-b286-e08351bb7647

commit ab2d6777b959c09455b169073e1d2840b3aaa861
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 11 00:44:50 2007 +0000

    Cleanup in graphic module and related changes (includes).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2781 30ef787d-52ff-0310-b286-e08351bb7647

commit 4a132af3825ea31268934351ab17881bbb9e1693
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 10 23:53:25 2007 +0000

    Clean more game module.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2780 30ef787d-52ff-0310-b286-e08351bb7647

commit 826c1c3e804d10a026ce60b2c848247c58cb81cb
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 10 23:52:03 2007 +0000

    Clean-up in game module and necessary changes in other modules.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2779 30ef787d-52ff-0310-b286-e08351bb7647

commit b3a200036158de51563c71963334b458e1dca0e8
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 10 23:22:49 2007 +0000

    More cleaning by use of forward declarations and non-use of unused headers.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2778 30ef787d-52ff-0310-b286-e08351bb7647

commit ce042fe492c923e41909406e3be946fef52d46fc
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 10 23:10:20 2007 +0000

    Physics::m_extern_force is now private
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2777 30ef787d-52ff-0310-b286-e08351bb7647

commit 90a7be347ddbf79ee513e23798e3944f3f36340d
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 10 23:06:15 2007 +0000

    More janitoring.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2776 30ef787d-52ff-0310-b286-e08351bb7647

commit e35fc6f1814335b8393d0e27e650c286e99c5129
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 10 23:02:29 2007 +0000

    More and more debug messages...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2775 30ef787d-52ff-0310-b286-e08351bb7647

commit 968b049fd8d5a8f051f4b599295d9de6241aad55
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 10 22:25:41 2007 +0000

    Use forward declarations.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2774 30ef787d-52ff-0310-b286-e08351bb7647

commit 04b62b0fb9698fc39e75a27d9c122da62dcecd0c
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 9 19:21:04 2007 +0000

    Factorize main loop, and end of game loop
    (fix bug #9433)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2773 30ef787d-52ff-0310-b286-e08351bb7647

commit 9d9bde663258b23f7753fd721816f9901b15fc06
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 9 14:56:11 2007 +0000

    [SOUND] Add airattack sound :
    - aircraft flying sound (public domain) taken from http://www.archive.org/details/planes
    - rocket falling sound (same as anvil sound)
    
    Prepare other sounds integration
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2772 30ef787d-52ff-0310-b286-e08351bb7647

commit c90a7b946cfbb56b98a4e04eb6a70d95ddbc77f8
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 9 14:07:12 2007 +0000

    [SOUND] Hide SDL sound channel management with new class SoundSample
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2771 30ef787d-52ff-0310-b286-e08351bb7647

commit 600c728d43526f2d5c546a3ce927188a398e2b9a
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 9 10:37:42 2007 +0000

    explain what's with the autogen.sh change I suggested
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2770 30ef787d-52ff-0310-b286-e08351bb7647

commit 48fedb0849110a200c084277d2e4cfdbe8bcdffa
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 9 10:24:22 2007 +0000

    updated italian translation, thanks to michele mauri
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2769 30ef787d-52ff-0310-b286-e08351bb7647

commit e604a70a5532362685ab6426fac668860ef3ab51
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 9 09:58:07 2007 +0000

    Updated Italian translation.
    Added Michele Mauri on authors.xml
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2768 30ef787d-52ff-0310-b286-e08351bb7647

commit 5b5eea720c15c88a901da88edfaf18594ce0def3
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 8 20:43:38 2007 +0000

    Forget files from previous commit.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2767 30ef787d-52ff-0310-b286-e08351bb7647

commit 047d582d352e6980d944eaccd4d27eeb6ca75859
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 8 20:42:22 2007 +0000

    Next, parachute.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2766 30ef787d-52ff-0310-b286-e08351bb7647

commit b42b5669d0fcc431a8d67c2cd80ef148cf4f859b
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 8 20:18:36 2007 +0000

    Next about world dom^W^W removing m_is_active in weapons handling : supertux is m_is_active free (tm).
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2765 30ef787d-52ff-0310-b286-e08351bb7647

commit 131f76031031c72af097b9ef19ebade98cefce37
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 8 19:43:24 2007 +0000

    Replace all test of m_is_active by IsInUse().
    Removing dependency of m_is_active in suicide weapon.
    Beware m_is_active ! I'm on your back !.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2764 30ef787d-52ff-0310-b286-e08351bb7647

commit e2b76398dc0f88d6a072363365c37d7557ca1b86
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 8 13:56:54 2007 +0000

    bug #9467 : Can't escape the game when paused. Now you can exit pause using escape.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2763 30ef787d-52ff-0310-b286-e08351bb7647

commit cbf0e0d99d179496d6190db600bac74dd3dd1be4
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jul 7 20:29:30 2007 +0000

    Fix bug 9468 - Do not call ActionHandler::ExecActions from RandomSync.
    To avoid problems related to this removing, the random tables now store 1024 elements instead of 128 before.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2762 30ef787d-52ff-0310-b286-e08351bb7647

commit 5019ff608305c566fc80bee8833b6da310b04688
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jul 7 20:25:52 2007 +0000

    Use stderr instead of stdout for errors ;-)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2761 30ef787d-52ff-0310-b286-e08351bb7647

commit 0ddfccf984996c3b32680e08cc33cffdb95f9440
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jul 7 20:15:47 2007 +0000

    Add debug messages
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2760 30ef787d-52ff-0310-b286-e08351bb7647

commit 3bffee3544cb934f2ee026507aa583067225561f
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jul 7 20:13:37 2007 +0000

    Fix bug 9462 about turn's end problem
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2759 30ef787d-52ff-0310-b286-e08351bb7647

commit 9e947746d0c359089e2ce31e3de6355c565f8525
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jul 7 12:00:34 2007 +0000

    Add debug messages about rebound
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2758 30ef787d-52ff-0310-b286-e08351bb7647

commit 025f76d3ee7f7aa261a381d5a155e26b10d8f8f5
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jul 6 21:43:08 2007 +0000

    bug #9340 : walk when you fall with parachute.
    The player can also steer the character while falling.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2757 30ef787d-52ff-0310-b286-e08351bb7647

commit c70c234d43e0aa6f39dbf5b98bdc797c61dd1cf1
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jul 6 21:13:09 2007 +0000

    fix compilation on freebsd (added some missing headers). thx to Juergen Lock, submitted by Martin Wilke.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2756 30ef787d-52ff-0310-b286-e08351bb7647

commit 9c0ffad29b8719469a8600617c48173391615956
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jul 6 17:26:16 2007 +0000

    applied automake patch from eddyp.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2755 30ef787d-52ff-0310-b286-e08351bb7647

commit 9fcd49414218f91e6af5e39c10a01a7b55bcfc86
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jul 5 22:09:50 2007 +0000

    little modification in authors list
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2754 30ef787d-52ff-0310-b286-e08351bb7647

commit afefb62f7caca610c9a69180ae14e7592ef985bb
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jul 5 22:06:23 2007 +0000

    kurosu is now in wormux team (il n'osera jamais arreter de nous faire de
    bons petits patchs avec une telle promotion :P)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2753 30ef787d-52ff-0310-b286-e08351bb7647

commit 1dc62e68ae6c5466eba02e505af9858f6a3339bf
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 4 23:05:21 2007 +0000

    Delete stored ListBoxItems.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2752 30ef787d-52ff-0310-b286-e08351bb7647

commit d05e921dd463676ccab00653aeae200d24c6918e
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 4 22:57:45 2007 +0000

    Provide a new CheckBox constructor so that PictureTextCBox doesn't leak.
    Also use forward class declarations.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2751 30ef787d-52ff-0310-b286-e08351bb7647

commit e99be2b651fef798d501e767fb660e8c86c6800b
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 4 22:13:27 2007 +0000

    [NETWORK] Flush actions from a better place in the code, avoiding deadlock at the end of a game
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2750 30ef787d-52ff-0310-b286-e08351bb7647

commit 7a6a299eda480e2ff424b0e2be693cd6a0485891
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 4 22:09:44 2007 +0000

    Fix timestamp in Action
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2749 30ef787d-52ff-0310-b286-e08351bb7647

commit 151bfe7fc425b78c3b54ff6a974784201ed11cab
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 4 22:06:47 2007 +0000

    Delete Text* stored in CheckBox list.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2748 30ef787d-52ff-0310-b286-e08351bb7647

commit a63903946b2e9237eead6b06a6a90dce25cd0b45
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 4 22:05:48 2007 +0000

    Remove useless private member.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2747 30ef787d-52ff-0310-b286-e08351bb7647

commit f9e87ca0bcfe98ea9f7b58566996332b941177da
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 4 21:29:49 2007 +0000

    fix cmake compilation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2746 30ef787d-52ff-0310-b286-e08351bb7647

commit e381ab556f1c2e96d2ab9b70d82250da40a06058
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 4 21:26:35 2007 +0000

    Fix one translation, make another.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2745 30ef787d-52ff-0310-b286-e08351bb7647

commit 47faa825611dffdc706842ac1122375e4c80322c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 4 21:23:56 2007 +0000

    [NETWORK] Remove all the actions left at the beginning of a new game to be sure to not do actions from an old game
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2744 30ef787d-52ff-0310-b286-e08351bb7647

commit 3ceabc1494048fadae1fda0c22535ad535cb4e7c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 4 20:30:26 2007 +0000

    Add David Zysman from France in the contributors list :-)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2743 30ef787d-52ff-0310-b286-e08351bb7647

commit ae3c8956e3f7884e1eda99a5e9287f21d3f0860d
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 4 20:05:19 2007 +0000

    fix cmake EnergyBar/energy_bar
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2742 30ef787d-52ff-0310-b286-e08351bb7647

commit b73657ea58bd880cf31bbe9bc21fb619552aa0f3
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 4 20:01:31 2007 +0000

    Fix compilation under Linux. Does it break Windows network logging ?
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2741 30ef787d-52ff-0310-b286-e08351bb7647

commit fbe225c0ce6ab5a19f4cbfaeb1a9301c887177ff
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 4 19:30:32 2007 +0000

    Should fix bug 9418: arrow under active charater is sometimes on another character during few seconds
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2740 30ef787d-52ff-0310-b286-e08351bb7647

commit 831cf78c85e5d2fda526539cf6a70f269e69b88a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 4 19:10:40 2007 +0000

    Should fix bug 9439 : Turn skipped when disease kills a character
    as suggested by Lodesi
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2739 30ef787d-52ff-0310-b286-e08351bb7647

commit 7e51d83de5a304ce90dc7f98ef75cc6103c833c2
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 4 18:59:29 2007 +0000

    [GUI] Hide arrows on SpinButton widget when they are useless. Adapted from SpinButtonBig patch from "The gritche"
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2738 30ef787d-52ff-0310-b286-e08351bb7647

commit 5ff94d9fa020ff94736678a2aac47d78c45fc41f
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 4 17:06:28 2007 +0000

    More precise debugging information and comment translation
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2737 30ef787d-52ff-0310-b286-e08351bb7647

commit be96b45e92a2c9b5dfe38faa279b96acb2d04173
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 4 11:32:56 2007 +0000

    [GUI] Hide arrows on SpinButtonBig widget when they are useless. Patch from "The gritche"
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2736 30ef787d-52ff-0310-b286-e08351bb7647

commit 040124f276698b11b3cd08c23531ecf77486080c
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 3 22:11:12 2007 +0000

    Factor a bit Action initalization.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2735 30ef787d-52ff-0310-b286-e08351bb7647

commit 89b82eaa87d6a598e5fac8a86a8a7095baaa27c8
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 3 21:31:22 2007 +0000

    Should fix libpng not detected when it's actually named libpng12 or libpng13
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2734 30ef787d-52ff-0310-b286-e08351bb7647

commit 4c3f42247a9f4d4a169c5a027317bb342a5398bf
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 3 20:48:14 2007 +0000

    Try to factor a bit the results ranking code, and add a new
    property, accuracy.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2733 30ef787d-52ff-0310-b286-e08351bb7647

commit 1b9a9a3173522b0b8e75820e2a8f620b88fae704
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 3 20:41:25 2007 +0000

    [WIN32] Update installer with new dlls, more bashims, and also fix
    {un,}install icon size mismatch.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2732 30ef787d-52ff-0310-b286-e08351bb7647

commit efa09cf085e4568b8f7a1449024bfb7425f1e273
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 3 20:36:06 2007 +0000

    [WIN32] Have packets logged under windows too.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2731 30ef787d-52ff-0310-b286-e08351bb7647

commit eec66564d1deb379acba82202bd706b61a6c4abf
Author: kurosu <kurosu at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 3 20:22:37 2007 +0000

    [WIN32] Fix search path for audio files; sound is back under windows!
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2730 30ef787d-52ff-0310-b286-e08351bb7647

commit 8eebba02fb9f0e46ff8d571e4ca3dc12007f788e
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 3 20:19:41 2007 +0000

    Should fix rotated dead characters ...
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2729 30ef787d-52ff-0310-b286-e08351bb7647

commit 645965471f437752f4d1de9ef8fabd89b6653b54
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 3 19:40:18 2007 +0000

    Don't lock the network loop when receiving an incomplete packet
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2728 30ef787d-52ff-0310-b286-e08351bb7647

commit a862046efb9f3602983498ed97a4347347455051
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 3 19:38:18 2007 +0000

    Revert commit 2713 (clean up in action_handler) as it introduce random bugs ...
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2727 30ef787d-52ff-0310-b286-e08351bb7647

commit e2e74665a945923f42c753d46d42202dad2c27b5
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 3 19:06:35 2007 +0000

    Fix compilation error after r2724
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2726 30ef787d-52ff-0310-b286-e08351bb7647

commit c680a5b12d6136c039c30393432b157f74a0b9b7
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 3 18:28:22 2007 +0000

    Fix typo in authors.xml
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2725 30ef787d-52ff-0310-b286-e08351bb7647

commit d0ac415abf8712d83c5a16ac72460478a481914d
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 3 18:05:15 2007 +0000

    Renaming EnergyBar.* to energy_bar.*.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2724 30ef787d-52ff-0310-b286-e08351bb7647

commit 83e77dc19448e0787e1fe17094b05a9e8f3177e6
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 3 17:58:04 2007 +0000

    patch #752 : Memory leak in EnergyBar. Thanks kurosu for your patch !.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2723 30ef787d-52ff-0310-b286-e08351bb7647

commit ccea8989bde065634f7e64c324ccacc66fa28074
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 2 23:25:29 2007 +0000

    Center the camera on the first playing character at the beginning of a game
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2722 30ef787d-52ff-0310-b286-e08351bb7647

commit 7ec2b3c717f3ade57759b4d1e33d2311405d5887
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 2 23:11:54 2007 +0000

    [BUGFIX] #9056 Remove m_overlapping_obj from PhsycalObj.
    [BUGFIX] bug #7485 : Problem launching a grenade with the Skin tux.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2721 30ef787d-52ff-0310-b286-e08351bb7647

commit 3f5b0a3fe9b147738bb22eb0c1907a8b3f8536ee
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 2 21:55:47 2007 +0000

    Tada ! Functional version of joystick controler.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2720 30ef787d-52ff-0310-b286-e08351bb7647

commit bf842f1c311ec985956dab6076688fc58267f66e
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 2 21:41:53 2007 +0000

    Prevent the user from setting a max fps higher than 50 (since it's SDL and the physic engine's limit)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2719 30ef787d-52ff-0310-b286-e08351bb7647

commit 73f50d695eb967e881bc7fc3d950c71664c838f9
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 2 21:32:52 2007 +0000

    Work in progress for the joystick input.
    Now you can use it to fire, jump etc.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2718 30ef787d-52ff-0310-b286-e08351bb7647

commit 1adc4f2dc433c368338b9cc95f50ce23242ac60f
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 2 18:49:51 2007 +0000

    bug #9399: Quit+Cancel delete particular clothes and return to normal clothe
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2717 30ef787d-52ff-0310-b286-e08351bb7647

commit 483ad3be9642751cc56dd560d982dd798e508f8e
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 2 17:02:56 2007 +0000

    bug #7052 : Objects not delete from object list.
    Now we delete object as the object became a Ghost => TODO : Remove Ghost state ?
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2716 30ef787d-52ff-0310-b286-e08351bb7647

commit c509c39f2aab00c1a94b338aa846974b0350ed3a
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 1 21:21:45 2007 +0000

    Forget one file from previous commit.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2715 30ef787d-52ff-0310-b286-e08351bb7647

commit 0dff076279d27532b9461dff86fa08c389daf05c
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 1 21:19:16 2007 +0000

    Initial work for joystick support in Wormux :
    - split of keyboard into ManMachineInterface and Keyboard class.
    - add method to register event.
    Actually, nothing is working :) Just work in progress.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2714 30ef787d-52ff-0310-b286-e08351bb7647

commit bb70fe17603ecbf67a5bf5a556f574719510a7ec
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 1 17:35:08 2007 +0000

    Clean up code in action handler class.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2713 30ef787d-52ff-0310-b286-e08351bb7647

commit 9a1bc914d6ece493f018f48e5999a58cc2d3ba3b
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 30 15:50:43 2007 +0000

    Show "All teams" results first in the results menu (patch #748 from Jaka Kranjc aka lynxlynxlynx)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2712 30ef787d-52ff-0310-b286-e08351bb7647

commit 0a9a35dc8b3de7448718c9dd659b67f32d3c10f0
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 30 10:09:01 2007 +0000

    Fix bug #9417 (dead character badly rotated)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2711 30ef787d-52ff-0310-b286-e08351bb7647

commit ad9008964f81d7a5ad2340c317964620acd91293
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jun 29 21:07:15 2007 +0000

    Left/Right buttons on the map selection box jumps now 3 maps (yeKcim suggestion)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2710 30ef787d-52ff-0310-b286-e08351bb7647

commit 7172ca01d9597d8afabdf447c298c8e0939e761f
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jun 29 20:57:25 2007 +0000

    Disable (by default) network logging when in debug mode (avoid huge lag)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2709 30ef787d-52ff-0310-b286-e08351bb7647

commit d095da1abad98d797b55f924cf489425ef5fb7ba
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jun 29 20:23:50 2007 +0000

    m_timetamp isn't an Action_t !
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2708 30ef787d-52ff-0310-b286-e08351bb7647

commit 9126998f994cef617bb092e974bfc0524a270abc
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jun 28 17:09:13 2007 +0000

         fix r2706 thanx to sami pietila
         thanx again
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2707 30ef787d-52ff-0310-b286-e08351bb7647

commit 936de5cba6421e401dc8152d902c1022239bd105
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jun 26 19:49:54 2007 +0000

         Rework of water proposed by Sami Pietila sami.pietila _aT utu.fi
         Thanks a lot for this patch and the effort to keep CPU consumption
         as low as possible.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2706 30ef787d-52ff-0310-b286-e08351bb7647

commit 04ed816ac299672ee3a9a8490a00342a9eef68dd
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 25 21:29:33 2007 +0000

    [NETWORK] Introduce the Turn-Master concept. For each turn, the turn master is the playing computer. It is responsible to send explosion position,
    characters information at the end of a state in the game loop, ...
    If the turn master disconnects, it is replaced by the server.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2705 30ef787d-52ff-0310-b286-e08351bb7647

commit 3700e323270dc01a942798463d3dd190d967e70c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 25 21:26:12 2007 +0000

    Should make toggle_fullscreen (F10 key) working under Windows when playing (but not when displaying some menus)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2704 30ef787d-52ff-0310-b286-e08351bb7647

commit c5fb879ac049fb340b1c9f6a769a65d8e74aa5df
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 25 21:23:59 2007 +0000

    Remove useless code
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2703 30ef787d-52ff-0310-b286-e08351bb7647

commit e236e83d90d9c4d596d92caa7ab03eed9050b204
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jun 22 18:17:43 2007 +0000

    Some simplifications
    Use float numbers where needed
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2702 30ef787d-52ff-0310-b286-e08351bb7647

commit 6c09726f1dc011e0f12c7edb9dfb0a0eebc87d54
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jun 20 23:20:33 2007 +0000

    ditto for cmake
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2701 30ef787d-52ff-0310-b286-e08351bb7647

commit b69ec9a623e10d2a9a580caf3d6fed7f1b21c86b
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jun 20 23:20:04 2007 +0000

    Rename pt-BR to pt_BR as it is in all other free sw apps and as is required by gettext
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2700 30ef787d-52ff-0310-b286-e08351bb7647

commit c2e31e96acbe12888a3e3f0c4ba3c03d654bc0f2
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jun 20 20:48:57 2007 +0000

    adjust parachute position (i hope last parachute modification)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2699 30ef787d-52ff-0310-b286-e08351bb7647

commit 84e48d81f0dfa5d22edb89445ed5071e5978fa89
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jun 19 20:10:15 2007 +0000

    Tss.. fix previous commit
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2698 30ef787d-52ff-0310-b286-e08351bb7647

commit 3eada105a34bbfb1820292565ba89b5c87a169cf
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jun 19 20:01:41 2007 +0000

    Don't display "! Map  not found :-(" when no ~/.wormux/config.xml exists
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2697 30ef787d-52ff-0310-b286-e08351bb7647

commit d6f2b71643b889ba6fe2223a3e3f121eb731f7b8
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 18 21:05:47 2007 +0000

    better konqi and firefox parachute walk
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2696 30ef787d-52ff-0310-b286-e08351bb7647

commit 2a66a4ea92c7abc5d56e1b66147d10c2b721bad3
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 17 21:29:48 2007 +0000

    Split Action::Write to Action::WritePacket into Action::WritePacket and Action::Write
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2695 30ef787d-52ff-0310-b286-e08351bb7647

commit 43d7df7d977fb14124dee652136ef114ced2a325
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 17 20:53:50 2007 +0000

    Remove const attribute from iterator to fix win32 compilation (maybe gcc 3.4.5 compil)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2694 30ef787d-52ff-0310-b286-e08351bb7647

commit 0b58a2e95cfb5109db484cac3579f3b2baf0c4ac
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 17 20:18:11 2007 +0000

    Prevent a user from validating the menu if he has not selected any team
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2693 30ef787d-52ff-0310-b286-e08351bb7647

commit 0d60768b8693600794b129aadb8bf9d84c2a75d1
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 16 19:28:42 2007 +0000

         Prevent gcc from complaining a compilation
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2692 30ef787d-52ff-0310-b286-e08351bb7647

commit d877ccb25aab5059462e1023b1d59e6d5df935f7
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 16 19:00:12 2007 +0000

         Second part of masterdriverz patch (english corrections).
         Thanks again.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2691 30ef787d-52ff-0310-b286-e08351bb7647

commit f38d324d64dc7a295abc588568e3c33aceef8b71
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 16 18:23:39 2007 +0000

         masterdriverz suggested the following corrections
         Thank you very much for making our english correct.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2690 30ef787d-52ff-0310-b286-e08351bb7647

commit 9798f8e2f6e130b24f186606609897731b0a17c8
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 16 18:09:26 2007 +0000

         I made a mistake when modified this file for AI.
         I changed the bad line... I should try to find some good place
         to rest...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2689 30ef787d-52ff-0310-b286-e08351bb7647

commit eccec9f6713c22f18bc8adde40b412efc61da9ca
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 16 14:27:32 2007 +0000

         Do not modify the list while iterating on it.
         BTW this algo should be easier to understand.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2688 30ef787d-52ff-0310-b286-e08351bb7647

commit 7fbf85190df2c732500a48fb6d498b3e5375d4b0
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 16 13:31:08 2007 +0000

    Fix uninitialized variable (thanks to kurosu)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2687 30ef787d-52ff-0310-b286-e08351bb7647

commit c1685420bb7a403f066cb8586c323c1a09d79cc7
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jun 14 23:25:59 2007 +0000

    Enable use of M16 in Artificial Intelligence
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2686 30ef787d-52ff-0310-b286-e08351bb7647

commit 6d8c79bf85364277b41701f54eec346023bb45f5
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jun 14 23:22:22 2007 +0000

    Limit size of text writable in a textbox
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2685 30ef787d-52ff-0310-b286-e08351bb7647

commit bf13d26cebbfc98918d22f93846c17040fe2e17f
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jun 14 22:22:19 2007 +0000

    [BUGFIX] Avoid segfault when typing a very long line without space in the tchat textbox of network menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2684 30ef787d-52ff-0310-b286-e08351bb7647

commit 4a9fdfde94b473400b0321859553359f07c87885
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jun 14 21:16:06 2007 +0000

    [FEATURE] Move the camera with the keyboard (ctrl + up, down, right, left)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2683 30ef787d-52ff-0310-b286-e08351bb7647

commit f05a29bbd38732abb3b041a281eece3f1d0948e7
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jun 14 20:09:25 2007 +0000

    Simplify fullscreen management and make fullscreen change work directly under windows too
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2682 30ef787d-52ff-0310-b286-e08351bb7647

commit 81d733f453a0ac0135e423418dafbe3949200f6e
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jun 14 18:48:12 2007 +0000

    Fix Polygon dependice (patch from Kurosu)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2681 30ef787d-52ff-0310-b286-e08351bb7647

commit cac91863a8d379eb8644b67a31f71383b9a58cd2
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jun 14 18:07:20 2007 +0000

    [BUGFIX] Should fix fullscreen on Windows system (need to restart the game) thanks to Kurosu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2680 30ef787d-52ff-0310-b286-e08351bb7647

commit b681dbc3aa7c0fa8497211d0079575245ec4023d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jun 14 17:38:42 2007 +0000

    [BUGFIX-NETWORK] Fix map selection when the map is selected by the server before clients are connected
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2679 30ef787d-52ff-0310-b286-e08351bb7647

commit 71122a5aa5ffd7b553982df824dd9ac7e827b116
Author: progs <progs at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jun 14 00:39:30 2007 +0000

    Save in configuration hostname and port used in network menu.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2678 30ef787d-52ff-0310-b286-e08351bb7647

commit 11c1e6bd84600cd5b9efdff3ff5f29a1182abffb
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jun 13 21:05:32 2007 +0000

    Use std::isnan instead of isnan (patch form Kurosu)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2677 30ef787d-52ff-0310-b286-e08351bb7647

commit 9c1494c0bb98307afb5acc5b4c881c68448bee12
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jun 13 21:01:07 2007 +0000

    Rename network states to STATE_* (patch from Kurosu)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2676 30ef787d-52ff-0310-b286-e08351bb7647

commit e75ebf0f870e1b2d4f598507974789f30078d522
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jun 13 19:07:19 2007 +0000

    Fix skin landing on the head when using backjump
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2675 30ef787d-52ff-0310-b286-e08351bb7647

commit 584bad5b3efc20175bb20c100919c32f6584397b
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jun 12 17:06:57 2007 +0000

         This is needed for bazooka in AI (make calculation much more
         simplier)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2674 30ef787d-52ff-0310-b286-e08351bb7647

commit fdf68cb2bc622937483158d3e0e75940b9cf1566
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 11 20:55:04 2007 +0000

         First implementation of bazooka weapon for AI, still a lot of work to do
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2673 30ef787d-52ff-0310-b286-e08351bb7647

commit 096121cc625910dcf8ab3e0f028d869e38ed3401
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 11 20:01:29 2007 +0000

    air hammer helmet animation for all skins
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2672 30ef787d-52ff-0310-b286-e08351bb7647

commit 024fd84034d726b7530391f7c1447673499b8cce
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 11 07:09:16 2007 +0000

    Slovenian translation update (from Jaka Kranjc)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2671 30ef787d-52ff-0310-b286-e08351bb7647

commit fa4815452771b71f3f97fbae69673b07ca2d451c
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 10 20:00:44 2007 +0000

    parachute modifications (firefox and konqi)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2670 30ef787d-52ff-0310-b286-e08351bb7647

commit dbdcb5e4160763c6973453b490796b1daed67c06
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 10 19:47:52 2007 +0000

    some modifications on skins (helmet position and parachute position)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2669 30ef787d-52ff-0310-b286-e08351bb7647

commit c4958c54b22e606871d78e586cae3637a3449643
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 10 10:30:13 2007 +0000

    correct aquarium sky and pirats sky
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2668 30ef787d-52ff-0310-b286-e08351bb7647

commit 302dbc4bc874fa970829244dfe2667662f53941e
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 9 17:45:29 2007 +0000

         Update the po list
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2667 30ef787d-52ff-0310-b286-e08351bb7647

commit 52cffeaf9722d4561c743aa6c24fbe2da0362a05
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 9 11:48:00 2007 +0000

    Should fix compilation pb with GCC4.2 due to wrong use of macro NET_ASSERT
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2666 30ef787d-52ff-0310-b286-e08351bb7647

commit b0eeda6fc4b480721a371ddf118a4fec5446cb62
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 9 11:44:50 2007 +0000

    Rename macros assert, net_assert in ASSERT, NET_ASSERT
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2665 30ef787d-52ff-0310-b286-e08351bb7647

commit 669f03f41e627334207cc8943e487c49c9dbd96d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 9 11:12:38 2007 +0000

    Try to fix team order on the podium if there are more than 2 teams
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2664 30ef787d-52ff-0310-b286-e08351bb7647

commit 0d23a8cecd78b18bc519388874fbf397e72b30da
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jun 8 23:21:24 2007 +0000

    updated bosnian translation
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2663 30ef787d-52ff-0310-b286-e08351bb7647

commit 4a7be96e6164f29aedea1854e4095b03836647ee
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jun 8 19:21:34 2007 +0000

    Updating changelog
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2660 30ef787d-52ff-0310-b286-e08351bb7647

commit 430df892b2fc0c38da6b61f0185f24045f25a5bd
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jun 8 19:04:41 2007 +0000

    Adding missing file in src/Makefile.am such a way that make dist-bzip2 create a correct archive
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2659 30ef787d-52ff-0310-b286-e08351bb7647

commit 2fdb3cf22a1781ab87fa677714e72ceba1eee833
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jun 8 18:24:47 2007 +0000

    [MUSIC] Add music "Apnée 2" from Olivier Militon
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2658 30ef787d-52ff-0310-b286-e08351bb7647

commit 53f3de2677b50ab7b37180d3f2d4340a53f5eb83
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jun 8 18:14:04 2007 +0000

    [NETWORK] By default, use port affected by the IANA for wormux :-)
    http://www.iana.org/assignments/port-numbers
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2657 30ef787d-52ff-0310-b286-e08351bb7647

commit 34fce0f91892f81bf454d82b06b7999560eb2f4e
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jun 7 17:05:56 2007 +0000

    Save the last generated map in the user's directory. Now even in Windows, we save the generated island.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2656 30ef787d-52ff-0310-b286-e08351bb7647

commit 73fc7ae3c035a56180d05668a9f9f72ae029f145
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jun 7 13:19:44 2007 +0000

    Updated German translation
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2655 30ef787d-52ff-0310-b286-e08351bb7647

commit 3a3c7eb9c9be6848dc05e26f5c8e7fd3a5b14c19
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jun 7 07:08:31 2007 +0000

    Update Danish translation (from Ysangkok)
    Fix Swedish translation
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2654 30ef787d-52ff-0310-b286-e08351bb7647

commit a84a168f835b2f10d290e7ddf95fd04728e47a80
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jun 6 23:19:11 2007 +0000

    everybody loves hula hoop
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2653 30ef787d-52ff-0310-b286-e08351bb7647

commit d42d831717133135489f38595806827b7ff50989
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jun 6 23:02:08 2007 +0000

    wilber and the hula hoop
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2652 30ef787d-52ff-0310-b286-e08351bb7647

commit 196d8bca7dc2186d996a17886ea02d374caf15d0
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jun 6 22:49:31 2007 +0000

    tux loves hula hoop
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2651 30ef787d-52ff-0310-b286-e08351bb7647

commit 6e33487ea24c168d91ec20fd6bea272a15f4943c
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jun 6 22:42:47 2007 +0000

    thunderbird loves hula hoop
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2650 30ef787d-52ff-0310-b286-e08351bb7647

commit b2b133a4669d7ecb036bb5bb1aafe06aab4ddc1e
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jun 6 22:35:24 2007 +0000

    spip loves hula hoop
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2649 30ef787d-52ff-0310-b286-e08351bb7647

commit 0a59f43f509e05fdd237b0a91a7641ac9567a448
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jun 6 21:38:22 2007 +0000

    snort loves hula hoop too
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2648 30ef787d-52ff-0310-b286-e08351bb7647

commit dfc9aa6ba9f7c7ce6ff33729ce12d1636d9eaef0
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jun 6 21:33:52 2007 +0000

    php loves hula hoop
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2647 30ef787d-52ff-0310-b286-e08351bb7647

commit 600f934b0c6b5f1f959e3f46bb3a87af96f561ca
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jun 6 07:06:32 2007 +0000

    Update Swedish translation (from Daniel Nylander)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2646 30ef787d-52ff-0310-b286-e08351bb7647

commit 82f0b5fda5bec211283efb10dd869aee7ce0971a
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jun 5 20:47:30 2007 +0000

    ooo hula hoop
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2645 30ef787d-52ff-0310-b286-e08351bb7647

commit 4f91b265c8da39be2f112dafee1d467847026877
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jun 5 20:32:02 2007 +0000

    better hula hoop for some teams
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2644 30ef787d-52ff-0310-b286-e08351bb7647

commit 815f24ffc32d42bf6f9f634ca58b8f8f28210db0
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jun 5 20:13:08 2007 +0000

    nupik hula hoop
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2643 30ef787d-52ff-0310-b286-e08351bb7647

commit f1d93dcc9fdde470576063337b5635d32bf91370
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jun 5 16:38:46 2007 +0000

    add gl.po to cmakelist
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2642 30ef787d-52ff-0310-b286-e08351bb7647

commit f4fca014f6b7b20ae532c2d16f84db2022e422cb
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jun 5 12:54:42 2007 +0000

    remove useless file
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2641 30ef787d-52ff-0310-b286-e08351bb7647

commit 71f26c6b2bb1f0605aad861c6709ab9a1b537199
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 4 22:54:03 2007 +0000

    make a wrapper script for the call for translations
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2640 30ef787d-52ff-0310-b286-e08351bb7647

commit 1a73e014767053d8845cdbc2e5d8325b38449c43
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 4 22:50:48 2007 +0000

    back to 100%
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2639 30ef787d-52ff-0310-b286-e08351bb7647

commit 086b6f3b22e42b3b08beba9626c03512ee35dea9
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 4 22:08:10 2007 +0000

    Fix bug 9271 about translations
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2638 30ef787d-52ff-0310-b286-e08351bb7647

commit 3371b458532052cb4d3a03bf53502ded1d26e332
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 4 19:15:05 2007 +0000

    Update Danish translation (from Ysangkok)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2637 30ef787d-52ff-0310-b286-e08351bb7647

commit 60dbad81ea44efdf396711da3389838ad3291f82
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 4 08:33:02 2007 +0000

    correct my nickname
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2636 30ef787d-52ff-0310-b286-e08351bb7647

commit 6582359620c5dd8885c547e3b22413f85e2d3a2b
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 4 08:10:38 2007 +0000

    try to correct authors.xml for http://www.wormux.org/php/authors.php
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2635 30ef787d-52ff-0310-b286-e08351bb7647

commit 766fae88db5becc78d8ac73392e4db821c5c1864
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 4 07:56:35 2007 +0000

    Update French translation
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2634 30ef787d-52ff-0310-b286-e08351bb7647

commit cf5ce04634c52c30330804daaceb85fc96c5edde
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 3 23:58:24 2007 +0000

    somehow I doubt Jean would really want to be himself the Swedish translator :-)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2633 30ef787d-52ff-0310-b286-e08351bb7647

commit c04c7c1ec1c87ff7d299c70b40b3bc54662bed75
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 3 23:55:08 2007 +0000

    add an easy means to send call for translation updates; unfortunately, some of the original translators haave been removed from the Last-Translator field; they need to be back in order to be notified
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2632 30ef787d-52ff-0310-b286-e08351bb7647

commit 6c301db474f1dc09c5a87fdb656ffd9488a886cb
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 3 23:53:34 2007 +0000

    add/fix some copyright and credits information in translations
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2631 30ef787d-52ff-0310-b286-e08351bb7647

commit f9ea91e309006d1e6761f9153e8bd0135863126a
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 3 22:23:30 2007 +0000

    updated translations; ro is 100% translated :-)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2630 30ef787d-52ff-0310-b286-e08351bb7647

commit 06a7499e94feada050bb22a05f8a71da55873e7d
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 3 22:22:04 2007 +0000

    fix plural forms for the bonus win - fixes #9184
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2629 30ef787d-52ff-0310-b286-e08351bb7647

commit 5407e00e20399382699b92df49b0cf5162d05232
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 3 17:16:42 2007 +0000

    Added Galician trasnlation, thanks to Ignacio Casal Quinteiro; corrected my name in authors.xml
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2628 30ef787d-52ff-0310-b286-e08351bb7647

commit 8681c292052ecc4ad0255e0e7dfe0b7829a79643
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed May 30 12:23:58 2007 +0000

    add missing file. (Fix bug https://gna.org/bugs/?9243)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2627 30ef787d-52ff-0310-b286-e08351bb7647

commit 15c3fe1dd6f49260568fc5fd4d19da2fb7bbe163
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 28 23:07:00 2007 +0000

    New fantastic musics from Olivier Militon :)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2626 30ef787d-52ff-0310-b286-e08351bb7647

commit a3033e5eca79b00ad9e9912991873e61e04aadbd
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 28 21:25:49 2007 +0000

    Remove uneeded ; at the end of macro definition
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2625 30ef787d-52ff-0310-b286-e08351bb7647

commit d32617c81729ef57673f9b82a29418d020cc3091
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 28 21:24:19 2007 +0000

    added myself to packager mainteners
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2624 30ef787d-52ff-0310-b286-e08351bb7647

commit 7ef2dbefcc0122322834b639fa68a5173706053d
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 28 21:20:41 2007 +0000

    add missing colons after MSG_DEBUG statement
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2623 30ef787d-52ff-0310-b286-e08351bb7647

commit d84c629948a2436fd2714bec77f20483ea8432c5
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 28 20:47:39 2007 +0000

    Automatic translations update
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2622 30ef787d-52ff-0310-b286-e08351bb7647

commit 68f1189b93b665abfce4df9cb340b91d0e5b1205
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 28 20:46:31 2007 +0000

    [BUGFIX] Fix game_loop bug 8656. It have good consequence on network :) Now the game_loop state is managed by the action handler, so it is
    synchronized between the network clients. No more game_loop state unsync !! :)
    [BUGFIX] Reset the camera at the beginning of a new game else it can try to follow a no more existing object
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2621 30ef787d-52ff-0310-b286-e08351bb7647

commit ab0607f81bb7a3f9d754bfd19fc680ecdf28cb0b
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 28 20:41:41 2007 +0000

    [MINOR] Allow to begin a game with 5 life points
    Remove useless define
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2620 30ef787d-52ff-0310-b286-e08351bb7647

commit 7b11daddf9ee8e74ab040d146de3f13e3ee18d0b
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 28 20:40:00 2007 +0000

    [NETWORK] When sending character information, send the life state (dead, ghost, alive) too
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2619 30ef787d-52ff-0310-b286-e08351bb7647

commit a385b8880f097092d523a8d4e4d6d7fbaf266b78
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 28 20:26:16 2007 +0000

    all macros should look like functions - remove the ending colon in MSG_DEBUG definition
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2618 30ef787d-52ff-0310-b286-e08351bb7647

commit fe0d238621ee260d8b773b33e9ab643dd9703465
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 28 20:25:34 2007 +0000

    revert 2616 since gcc-4.2 was supported already in trunk, the problem was only in 0.7.9
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2617 30ef787d-52ff-0310-b286-e08351bb7647

commit 2875fd370be7730298baf4792d71954a6791fdc1
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 28 14:37:30 2007 +0000

    no_empty_else_gcc4.2 - empty else branches are not allowed by gcc 4.2
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2616 30ef787d-52ff-0310-b286-e08351bb7647

commit cc1e018f8a73f86e70deba7062953b222dc44f1c
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 28 07:39:06 2007 +0000

    Update Danish translation (from Ysangkok)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2615 30ef787d-52ff-0310-b286-e08351bb7647

commit 822792ac687f7b81b4949855a32ed85262f50f50
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 27 13:35:58 2007 +0000

    After a long initialisation the first player lost a few seconds of his playing time -> Reset timer to zero at end of initialisation.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2614 30ef787d-52ff-0310-b286-e08351bb7647

commit 0722b753c161965d6ac411fd15461c517ac78023
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 27 10:22:08 2007 +0000

    Bugfix ...
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2613 30ef787d-52ff-0310-b286-e08351bb7647

commit 4d63b5eb198dae839b1d4e3297205ad449c8de4d
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 27 09:49:52 2007 +0000

    Skin viewer .. a bit buggy
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2612 30ef787d-52ff-0310-b286-e08351bb7647

commit e03f1e565af1abee60e85e57ec111c45ae206b0f
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 26 11:42:02 2007 +0000

    Another line with non-ascii character.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2611 30ef787d-52ff-0310-b286-e08351bb7647

commit 8ab99d7d3aa801e68671e1979a3b86361d2a29a3
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 26 11:39:37 2007 +0000

    Removed a non-ascii character which created problems with gettext.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2610 30ef787d-52ff-0310-b286-e08351bb7647

commit ca82508a2af052c168d7bf587a1092daaedf2746
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 24 22:48:48 2007 +0000

    [BUGFIX] Fix global stats in results menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2609 30ef787d-52ff-0310-b286-e08351bb7647

commit a0a1ff0d6a97e00bdcf973d3543c5b50554815fd
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed May 23 20:39:34 2007 +0000

    Updated German translation.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2608 30ef787d-52ff-0310-b286-e08351bb7647

commit faedb64b4ca057222d83f29700cd84441ef86ee1
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed May 23 20:33:44 2007 +0000

    Updated pt-BR translation by Romulo Fernandes.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2607 30ef787d-52ff-0310-b286-e08351bb7647

commit 48bb82caff1692cd962c8ccfd619a4dbcd0e8505
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed May 23 20:28:07 2007 +0000

    Update of Hungarian translation by Varga Istvan (he sent it to me via email). I hope the charset is ok, though there is now an iso-8859-2 charset mentioned in the .po file.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2606 30ef787d-52ff-0310-b286-e08351bb7647

commit db4d931d36754f930a115f55fd4df5c9b589d42b
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed May 23 18:59:00 2007 +0000

         Do not follow with camera every moving object.
         This should prevent heratic moves
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2605 30ef787d-52ff-0310-b286-e08351bb7647

commit ccd04e1b04da8bd72f323de12fc3c02af9ae3d4d
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed May 23 08:39:19 2007 +0000

    updated bosnian translation
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2604 30ef787d-52ff-0310-b286-e08351bb7647

commit 8aadbad6e4cab0df1ba7fbca67c1136e079396b5
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed May 23 07:07:33 2007 +0000

    Update Slovenian translation (thanks to Jaka Kranjc)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2603 30ef787d-52ff-0310-b286-e08351bb7647

commit 0709431aedc09ed8f52f27ddceb367305715d70f
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 22 23:11:41 2007 +0000

    [BUGFIX-NETWORK] Fix potential deadlocks when loading a network game. Clean network initialisation.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2602 30ef787d-52ff-0310-b286-e08351bb7647

commit 992a45f011a4605dda3b602962d5234dfd8a3ceb
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 22 21:57:24 2007 +0000

    Starting to insert an help for each weapon.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2601 30ef787d-52ff-0310-b286-e08351bb7647

commit 950dff30aafaa53a257eacacac77a329987d2929
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 22 17:37:52 2007 +0000

    [BUGFIX] mine is not detecting object if speed is set to 0.0. Usefull when starting game and you don't want the mine to detect barrels.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2600 30ef787d-52ff-0310-b286-e08351bb7647

commit 475b4fc8e06c111dc2cac622e460b2d271c70aa1
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 22 17:29:43 2007 +0000

    Fixing cmake compilation and SearchFiles.sh.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2599 30ef787d-52ff-0310-b286-e08351bb7647

commit 6cb52b8447162e2d2f337598338083d47b0aefa3
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 22 17:24:38 2007 +0000

    Fix cmake compilation.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2598 30ef787d-52ff-0310-b286-e08351bb7647

commit 4fd71683bee39c6b1cebc7aa6971b32b33faedc1
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 22 17:22:24 2007 +0000

    [BUGFIX] Force the generation of island with almost 4 points.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2597 30ef787d-52ff-0310-b286-e08351bb7647

commit 0d9bd882f2398e5f211e7cb94837252e0d09e8d6
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 22 11:19:24 2007 +0000

    GCC 4.2 support from lynxlynxlynx (Jaka Kranjc)
    Automatic update of translations
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2596 30ef787d-52ff-0310-b286-e08351bb7647

commit 0826beace65fbc51f02f9d94109cd0fc27accdde
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 22 11:04:13 2007 +0000

    Fix compilation with gcc 3.4 (thanks to Simon Fekete)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2595 30ef787d-52ff-0310-b286-e08351bb7647

commit 23636a6aada42f75e81c993148cbfe8c6e48fe3f
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 21 21:24:32 2007 +0000

    [MINOR] Rename some variables. Replace int by uint
    [MINOR] Better placement of podium in results menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2594 30ef787d-52ff-0310-b286-e08351bb7647

commit a1d9e69fd7fcfb55eada927c87be488f9dd8d1c0
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 21 21:23:10 2007 +0000

    [NETWORK] Advert the server when all the clients are ready.
    Advert the server if all the clients had been disconnected
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2593 30ef787d-52ff-0310-b286-e08351bb7647

commit 2b9f8e57935291313f73d42cb01fad739e0c675f
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 21 21:20:28 2007 +0000

    [BUGFIX] Disable sound effects during the game loading. It avoids to play explosion sound when trying to put a barrel in the ground if it fails
    [BUGFIX-NETWORK] No more deadlock if client or server exits during the game loading
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2592 30ef787d-52ff-0310-b286-e08351bb7647

commit b5c87dc4fd28e85c037c79a669de2a2a8fd735c4
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 21 21:18:06 2007 +0000

    [BUGFIX] Stop sound samples (for example the applause sound) when quitting the results menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2591 30ef787d-52ff-0310-b286-e08351bb7647

commit 89c0d17d283adb435659319677eca10173d8f645
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 21 21:16:44 2007 +0000

    [BUGFIX] Reset Damage stats at the beginning of the game (and after putting all the characters on the ground)
    [MINOR] Begin the game by a small pause
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2590 30ef787d-52ff-0310-b286-e08351bb7647

commit 07bd5754ba04864be59a8766aaedbf4fc2479d30
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 21 21:15:06 2007 +0000

    Add methods to reset the damage stats at the beginning of the game
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2589 30ef787d-52ff-0310-b286-e08351bb7647

commit 9885f9821d226363dd9227f34a38cfed224fea8a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 21 21:13:37 2007 +0000

    Center the camera on the mine when it has detected something and will explode soon
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2588 30ef787d-52ff-0310-b286-e08351bb7647

commit 30e4c3997d7eb18457c6033b74aeb64756a957a9
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 21 21:12:28 2007 +0000

    [MINOR] Remove message "The cluster has left the battlefield" because there are too much fragment in the cluster bomb
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2587 30ef787d-52ff-0310-b286-e08351bb7647

commit 34ffd2f1e7dbe2192ded06d02faba948d93cda5c
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 21 21:00:18 2007 +0000

    Renaming ninja rope in po makefile.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2586 30ef787d-52ff-0310-b286-e08351bb7647

commit bdbde3a0c3d600e92cbed5bcf1ce79129a6df42a
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 21 20:35:05 2007 +0000

    Composite shape class.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2585 30ef787d-52ff-0310-b286-e08351bb7647

commit 827a9e3894c95677a5371c1ca50e9961d6d93dda
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 21 20:29:10 2007 +0000

    Renamming grapple pictures.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2584 30ef787d-52ff-0310-b286-e08351bb7647

commit 155dd43cc4d9c1f653f07d28907f25fe93130eeb
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 21 20:24:36 2007 +0000

    Task #4998 rename ninja_rope to grapple (and not grapnel ;).
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2583 30ef787d-52ff-0310-b286-e08351bb7647

commit a4ac7cfcedfeff2889c35f48740b101cfa18f230
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 21 18:43:16 2007 +0000

         remove AM_MAINTAINER_MODE with produce fuzzy bugs
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2582 30ef787d-52ff-0310-b286-e08351bb7647

commit fd571d47721f74e5026e5fa2e8f539e765ab76a3
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 19 17:54:14 2007 +0000

         Initialize properly members
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2577 30ef787d-52ff-0310-b286-e08351bb7647

commit c83b7a7560ea2a63dedb2ab4787f6a71dfb54d51
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 19 17:51:47 2007 +0000

    firefox nose define in head (instead of body :-/ )
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2576 30ef787d-52ff-0310-b286-e08351bb7647

commit d6dc405284a1385b1360694a63abd609c5822e79
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 19 17:09:16 2007 +0000

    workrave have standart eyes like all others !
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2575 30ef787d-52ff-0310-b286-e08351bb7647

commit 4b663057200f518597695aa95816ef26aa069445
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 19 17:02:53 2007 +0000

    eyes wilber
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2574 30ef787d-52ff-0310-b286-e08351bb7647

commit f5456c3032eab0d8a612da329d6bf0c697ac7acd
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 19 16:50:02 2007 +0000

    eyes... tuxteam
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2573 30ef787d-52ff-0310-b286-e08351bb7647

commit c7abf6f6055883479edddb2d98bdcdd96868874d
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 19 16:31:43 2007 +0000

         fix previous commit
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2572 30ef787d-52ff-0310-b286-e08351bb7647

commit fbee2487263444e9adec1c46199540acaf73508e
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 19 16:14:41 2007 +0000

    standard eyes for thunderbird
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2571 30ef787d-52ff-0310-b286-e08351bb7647

commit 1b86635c7c3a58ce4e7821f104729336b1dac122
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 19 12:58:50 2007 +0000

         try to enhance the camera movement on air_attack
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2570 30ef787d-52ff-0310-b286-e08351bb7647

commit 5715e81536f73a4100581b5c79fe867628446fdd
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 19 12:08:14 2007 +0000

         Moved methods into private section
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2569 30ef787d-52ff-0310-b286-e08351bb7647

commit f9176bd268b5d53d8556535fc21beda168fe41a7
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 19 10:45:14 2007 +0000

    standard eyes for snort
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2568 30ef787d-52ff-0310-b286-e08351bb7647

commit a8c469d2bdba08faf84a4b5e5da7d41345a2c7d9
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 19 10:18:39 2007 +0000

         Init all members
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2567 30ef787d-52ff-0310-b286-e08351bb7647

commit 83bb011890e818d79db358a10780ddf929468de9
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 19 09:57:37 2007 +0000

         Fix leak at deletion
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2566 30ef787d-52ff-0310-b286-e08351bb7647

commit 43e3bc4c6d1b515c4aa781dd93cd058a17e0e7f7
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 18 22:02:59 2007 +0000

    adjust helmet
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2565 30ef787d-52ff-0310-b286-e08351bb7647

commit 34cf9d4ef0e617aeb6dce7f136a351d219f28a2e
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 18 21:56:47 2007 +0000

    standart eyes for phpteam
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2564 30ef787d-52ff-0310-b286-e08351bb7647

commit 925fd830362103ed9820a1c8f00e89693b4d297b
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 18 21:34:03 2007 +0000

         Init all parameters
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2563 30ef787d-52ff-0310-b286-e08351bb7647

commit 9d9b350da17ff620b67e233110cf8a35d9bc99ee
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 18 21:26:30 2007 +0000

    standart eyes for ooo to
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2562 30ef787d-52ff-0310-b286-e08351bb7647

commit 59a15b8d97cbf9abe5983000ee054ddc2f2e09f8
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 18 21:01:17 2007 +0000

    spip eyes for nupik and helmet correction for konqi
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2561 30ef787d-52ff-0310-b286-e08351bb7647

commit c7a7afe45e31d114827631c94aaba7a5935ca109
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 18 20:49:54 2007 +0000

    spip eyes for konqi
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2560 30ef787d-52ff-0310-b286-e08351bb7647

commit d61e1f48e5f678689004887b60f74e33d8025b38
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 18 19:44:08 2007 +0000

    some modifications on skins (some others soon)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2559 30ef787d-52ff-0310-b286-e08351bb7647

commit e43ebdf09845bbb64b913f9d7d42d3151526f112
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 18 19:09:13 2007 +0000

    Remove the layer tag from skins config.xml
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2558 30ef787d-52ff-0310-b286-e08351bb7647

commit 67b5cca0715c503b60079fb3650d53b573b17766
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 17 20:25:19 2007 +0000

    Automatic update of translations
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2557 30ef787d-52ff-0310-b286-e08351bb7647

commit 122882a559d9d445c3879d11a6d678834f068db4
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 17 20:24:13 2007 +0000

    [MENU] Make results menu better!
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2556 30ef787d-52ff-0310-b286-e08351bb7647

commit a9752e0fb391cb62fcbfbbd95d7e1ca39bf29baf
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 17 20:21:38 2007 +0000

    [BUGFIX] Stop game sound effects at the end of the game, not when exiting the results menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2555 30ef787d-52ff-0310-b286-e08351bb7647

commit b63e3b82fa40a7afa448abe7ffafd7834a200388
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 17 20:20:25 2007 +0000

    File forgotten in previous commit
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2554 30ef787d-52ff-0310-b286-e08351bb7647

commit 1dcd6690947f1f759f0be5d9d5b33dc243efed02
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 17 20:19:17 2007 +0000

    [BUGFIX] With blowtorch, sometimes you go too fast because you dig in the air
    Translate some methods names into english
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2553 30ef787d-52ff-0310-b286-e08351bb7647

commit 50e1f7e3cb17c284216970f834e87c277f995885
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 17 20:15:41 2007 +0000

    [MINOR] Just cleaning some code
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2552 30ef787d-52ff-0310-b286-e08351bb7647

commit 45e2e6a7878b2eff4c637a3080b4f7e529bd61b3
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed May 16 21:44:47 2007 +0000

         remove uneeded includes
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2551 30ef787d-52ff-0310-b286-e08351bb7647

commit 629c6cdcfe3ec3c20c0e8b1a9685e8471a5bd3d1
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed May 16 17:01:17 2007 +0000

    konqi hula hoop and parachute, some gnu animation corrections
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2550 30ef787d-52ff-0310-b286-e08351bb7647

commit 1d7d6c854a3e9012cf6c67285909a03230b1b20d
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 15 19:20:36 2007 +0000

         Make include path relative to $(top_srcdir)/src directory
         This makes dependencies work in automake and thus prevent
         being stuck because of API changes.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2549 30ef787d-52ff-0310-b286-e08351bb7647

commit 6b9d12a545e066526c4ea6dd5e52146e8e009dae
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 15 19:16:42 2007 +0000

    add character/damage_stats.cpp for cmake compilation (thank you Oznog)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2548 30ef787d-52ff-0310-b286-e08351bb7647

commit 7f4ce4e23e741f0791adfa1aebd4a7d9883c3098
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 15 17:20:39 2007 +0000

    firefox and gnu parachute and hula hoop animations
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2547 30ef787d-52ff-0310-b286-e08351bb7647

commit c31fe912341c01accc131b1e8f793eef49d4199b
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 14 23:13:28 2007 +0000

    Create new class DamageStatistics to keep statistics about damage given by a character
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2546 30ef787d-52ff-0310-b286-e08351bb7647

commit 8daaf33a1935f5e050a560dc2aa477d70f90274f
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 14 22:14:16 2007 +0000

    [NETWORK] Optimize ninja_rope on network by not sending the active character position each times Refresh is called.
    See function void SendActiveCharacterInfo(bool can_be_dropped)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2545 30ef787d-52ff-0310-b286-e08351bb7647

commit e21f4a4c2dfa0726ee6aef3f3446329fc6b68902
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 14 22:09:07 2007 +0000

    [MENU] Add some messages in server side network menu when a client has confirmed its team choice
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2544 30ef787d-52ff-0310-b286-e08351bb7647

commit 7f3af3a5b3efa3f887309836e273c5aaa4512961
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 14 21:52:03 2007 +0000

    [BUGFIX] Fix random initialisation in network
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2543 30ef787d-52ff-0310-b286-e08351bb7647

commit 0157101e2c35a70313a624d7407e16b922e49eec
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 14 21:50:23 2007 +0000

    Remove useless call to Character::UpdatePosition()
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2542 30ef787d-52ff-0310-b286-e08351bb7647

commit a0b9cd350c234977a7d5d50daf0befc445b2e556
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 13 19:10:44 2007 +0000

    Fix time refresh
    Comment (unused) max_refresh code
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2541 30ef787d-52ff-0310-b286-e08351bb7647

commit ae7aac3c984219700cec9a292918035aeff188bc
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 13 17:41:10 2007 +0000

         fix previous commit and remove some more unused globals
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2540 30ef787d-52ff-0310-b286-e08351bb7647

commit 9d65e2e2e22faa69066ebcd4bd9ae597cdfa09dd
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 13 17:34:51 2007 +0000

         Remove useless variables and code.
         Add some comments.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2539 30ef787d-52ff-0310-b286-e08351bb7647

commit 7fe60d47acdfe161268fa58ea1693f8f5c24878a
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 13 17:16:09 2007 +0000

         Put GetWidth and GetHeight inline
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2538 30ef787d-52ff-0310-b286-e08351bb7647

commit 7172db90d003c99671a02c8810c7b9a0b7db970f
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 13 15:42:42 2007 +0000

    Hula-hoop animation :)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2537 30ef787d-52ff-0310-b286-e08351bb7647

commit ef2bc0cdf8100b51824777b8588622829c0283ee
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 10 23:35:59 2007 +0000

    [MENU] Clearly display the name of the Winner in the results menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2536 30ef787d-52ff-0310-b286-e08351bb7647

commit 33cecbc1ccd7fcad35e8af18ca63e05349305730
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 10 22:23:37 2007 +0000

    [MENU] Display team logo of each character in the results screen
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2535 30ef787d-52ff-0310-b286-e08351bb7647

commit 765c8afaec9b94770de6b52f38b328cab38d3fad
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 10 21:54:05 2007 +0000

    Add musics from Olivier Militon
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2534 30ef787d-52ff-0310-b286-e08351bb7647

commit b6dbb36312af6f4b706989fee3e82b9ba464faac
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 10 21:24:28 2007 +0000

    Fixing bug #9095 : anvil usable on closed map.
    Adding a new method in map to get distance between character (and removing worms reference in code).
    New method in Polygon : ResetTransformation, SaveTransformation (concern affine transformation) and ClearItem to erase all item of a polygon. Also adding destructor.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2533 30ef787d-52ff-0310-b286-e08351bb7647

commit 2465635a837fb162569c3e291012803d6088ba9e
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 10 19:24:57 2007 +0000

    Fixing bug #9096 : Weapon can still be changed after shooting one ammo.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2532 30ef787d-52ff-0310-b286-e08351bb7647

commit eefab26a793daf9d7b193113d04842977e103099
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed May 9 19:27:04 2007 +0000

         Put accessors to SDL_surface inline in order to allow gcc
         optimization (as they are called a lot)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2531 30ef787d-52ff-0310-b286-e08351bb7647

commit 2b161070c4bab7f64c75ed2d15ee6b1fd9199b7d
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed May 9 19:08:14 2007 +0000

         Optimize water image pattern creation.
         This should significantly reduce the cpu needed for the water
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2530 30ef787d-52ff-0310-b286-e08351bb7647

commit fc8e407ebcc51f3df83a78e2976ae9a039b2ca9b
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed May 9 08:00:14 2007 +0000

    Reinserting a missing include. Sorry ...
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2529 30ef787d-52ff-0310-b286-e08351bb7647

commit 8ac6fdc0e6acc0c8d22792f8f00b418a89dc6e0f
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 8 17:55:18 2007 +0000

    Hide number of amunition if equal to 0 in weapon menu.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2528 30ef787d-52ff-0310-b286-e08351bb7647

commit d61913da78569ac46b07f8149c09b173e4253b11
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 8 16:08:35 2007 +0000

    Correctly display end-shoot animations
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2527 30ef787d-52ff-0310-b286-e08351bb7647

commit 9c2b23eacacf1589b0d7f2aa4dd1d391b148edf3
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 8 15:56:54 2007 +0000

         Put pointers to particles in the list in order to limit
         calls to copy constructor of Sprite (which is really heavy)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2526 30ef787d-52ff-0310-b286-e08351bb7647

commit 041e638f772860862488a715c9a1cc437253fdf4
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 8 15:39:17 2007 +0000

    Remove all bazooka-begin-shoot aniamtion and their alias (redondant with the weapon-select animation)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2525 30ef787d-52ff-0310-b286-e08351bb7647

commit 9b1d47c8f6831f3f87ce744fe8eecc96fe39b738
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 8 14:55:15 2007 +0000

    Fix play_mode animations..
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2524 30ef787d-52ff-0310-b286-e08351bb7647

commit eb4bdcdb61fb98e112bfc5ed2fd3e3337daff793
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 8 14:33:33 2007 +0000

    Fix begin/end shoot animations
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2523 30ef787d-52ff-0310-b286-e08351bb7647

commit dd9b5d20c51549ff3203f1afe431266f78374cbe
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 8 13:39:36 2007 +0000

    Fix skin animation playmode
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2522 30ef787d-52ff-0310-b286-e08351bb7647

commit bdbb1fb216b17e8e71c2ad00399257146a67adf3
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 8 13:25:36 2007 +0000

    Use a vector (instead of a map) to store ammos count
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2521 30ef787d-52ff-0310-b286-e08351bb7647

commit d0408397193290f0231654ee113eb3b9b025f199
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 8 12:10:10 2007 +0000

    Fix #9038 (weapons shoot done when the character animation is at a wrong frame)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2520 30ef787d-52ff-0310-b286-e08351bb7647

commit 195f3a9a1ca9df9630ddcf453edcd860b7f49412
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 8 11:28:10 2007 +0000

    Animation when using the parachute
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2519 30ef787d-52ff-0310-b286-e08351bb7647

commit f03faafc6617bf0d3bcc2fad9ab18e613069913d
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 8 10:11:41 2007 +0000

    Add a movment to the helmet when using airhammer
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2518 30ef787d-52ff-0310-b286-e08351bb7647

commit 68ae479e84beb8477313574f66ee688cac66ab3b
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 5 19:55:21 2007 +0000

    Fix ground particles rotation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2517 30ef787d-52ff-0310-b286-e08351bb7647

commit 717a0b0df6d350c20b0a85aec0d87fc095715fbf
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 5 14:44:07 2007 +0000

    Fix compilation warnings (thanks to Simon Fekete)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2516 30ef787d-52ff-0310-b286-e08351bb7647

commit 6b5a72426cee09b3785a1eaf8071261d9e80c310
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 4 20:51:14 2007 +0000

    Fix bug #8513 (missed assertion with airhammer)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2515 30ef787d-52ff-0310-b286-e08351bb7647

commit 3685be32dad76c83b3c9afe4a9a89cd2ad8a35dc
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 4 20:22:07 2007 +0000

    Add a define to allow having an image under valgrind ..
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2514 30ef787d-52ff-0310-b286-e08351bb7647

commit 5da9ce15d1cc4bcbd4b201428d50bdbd2a4c8d48
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 4 00:17:46 2007 +0000

    [BUGFIX] With latest commit, you have to wait for the Exiting question to appear when pressing Escape
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2513 30ef787d-52ff-0310-b286-e08351bb7647

commit 79aa8790b771d9cf30321010b36c713968639e2e
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 4 00:01:34 2007 +0000

    [ENHANCEMENT] Better management of the end of game. Now you have time to see the latest action
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2512 30ef787d-52ff-0310-b286-e08351bb7647

commit cb92b27786fadd6dfff28032d9311ca2446507fe
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 3 23:44:14 2007 +0000

    Allow to play with only one character per team (useful to test end of game)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2511 30ef787d-52ff-0310-b286-e08351bb7647

commit a84148056446e33899bfc2c0e8acf8f80b1bd8d2
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 3 22:40:31 2007 +0000

    Fix compilation warning (bug 9023)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2510 30ef787d-52ff-0310-b286-e08351bb7647

commit d1629356f6629928e247b4e69b5f17bea241a5de
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 3 22:34:13 2007 +0000

    [MINOR] Remove some borders in the results menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2509 30ef787d-52ff-0310-b286-e08351bb7647

commit da8ca05d5c5308cad8a65719b0c98311a4f4d39f
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 3 22:33:13 2007 +0000

    [BUGFIX] Fix the FPS limiter (bug 8978)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2508 30ef787d-52ff-0310-b286-e08351bb7647

commit 3ee4f86e796475023a90354f58442941ef321740
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 29 21:38:04 2007 +0000

    Index server:
    Fix an uninitialized variable
    Fix writing to a NULL file descriptor
    Fix a typo
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2507 30ef787d-52ff-0310-b286-e08351bb7647

commit 148248bf58634c4ccfff0bfd5d20c1444e193a38
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 28 07:57:56 2007 +0000

    [BUGFIX] Turn duration & life point from the game menu are ignored (bug #8977)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2506 30ef787d-52ff-0310-b286-e08351bb7647

commit f1a02d3e09841dbb41caa7151ba5d948d66aa6f0
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Apr 27 21:44:05 2007 +0000

    add olivier militon website
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2505 30ef787d-52ff-0310-b286-e08351bb7647

commit c3542f9b751b91d2dbb53f35fc23861844f39683
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 25 19:13:02 2007 +0000

         restore correct precision that prevent character to fall thru
         the map
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2504 30ef787d-52ff-0310-b286-e08351bb7647

commit 6bf007c5e8ed0f07610182bf28197d0dcb00f27b
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 24 20:32:41 2007 +0000

    Update copyright
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2503 30ef787d-52ff-0310-b286-e08351bb7647

commit 2f56ab745a3684c7a2633b9ee7407f7ee243856e
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 24 20:21:07 2007 +0000

    Split game_loop.cpp into game_init.cpp
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2502 30ef787d-52ff-0310-b286-e08351bb7647

commit 9c3e532381b8b099ee89f3749a4bf760b7152068
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 24 19:48:46 2007 +0000

    Fix an uninitialized variable
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2501 30ef787d-52ff-0310-b286-e08351bb7647

commit b97360cc78504497cc3e8a53e19b2f2ceba381a8
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 23 22:38:48 2007 +0000

    Fix number of initialized players in network connection menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2500 30ef787d-52ff-0310-b286-e08351bb7647

commit 2fe438b6cf0f63079f2d79bdbdf290a535eb5bf8
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 23 21:15:26 2007 +0000

    Minor change in API for menu
    Fix a bug in network menu when chat textbox has focus and you press the validate key with the mouse
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2499 30ef787d-52ff-0310-b286-e08351bb7647

commit f316a4b988ed6c0c2198e4139b5adb5d8a5bce5f
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 23 21:00:21 2007 +0000

         Initializations...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2498 30ef787d-52ff-0310-b286-e08351bb7647

commit 7ede2842b398a2cfb39718453b40084fd5277103
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 23 20:32:33 2007 +0000

         More initializations + use a standard copy constructor for body
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2497 30ef787d-52ff-0310-b286-e08351bb7647

commit a3a160304758ffe1e75f7949f4860a75e755388a
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 23 20:30:45 2007 +0000

         Well this trace was probably put here by error :)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2496 30ef787d-52ff-0310-b286-e08351bb7647

commit 24eab8e1bd53df62135371e0ab0cbf96a20def89
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 23 19:54:16 2007 +0000

         initialization and use a standard copy constructor for classe member
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2495 30ef787d-52ff-0310-b286-e08351bb7647

commit 8938f4e724c65464e373a29430121790d7d4302f
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 22 20:23:15 2007 +0000

         Initializations
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2494 30ef787d-52ff-0310-b286-e08351bb7647

commit 6f51ffc338c63b51477224e76571570209a66789
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 22 19:26:33 2007 +0000

         Yet another Initializations + cleanup
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2493 30ef787d-52ff-0310-b286-e08351bb7647

commit d9d732393e3f4a49a40cb31c94b3d7727bebdad8
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 22 15:44:14 2007 +0000

         better initialization
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2492 30ef787d-52ff-0310-b286-e08351bb7647

commit 4e5c3f5e1a1946ac23ca627faa585f2d073a2fc9
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 22 14:38:18 2007 +0000

         Initializations + cleanup
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2491 30ef787d-52ff-0310-b286-e08351bb7647

commit e5be88f7bf776b7f5ea053b23532b8ee2b021f7a
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 22 14:01:33 2007 +0000

          Initializations + cleanup
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2490 30ef787d-52ff-0310-b286-e08351bb7647

commit 123541644f014e834334e6f234a39923e674ffae
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 22 12:09:47 2007 +0000

         Initialize members.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2489 30ef787d-52ff-0310-b286-e08351bb7647

commit 5ffb1568917cc7709c96349dbbfb100112ceadf0
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 21 22:23:13 2007 +0000

    * Cache rotated wind particles
    * Copy cache sprite when needed
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2488 30ef787d-52ff-0310-b286-e08351bb7647

commit e75e6ad3e16692ed6bf469ef279874052fa57c11
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 21 20:56:05 2007 +0000

    Fix a crash when quitting the game
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2487 30ef787d-52ff-0310-b286-e08351bb7647

commit 7f212217f09321bbabf4b0d0dec4dfe3aa5a27d3
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 21 20:35:05 2007 +0000

         remove copy constructor and explain why
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2486 30ef787d-52ff-0310-b286-e08351bb7647

commit f725cd1dfe810e11aa7af1c662adbf65019e1e77
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 21 19:54:36 2007 +0000

         Remove deadcode ReadStringList
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2485 30ef787d-52ff-0310-b286-e08351bb7647

commit 85469ea7da5db340ec3b2c87f7e217c9dc61f3d1
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 21 19:45:22 2007 +0000

          Initializations and copy constructor (and operator=)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2484 30ef787d-52ff-0310-b286-e08351bb7647

commit 419dbb66b4ee30cdca2c6e8463b0866dd9329b0e
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 21 19:25:05 2007 +0000

         Added some comments about how this could be enhenced...
         For anybody that would fell like doing it :)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2483 30ef787d-52ff-0310-b286-e08351bb7647

commit ae479d7d4ab45509b5cf233dea1b0cf6509f9e10
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 21 19:12:11 2007 +0000

          Initializations and copy constructor (and operator=)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2482 30ef787d-52ff-0310-b286-e08351bb7647

commit bdde03a050a4b9f2c71c1e793f610164a1b6d90a
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 21 18:06:27 2007 +0000

         Initializations and copy constructor (and operator=)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2481 30ef787d-52ff-0310-b286-e08351bb7647

commit f9a9a9e13218eac64de4021337490dbb93a11bf3
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 21 17:45:36 2007 +0000

         More copy constructors in private.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2480 30ef787d-52ff-0310-b286-e08351bb7647

commit 6d45e921628d630550ec61d727ad36447ba6bbe4
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 21 16:34:19 2007 +0000

          Initializations and copy constructor (and operator=)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2479 30ef787d-52ff-0310-b286-e08351bb7647

commit 52917cc90ab8300f07c5623d1887e86c59a5bc1b
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 21 16:30:06 2007 +0000

         Initializations and copy constructor (and operator=)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2478 30ef787d-52ff-0310-b286-e08351bb7647

commit 2d93522a13f1f87ce703c33bf92628de03160616
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 21 16:12:20 2007 +0000

         Initializations & copy constructor
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2477 30ef787d-52ff-0310-b286-e08351bb7647

commit 86bc56db088832b7d18e2e0406e55192ba73602e
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 21 16:09:51 2007 +0000

         Remove reset call to chat class
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2476 30ef787d-52ff-0310-b286-e08351bb7647

commit e2c22ff930cc399828f188de9112593e41f27c4a
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 21 16:08:58 2007 +0000

         copy constructor in private
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2475 30ef787d-52ff-0310-b286-e08351bb7647

commit 94568c69271c2c0122a075e9d718ee926a9efb2f
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 21 15:50:26 2007 +0000

         Init members in constructor
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2474 30ef787d-52ff-0310-b286-e08351bb7647

commit 2207d2a659d09ac8c2d418d350c2fca7d12d1afc
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 21 15:47:55 2007 +0000

         Enhence constructor. BTW this class is badly implemented:
         It leaks memory....
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2473 30ef787d-52ff-0310-b286-e08351bb7647

commit c79ab4f750b885565b2d5f83288d9863c1cd2a3e
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 21 13:34:59 2007 +0000

         copy constructor in private
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2472 30ef787d-52ff-0310-b286-e08351bb7647

commit c3160c836ee5a6e03f01a75d641e95135a2a67fd
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 21 13:22:04 2007 +0000

         init members
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2471 30ef787d-52ff-0310-b286-e08351bb7647

commit 572fc5b18a99603e83c1b463a4b0f5f30f64d1f3
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 21 12:25:27 2007 +0000

         remove the body of the copy constructor. As the methode is not called
         it is useless.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2470 30ef787d-52ff-0310-b286-e08351bb7647

commit dd8da595849042ef6943fe450cceb310cd3a08f5
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 21 12:23:49 2007 +0000

         copy constructor in private section
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2469 30ef787d-52ff-0310-b286-e08351bb7647

commit e5190819b940bbd96ffc1e9b566c25da164175c6
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 21 12:22:19 2007 +0000

         copy constructor in private section
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2468 30ef787d-52ff-0310-b286-e08351bb7647

commit df268baed639f32295b1cb44685fa591729ea569
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 21 12:14:23 2007 +0000

         initialize members in constructor
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2467 30ef787d-52ff-0310-b286-e08351bb7647

commit 181e3621b7cfaf635194c46e54a5fb5f0d2d9574
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 21 11:38:58 2007 +0000

         fix my previous commit, the boby of destructor was not provided
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2466 30ef787d-52ff-0310-b286-e08351bb7647

commit c43e2c56d5f0da946865a86a64bea17c6a752fac
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 21 11:06:10 2007 +0000

         base classes need to have a virtual destructor.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2465 30ef787d-52ff-0310-b286-e08351bb7647

commit 5f3d1c3d1eef9ccf85d28ea0c17afbf0b7ea9ff9
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 18 22:57:35 2007 +0000

    Cannot select a empty weapon and display a cross when ammo is set to 0.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2464 30ef787d-52ff-0310-b286-e08351bb7647

commit f8fcd89f71459f598312c81ffbf01e31c5dce22a
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 18 22:25:25 2007 +0000

    Better hidden/show animation and simplification of the animation code.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2463 30ef787d-52ff-0310-b286-e08351bb7647

commit 176a7adb9d57c5ef4ec27221945214eacebc3452
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 18 21:07:12 2007 +0000

         move hidden member into private section and initialize it
         in constructor. This was causing some strange bug: sometime
         the button did not display...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2462 30ef787d-52ff-0310-b286-e08351bb7647

commit d13057ec83229b3da5ec0ed196f506a8f8927b59
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 18 18:29:29 2007 +0000

         Do not load XML data every now and then; they are loaded when needed
         and then cached into the Config object.
    
         This should increase the fps during explosions and reduce global load
         due to the game itself.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2461 30ef787d-52ff-0310-b286-e08351bb7647

commit b2b2c81fc01a8e03908d38a3a65d88bf016537ac
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 18 18:21:40 2007 +0000

         Prevent Gcc to complain for an unknown reason
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2460 30ef787d-52ff-0310-b286-e08351bb7647

commit 9357e6434636d4be25f61d499104585c85dd2abb
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 18 16:16:11 2007 +0000

         Make the IsZero better
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2459 30ef787d-52ff-0310-b286-e08351bb7647

commit 06d9fcf18938d1943e73c6421c3d6b0687f088f5
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 17 22:38:56 2007 +0000

    Fixing bug #8948 (error: label 'error_while_creating_png' used before containing binding contour). Problem of compilation with gcc 3.3.6.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2458 30ef787d-52ff-0310-b286-e08351bb7647

commit a1290839acccaff8bf91d4dddc3f3c605792f280
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 17 19:04:43 2007 +0000

    Correcting the bug of the previous overfly element not unzoomed in weapons menu.
    Improving the Weapons menu.
    Introducing a new set of function in AffineTransform2D to easily add animation (see ComputeToolTransformation / ComputeWeaponTransformation in weapons_menu.cpp).
     * Rotation animation : rotation.SetRotationAnimation(motion_start_time, ICONS_DRAW_TIME, Time::GetInstance()->Read(), angle_start, angle_end);
     * Zoom animation zoom.SetShrinkAnimation(motion_start_time, ICONS_DRAW_TIME, Time::GetInstance()->Read(), zoom_start, zoom_start, zoom_end, zoom_end);
     * position animation : position.SetTranslationAnimation(motion_start_time, ICONS_DRAW_TIME, Time::GetInstance()->Read(), start, end);
     * Shear animation (jelly effect) : shear.SetShearAnimation(motion_start_time + ICONS_DRAW_TIME, JELLY_TIME, Time::GetInstance()->Read(), 2.0, 0.2, 0.0);
    Fixing a bug in polygon class about min and max.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2457 30ef787d-52ff-0310-b286-e08351bb7647

commit af41d801b9ddc5af99f5b105d324e836a5d1c0b9
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 16 22:46:24 2007 +0000

    Automatic update of translation. Update fr translation
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2455 30ef787d-52ff-0310-b286-e08351bb7647

commit ed7dac587d4a37e2eebd4fc2886a5c1e7a9122f1
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 16 22:23:58 2007 +0000

    Text of spin button is multi-line if it is needed
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2452 30ef787d-52ff-0310-b286-e08351bb7647

commit 155418f50da5a7886b2e29d1861f6631d8d4e448
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 16 22:21:42 2007 +0000

    Fixing bug #8489 (a character dies after a jump on another). Check if ground Tangent return NAN (No A Number).
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2451 30ef787d-52ff-0310-b286-e08351bb7647

commit 68e410480d7dd4b4c7f4746ad05c511b8df3dd53
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 16 22:00:12 2007 +0000

    Fix bug 8944 about bonus box released by press key in network (just forbids the press key in this case :-p)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2450 30ef787d-52ff-0310-b286-e08351bb7647

commit 374b7f4a5da3ff93ad088e9b4b5b83375fa02819
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 16 21:23:57 2007 +0000

    Remove commented line
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2449 30ef787d-52ff-0310-b286-e08351bb7647

commit 67c83ec0a7aa135a3d0091d6eb81be924781bc53
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 16 21:16:17 2007 +0000

    Fix bug #8469! Now the clients and the server can start a game with different game_mode, the server will impose its point of view
    Load the game_mode when starting a game, not before !
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2448 30ef787d-52ff-0310-b286-e08351bb7647

commit 71de44d4f9bebfd1e0e51961213bfb098510b2fe
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 16 21:13:35 2007 +0000

    Switch <max_characters> to <nb_characters> in xml file to reflect meaning
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2447 30ef787d-52ff-0310-b286-e08351bb7647

commit 35a7bb8b95dd3deda6695e52ebf8e093eb580f0a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 16 21:11:26 2007 +0000

    Fix button default visibility!
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2446 30ef787d-52ff-0310-b286-e08351bb7647

commit 6e7b5d4b1250d72cc3f4a6cc1ebceda88d5fbd48
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 16 21:09:47 2007 +0000

    Do not translate fatal error messages
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2445 30ef787d-52ff-0310-b286-e08351bb7647

commit e93ca2ee634f7e6893fa7c0fde5bcecc51e7aea3
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 16 20:52:56 2007 +0000

    Do not tranlate fatal error message
    Exit if failed to initialized SDL_TTF
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2444 30ef787d-52ff-0310-b286-e08351bb7647

commit 689e56c53b5f50c6d98246455945411c99994ba3
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 16 20:52:47 2007 +0000

         Fix compilation, I'll come on this latter
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2443 30ef787d-52ff-0310-b286-e08351bb7647

commit 6ea19331466f7c3d6e465f87ecb12fc36d3c1013
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 16 20:50:12 2007 +0000

    Fix compilation...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2442 30ef787d-52ff-0310-b286-e08351bb7647

commit 89f952ff431390401a20628cf8af20b8a23f63e3
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 16 20:45:20 2007 +0000

    Use same string in game interface as in menu for "Head Commander"
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2441 30ef787d-52ff-0310-b286-e08351bb7647

commit 3154d5c6b6cd288951700e1884f412ffde975d36
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 16 20:44:03 2007 +0000

    In network menu, now you can chat with the other players even if you have already validate your team selection
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2440 30ef787d-52ff-0310-b286-e08351bb7647

commit e7b54c701211cf61267a616dbf3fd27a7c57a8b8
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 16 20:42:21 2007 +0000

    Call the method Menu::RedrawMenu() instead of doing it by hand when it is needed
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2439 30ef787d-52ff-0310-b286-e08351bb7647

commit 784e10fff76e5eb8b36218b59b1375fdfe8aec31
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 16 20:40:40 2007 +0000

    4 teams max in network menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2438 30ef787d-52ff-0310-b286-e08351bb7647

commit d26dbca8c80e8a2b3f43c67341a7d94c99641032
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 16 20:39:51 2007 +0000

    Fix display in internet menu in case of server rejecting the connexion
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2437 30ef787d-52ff-0310-b286-e08351bb7647

commit 545f9fa7db513b01baff0414896d2338c9dc2008
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 16 20:36:15 2007 +0000

    Do not translate fatal error message
    Exit if initialization of SDL window has failed or if failed to initialized SDL_VIDEO
    Use the good icon for the window
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2436 30ef787d-52ff-0310-b286-e08351bb7647

commit 41dc9a4cb09f5eb1486bdeef33a37da03ff23cff
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 16 20:26:36 2007 +0000

    Minor coding style change
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2435 30ef787d-52ff-0310-b286-e08351bb7647

commit b8113e5932d2677e8440967b25d782091aee134a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 16 20:25:52 2007 +0000

    Add SetVisible method to button
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2434 30ef787d-52ff-0310-b286-e08351bb7647

commit f138af372c1989fa1b528ac9e91a2c0292e75670
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 16 20:20:31 2007 +0000

         Again and again, copy constructor in private
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2433 30ef787d-52ff-0310-b286-e08351bb7647

commit 8de6e897a673d0aadf78529bc224b99699296f42
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 16 20:02:51 2007 +0000

         More copy constructor in private...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2432 30ef787d-52ff-0310-b286-e08351bb7647

commit 239f86e3b808ef3fcfc576e545b7106a1c3b876a
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 16 19:17:41 2007 +0000

         More copy constructor in private section...
         Now the class left without copy constructor are much more
         tricky... (hiding errors ?)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2431 30ef787d-52ff-0310-b286-e08351bb7647

commit 263870986a206a6ba9549c1c4e0d1bf573525f00
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 16 18:53:52 2007 +0000

         Game mode is a singleton, this is useless to call Load() on it in main.
         The data are loaded when the object is being constructed
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2430 30ef787d-52ff-0310-b286-e08351bb7647

commit 0731c92b8a7366f12268dcc1cb5db813c0a478ff
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 16 18:40:22 2007 +0000

         prevent compilation warning->error on ftype switch. The cast
         prevent gcc to know that all cases are handled.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2429 30ef787d-52ff-0310-b286-e08351bb7647

commit a47413e43a3df52a0961f3771f4c7714bcb36266
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 16 18:34:15 2007 +0000

         Create categories for weapon. The class weapon now has a member
         category and any existing weapon should tell in which category
         it should be placed. The weapon menu then just sort weapon with the
         category criterium.
    
         categories are : HEAVY, RIFLE, TROW, SPECIAL, DUEL, MOVE, TOOL.
         this information about weapons should probably be set in the config
         file of weapons.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2428 30ef787d-52ff-0310-b286-e08351bb7647

commit c0da5ad06917b7432e6128c2041c5ea5a5156189
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 15 16:18:42 2007 +0000

         Do not load maps when no game was actually started. This was needed
         to know which map was played, and this was useless.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2427 30ef787d-52ff-0310-b286-e08351bb7647

commit 36498096c7789f80bc7da26c6ed70de531ee278c
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 15 15:35:18 2007 +0000

         Load maps only when we actually need them.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2426 30ef787d-52ff-0310-b286-e08351bb7647

commit 3e25777c07c5407764ef1b89d865176940d776fc
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 15 14:21:33 2007 +0000

         Copy constructor in private
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2425 30ef787d-52ff-0310-b286-e08351bb7647

commit 561785b069a651848bfa03b3a19bef74593df429
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 15 13:39:52 2007 +0000

         Clear properly the teams list as there are now pointers in it
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2424 30ef787d-52ff-0310-b286-e08351bb7647

commit 6b1bda51e43076a69718f4672589bab236d39959
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 15 13:14:46 2007 +0000

         Handle teams in teams_list as pointers (as it was already done fo playing
         teams).
         This prevent uneeded copies of class team objects and allow to put the copy
         constructor in private.
    
         Note: there was here some potential bug because no copy constructor was
         existing and members are pointers...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2423 30ef787d-52ff-0310-b286-e08351bb7647

commit 348a88b8b135eddb732e1dabefd9cfb3b8848679
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 15 11:44:38 2007 +0000

         Add some more copy constructors in private section
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2422 30ef787d-52ff-0310-b286-e08351bb7647

commit 2f9d3d34ee96a90c676a97ce18c65610ccbf311d
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 14 20:51:06 2007 +0000

    Remove frame number references ! ;)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2421 30ef787d-52ff-0310-b286-e08351bb7647

commit 4955320e875d1ec2dfb9817bd3a08a98fd5e1854
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 14 20:49:20 2007 +0000

         remove Video::InitWindow methode. Do the stuff directly in constructor
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2420 30ef787d-52ff-0310-b286-e08351bb7647

commit c0013db6387da4777513ed963d1bb92801af57cf
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 14 20:44:29 2007 +0000

         add fixme about jonction
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2419 30ef787d-52ff-0310-b286-e08351bb7647

commit e89da7b79e1bbca9df1e87d591ac6a65810beb9a
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 14 20:25:15 2007 +0000

         Fix a very hugly bug that was making some overflow in vector storing members
         of character. If the configuration file was malformed the array could get
         filled after the last element... which is BAAAAAAD.
         An exemple of bad file is firefox team in section weapon-dynamite-end-shoot
         frame number passes from 1 to 3 (2 is missing)
    
         Now there is no crash anymore, but errors are printed on stderr. This should
         be enhenced.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2418 30ef787d-52ff-0310-b286-e08351bb7647

commit 42744dd4ef475a5330bf56ec46331da707a1657c
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 14 18:10:52 2007 +0000

         Remove unused stuff
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2417 30ef787d-52ff-0310-b286-e08351bb7647

commit ccd6dd2b646dd5effd3da5c4f2410bd8e1c8e4f4
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 14 17:52:41 2007 +0000

         Enhence initializations
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2416 30ef787d-52ff-0310-b286-e08351bb7647

commit 66e4ad0d31eecd672b0330b054c057dfe887a54a
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 14 17:40:57 2007 +0000

    Remove frame numbering from skins
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2415 30ef787d-52ff-0310-b286-e08351bb7647

commit fcbb6f2056bf139c99ebc463ae74cfe86a4725ef
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 14 17:37:54 2007 +0000

         More copy constructor in private section.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2414 30ef787d-52ff-0310-b286-e08351bb7647

commit 4fa5eaafd0951e952664a1573258226ebce76267
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 14 17:27:02 2007 +0000

         init is_open member.
         I don't know what this stands for, but putting it to false is
         buggy. So I don't know how this was actually working...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2413 30ef787d-52ff-0310-b286-e08351bb7647

commit a48691b141180b2604261b8cce442473e5feaba3
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 14 11:57:35 2007 +0000

    Add warnings about missing frames in skin's movement's definitions
    Fix tux and nupik skin
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2412 30ef787d-52ff-0310-b286-e08351bb7647

commit ea542536288dee4702788feaebb9d58253b0ce5e
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 14 11:56:24 2007 +0000

    Cache resized weapon icons
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2411 30ef787d-52ff-0310-b286-e08351bb7647

commit dda2d04bfa7da1c9f9de01083a381504d4d18df4
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 14 10:58:25 2007 +0000

    Text API changes
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2410 30ef787d-52ff-0310-b286-e08351bb7647

commit fc82db5cac03d3be4309dafee3ee610592abfa2f
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 14 10:57:45 2007 +0000

    Text API changes
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2409 30ef787d-52ff-0310-b286-e08351bb7647

commit da39f796cec574925e3dd40a0232da9ea9844cd6
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 14 10:57:29 2007 +0000

    Text API changes
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2408 30ef787d-52ff-0310-b286-e08351bb7647

commit b5fea50b3f4e93355b575a17052f5e6ed0963b5e
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 14 10:56:52 2007 +0000

    Text API changes
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2407 30ef787d-52ff-0310-b286-e08351bb7647

commit 33704f670f9fc5d0411b033153e514c961dcbff7
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 14 10:56:38 2007 +0000

    Text API changes
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2406 30ef787d-52ff-0310-b286-e08351bb7647

commit 57690a3bc9c0af6e4d379162cbe9f49ee49776de
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 14 10:56:16 2007 +0000

    Text API changes
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2405 30ef787d-52ff-0310-b286-e08351bb7647

commit d85b6cc1ce80c509c4bed3dbc8f6c63b8e719d48
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 14 10:55:35 2007 +0000

    Font and Text API changes
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2404 30ef787d-52ff-0310-b286-e08351bb7647

commit 79e5a02494a1002f92362ed9d200a0f0bcc40225
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 14 09:34:21 2007 +0000

    Forbid selection of a weapon if no more ammo is available
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2403 30ef787d-52ff-0310-b286-e08351bb7647

commit bee94d2bf71518189b7542ea27f05c29ea7de6f9
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 14 09:18:48 2007 +0000

    [BUGFIX] Pause is no more available in network - Bug 8932
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2402 30ef787d-52ff-0310-b286-e08351bb7647

commit e1fa5a0511c358513e9f19bc80bf10571408e952
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Apr 13 21:17:32 2007 +0000

    Don't try to select a connection if there isn't any (fix a missed assertion)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2400 30ef787d-52ff-0310-b286-e08351bb7647

commit 336f53df529ec8848813d63bf031391241181b42
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Apr 13 21:08:54 2007 +0000

    Ask version only to newly connected clients..
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2399 30ef787d-52ff-0310-b286-e08351bb7647

commit d8844d69ca4317674a320cbd1cb1112da1e340e8
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Apr 13 20:36:40 2007 +0000

    Avoid an other division by 0
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2398 30ef787d-52ff-0310-b286-e08351bb7647

commit a1375fa311f91f11da2ba4884c5face9c89eb360
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Apr 13 20:24:36 2007 +0000

    add forgotten files
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2397 30ef787d-52ff-0310-b286-e08351bb7647

commit eef95778c588906a1023f0d84915e26fc079097f
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Apr 13 20:22:28 2007 +0000

    better halloween map
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2396 30ef787d-52ff-0310-b286-e08351bb7647

commit a81d53538ab72a9a9792cd36ed221a2cac030a0d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Apr 13 20:20:03 2007 +0000

    Allow 6 players in network mode
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2395 30ef787d-52ff-0310-b286-e08351bb7647

commit 773623bca9ccb2bf2f24368590679076c8a9094f
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Apr 13 20:10:41 2007 +0000

    Dirty compilation fix
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2394 30ef787d-52ff-0310-b286-e08351bb7647

commit 9599303ca44666ac505e8178738a39bd4a0cd72b
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Apr 13 20:03:26 2007 +0000

    Avoid a division by 0
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2393 30ef787d-52ff-0310-b286-e08351bb7647

commit fa479c8460e4fbb574fc178c19368344c737dea9
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Apr 13 19:53:35 2007 +0000

    Add an xml flag to allow rotation of wind particles (more work needed, it's tooooo slow)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2392 30ef787d-52ff-0310-b286-e08351bb7647

commit ec0a78e984f0c98da9e25d874b42b7d188f4cc32
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Apr 13 19:33:09 2007 +0000

         Create copy constructors in private section in order to prevent
         unexpected use of default copy constructor.
         If someone need this, he'll just have to do it itself (handle correctly
         pointers and pointee)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2391 30ef787d-52ff-0310-b286-e08351bb7647

commit 2bbb49c6e2e56f02985c97a114d10efe7055ac56
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Apr 13 18:44:32 2007 +0000

    Fix teleportation cursor (due to change in mouse API)
    Use pointer_fire cursor for anvil
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2390 30ef787d-52ff-0310-b286-e08351bb7647

commit 18eaba46bd3204c9d2208c4e9078e66f34db1b43
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Apr 13 18:33:26 2007 +0000

    Right or left hand cursor for air_attack
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2389 30ef787d-52ff-0310-b286-e08351bb7647

commit bc2eb5a5d12859eba45c09d793c454c626dad95c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Apr 13 09:06:53 2007 +0000

    Fix some horrible grammar errors in french translation (thanks to Nicolas Aupetit)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2388 30ef787d-52ff-0310-b286-e08351bb7647

commit 2016e7d2e09cc3bf771ce7440bfc8213ceaa3c3c
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 11 19:55:40 2007 +0000

    New funny effect on tool interface.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2387 30ef787d-52ff-0310-b286-e08351bb7647

commit 20f3eb229cbd1aa3e820da90a2c5750d510b1e6c
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 11 19:21:11 2007 +0000

    Split the weapon interface in two pieces : One for weapon, the other for tools.
    In polygon generator, can now use Rectanglei to generate Polygone.
    Inverting Horizontal and vertical setting in function prototype.
    2 new macros in point2.h to convert Point2i to Point2d and Poin2d to Point2i.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2386 30ef787d-52ff-0310-b286-e08351bb7647

commit 98c260399f6b40f1bf2b217796e57f697bd81fe9
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 11 19:11:18 2007 +0000

    delete useless files
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2385 30ef787d-52ff-0310-b286-e08351bb7647

commit 900d0f94310d164f91bcf236fb49e71b0b151dd7
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 11 18:59:54 2007 +0000

    little correction in nb.po
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2384 30ef787d-52ff-0310-b286-e08351bb7647

commit d21eda252f70d27156a6121bb2da7336167a68c5
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 10 23:27:35 2007 +0000

    Jelly effect when weapon interface is appearing. Fixing zoom in/out when passing mouse over items. It's time to go to bed now :)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2383 30ef787d-52ff-0310-b286-e08351bb7647

commit 002154515845c398104de768168d3c8cc388d062
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 10 22:48:59 2007 +0000

    Fixing cmake build system.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2382 30ef787d-52ff-0310-b286-e08351bb7647

commit 34900ff30cf81c4a767591174261d0623b8ced2f
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 10 22:48:20 2007 +0000

    Big clean up in Weapon Interface. First version of the new WeaponsMenu class.
    Change the way we store PolygonItem in Polygon class. Now store them as pointer.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2381 30ef787d-52ff-0310-b286-e08351bb7647

commit 2671608747708abfc15dd8c899aba369f534bfd6
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 10 22:19:15 2007 +0000

    Minor update of authors.xml
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2380 30ef787d-52ff-0310-b286-e08351bb7647

commit a26472f68526cb39f7fea013e2f8e0502de5279b
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 10 22:15:30 2007 +0000

    Add new music from Olivier Militon. Associate it to map halloween through playlist "fear".
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2379 30ef787d-52ff-0310-b286-e08351bb7647

commit 0e50d3b9be4884d3f1331580c28fd43498402947
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 10 22:11:56 2007 +0000

    Add code to associate a music playlist to a map
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2378 30ef787d-52ff-0310-b286-e08351bb7647

commit b51f597449e53d7ffb5dff04521abfa1fbe87ee3
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 10 21:41:29 2007 +0000

    Move files from data/menu/img to data/menu as data/menu contains only one directory "img"
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2377 30ef787d-52ff-0310-b286-e08351bb7647

commit e7f996bf2fb703bdf24147454a18e2e22e0415ae
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 10 21:01:04 2007 +0000

         Clear item list (prevent crash memory corruption)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2376 30ef787d-52ff-0310-b286-e08351bb7647

commit 78f3b0cdc212b133000f6ccc5837ee98e04a307d
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 10 21:00:17 2007 +0000

         call delete[] when new[] was involved
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2375 30ef787d-52ff-0310-b286-e08351bb7647

commit accb8296e28b6b6cbb9a765fa2d153474b37c833
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 10 20:24:57 2007 +0000

         put init in private section as it is only used in private
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2374 30ef787d-52ff-0310-b286-e08351bb7647

commit ccd9c6c012813220a01e255e5888476afd9c8ee9
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 10 19:21:06 2007 +0000

    Store polygon in both Point2d and int (for SDL drawing).
    Add the capability to check if a point is inside a polygon (not tested yet) and if a polygon overlapse another (see previous comment :).
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2373 30ef787d-52ff-0310-b286-e08351bb7647

commit 22e2b7732582ed9ccfb00151eaab0dbe76772bd0
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 10 07:23:19 2007 +0000

    [BUGFIX] Ensure ParticuleEngine is initialized before using it...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2372 30ef787d-52ff-0310-b286-e08351bb7647

commit c221839dc5c60aa564d44e44f157cd6334e8b791
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 9 18:32:32 2007 +0000

    Fixing typo in resource manager and weapon interface.
    Adding LoadPoint2i and LoadPoint2d in resource manager.
    Removing old button of weapon interface.
    Externalization of element of the weapon interface.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2371 30ef787d-52ff-0310-b286-e08351bb7647

commit 5a22e4e46faebd4933b694b916dd02f519675dc9
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 9 17:24:11 2007 +0000

    Little zoom / rotation effect on weapon menu.
    Add item alignment handling in Polygon.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2370 30ef787d-52ff-0310-b286-e08351bb7647

commit 25a851f29ae5a852d0a9c401e3086aa2816ff274
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 9 14:53:52 2007 +0000

    Initial work on the new Weapon Interface.
    Better separation in the Surface class with Polygon (removing dependency).
    Polygon can now encrust Sprite.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2369 30ef787d-52ff-0310-b286-e08351bb7647

commit 95a680d9444c957eb5021f484f0e223c35d210bd
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 7 20:13:14 2007 +0000

    Use more net_assert
    Fix some headers (randomsync/rectangle)
    Fix a typo
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2368 30ef787d-52ff-0310-b286-e08351bb7647

commit ed7d09fd725f4043f6ba8f96215979518560816c
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 7 19:31:51 2007 +0000

    Add a net_assert() function to handle weird thing safely in a networked game
    (see tool/error.h for usage)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2367 30ef787d-52ff-0310-b286-e08351bb7647

commit aae7f24256c7b8ee4aab2b55456adf36c50d2d06
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 7 13:42:06 2007 +0000

    Don't quit if a client's version is different of the server's version (just kick him instead)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2366 30ef787d-52ff-0310-b286-e08351bb7647

commit 6615ae75108f246a026bcf3e5eba69bdcbbfcde0
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 7 09:42:23 2007 +0000

    Little correction on Polygon class about min and max.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2365 30ef787d-52ff-0310-b286-e08351bb7647

commit 6918a6e34ea278226ff37126b7b55cd971aebc40
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Apr 6 21:28:51 2007 +0000

    Move some action handling code from network_server.cpp to action_handler.cpp
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2364 30ef787d-52ff-0310-b286-e08351bb7647

commit bdcf93b42f2f5ff09f9fcb4dd5e50a136db7758e
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Apr 6 20:46:30 2007 +0000

    Notify that a player connected/disconnected, only if his version was sent
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2363 30ef787d-52ff-0310-b286-e08351bb7647

commit 40d05631c164beec96dc43a30dd788b7f6b82bef
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Apr 6 16:57:02 2007 +0000

    Get max, min and size of a polygon.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2362 30ef787d-52ff-0310-b286-e08351bb7647

commit 6d1c86140dc967f90e33cb32f167a699853f387f
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 3 07:23:27 2007 +0000

    Notify clients of connections/disconnections to the server
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2361 30ef787d-52ff-0310-b286-e08351bb7647

commit 22924f066a8331ccf3ea4bc865e236150cb5542c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 2 21:22:46 2007 +0000

    SyncCharacters at the beginning of state PLAYING
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2360 30ef787d-52ff-0310-b286-e08351bb7647

commit aa24a4938a8456a86567c9109410f06c67b9a984
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 2 21:21:19 2007 +0000

    Explosion() of the barrel does not generate more fire particles. There are already fire particles launched by the ParticleEngine.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2359 30ef787d-52ff-0310-b286-e08351bb7647

commit 0d4c7cee6ffe31c27899d753a6411415a86127ff
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 2 21:18:58 2007 +0000

    Fix a comment :-)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2358 30ef787d-52ff-0310-b286-e08351bb7647

commit fbbfc462a5bbfb6f5e626d65fcfce94581ba207b
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 2 21:18:21 2007 +0000

    Fix display of ammo units
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2357 30ef787d-52ff-0310-b286-e08351bb7647

commit a8762103b8cb149e6449b7dd3ab0d1dc65158986
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 2 21:15:52 2007 +0000

    Smallest area to change team in the menu by clicking
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2356 30ef787d-52ff-0310-b286-e08351bb7647

commit 514ab83ec8a9083152300e229dca46f56929b8f1
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 1 21:42:32 2007 +0000

    better map noel (now christmas)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2354 30ef787d-52ff-0310-b286-e08351bb7647

commit 4fe6f325f30178f175a157a087d314aac0e11520
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 1 19:39:32 2007 +0000

    Update Norvegian translation (from Christian Lomsdalen)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2353 30ef787d-52ff-0310-b286-e08351bb7647

commit 19d85778d6ca87c0020f0e420ad3deaa17caeec1
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 1 17:14:15 2007 +0000

    4 mines and 4 barrels by default on each map
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2352 30ef787d-52ff-0310-b286-e08351bb7647

commit f03db86c882d65232eb038c959186a5fd0bee8b2
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 1 17:06:55 2007 +0000

    Remove deprecated function declaration
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2351 30ef787d-52ff-0310-b286-e08351bb7647

commit ecdfa6950ac74fc7c503be1240ca39d4dc661027
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 1 16:50:50 2007 +0000

    Small update of french translation
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2350 30ef787d-52ff-0310-b286-e08351bb7647

commit 097ce8f0716643343e64019da45bcac9c67eb033
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 1 16:23:21 2007 +0000

    Do not display ammo units of jetpack accross the network (fix bug 8727)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2349 30ef787d-52ff-0310-b286-e08351bb7647

commit d88ae7e2a64b198eb7006bb34f0a640019cfeac2
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 1 16:20:36 2007 +0000

    Fix bug 8311 about Ninja rope and ammos
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2348 30ef787d-52ff-0310-b286-e08351bb7647

commit 4dfb8e6fd14840fddd827691cd3460e9c9e9ee7c
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 1 11:39:34 2007 +0000

    bugfix: correctly erase utf8 characters with backspace in the chatbox
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2347 30ef787d-52ff-0310-b286-e08351bb7647

commit 8aa39b76b4ca4ee7122f455709591ec952b0e373
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 31 20:07:05 2007 +0000

    Show the result menu only if the game wasn't quit by the user
    (or display it if DEBUG is defined.. see the comment in the code)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2346 30ef787d-52ff-0310-b286-e08351bb7647

commit c046fceb43446256348cd4b7b68db268eca4c53f
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 31 18:52:45 2007 +0000

    bugfix: quit the game when everyone disconnected (without breaking the pause men)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2345 30ef787d-52ff-0310-b286-e08351bb7647

commit bf3c310fd0a2b83ad89032ab744298e4b63915b9
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 31 17:24:56 2007 +0000

         check that the mouse button that clicked is the left one
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2344 30ef787d-52ff-0310-b286-e08351bb7647

commit 9022106788ebd738d9937bc70969c79c67b24181
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 31 17:11:33 2007 +0000

    You can force end of turn, using the space key,  when AI is playing and is getting crazy
    [BUGFIX] AI no more play during the GameLoop::END_OF_TURN
    Change in Artificial Engine API.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2343 30ef787d-52ff-0310-b286-e08351bb7647

commit 1bc8bf1827e5c272c7548684d6a6d8712e3eaf8a
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 31 17:09:57 2007 +0000

         set a default value to _display_only in map selection class
         obviously it is set to false
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2342 30ef787d-52ff-0310-b286-e08351bb7647

commit 9ae65580b1cb60b4090f3fea0cfab09972365f4a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 31 17:05:44 2007 +0000

    Rename NewActionShoot to NewActionWeaponShoot
    Add method NewActionWeaponStopUse which send the active character position too
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2341 30ef787d-52ff-0310-b286-e08351bb7647

commit c3379d709e239a3eec6a4ac587efbfe75d758eb9
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 31 16:51:16 2007 +0000

    Ensure text will not be outside the listbox
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2340 30ef787d-52ff-0310-b286-e08351bb7647

commit 0607e30838baa3747c746ceb8c78a71284849ffe
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 31 15:56:28 2007 +0000

         Removed the remaining French comment (translate them into english)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2339 30ef787d-52ff-0310-b286-e08351bb7647

commit 2dfc888611db1fac9eb003ca16723e62206dd399
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 31 14:56:39 2007 +0000

         add some const qualifier
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2338 30ef787d-52ff-0310-b286-e08351bb7647

commit 5b93d39b8927c85ee69c47879c92b7b4c5d59eb4
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Mar 30 17:24:11 2007 +0000

    Fix bad hand position bug (#8728)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2337 30ef787d-52ff-0310-b286-e08351bb7647

commit 35be4dcdd239ed20587f1de6b15bee8210b12169
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Mar 29 19:33:01 2007 +0000

    Fix keys handling for jetpack
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2336 30ef787d-52ff-0310-b286-e08351bb7647

commit 8540fd8efca75131cbc00115ce61acd8714a122b
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Mar 29 09:01:36 2007 +0000

    Add Créole Réyoné language (thanks to Jérôme Gallard)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2335 30ef787d-52ff-0310-b286-e08351bb7647

commit f7838c4981474e7325a4ebc640edb1da5300f5a0
Author: robo210 <robo210 at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Mar 29 03:25:31 2007 +0000

    Make the pause menu work again.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2332 30ef787d-52ff-0310-b286-e08351bb7647

commit 7a9fbbee0e2b7a5555300d14c342f0a8b0c45b81
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Mar 28 17:54:47 2007 +0000

    Remove the dirty hack of the ptr++ in ImgSave.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2331 30ef787d-52ff-0310-b286-e08351bb7647

commit fae1fd905416885fcabdf44b747e66787844605c
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Mar 27 18:57:58 2007 +0000

    Minor updates for Italian and Spanish translation
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2330 30ef787d-52ff-0310-b286-e08351bb7647

commit 223a5c90a542a9c7fb47e7e0637a4a37988aadb8
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Mar 27 08:56:14 2007 +0000

    Update French translation
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2329 30ef787d-52ff-0310-b286-e08351bb7647

commit a1d4bcea53fb3562fb73cc8ea54002ad2744be2f
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Mar 27 08:27:41 2007 +0000

    Update Dutch translation (from Frank Van der Loo)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2328 30ef787d-52ff-0310-b286-e08351bb7647

commit ebe4d7c0d4a20cb55b059da97f7a5a567809938d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Mar 22 22:31:48 2007 +0000

    Scrollbar on listbox :-)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2327 30ef787d-52ff-0310-b286-e08351bb7647

commit b30682d815db4038e3c76f6a39d57c030356b4fb
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Mar 22 21:20:44 2007 +0000

    Add debug messages (-d physical.mem) for construction and destruction of physical object
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2326 30ef787d-52ff-0310-b286-e08351bb7647

commit 6ce8e9eedf0f567e905f1ce6532e7b2093683465
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Mar 22 21:01:15 2007 +0000

    Add frog_music in the gaming music playlist
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2325 30ef787d-52ff-0310-b286-e08351bb7647

commit d8ff9cad1aa610455cfb2e5d0f2046d1ead8786d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Mar 22 20:40:13 2007 +0000

    Add flying supertux sound (tux_on_ice1.wav from planet_penguin_racer (tuxracer)  :-)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2324 30ef787d-52ff-0310-b286-e08351bb7647

commit ecba0f32e334338523758c42d1e901f8af23750a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Mar 22 20:16:54 2007 +0000

    Fix credits menu (no translation of space)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2323 30ef787d-52ff-0310-b286-e08351bb7647

commit f207e731d476a7fbaccabe5c8cf0bf7407355f02
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Mar 22 20:03:05 2007 +0000

    Use ctrl-tab instead of q to reverse cycle in character selection
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2322 30ef787d-52ff-0310-b286-e08351bb7647

commit 7ef5c1ad3023abb20c5ba62c0ddeb631fcac7bf4
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Mar 22 19:38:38 2007 +0000

    Adding border_color in config.xml in random map.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2321 30ef787d-52ff-0310-b286-e08351bb7647

commit c3655a4bedb288fd88471fd7f6e345474b1b015c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Mar 22 19:34:14 2007 +0000

    Add management of pressing and releasing mouse clicks. This is mandatory for scrollbar.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2320 30ef787d-52ff-0310-b286-e08351bb7647

commit 3a9ae055d4a9edc28688dfd54857040b4b999a26
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Mar 22 18:57:37 2007 +0000

    Random map can choose various shape.
    Random shape are now smooth and angular.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2319 30ef787d-52ff-0310-b286-e08351bb7647

commit a4e182913b2d5e7a3853142569ca780cebfba0f9
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Mar 22 18:08:34 2007 +0000

    New shape in polygon generator : random dented circle.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2318 30ef787d-52ff-0310-b286-e08351bb7647

commit e057d31209229ce6539aed737a9fd4968e63be80
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Mar 21 22:21:02 2007 +0000

    Replacing previous hand coded loop to merge Surface with MergeSurface method in Text class.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2317 30ef787d-52ff-0310-b286-e08351bb7647

commit 6bf140a919fee9ae019e40113bf64ee591c0ac54
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Mar 21 22:03:00 2007 +0000

    Working on MergeSurface method : now it's working perfectly !
    Lodesi : the old hack (spr++) is no more needed.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2316 30ef787d-52ff-0310-b286-e08351bb7647

commit a7fdb2f5f95a51af81e7028164530ea9b9bbdd99
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Mar 21 00:12:59 2007 +0000

    Try to keep my last nerve cell alive but sometime it's hard ... Well my friend, still working on this holly ground generator.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2315 30ef787d-52ff-0310-b286-e08351bb7647

commit fad706b7fd9a6a7293c4a8b11102d980e8445823
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Mar 20 23:36:35 2007 +0000

    New method in Surface class : MergeSurface. Used for the ground generator. Still this weird bug about the sprite buffer. Someone : any idea ?.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2314 30ef787d-52ff-0310-b286-e08351bb7647

commit 75a96c35310da32cbbda65f93112b0aa7124486b
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Mar 20 21:59:57 2007 +0000

    Disable use of frog sound. It must use the ingame playlist
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2313 30ef787d-52ff-0310-b286-e08351bb7647

commit 6777d43c66bcc23f931419358c89651b24889a16
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Mar 20 21:51:59 2007 +0000

    Add anvil sound from Readinguy577
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2312 30ef787d-52ff-0310-b286-e08351bb7647

commit cc017835635d05395b3e1ee4632d21dfa2af0dfa
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Mar 20 18:47:56 2007 +0000

    new map bankiz
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2311 30ef787d-52ff-0310-b286-e08351bb7647

commit 6817b67676b43c3cf1bd090cc106d9a46f701289
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Mar 19 23:30:51 2007 +0000

    Minor change to make ninja rope code cleaner
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2310 30ef787d-52ff-0310-b286-e08351bb7647

commit 46a65fbb3191905bcb7908acdb7086b984fde084
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Mar 19 22:32:58 2007 +0000

    Fix bug 8656 about ending turn with airhammer when active character dies
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2309 30ef787d-52ff-0310-b286-e08351bb7647

commit 8c1a05100388084507dc2b7423ccc6a9fdcf3fa6
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Mar 19 22:22:55 2007 +0000

    Check that network_menu is not NULL
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2307 30ef787d-52ff-0310-b286-e08351bb7647

commit 0a16bb0eb84fe95ec44f66e82bedb107accd097e
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Mar 19 22:06:01 2007 +0000

    Forbid to hosts 2 network games on the same computer on the same port (and display a clear error message)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2306 30ef787d-52ff-0310-b286-e08351bb7647

commit a133c1ba9a68b2aa16407cfd6920a3019011cd96
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Mar 19 21:51:09 2007 +0000

    Re-Enable dump files for network
    Separate files for server and client, it is useful if you try same version of wormux on the same computer
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2305 30ef787d-52ff-0310-b286-e08351bb7647

commit afacf8f79e92e90da018c171fa165b70051ac4d0
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Mar 19 20:04:04 2007 +0000

    added missing files to cmake.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2304 30ef787d-52ff-0310-b286-e08351bb7647

commit e7358a0e47795005705a2ccbc242a85825415860
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Mar 19 19:21:56 2007 +0000

    Add random_map to CMake.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2303 30ef787d-52ff-0310-b286-e08351bb7647

commit a62f47b0edcb15f3b88007340aeb2e064a6caefc
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Mar 19 19:20:21 2007 +0000

    New RandomMap class. Still working on the ground generator.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2302 30ef787d-52ff-0310-b286-e08351bb7647

commit df6127a6527c5250ae77dc13f971dbe1e3879b90
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Mar 19 19:18:07 2007 +0000

    Little script to remove conflicting version of po file and to keep only last version.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2301 30ef787d-52ff-0310-b286-e08351bb7647

commit d93c63255f217398e18d898f0c4fd05383ec3641
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Mar 19 17:50:06 2007 +0000

    Fix windows title management for network (go back to original title when network game is finished)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2300 30ef787d-52ff-0310-b286-e08351bb7647

commit 2ec547ccc2d08aef325a22364e160d90aa171077
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Mar 19 08:39:48 2007 +0000

    Use singleton instead of global variable for network
    Split class Network into Network, NetworkClient, NetworkServer and NetworkLocal
    
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2299 30ef787d-52ff-0310-b286-e08351bb7647

commit 1fc1019b1396f2702e64cb64e94b82f85a29e667
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Mar 18 20:26:41 2007 +0000

    Correction of a bug in Vector2, inline void operator-=(const T val). I don't know if the bug has ever been triggered.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2298 30ef787d-52ff-0310-b286-e08351bb7647

commit 4159bcbce6fda057cdfdb9c8d3f868b5fb15c68b
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Mar 18 19:07:23 2007 +0000

    Update Danish translation (from Ysangkok)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2297 30ef787d-52ff-0310-b286-e08351bb7647

commit 36facbe1e813b66509a27431db539f1a903be6d4
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Mar 18 19:03:02 2007 +0000

    Update Spanish translation (from Danigm, fuzzys fixed by artefact)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2296 30ef787d-52ff-0310-b286-e08351bb7647

commit ec3b100484a5741c2ca7734a22d7129c62e0fb0b
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Mar 18 18:57:48 2007 +0000

    Update Portuguese translation (from Eng. Bruno Queiros)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2295 30ef787d-52ff-0310-b286-e08351bb7647

commit 287ef61e0b3768dac8cd6debc859e6644bfc75da
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 17 18:08:48 2007 +0000

    Replace public uint Network::connected_player by uint Network::GetNbConnectedPlayers()
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2294 30ef787d-52ff-0310-b286-e08351bb7647

commit 4b2528c7c3355ea255f75482fb7c60833df52f66
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 17 17:26:25 2007 +0000

    Make max_player_number private and visible only by server
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2293 30ef787d-52ff-0310-b286-e08351bb7647

commit 1e338e7e40fd537faa4e6197a220777cec2a0b06
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 17 16:52:48 2007 +0000

    Begin to isolate network code for server and client
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2292 30ef787d-52ff-0310-b286-e08351bb7647

commit 58170911ace0b16473110511eb2b3b7d140bda98
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 17 11:58:43 2007 +0000

    Fix number of characters per team in network
    Clean data initialisation in game_loop. Better management of loading screen
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2291 30ef787d-52ff-0310-b286-e08351bb7647

commit 1be30ba39985443284d451887e8ce1a01fe8e7a9
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 17 11:44:16 2007 +0000

    add icon for uninstall shortcut under windows
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2290 30ef787d-52ff-0310-b286-e08351bb7647

commit b8d7b2d84b12b9c7cb0d3f887e3b8aa616dbc8d0
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 17 11:07:48 2007 +0000

    Hide mouse cursor during loading screen
    Ignore input events during loading screen (they were played after loading screen!), it fixes bug 7720.
    
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2289 30ef787d-52ff-0310-b286-e08351bb7647

commit edfb8fad164a5dd0aa45f412febb4b6b6334b497
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 17 10:00:38 2007 +0000

    Fix network connection menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2288 30ef787d-52ff-0310-b286-e08351bb7647

commit ff639b9d730ef45c98ea2668cd62bfc9932f2ec4
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Mar 16 22:21:43 2007 +0000

    Use big arrows in the network menu (looks like it triggers a new bug :'( )
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2287 30ef787d-52ff-0310-b286-e08351bb7647

commit 26587e454bcef0331299701fb489f84fc9bef346
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Mar 16 21:09:47 2007 +0000

    add bigger left and right arrows for internet menu
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2286 30ef787d-52ff-0310-b286-e08351bb7647

commit f26eecbf1e5d854a4fad5550c0e6988e37ea86db
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Mar 14 20:51:56 2007 +0000

    delete old space map
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2284 30ef787d-52ff-0310-b286-e08351bb7647

commit 0753c0179861bd2b5ea2627bf1e6e3c138248c7c
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Mar 14 20:27:18 2007 +0000

    better space map (space2). Do i delete original space map ?
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2283 30ef787d-52ff-0310-b286-e08351bb7647

commit 1bec73b770f91b7003d188b8ee1f9ec37a56538f
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Mar 14 19:59:23 2007 +0000

    remove unused define, change version in cmake to 0.8beta1
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2282 30ef787d-52ff-0310-b286-e08351bb7647

commit 8631f175594b65eb783343fa03851aefe270308b
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Mar 14 14:25:39 2007 +0000

    Revert translation of sound-related error messages, Update of German translation.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2281 30ef787d-52ff-0310-b286-e08351bb7647

commit c769ff5fd429817721d741eab98ef58247a02244
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Mar 14 13:42:41 2007 +0000

    Fix bug #8725, when return is pressed while user is typing a chat message, he wants to send it, not start the game.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2280 30ef787d-52ff-0310-b286-e08351bb7647

commit bb6dbe8fb63811069370e22baedeb54162f9e042
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Mar 14 13:07:42 2007 +0000

    Add Jaka Kranjc (lynxlynxlynx) in author list
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2279 30ef787d-52ff-0310-b286-e08351bb7647

commit 572b251755e77d0620b69f83384b2719bf5a23e2
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Mar 13 23:29:06 2007 +0000

    Really remove ACTION_CHARACTER_SET_SKIN (file forgotten in last commit)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2278 30ef787d-52ff-0310-b286-e08351bb7647

commit 7c6c91bbe6391c88a564e62b2e67671e46b06f2f
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Mar 13 23:25:55 2007 +0000

    Remove action ACTION_CHARACTER_SET_SKIN, the work is already done in ACTION_CHARACTER_SET_PHYSICS.
    [network] Be sure that weapon position will be the same (but does _NOT_ fix bug 8728)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2277 30ef787d-52ff-0310-b286-e08351bb7647

commit 63cb9688212fdf3f0e347f9e9a6813ed44025bde
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Mar 13 22:13:14 2007 +0000

    Add/change some debug messages
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2276 30ef787d-52ff-0310-b286-e08351bb7647

commit e016e1508578aa1c72c12c7d0e7fc301c4e0e7c5
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Mar 13 21:51:22 2007 +0000

    Apply patch from lynxlynxlynx to allow cycle through characters backwards
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2275 30ef787d-52ff-0310-b286-e08351bb7647

commit 855df4869106bfce6030f8950bcdf84fe6681d2f
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Mar 13 21:11:33 2007 +0000

    Do not display weapon strength bar on the network
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2274 30ef787d-52ff-0310-b286-e08351bb7647

commit c5185b98ecf873087bb0cb432923adcea5fa2992
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Mar 13 21:09:25 2007 +0000

    sl.po update from Marko
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2273 30ef787d-52ff-0310-b286-e08351bb7647

commit 348fe01c6b6d17f74bbc048a48dc88fe44a4d4df
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Mar 13 08:39:10 2007 +0000

    Add Slovenian translation (from mabu)
    Update authors file
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2271 30ef787d-52ff-0310-b286-e08351bb7647

commit 4bf72949fc9191b8d0e603590aa10b8abc4a0e25
Author: nefertum <nefertum at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Mar 12 21:11:06 2007 +0000

    Change copyrights in the files i've developed.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2270 30ef787d-52ff-0310-b286-e08351bb7647

commit 298756ac06797e2f5e72e975c9c1337ffd0c7f1f
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Mar 12 17:32:40 2007 +0000

    Fix blowtorch weapon end of turn
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2269 30ef787d-52ff-0310-b286-e08351bb7647

commit 2b8250e02bd6b49db537f3e83177cb07a298ea6a
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 10 16:22:42 2007 +0000

    - Remove Game::GetEndOfGameStatus (redondant with Game::IsGameFinished)
    - Rename SetEndOfGameStatus into UserWantEndOfGame()
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2268 30ef787d-52ff-0310-b286-e08351bb7647

commit 597387613496409bfe9165b3afad1a86f387d336
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 10 15:54:46 2007 +0000

    Don't sent 'EndOfGame' state when all clietn disconnected from the server
    (the main should/will handle it by itself)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2267 30ef787d-52ff-0310-b286-e08351bb7647

commit 0f0c6ad5e8c7706d0dfa2718e9e635b5d98bc66e
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 10 15:02:36 2007 +0000

    Close sockets before deleting them from the socket set..
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2266 30ef787d-52ff-0310-b286-e08351bb7647

commit 0bdace5902aaee42bf1ac4ed13a71cf64ca63215
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Mar 8 13:23:35 2007 +0000

    Update Potuguese translation (from Pedro Santos)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2265 30ef787d-52ff-0310-b286-e08351bb7647

commit 368db4507dbf5b32dc14a0c53ecae7786a334bfa
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Mar 8 10:54:10 2007 +0000

    Rename some methods to be more consistent with the code
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2264 30ef787d-52ff-0310-b286-e08351bb7647

commit 5419689304507113a5014ef452fd9823d5d4aac4
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Mar 8 09:25:15 2007 +0000

    [Network] Send active character info (position, ...) only one time per frame
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2263 30ef787d-52ff-0310-b286-e08351bb7647

commit de3f30512cb64a92526f3631a183c458ff4f0002
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Mar 8 09:17:14 2007 +0000

    [Network] Do not send characters position locally, it is stupid ;)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2262 30ef787d-52ff-0310-b286-e08351bb7647

commit de1c6db034037447effc7c1e3030413dca28d663
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Mar 8 09:15:48 2007 +0000

    [Network] Send the active character position, extern force and so on before applying a jump
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2261 30ef787d-52ff-0310-b286-e08351bb7647

commit 8c8d8d556d8cd9436c44c35fe63114a1df1c196b
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Mar 8 09:14:08 2007 +0000

    Add a new method ActionHandler::NewActionActiveCharacter(Action *a)
    This is similar to ActionHandler::NewAction(Action *a) but it ensures to send on the network the active character information with
    the Action
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2260 30ef787d-52ff-0310-b286-e08351bb7647

commit 78313b142909681d5bf00ed97750d025c27c095a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Mar 8 09:02:52 2007 +0000

    Fix ninja rope hook in network
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2259 30ef787d-52ff-0310-b286-e08351bb7647

commit c889273de366dfe1fdfb6d053e5446de20dc53f9
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Mar 7 22:02:25 2007 +0000

    Update Italian translation (from Gaia Quero)
    Update Danish translation (from Janus Troelsen)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2258 30ef787d-52ff-0310-b286-e08351bb7647

commit e38cb44958264b929893609dd4e24cb925a2efc5
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Mar 7 20:07:21 2007 +0000

    add Johannes to authors list
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2257 30ef787d-52ff-0310-b286-e08351bb7647

commit a9f8ce878eb5e6d2f88d76c5c53395ee1673e94c
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Mar 7 14:55:15 2007 +0000

    updated bosnian translation
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2256 30ef787d-52ff-0310-b286-e08351bb7647

commit 79c09684016945b5169a9783b6b2998a9e902f42
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Mar 7 14:07:33 2007 +0000

    Temporary fix plural forms for Bosnian and Slovakian (marked fuzzy, need real fix by translators)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2255 30ef787d-52ff-0310-b286-e08351bb7647

commit 266e212538ef02517ceb1cb02d492701a54df2b5
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Mar 7 13:14:36 2007 +0000

    Update Swedish translation (from Daniel Nylander)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2254 30ef787d-52ff-0310-b286-e08351bb7647

commit 07bde2b05cf32ebb388513330ea9adcc9880de04
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Mar 7 12:37:08 2007 +0000

    [I18N]
    	Move 'nb-no.po' to 'nb.po' as 'nb' is only for Bokmal
    	while for Nynorsk there is 'nn'.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2253 30ef787d-52ff-0310-b286-e08351bb7647

commit 47a4dd0680e80259fe533680f7099e1e040c5a02
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Mar 7 12:14:42 2007 +0000

    Update Norwegian translation (from Christian Lomsdalen)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2251 30ef787d-52ff-0310-b286-e08351bb7647

commit f2e51178eb398dd46aad33867ba4a9b086986817
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Mar 7 10:42:07 2007 +0000

    Add website for Christian Lomsdalen
    Update French translation
    Update Danish translation (from Janus Troelsen)
    Update Swedish translation (from Daniel Nylander)
    
    Danish and Swedish translation are not up-to-date as rev2249 introduced
    new messages.
    
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2250 30ef787d-52ff-0310-b286-e08351bb7647

commit 922e427375132a2cefdb60a6e464386f512e369a
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Mar 6 18:22:14 2007 +0000

    Initialize i18n at the very beginning to also translate strings in the console output. Made some error strings translateable.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2249 30ef787d-52ff-0310-b286-e08351bb7647

commit 149b7eb3044caf7b12f99fd0f668c856cf97f154
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Mar 6 17:50:30 2007 +0000

    1. Corrected XML error in authors.xml
    2. Also read nickname, email and country from XML file in credits menu.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2248 30ef787d-52ff-0310-b286-e08351bb7647

commit 814c111d39fe08cc4627cb4336fe62830245e071
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Mar 6 14:34:48 2007 +0000

    Update Italian translation (from Gaia Quero)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2247 30ef787d-52ff-0310-b286-e08351bb7647

commit 2e71259f0c2ca4dbe8c68d081f2d4c249b019de6
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Mar 6 11:14:01 2007 +0000

    updated bosnian translation
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2246 30ef787d-52ff-0310-b286-e08351bb7647

commit e2aa97596ed0b4539492edb803dae36f4e765bbf
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Mar 6 08:32:52 2007 +0000

    Fix end of game : game is finished as soon as there is only one team alive!
    
    Thanks johannes for his patch :)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2245 30ef787d-52ff-0310-b286-e08351bb7647

commit 98ffaf254ef1f7f690a5f8421ab631d31072fa2a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Mar 5 22:52:32 2007 +0000

    Rename Weapon::IsActive to Weapon::IsInUse
    More generic code in physical engine about ninja rope and collision
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2244 30ef787d-52ff-0310-b286-e08351bb7647

commit 0ac13d498a5baf62475c0c017cd55aa82314231b
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Mar 5 20:28:23 2007 +0000

    apply patch from johannes (have to add him in authors list)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2243 30ef787d-52ff-0310-b286-e08351bb7647

commit 1cea1dd6a4da9a88a8d1a42327bb642592f5b3e8
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Mar 5 20:17:40 2007 +0000

    better hand positions
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2242 30ef787d-52ff-0310-b286-e08351bb7647

commit a85d43341304cc1a2d9364a1b6e7b73010c631fa
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Mar 5 16:15:36 2007 +0000

    Update French translation
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2241 30ef787d-52ff-0310-b286-e08351bb7647

commit c32354d1dd229fbc4c0d78e3ac73728012cc6666
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Mar 5 15:49:53 2007 +0000

    updated name and country of miwi.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2240 30ef787d-52ff-0310-b286-e08351bb7647

commit 20ab2bd8da62fde1fa91781ed9709f446593a246
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Mar 4 23:38:51 2007 +0000

    updated bosnian translation
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2239 30ef787d-52ff-0310-b286-e08351bb7647

commit f57fbc46f8052cefcec58c32ac08c2f286d7eadf
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Mar 4 23:12:04 2007 +0000

    done psysics wind costants for greehills
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2238 30ef787d-52ff-0310-b286-e08351bb7647

commit d2def79f240f91ef9cbed821907bc2ee7235c8f9
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 3 17:10:28 2007 +0000

    Stop movement of character when pressing escape/pause while still holding a movement key.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2237 30ef787d-52ff-0310-b286-e08351bb7647

commit a67de7434374d8cc58c03e3c45a6f1caa7515e68
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 3 12:38:12 2007 +0000

    Move weapons handle and hole positions from classic.xml to weapons.xml
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2236 30ef787d-52ff-0310-b286-e08351bb7647

commit 917316ab9fa15b6708cf7d447912fa36c6a67360
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Mar 2 17:26:22 2007 +0000

    Redraw network menu after closing server list without making a connection.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2235 30ef787d-52ff-0310-b286-e08351bb7647

commit 05ebce230ebad68fedd2ed3cbddfbd4b7f4dc56e
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Mar 1 09:11:14 2007 +0000

    recently added source files have been added to gettext's targets for i18n
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2234 30ef787d-52ff-0310-b286-e08351bb7647

commit c3e27b7076c3ae081c6883b1e7d778eed55e548c
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Mar 1 08:43:07 2007 +0000

    Fix authors list.
    Update Slovakian translation
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2233 30ef787d-52ff-0310-b286-e08351bb7647

commit 85e2aa8f0b75ce81b4e0c9b35bdf3e54671254d2
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 28 08:21:47 2007 +0000

    Add Mindless in authors list
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2231 30ef787d-52ff-0310-b286-e08351bb7647

commit e608bb37dd74ee3a415a1c9f37d0650876b7e37a
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 28 08:08:52 2007 +0000

    Add Bulgarian translation (from Mindless)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2230 30ef787d-52ff-0310-b286-e08351bb7647

commit f39f53d8cc743d6211c7214b9d856af8fdf6211d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 28 01:00:33 2007 +0000

    Put some ninja_rope parameters in xml file. NinjaRope is now giving more speed when changing direction
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2229 30ef787d-52ff-0310-b286-e08351bb7647

commit 2d39033faaf396e85a84d4b6d457648b73c5e6ee
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 28 00:06:54 2007 +0000

    Better camera management for ninja_rope
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2228 30ef787d-52ff-0310-b286-e08351bb7647

commit 456609582c2e05d58a5e0913d6feacb6689a62f8
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 27 23:53:20 2007 +0000

    Fix a bug when jumping and shoot with the ninja rope (thanks wrtlprnft for bug report on irc)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2227 30ef787d-52ff-0310-b286-e08351bb7647

commit fbb5ac5d1def5116dbdcf472ad5600cfdfeebcc6
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 27 23:50:36 2007 +0000

    Add some debug messages to try to understand bug 8529
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2226 30ef787d-52ff-0310-b286-e08351bb7647

commit 25805ea61e3a4c3b7909114148bf1673e80dcd6d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 27 23:48:26 2007 +0000

    Now it is possible to send message such as çéà during in game chat (BUG 8527)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2225 30ef787d-52ff-0310-b286-e08351bb7647

commit da434d7bc02c05d32d709533a5040fdd3e3ede56
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 27 21:48:11 2007 +0000

    Still working on ground generator.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2224 30ef787d-52ff-0310-b286-e08351bb7647

commit e4cf52cddd1d15b9986c9e9fdc19bb0644050e92
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 27 21:02:01 2007 +0000

    Fix last commit : use GetAbsFiringAngle and not GetFiringAngle
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2222 30ef787d-52ff-0310-b286-e08351bb7647

commit 487cbd176871993e433f44abc1e92c1320ea8dab
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 27 18:50:48 2007 +0000

    all bazooka use (riot, auto and bazooka, use now bazooka position)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2221 30ef787d-52ff-0310-b286-e08351bb7647

commit 7602666e5bdcf18a5441e6fefc1eaeb248ee6bcd
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 27 10:41:52 2007 +0000

    Fix firing angle (bug 8594)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2220 30ef787d-52ff-0310-b286-e08351bb7647

commit 52c4bc4b444d7087cd2374f4cc9eb1b24411d621
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Feb 26 23:35:23 2007 +0000

    Ninja rope is nearly fully working on network !! :)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2219 30ef787d-52ff-0310-b286-e08351bb7647

commit 20f4d21e4a7a959daa8adc3fe5cdd3f37ada1b66
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Feb 26 21:46:18 2007 +0000

    Minor cleaning of code
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2218 30ef787d-52ff-0310-b286-e08351bb7647

commit 277092bd84a79db168b6fddf4aeeff11de14e92e
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Feb 26 18:14:46 2007 +0000

    better bazooka position
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2217 30ef787d-52ff-0310-b286-e08351bb7647

commit b8fbd572f2766c427e3c0633236fffd6f6534fc8
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Feb 26 07:40:30 2007 +0000

    Ninja rope on network is now no so bad but I have to fix the drawing of the rope
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2216 30ef787d-52ff-0310-b286-e08351bb7647

commit 147b3e848e1fbc6d3b524783ec9a124d7d2dd189
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 25 22:31:41 2007 +0000

    remove useless variable
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2215 30ef787d-52ff-0310-b286-e08351bb7647

commit 20535da37fbf4a80b28f57b7db75b79f5e26a093
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 25 22:21:58 2007 +0000

    Suppress some uses of ExecActions
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2214 30ef787d-52ff-0310-b286-e08351bb7647

commit 850c1309db86634d2079747f040580a24a119fbb
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 25 21:21:09 2007 +0000

    Fix team selection in network menu (check suppression)
    First implementation of Ninja Rope in network (VERY BUGGY!! and use to more ExecActions)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2213 30ef787d-52ff-0310-b286-e08351bb7647

commit fe8c161cd7f4015d803c7395b249f67533185265
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 25 15:15:55 2007 +0000

    reactive lodesi
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2212 30ef787d-52ff-0310-b286-e08351bb7647

commit 562f164b55d65dcdf6b84e37635dd5f1dfb65371
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 25 15:06:09 2007 +0000

    - New character movement (weapon-'weapon id'-select) -> Activated on workrave with the bazooka
    - Allow to be played once and then to freeze on the last frame (with xml flag play_mode="play_once")
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2211 30ef787d-52ff-0310-b286-e08351bb7647

commit ff54f3d81f544b3d15feabda3a9ded1c64638efe
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 25 13:38:07 2007 +0000

    Fix the missed assertion when an index server can't be contacted
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2210 30ef787d-52ff-0310-b286-e08351bb7647

commit 32efec20056d2376c5bec3b06e38f37a2112a333
Author: robo210 <robo210 at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 24 17:19:41 2007 +0000

    Fix bug #8504
    Wormux no longer segfaults, but it still tries to receive over a
    disconnected socket set.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2209 30ef787d-52ff-0310-b286-e08351bb7647

commit c12f256bfefe5fb828a58c5b22dc894b9f2ab56f
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Feb 23 23:20:10 2007 +0000

    Correction of the GetBezierInterpolation method.
    Change the DrawPolygon method in Surface class. Still the bug when drawing a polygon with texture, if no previous background was present, SDL do not draw anything at all.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2208 30ef787d-52ff-0310-b286-e08351bb7647

commit 8bed4b3cb15c3ed65ec468e8ccd842936e9baad2
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Feb 23 22:33:03 2007 +0000

    First real version of the map generator.
    Generate a random polygon. Then apply bezier interpolation. And lastly, we expand the shape to have a little border.
    We need now to enhance the random generator and to generate more than one shape.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2207 30ef787d-52ff-0310-b286-e08351bb7647

commit da8ef9eeba2be9533c294c0f143c02582b4d5126
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Feb 23 22:01:52 2007 +0000

    Partial fixing of the bezier interpolation (almost fonctional) of polygon.
    Better Bézier curve.
    Expand a polygon is partialy fixed (but still need to be improved).
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2206 30ef787d-52ff-0310-b286-e08351bb7647

commit 7745d440c5d1ccff4011918d24a64a42ab132b34
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Feb 23 19:37:38 2007 +0000

    Rounded rectangle.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2205 30ef787d-52ff-0310-b286-e08351bb7647

commit 07e3f6366b93bbdedca2e1c4ff902ab36a92734a
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Feb 23 14:43:02 2007 +0000

    authors.xml
    - Add country for Furkan and Isaac Clerencia
    - Better indentation (more readable)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2204 30ef787d-52ff-0310-b286-e08351bb7647

commit 8125610360399074ac7f71ec0b738c79de758515
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Feb 23 14:01:14 2007 +0000

    In authors.xml
    - Update artefact'website address
    - Replace '@' by _AT_ to avoid spam
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2203 30ef787d-52ff-0310-b286-e08351bb7647

commit 2ed6480db8b054e5072218a58340a11056459582
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 22 23:51:14 2007 +0000

    Make jetpack usable (should probably interesting to put those parameters in xml)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2200 30ef787d-52ff-0310-b286-e08351bb7647

commit e94c8726483de2379f7f5aa2546a9f609c4643e6
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 22 23:34:34 2007 +0000

    Handle server disconnection in network menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2199 30ef787d-52ff-0310-b286-e08351bb7647

commit 2935a2998396a351dc8ef94dbd3329ea87e695e2
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 22 22:49:12 2007 +0000

    Update danish translation
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2198 30ef787d-52ff-0310-b286-e08351bb7647

commit b3c0e36a2b26822d9947b773e83c89391738aa37
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 22 21:50:47 2007 +0000

    More fun with the ground generator. You can take a look at resource_manager.cpp in GenerateMap, you will see an example of every new class (AffineTransform2D, PolygonGenerator, GetBezierInterpolation etc).
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2197 30ef787d-52ff-0310-b286-e08351bb7647

commit 9d132f9ad60227def86a2dddef7f2842eb0209fc
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 22 21:38:57 2007 +0000

    Adding Polygon Generator into Cmake build system.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2196 30ef787d-52ff-0310-b286-e08351bb7647

commit c433559f266b195784153748196d73fd3a3f6fc3
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 22 20:23:53 2007 +0000

    New class : Polygon generator. Can generate random shape.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2195 30ef787d-52ff-0310-b286-e08351bb7647

commit 938e647a833166794fc0b17199fe3b00df2e0dc5
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 21 17:13:14 2007 +0000

    Fix variable replacement in Makefile.am
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2194 30ef787d-52ff-0310-b286-e08351bb7647

commit 76281add71396332d5791c424a0e293e996f23d0
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 21 08:29:52 2007 +0000

    Fix email of Janus Troelsen
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2193 30ef787d-52ff-0310-b286-e08351bb7647

commit 106ac89e26ea311837bb426226110155c26a887f
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 20 23:58:37 2007 +0000

    Fix display of ammo units (text is correctly centered in the box)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2192 30ef787d-52ff-0310-b286-e08351bb7647

commit 3f7d9913e8c4bd47cac2511c0384205084521172
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 20 23:50:04 2007 +0000

    Fix display of error in network connection menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2191 30ef787d-52ff-0310-b286-e08351bb7647

commit 30e7330a747e0c66e453ff553f7d921c8395b904
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 20 23:17:23 2007 +0000

    Finish to translate class Map into english
    (sed is a wonderful tool :)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2190 30ef787d-52ff-0310-b286-e08351bb7647

commit b2f10f181f009f91cf7e554548e8e5c5a12cd515
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 20 21:56:52 2007 +0000

    [MINOR] Use PopPoint2i and Push(Point2i) instead of 2 PopInt() and 2 Push(int)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2189 30ef787d-52ff-0310-b286-e08351bb7647

commit e0600f2fa55c705bc35486f4b077411e737b51c5
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 20 21:54:06 2007 +0000

    Bezier Curve in Wormux !
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2188 30ef787d-52ff-0310-b286-e08351bb7647

commit 404a878cae7934c397c0e2d7e929b3c71e57cf25
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 20 21:38:54 2007 +0000

    Remove a wrong assertion.
    [MINOR] Use Push(Point2i) and PopPoint2i for explosion ACTION
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2187 30ef787d-52ff-0310-b286-e08351bb7647

commit a5eff402ee086a7ff775b69c4fb0e38a8e3cf623
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 20 18:12:04 2007 +0000

    Enable network by default! We need precise bug reports about it.
    Set version to 0.8beta1
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2186 30ef787d-52ff-0310-b286-e08351bb7647

commit 2b121b1a64c060d06b037a8558d55e16ea5e4115
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 20 15:39:28 2007 +0000

    Update French translation
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2185 30ef787d-52ff-0310-b286-e08351bb7647

commit 6a30ec86127919de9f233e40ca9a1c7ef9a54f95
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 20 02:32:52 2007 +0000

    ran make update-po, as it sould be after each new update; if strings are stable, the translations should remain 100% complete
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2184 30ef787d-52ff-0310-b286-e08351bb7647

commit 013b7f436bdc37383b9cab4ce15ea287f84ffb7d
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 20 02:31:10 2007 +0000

    thanks kbabel for nothing, you screamed, but didn't lead me to the right message
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2183 30ef787d-52ff-0310-b286-e08351bb7647

commit 8ca02bf7aeb1fb365af1b6fb95f18e7cabfd52d1
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 20 02:29:11 2007 +0000

    some mean typo corrections and two unfuzzifications
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2182 30ef787d-52ff-0310-b286-e08351bb7647

commit 417d7177d8ea47cf3ee8160e72064d2e2128db14
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 20 02:20:09 2007 +0000

    enable nb-no translation
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2181 30ef787d-52ff-0310-b286-e08351bb7647

commit 6d8f2a3c4d6c402bb9034ca544dfa22ff8a52331
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Feb 19 23:23:19 2007 +0000

    Do not send character infos locally! Send it only over the network:)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2180 30ef787d-52ff-0310-b286-e08351bb7647

commit 51c18a4da71cd5e8fc5e7d9f2abe2cb6ab5890c8
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Feb 19 23:01:27 2007 +0000

    Adding const keyword
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2179 30ef787d-52ff-0310-b286-e08351bb7647

commit d2a4d2cb6aafb8420cfe176776fee88ef4d235b4
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Feb 19 22:42:42 2007 +0000

    Automatic update of translations file.
    Update Danish translation from Janus Troelsen
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2178 30ef787d-52ff-0310-b286-e08351bb7647

commit 0680e67faa482d642bbb8b3402a2677f24068689
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Feb 19 22:39:43 2007 +0000

    Use ACTION_WEAPON_CONSTRUCTION instead of ACTION_WEAPON_CONSTRUCTION_UP and ACTION_WEAPON_CONSTRUCTION_DOWN. Now angle is sent with the ACTION id.
    Rename ACTION_WEAPON_SUPERTUXSTATE to ACTION_WEAPON_SUPERTUX
    
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2177 30ef787d-52ff-0310-b286-e08351bb7647

commit faf46eee834b432d4fa7983bee87fe7983859fdc
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Feb 19 22:04:27 2007 +0000

    Remove useless actions ACTION_CHARACTER_MOVE_LEFT and ACTION_CHARACTER_MOVE_RIGHT. They were never used!
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2176 30ef787d-52ff-0310-b286-e08351bb7647

commit 7272cc9988a17dd8285dcae514975a7013ec31e8
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Feb 19 21:57:54 2007 +0000

    Cursor angle management is now done in Character and not in ActionHandler!!
    Remove ACTION_CHARACTER_UP/DOWN. Avoid to send 2 times the characters infos when moving a character
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2175 30ef787d-52ff-0310-b286-e08351bb7647

commit e1ccf19b40744d0612edd610eb6c0828d95dc1a6
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Feb 19 09:00:58 2007 +0000

    Remove actions ACTION_CHARACTER_SET_ENERGY and ACTION_CHARACTER_SET_DIRECTION
    Use action ACTION_CHARACTER_SET_PHYSICS instead
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2174 30ef787d-52ff-0310-b286-e08351bb7647

commit 6ac435b6757af6e572dce13f6cde6025c49f4abc
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Feb 19 08:57:59 2007 +0000

    Update a strange assert that forbids first action
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2173 30ef787d-52ff-0310-b286-e08351bb7647

commit 8b8cbc9df04b7588e8af4d853d4e249131faad64
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 18 17:14:06 2007 +0000

    Adapt to new actions name
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2172 30ef787d-52ff-0310-b286-e08351bb7647

commit ac38584c8fbac9e6f02cb2180d1d2f46af7e9330
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 18 17:11:29 2007 +0000

    Haypo and Lodesi were no more in active team :-/
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2171 30ef787d-52ff-0310-b286-e08351bb7647

commit 041c8beb1047c2b130684088d5782c9d364d8b40
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 18 17:10:38 2007 +0000

    Use an enum for the different states of the game loop. Adapt to new actions name.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2170 30ef787d-52ff-0310-b286-e08351bb7647

commit 2a2a00f4d748fffe8a524f11330fda5e36254d88
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 18 17:08:49 2007 +0000

    Allow to export/load game mode from a string.
    It is usefull to send it by network
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2169 30ef787d-52ff-0310-b286-e08351bb7647

commit 4e56bb06adb856ca8b6dd5af9edc624fbf222c2d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 18 17:07:35 2007 +0000

    Finish keyboard management cleaning. Adapt to new actions name.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2168 30ef787d-52ff-0310-b286-e08351bb7647

commit 6a02eec00b32c663d0b58ef35b1876dd8d983ad5
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 18 17:06:54 2007 +0000

    Adapt to new actions name
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2167 30ef787d-52ff-0310-b286-e08351bb7647

commit 868a94dc6470269116e2248efebc9b9928ec6981
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 18 17:04:25 2007 +0000

    Repair supertux key management
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2166 30ef787d-52ff-0310-b286-e08351bb7647

commit 78db4b8584886cbdb2c7e7d524135cbc3f95d126
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 18 17:02:51 2007 +0000

    Allow to export/load an xml document to/from a string.
    Useful to send the document by network
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2165 30ef787d-52ff-0310-b286-e08351bb7647

commit 2243c2a27a54cdf9fc0c16705574acd9fad501d8
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 18 17:01:17 2007 +0000

    Enable blowtorch, submachine_gun, airhammer on network
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2164 30ef787d-52ff-0310-b286-e08351bb7647

commit d28a18d7762fb2eefe3192bf8c14aa699425c35e
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 18 16:59:38 2007 +0000

    Adapt to new actions names. Rename methods related to actions.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2163 30ef787d-52ff-0310-b286-e08351bb7647

commit 8d60c76f6f29af36a1cdb4aa5c181f185bbc6996
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 18 16:58:30 2007 +0000

    Remove useless actions, rename nearly all actions
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2162 30ef787d-52ff-0310-b286-e08351bb7647

commit 8d31754bff0f7b1ca4216c284a572567ef9aa3d3
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 18 16:56:33 2007 +0000

    Fix dettaching node with ninja rope (this is not a real fix, just a fix to what is destroyed in a previous commit due to cleaning)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2161 30ef787d-52ff-0310-b286-e08351bb7647

commit 1610f7f7efa3a75202bf0562594fccd2f651e7dc
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 18 16:54:59 2007 +0000

    Make blowtorch working on network
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2160 30ef787d-52ff-0310-b286-e08351bb7647

commit 36e4ff7257946d35631a3ec328e1433100255a3c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 18 16:53:56 2007 +0000

    Make airhammer working on network
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2159 30ef787d-52ff-0310-b286-e08351bb7647

commit ab886ba1f5e6e53ed799cdc76fd42cd0efb84a85
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 18 16:53:03 2007 +0000

    Make submachine_gun working on network
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2158 30ef787d-52ff-0310-b286-e08351bb7647

commit 8d66cbdadac52291d9947cbe16e118fa0bf666fc
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 17 01:26:11 2007 +0000

    cmake: cache build_type as string, not as path... this bug prevented building with debug-info... :(
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2157 30ef787d-52ff-0310-b286-e08351bb7647

commit 0932d6e8ff3b88963c12f10ae8b9b1a55417368e
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 17 01:19:44 2007 +0000

    Also add -pg (profiling) to linking flags in cmake.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2156 30ef787d-52ff-0310-b286-e08351bb7647

commit 88e8749a2dc113c044eca49a29de79b7d9902398
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 17 00:01:26 2007 +0000

    Enable profiling support with cmake. Useage: cmake -DPROFILE=1 ...
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2155 30ef787d-52ff-0310-b286-e08351bb7647

commit 23836edea1a13ea11f313459416fe762dc4edbee
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Feb 16 14:17:44 2007 +0000

    oops, fix wrong extrakeyword specification in both automake and cmake
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2154 30ef787d-52ff-0310-b286-e08351bb7647

commit bd65cd14053262a581be17c2d777ccded384e610
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Feb 16 14:06:44 2007 +0000

    Adapt eddyp's changes on xgettext options to cmake.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2153 30ef787d-52ff-0310-b286-e08351bb7647

commit 34c5e8665d38bc416fe716f19c3ac78171fda14b
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Feb 16 13:53:20 2007 +0000

    updated German translation.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2152 30ef787d-52ff-0310-b286-e08351bb7647

commit 6891790075fa2d790d742f59998698ba08b21fd8
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Feb 16 13:47:49 2007 +0000

    commit the updated pot/po files
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2151 30ef787d-52ff-0310-b286-e08351bb7647

commit 3b8238745b3249c9884d1b663c06cdb83d5562b7
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Feb 16 13:44:24 2007 +0000

    make sure the script is marked as executable after checkout
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2150 30ef787d-52ff-0310-b286-e08351bb7647

commit 22487dfa247b02e08f9af846d1249d24b492d0b8
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Feb 16 13:24:18 2007 +0000

    Add some missing files to clean-cmake.sh.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2149 30ef787d-52ff-0310-b286-e08351bb7647

commit 0de746d115549f699b6ee327a155c11f679f0ebe
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Feb 16 11:04:24 2007 +0000

    the definition of additional keywords should be made in XGETTEXT_OPTIONS
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2148 30ef787d-52ff-0310-b286-e08351bb7647

commit 160a9cb80310bc46679a087765f6c5ad202d7a6c
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Feb 16 10:10:53 2007 +0000

    use autotools' macros; there is no purpose in using autotools if the results are not used (aka somemacro -> @SOMEMACRO@ transformation)
    define XGETETXT
    
    localedir=@LOCALEDIR@
     -XGETTEXT = xgettext
     -MSGMERGE = msgmerge
     +XGETTEXT = @XGETTEXT@
     +# add as automated comments all strings preceeding the gettexized line
     +# since it seems that in most cases the comments are useful
     +XGETTEXT_OPTIONS = -c --keyword=_ --keyword=N_ -k='XCOMMENT'
     +MSGMERGE = @MSGMERGE@
      MSGMERGE_UPDATE = @MSGMERGE@ --quiet --update
      -MSGINIT = msginit
      -MSGCONV = msgconv
      -MSGFILTER = msgfilter
      +MSGINIT = @MSGINIT@
      +MSGCONV = @MSGCONV@
      +MSGFILTER = @MSGFILTER@
       # This is computed as $(foreach file, $(POTFILES), $(top_srcdir)/$(file))
        POTFILES_DEPS = @POTFILES_DEPS@
    	@@ -442,7 +445,7 @@
    	        @$(XGETTEXT) \
    			          -o $(DOMAIN).pot -k'_' -s --from-code iso-8859-1 \
    					            --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
    								-         --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \
    								+         $(XGETTEXT_OPTIONS) \
    								          --copyright-holder='$(COPYRIGHT_HOLDER)' \
    										            --msgid-bugs-address='$(MSGID_BUGS_ADDRESS)' \
    													          $(POTFILES)
    
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2147 30ef787d-52ff-0310-b286-e08351bb7647

commit 5a6b7dc481b37211c07b7ca4d260a7a9dd78f153
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Feb 16 08:02:07 2007 +0000

    Some fixes wrt i18n
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2146 30ef787d-52ff-0310-b286-e08351bb7647

commit 47eb3b9a77e8dc17a658185143361948b8d354c0
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Feb 16 08:00:32 2007 +0000

    Updated Romanian translation
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2145 30ef787d-52ff-0310-b286-e08351bb7647

commit ca4e80ba8538dddee87ee1469e02f8bcd8239536
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Feb 16 06:59:35 2007 +0000

    ran make -f po/Makefile update-po after revisiting Makfile.am
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2144 30ef787d-52ff-0310-b286-e08351bb7647

commit 6fb5d6b4ef6ee7ac6d4e41ba615ebae3a1aaa037
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Feb 16 06:57:40 2007 +0000

    made a clean-cmake.sh script that should do the same for cmake as clean.sh does for autotools
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2143 30ef787d-52ff-0310-b286-e08351bb7647

commit 4cefe7e657041646d5e2bc5a246c4739b8715b86
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Feb 16 06:44:59 2007 +0000

    make sure all files are listed as translatable in the Makefile.am
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2142 30ef787d-52ff-0310-b286-e08351bb7647

commit 6023d17333787aace254621ac464e5f2b0288654
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Feb 16 02:26:00 2007 +0000

    fix the plural form selection for gifts and no longer force to always use the form for n=2
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2141 30ef787d-52ff-0310-b286-e08351bb7647

commit 964c8f9340dc03c1f07e9d7c34d5e1d0265c969d
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 15 23:27:11 2007 +0000

    Updated Romanian translation (as much as I could for now)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2140 30ef787d-52ff-0310-b286-e08351bb7647

commit 89b6c0cd08fbcb4280299c158bbf067586773715
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 15 23:16:24 2007 +0000

    ran update-po
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2139 30ef787d-52ff-0310-b286-e08351bb7647

commit 0f9dcfde023e659816a6a633f62285168f9e92f1
Author: eddyp <eddyp at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 15 23:15:14 2007 +0000

    use wildcards when ignoring build results for po files, so there is no need to edit svn:ignore over and over again
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2138 30ef787d-52ff-0310-b286-e08351bb7647

commit 07569bf13f5d85dff03a0cdc0fc318a020bb1a46
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 15 20:10:09 2007 +0000

    Apply pepp's patch: optimize character drawing
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2137 30ef787d-52ff-0310-b286-e08351bb7647

commit dd182f6aaf228565a748cdf090914e54d9f28a16
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 15 17:19:38 2007 +0000

    same typo as in last commit in Makefile.am
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2136 30ef787d-52ff-0310-b286-e08351bb7647

commit ce89e502b33b8b66b26c2347fff97dc8bb353551
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 15 17:13:02 2007 +0000

    correct stupid typo -.-
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2135 30ef787d-52ff-0310-b286-e08351bb7647

commit 5d3344d4e0622c98a67bcc71fec08329757e21a9
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 15 16:35:02 2007 +0000

    cmake fix with libpng linking.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2134 30ef787d-52ff-0310-b286-e08351bb7647

commit ecfa9327c533404b68913c4cebd5d98d5fb3cb58
Author: robo210 <robo210 at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 15 15:31:11 2007 +0000

    Patch by lynxlynxlynx to fix Slovak translation.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2133 30ef787d-52ff-0310-b286-e08351bb7647

commit ca5d992043982bffdcf8b2fba1a4d41d41f55ff2
Author: robo210 <robo210 at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 14 18:14:36 2007 +0000

    Updated Polish translation from forum, initialize a variable.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2132 30ef787d-52ff-0310-b286-e08351bb7647

commit 7fd3994b722724f8434163a1e4f1399180ebe262
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 13 19:37:06 2007 +0000

    better changelog (correct a date, all dates in same format,...)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2131 30ef787d-52ff-0310-b286-e08351bb7647

commit e0683866389570fd8f1f8564227f5bea1283d352
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 13 19:06:20 2007 +0000

    Update Italian translation (from Gaia Quero)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2130 30ef787d-52ff-0310-b286-e08351bb7647

commit b4d61ee654977ecd2a8932333217d4c87585437a
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Feb 12 09:23:22 2007 +0000

    Disable use of autopackage by default,
    enable with ./configure --enable-autopackage
    
    (Autopackage related code could not be deleted ? ./configure
    options may be sufficient, AFAIK)
    
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2129 30ef787d-52ff-0310-b286-e08351bb7647

commit 88c6c26ac8eeba392f5d39ea56b4349bbed98e33
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 10 16:04:01 2007 +0000

    Fix tangent calculation lookup table
    Translate commentaries
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2128 30ef787d-52ff-0310-b286-e08351bb7647

commit e824b9c5c0cfc5161d2a1d278994772331ca90b9
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 10 15:18:19 2007 +0000

    Fix compilation on gcc 3.3.5 (debian version)
    Fix --with-sdl-gfx-prefix flag
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2127 30ef787d-52ff-0310-b286-e08351bb7647

commit 8e62285a6f039c413f6cabed7581fcb30d73353f
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 8 22:44:44 2007 +0000

    Hope to fix the keyboard input management of all weapons but supertux
    Enable again changing timeout by keyboard
    Fix a network bug about timeout (timeout was not synced when changed by mouse wheel)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2126 30ef787d-52ff-0310-b286-e08351bb7647

commit db5feaf150c093a3531ea2b6d100e57c04c1f93c
Author: robo210 <robo210 at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 8 20:00:57 2007 +0000

    Implement a lookup table for Ground::Tangent.
    If there are no bugs I will remove the old commented code.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2125 30ef787d-52ff-0310-b286-e08351bb7647

commit 197b9ada0f652a944a874967ed826809fc28b64d
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 8 17:36:34 2007 +0000

    Close socket's fd before FD_CLR.. hopefully never closed sockets ..
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2124 30ef787d-52ff-0310-b286-e08351bb7647

commit f2ae14f0d75d3c00e78df3023425b0e9d44e52ec
Author: robo210 <robo210 at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 8 16:01:39 2007 +0000

    Only give one ObjBox per turn.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2123 30ef787d-52ff-0310-b286-e08351bb7647

commit f8dba081b63d12c3ccc863c00b26d34f1edf5d45
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 8 15:48:32 2007 +0000

    Updated German translation.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2122 30ef787d-52ff-0310-b286-e08351bb7647

commit 4c1188b6701b699ddcbb4764823c0be482239d63
Author: robo210 <robo210 at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 8 03:09:42 2007 +0000

    Fix a bug with pause quitting, work towards one unified pause system.
    Remove a lost bonus box reference.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2121 30ef787d-52ff-0310-b286-e08351bb7647

commit f8708621cc9932acb23e4bb60ab61c9f862af5b7
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 8 02:09:41 2007 +0000

    udpated my psycho jetpack patch, again
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2120 30ef787d-52ff-0310-b286-e08351bb7647

commit e3521336acc653e7f0948a320604660d5db81356
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 8 02:01:04 2007 +0000

    udpated my psycho jetpack patch
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2119 30ef787d-52ff-0310-b286-e08351bb7647

commit cf9398cc7567e149d0d3e2f754bf28907b747f9a
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 7 22:28:17 2007 +0000

    edited delta_fuel and jetpack_force to more fun into jetpack, with regular jetpack I can fly the map twice and kill the character
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2118 30ef787d-52ff-0310-b286-e08351bb7647

commit a0b37b7a45c9c3ed32d3a87ea08f384b51c9a98d
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 7 20:02:44 2007 +0000

    new map from papa coen
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2117 30ef787d-52ff-0310-b286-e08351bb7647

commit 3b6000460be62436876fa063a33bf25e5bfb6758
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 7 12:37:08 2007 +0000

    Update Slovak translation (from Martin Vojčík)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2116 30ef787d-52ff-0310-b286-e08351bb7647

commit d1217eb0ab2060b60f90a9aa9ff93c15c3feedf8
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 6 20:43:53 2007 +0000

    corrected cmakelists.txt (find right png module).
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2115 30ef787d-52ff-0310-b286-e08351bb7647

commit 4eb32ba4b0dccba3eac1b80afa9b43ad9bcea11b
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 6 18:43:01 2007 +0000

    better skins fix position
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2114 30ef787d-52ff-0310-b286-e08351bb7647

commit 3847ca74179fb57fdbdade15c0f49d360e71602e
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 6 16:27:49 2007 +0000

    updated bosnian translation
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2113 30ef787d-52ff-0310-b286-e08351bb7647

commit 86b3dbf05251ee97d5373e7ee1f1f0b7e1f5b5e5
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 6 14:41:33 2007 +0000

    Updated French translation
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2112 30ef787d-52ff-0310-b286-e08351bb7647

commit 498217ea99110e3f96bbdd583da1327831598fc6
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 3 17:27:44 2007 +0000

    Add GPL headers
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2111 30ef787d-52ff-0310-b286-e08351bb7647

commit 3dba74bc40a5c617a13fc998cff44a23d39e58c0
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 3 17:17:37 2007 +0000

    Missing files from previous commit
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2110 30ef787d-52ff-0310-b286-e08351bb7647

commit 1752ca071b5134b16468b6f1047d6c106d89412d
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 3 17:16:54 2007 +0000

    Remove usage of Question class from network code
    New string to translate, others deleted...
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2109 30ef787d-52ff-0310-b286-e08351bb7647

commit 1d236b8f5571c3bb8a6c7e6b25df832c6464c1c9
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 3 15:08:06 2007 +0000

    Windows version of firewall checking code..
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2108 30ef787d-52ff-0310-b286-e08351bb7647

commit ca534b49586e2250f16123fd8920dfdff53adc56
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 3 14:38:35 2007 +0000

    Timeout connection if the server is behind a firewall
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2107 30ef787d-52ff-0310-b286-e08351bb7647

commit 56be92b609ffbfea8870c22bc50bde366ca4bf05
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Feb 2 17:59:31 2007 +0000

    Work in progress about Vectoriel drawing and ground generator.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2106 30ef787d-52ff-0310-b286-e08351bb7647

commit d5491ac7785db2906cbfa3c3a2bd7469ed190728
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 31 18:36:03 2007 +0000

    C. -> Coen
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2105 30ef787d-52ff-0310-b286-e08351bb7647

commit 051f23c20642d49a0f8c1800ffc6ce2d7ccf8144
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 30 20:47:06 2007 +0000

    New polygon class for vectoriel drawing. Nothing is used for the moment, just work in progress.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2104 30ef787d-52ff-0310-b286-e08351bb7647

commit 2b4d50808f4bf0b726fcac0e06136c5cb2ca5afd
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 30 18:24:10 2007 +0000

    new translation nl.po from frank
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2103 30ef787d-52ff-0310-b286-e08351bb7647

commit 60d216360cae047f7558a9c614cc7e2bee9dd097
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 30 18:01:38 2007 +0000

    update again
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2102 30ef787d-52ff-0310-b286-e08351bb7647

commit 6f32affb50df45387184443f98846b96d9b9e0aa
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 30 17:46:09 2007 +0000

    update of authors list
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2101 30ef787d-52ff-0310-b286-e08351bb7647

commit 2de2b0af9f2650bcf9c78bf3950d62e9f343a0e7
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 30 17:35:04 2007 +0000

    add crystal map by Papa.Coen
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2100 30ef787d-52ff-0310-b286-e08351bb7647

commit 7e53b2e28468563a185cdd98d7492ef2ebfbf82b
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 29 20:53:00 2007 +0000

    Use a std::list of Point2i instead of array of int when drawing a polygon.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2099 30ef787d-52ff-0310-b286-e08351bb7647

commit cce95af3528230f4015dfd0ae01351c2d18aae1e
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 28 17:50:53 2007 +0000

    cmake: link sdl at the end... else won't compile on win32.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2098 30ef787d-52ff-0310-b286-e08351bb7647

commit 4c0740da7673eac1886514f53541cbeac5dd2bdc
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 28 17:36:20 2007 +0000

    cmake/win32: added missing dll files for sound
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2097 30ef787d-52ff-0310-b286-e08351bb7647

commit f204e58fa7bf6aa7d43902f4dbf784cc2a003525
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 28 17:20:43 2007 +0000

    Setting this f#@ boolean to true. Comment : it doesn't seems to have any influence in the trunk version ...
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2096 30ef787d-52ff-0310-b286-e08351bb7647

commit dd40a371ddd58cabc51d28396281fa06c63944c2
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 28 16:41:20 2007 +0000

    Adding libpng to the needed dependency of Wormux.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2094 30ef787d-52ff-0310-b286-e08351bb7647

commit e804999168fe7bf4d0040c5bd38953d5ac5f2a0e
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 28 16:27:18 2007 +0000

    added other things I did/worked on besides particles
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2093 30ef787d-52ff-0310-b286-e08351bb7647

commit 1dc96171366fcd4b272fa7542cd743e2bc39c897
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 28 12:17:36 2007 +0000

         try to indent properly
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2091 30ef787d-52ff-0310-b286-e08351bb7647

commit cc25924265605e5133b5417e55a5cb0821873490
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 27 20:13:01 2007 +0000

         added check for libpng and added CFLAGS and LIBS for linkage
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2090 30ef787d-52ff-0310-b286-e08351bb7647

commit 859821db5ac5e1a797a7da530faffa64d289fc4b
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 27 18:35:00 2007 +0000

    updated changelog
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2089 30ef787d-52ff-0310-b286-e08351bb7647

commit c98509b31c45e529a6b992d0470ab6e3dfc5cd97
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 27 14:57:01 2007 +0000

    First ground generator ! For the moment, it's very simplist. To try it, select a new game, select the map Random Island, play and here's the superb map :).
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2088 30ef787d-52ff-0310-b286-e08351bb7647

commit a578631396980a28becf97b50c51778ad845b009
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 27 14:53:34 2007 +0000

    Adding the capability to draw polygon filled with a texture. Just for information, this function exist in SDL_Gfx since 2.0.15 (dec 2006) and we detect the version of SDL. I know, the function is a little crappy but, i'll do something more sexy latter.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2087 30ef787d-52ff-0310-b286-e08351bb7647

commit 6047e9bc2d3b0868939c721954bbea12e3e8ee4e
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 27 11:15:54 2007 +0000

    New method that enable to save a Surface object into a png file (needed by the ground generator).
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2086 30ef787d-52ff-0310-b286-e08351bb7647

commit 2b8bdf08b9de173066dc2682c02da5f8cde17071
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 27 00:38:24 2007 +0000

    fix typo -.-
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2085 30ef787d-52ff-0310-b286-e08351bb7647

commit d8628b8fc05c4d180c0c730891c6ab47390735bb
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 27 00:26:53 2007 +0000

    another fix... should work now, sorry.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2084 30ef787d-52ff-0310-b286-e08351bb7647

commit 82307441cfbd6c1b18d62afc2ed0a47118c705ea
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 27 00:20:49 2007 +0000

    fix previous commit :>
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2083 30ef787d-52ff-0310-b286-e08351bb7647

commit 4a6b6a877b080d4a8c6b553b224662aa17d51513
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 27 00:18:52 2007 +0000

    cmake: added dll files for win32 installer
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2082 30ef787d-52ff-0310-b286-e08351bb7647

commit 5244b9bc4a668d7b6b3114c8c9096055f94636c3
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 26 21:40:10 2007 +0000

    cmake nsis package generation
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2081 30ef787d-52ff-0310-b286-e08351bb7647

commit e24c34bffbde805b8333e4d73475b2e2d4d61cdd
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 26 19:22:19 2007 +0000

    better preview for island and better map easterisland (graphisms was
    good but it wasn't really good map)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2078 30ef787d-52ff-0310-b286-e08351bb7647

commit 4d54550087c909c9aaff7ec346f986871e3a621c
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 26 18:04:30 2007 +0000

    more cmake win32 fixes.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2077 30ef787d-52ff-0310-b286-e08351bb7647

commit 32342da7b2dd3f52aee6435ed3baab94328d3810
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 26 16:19:42 2007 +0000

    cmake: some cleanup and win32 port.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2076 30ef787d-52ff-0310-b286-e08351bb7647

commit 48d4cb634b60f63e8736a4d432112a526513c683
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 25 22:18:42 2007 +0000

    Correct a lot of typos etc.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2075 30ef787d-52ff-0310-b286-e08351bb7647

commit 9d1eebe25abe0e47c11e710aa0d23a8bd24916cd
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 25 19:13:24 2007 +0000

    Adding new drawing capabilities needed by the ground generator.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2074 30ef787d-52ff-0310-b286-e08351bb7647

commit 579099e0d981a6baaf19a0ed0f2a14c4c9ee2114
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 25 09:03:24 2007 +0000

    Continue working on Input management : manage weapon overriding standard character moves
    WARNING: - Supertux is still not working (don't know why)
             - Ninja rope is quite buggy (does not dettach correctly but I fix some other issues in ninja rope: better precision, possible
    to go from ninja rope to ninja rope (Tarzan power :) )
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2073 30ef787d-52ff-0310-b286-e08351bb7647

commit aa87ec2ddc0060c3c728f54410e742b733b434db
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 25 08:57:57 2007 +0000

    Adding const keyword. Adding a method that takes a Point2i instead of the same method that takes 2 int
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2072 30ef787d-52ff-0310-b286-e08351bb7647

commit 3731cdf24b4d3497e451251f8d1cba0e79664233
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 25 08:56:23 2007 +0000

    Adding const keyword
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2071 30ef787d-52ff-0310-b286-e08351bb7647

commit bc9aa01825c8e2f20e75ec191c3570e4ead08914
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 24 18:58:04 2007 +0000

    better island (not for 0.7.9 but for 0.8 because i will modified it
    again and again...)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2070 30ef787d-52ff-0310-b286-e08351bb7647

commit 659e6f87874aa678b9d2aaf9b5b7a94a6f93961b
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 24 16:46:43 2007 +0000

    Little clean up in config class.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2069 30ef787d-52ff-0310-b286-e08351bb7647

commit 9b94fdaa1790adfebb602dfb1fa67bf9c8b79766
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 24 13:56:41 2007 +0000

    More color contrast in credits menu.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2068 30ef787d-52ff-0310-b286-e08351bb7647

commit 7e9708f0a2e09ae6e581e8c800229b076e923b31
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 23 23:42:59 2007 +0000

    Remove useless (and now deprecated boolean) from shotgun. overide_keys was set to true BUT the weapon does not
    overide any key...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2067 30ef787d-52ff-0310-b286-e08351bb7647

commit 4446780f1a552dc3dbb8a711d6c8ffa8ae65772d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 23 23:41:07 2007 +0000

    Remove deprecated boolean
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2066 30ef787d-52ff-0310-b286-e08351bb7647

commit 9b457226691fafa08a019c1a4ace958b178a0d05
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 23 23:35:56 2007 +0000

    Repair low gravity shoot key management
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2065 30ef787d-52ff-0310-b286-e08351bb7647

commit 79ad06eea1cc8c97f16a4a407504cac387723e4b
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 23 23:20:07 2007 +0000

     Repair blowtorch shoot key management (mostly same code as submachine gun and airhammer) BUT turn does not end and
    allows to change weapon although m_can_change_weapon is set to false !?!
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2064 30ef787d-52ff-0310-b286-e08351bb7647

commit 70f8084de4721b249627bd9c58fed6a626694e0f
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 23 22:29:23 2007 +0000

    Repair airhammer shoot key management (mostly same code as submachine gun)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2063 30ef787d-52ff-0310-b286-e08351bb7647

commit 5f1cd4d853fa571579373172ab16b06597bb271d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 23 22:18:08 2007 +0000

    Repair submachine gun shoot key management
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2062 30ef787d-52ff-0310-b286-e08351bb7647

commit f25d9a935c957e6d74b8b367c09f2d19910af15a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 23 21:59:36 2007 +0000

    SHOOT Key is now managed entirely managed by keyboard and (of course) weapon
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2061 30ef787d-52ff-0310-b286-e08351bb7647

commit 471cb08f7fffed34925b1481254e105139d91781
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 23 20:46:48 2007 +0000

    Remove useless actions
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2059 30ef787d-52ff-0310-b286-e08351bb7647

commit 09c755c5406e43f24d3429d22354ddb157940f76
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 23 20:46:04 2007 +0000

    Check character is alive before moving
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2058 30ef787d-52ff-0310-b286-e08351bb7647

commit f6052c1424ae24c35efd4a7424536a1d5306b843
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 23 20:34:47 2007 +0000

    Update turkish translation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2057 30ef787d-52ff-0310-b286-e08351bb7647

commit 8e49bbde7d6f1bfdd22525333c25a694a820a19f
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 23 18:29:45 2007 +0000

    Fix 2 typos :/
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2056 30ef787d-52ff-0310-b286-e08351bb7647

commit 980dc28fbc75d65f774387c4f9c85fcb6fc59409
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 23 18:07:49 2007 +0000

    Scripts to draw graphs from connections logs
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2055 30ef787d-52ff-0310-b286-e08351bb7647

commit 0c20e16cb20dcee058dc2e3527f76efb4b718490
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 23 08:31:23 2007 +0000

    Fix compilation.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2054 30ef787d-52ff-0310-b286-e08351bb7647

commit b797f08e344c1b1714b655946254697de2ffed12
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 22 23:19:08 2007 +0000

    Continue to clean the input management.
    - replace Action_t by Key_t for input management
    - character is no more dependent of keyboard
    
    WARNING: It should break nearly all the weapons that need special keys management
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2053 30ef787d-52ff-0310-b286-e08351bb7647

commit 43bd7e2bf4b6175c1d25c4764fa74d5f60f994b5
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 22 15:12:21 2007 +0000

    Add ObjBox to the compilation with autotools
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2052 30ef787d-52ff-0310-b286-e08351bb7647

commit 86322e089cb4d2c5b6c3e2d3d660d45308755ccc
Author: robo210 <robo210 at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 21 23:59:36 2007 +0000

    Finish refactoring out the duplicate code between bonus box and medkit.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2051 30ef787d-52ff-0310-b286-e08351bb7647

commit 15ee3136c0c92b8adbaca37b212b1d678898fb80
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 21 18:33:26 2007 +0000

    only freefonts
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2049 30ef787d-52ff-0310-b286-e08351bb7647

commit e93d6914496d86dcc25eec522b25eae77734394a
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 21 18:32:58 2007 +0000

         remove the Apply methose of config. It was a nonsens.
         Now any component uses the config object to initialise
         itself and does not rely on an extern call.
         node that what I just said is not totally correct because
         some objects still have an "Init" methode....
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2048 30ef787d-52ff-0310-b286-e08351bb7647

commit dcb50fb0d91fcd475961f15fa44de3de233f690b
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 21 17:52:11 2007 +0000

         make the end of the party possible to happen
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2047 30ef787d-52ff-0310-b286-e08351bb7647

commit 359fd20c3d4565944712a7b95658f3befd6f3bef
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 21 16:38:46 2007 +0000

    Fix last commit :/
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2046 30ef787d-52ff-0310-b286-e08351bb7647

commit e6ab29c6ffc4e91e031ca896eed6ee3702e87104
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 21 16:37:18 2007 +0000

    Correct stat format
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2045 30ef787d-52ff-0310-b286-e08351bb7647

commit f43813e4e8c4560bd9669026a4f4a04e9fcbbe66
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 21 16:30:49 2007 +0000

    Correctly default values of string config options
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2044 30ef787d-52ff-0310-b286-e08351bb7647

commit 0aec8e30bc40a5f91234d8968b55bee736858c60
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 21 16:19:34 2007 +0000

    Less verbose debug output
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2043 30ef787d-52ff-0310-b286-e08351bb7647

commit bde6de12aa64ab4a4978ba1aee802afd249a4851
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 21 16:03:15 2007 +0000

    Log statistics about number of connections
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2042 30ef787d-52ff-0310-b286-e08351bb7647

commit d78bb985827ddd0a33061945f53ca8086be5c354
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 21 14:59:26 2007 +0000

         wrap to 80 columns
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2041 30ef787d-52ff-0310-b286-e08351bb7647

commit a4a394cdab70eff0f8d6708d8783eeac7f05a11a
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 21 14:10:11 2007 +0000

    Add an option to set the chroot/working directory
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2040 30ef787d-52ff-0310-b286-e08351bb7647

commit 993042d921bfddd8d7059c9e30901e896a0a8191
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 21 11:08:23 2007 +0000

         remove (hopefully) useless lines
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2039 30ef787d-52ff-0310-b286-e08351bb7647

commit 12ba2db7fd16e203f447ed5bb04084c4d9dd0abd
Author: robo210 <robo210 at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 21 06:27:44 2007 +0000

    Add files that didn't make it in the previous commit. Oops.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2038 30ef787d-52ff-0310-b286-e08351bb7647

commit 41b09e1292aad205d1d588c0672992b3959c6bd5
Author: robo210 <robo210 at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 21 06:25:18 2007 +0000

    Introducing medkits (energy in a box).
    Medkits are modified bonus boxes, part two will make a generic box
    class.
    Fixed a bug with dropping bonus boxes.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2037 30ef787d-52ff-0310-b286-e08351bb7647

commit 1314767f504db7005dcdecd6664503801d43e8ba
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 21 00:53:10 2007 +0000

    Fix previous commit : give less privileges to the server part..
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2036 30ef787d-52ff-0310-b286-e08351bb7647

commit 35310660ab2fed0c5c1c9b956f379803b54d3b97
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 21 00:49:33 2007 +0000

    Give less privilege to the server part
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2035 30ef787d-52ff-0310-b286-e08351bb7647

commit 48e3ffe9fb8fb6a68b5a1289e89f2d28f0183b69
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 21 00:48:12 2007 +0000

    Keep libcurl calls out of the chroot
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2034 30ef787d-52ff-0310-b286-e08351bb7647

commit 565961f34288a9a3d739eca06ca05ae9c96e43bd
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 20 22:26:01 2007 +0000

    Timeout connections to index servers
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2033 30ef787d-52ff-0310-b286-e08351bb7647

commit 23709de39f0f39c5749269fc904703f898b9cbd6
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 20 18:34:22 2007 +0000

    Contact other servers every hours
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2032 30ef787d-52ff-0310-b286-e08351bb7647

commit 64583c336a56088e086c394bd841e10b09c2d2f5
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 20 16:08:20 2007 +0000

    better ill bubble
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2029 30ef787d-52ff-0310-b286-e08351bb7647

commit ea1a150a79093ae469e1dcbd7aa8a47926cb7512
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 20 14:58:00 2007 +0000

    Fix bug 8310 - Repair display of Listbox with label
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2027 30ef787d-52ff-0310-b286-e08351bb7647

commit 6ce215f71b810347dbabe88b5f141a0479866bea
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 20 14:18:19 2007 +0000

    Begin to clean input management (file forgotten in last commit)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2026 30ef787d-52ff-0310-b286-e08351bb7647

commit 05d1c1973ed54602d79bc9419899e935097f90f1
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 20 14:16:29 2007 +0000

    Begin to clean input management
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2025 30ef787d-52ff-0310-b286-e08351bb7647

commit e4d7d22b4aab01eb9f4ec1215ed82982d781b187
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 20 14:14:45 2007 +0000

    remove some dead code
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2024 30ef787d-52ff-0310-b286-e08351bb7647

commit 8fdc094cccb61304360afa9055bb1bf8c574b354
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 20 13:56:01 2007 +0000

    No pause at the beginning of the game!
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2022 30ef787d-52ff-0310-b286-e08351bb7647

commit 02c8845e1218ea483a2e1b20a95ed2cef73bbdd5
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 20 13:46:59 2007 +0000

    Fix bug 8303 about unworking pause
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2019 30ef787d-52ff-0310-b286-e08351bb7647

commit 1080a91e8593eada506499b151ac41a5b23533a5
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 19 22:16:00 2007 +0000

    Fix bug bug #7835.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2018 30ef787d-52ff-0310-b286-e08351bb7647

commit eb8cc33edf24350f8a2b94cc1c3fae361abd5c92
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 19 21:06:16 2007 +0000

    Fix cmake caching from previous commit.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2017 30ef787d-52ff-0310-b286-e08351bb7647

commit 4fc78eb1d7099c458d1b7cdb1317ad96d09898dd
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 19 20:53:49 2007 +0000

    CMake: Cache install prefix and build type.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2016 30ef787d-52ff-0310-b286-e08351bb7647

commit c296ea32919fcc98cebb639ad1fba3c7e7f25702
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 19 19:27:23 2007 +0000

    Integrating new background in credit menu.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2013 30ef787d-52ff-0310-b286-e08351bb7647

commit 686529261d4edd8b894e790e294676341142c9cf
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 19 19:09:51 2007 +0000

    better graphism
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2012 30ef787d-52ff-0310-b286-e08351bb7647

commit 73b551d3dfe52ac74588d56c5c9665feea95b145
Author: robo210 <robo210 at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 18 23:11:26 2007 +0000

    Update the man page with some new controls, rearrange them more
    logically.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2011 30ef787d-52ff-0310-b286-e08351bb7647

commit 5d71663e62d666877db5a404c28957542999f8b7
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 18 20:01:04 2007 +0000

    O.7.9 version
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2010 30ef787d-52ff-0310-b286-e08351bb7647

commit cf788b471b1a2c611435275c980ac8e27e641831
Author: robo210 <robo210 at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 18 19:43:22 2007 +0000

    Fix the bonus box code to never hand out a weapon that already has
    infinite ammo.
    Fix a bug where only one bonus box ever appeared per game.
    Assign probabilities to each weapon to appear in a bonus box.
    Make the bonus box contents and life_points configurable via XML.
    Other minor code cleanups in bonus box.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2009 30ef787d-52ff-0310-b286-e08351bb7647

commit ca6db2c1c765de447d978d96ab5f8527188ed020
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 18 18:32:03 2007 +0000

    Updating translations
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2008 30ef787d-52ff-0310-b286-e08351bb7647

commit 4fe07b3c2d6080caa28b399183dc928e8a5aa7b7
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 18 17:52:53 2007 +0000

    Fix building of bosnian translation
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2007 30ef787d-52ff-0310-b286-e08351bb7647

commit 95f48b15cd6a74e18024ef097578a5187bc72172
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 18 17:43:38 2007 +0000

    Updating translation from abra185 ?
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2006 30ef787d-52ff-0310-b286-e08351bb7647

commit 6dc763b6fac83ce64f95026564a2f8734d1488b3
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 18 17:31:58 2007 +0000

    Move scripts related to translation for scripts to trunk/tools
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2004 30ef787d-52ff-0310-b286-e08351bb7647

commit 9538a6e62f184af448f2923eda19bf94e588476e
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 18 14:36:28 2007 +0000

    updated bosnian translation
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2003 30ef787d-52ff-0310-b286-e08351bb7647

commit 26da637c4bbe0f6ce111a9b487a7725d75f71850
Author: progs <progs at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 18 14:02:59 2007 +0000

    update from yeKcim
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2002 30ef787d-52ff-0310-b286-e08351bb7647

commit 9c0f42eb178a47bb1d4677b0db5c9254a1fb292c
Author: progs <progs at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 18 13:01:23 2007 +0000

    correction of a format error
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2001 30ef787d-52ff-0310-b286-e08351bb7647

commit 5e9b40758a51341702dde5fdf935ea8b1757fec7
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 18 09:26:56 2007 +0000

    Update German translation. REVISION 2000svn diffsvn diff! :D
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@2000 30ef787d-52ff-0310-b286-e08351bb7647

commit d8c4b3996e737768565cc04a1e08a15c0f71f7e1
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 18 09:24:27 2007 +0000

    Test new CIA-Bot. ;)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1999 30ef787d-52ff-0310-b286-e08351bb7647

commit 5ade01783fdbb1f1967f6a92c0c68838fd643b7c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 18 07:07:01 2007 +0000

    Small optimization of list_box
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1998 30ef787d-52ff-0310-b286-e08351bb7647

commit cd2524461668cb5f0c4d6b81eafc8fa93e1cc7c4
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 17 23:03:14 2007 +0000

    Use different text size for credits
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1997 30ef787d-52ff-0310-b286-e08351bb7647

commit eb21d92f18d88b3b21015212eff4b04f6854d25f
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 17 23:02:38 2007 +0000

    Listbox now support differents font size for labels
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1996 30ef787d-52ff-0310-b286-e08351bb7647

commit 00364a473a2896b04252e5acb9b400deeb7d30e7
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 17 21:28:43 2007 +0000

    Fixing french translation.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1995 30ef787d-52ff-0310-b286-e08351bb7647

commit 75a08069331054a90d033ba677ac560889bce53c
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 17 21:26:00 2007 +0000

    Fix the layout of the result menu in french.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1994 30ef787d-52ff-0310-b286-e08351bb7647

commit 4ee8dfb6aa0e4868338e35c06e1dfdc2734a134d
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 17 21:10:09 2007 +0000

    Updating French traduction : 0.7.9 version is coming ! Need the same for all the other languages
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1993 30ef787d-52ff-0310-b286-e08351bb7647

commit 77bd58411b6b7b3361761c951ad911b7ec50debc
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 17 20:39:07 2007 +0000

    Adding 0.7.9 to valid version of Wormux.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1992 30ef787d-52ff-0310-b286-e08351bb7647

commit a46074ec53703cd2e2800af61527f89201de024a
Author: progs <progs at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 17 19:05:14 2007 +0000

    Correct a bug, now we load *all* profiles (music and effects) when only one of them is active
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1991 30ef787d-52ff-0310-b286-e08351bb7647

commit 1d43e58ada69fbf620b90ba117a89e3089393f0a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 17 18:40:15 2007 +0000

    Different colors on listbox! (Used on credits menu which is still pretty awful)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1989 30ef787d-52ff-0310-b286-e08351bb7647

commit 4038cb6235322a66f16f0ddbb9c3594e96b7d727
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 16 19:53:21 2007 +0000

    Add missing sound samples for music with cmake.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1987 30ef787d-52ff-0310-b286-e08351bb7647

commit 207830323f79c5c271fb4ba266feb8c04f8c36d7
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 16 19:37:23 2007 +0000

    Removing uneeded Point2i attribut in DrawBackground().
    Fixing the result menu (need full refresh when switching between player). Fix bug #8270 (Summary at the end of the game is buggy).
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1986 30ef787d-52ff-0310-b286-e08351bb7647

commit ea9286c8d48fd280d1196c48c1f6b8212dd32989
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 16 18:53:29 2007 +0000

    Fixing autotools compilation on Mandriva 2007 with gcc v4.1 (use -fno-strict-aliasing flag). Without this flag, network.cpp failed to compile on line 412 (prt = SDLNet_Read16(&ip.port))
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1985 30ef787d-52ff-0310-b286-e08351bb7647

commit 8feaee463af1168defc43ad5a4d961adf7feac03
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 16 18:35:12 2007 +0000

    Fixing cmake compilation.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1984 30ef787d-52ff-0310-b286-e08351bb7647

commit 3e388774c7d2fa65d50111dd51005819022924bd
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 16 18:32:02 2007 +0000

    better background_network.png (no worm), better loading.png (free font)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1983 30ef787d-52ff-0310-b286-e08351bb7647

commit 8ce29588f09d5a08642627cca1014721ad470f82
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 16 18:30:58 2007 +0000

    better pause and quit screens (no flat mountain on left)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1982 30ef787d-52ff-0310-b286-e08351bb7647

commit ca830bed94910296a29f4f21336c19e5e4f02e84
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 16 10:43:56 2007 +0000

    Fix cursor displayed when weapon menu is displayed
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1981 30ef787d-52ff-0310-b286-e08351bb7647

commit a10b33e1c3d6a193dd10e8ee3a7ea4444bc99631
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 15 20:16:07 2007 +0000

    Send correct port number to index server
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1980 30ef787d-52ff-0310-b286-e08351bb7647

commit e51b651bb7e4b03b4e03d037b8875bc5ff190ec8
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 15 18:50:22 2007 +0000

    new menu data
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1979 30ef787d-52ff-0310-b286-e08351bb7647

commit 0c33d4d32d13024956f3b945548bd5b27cd8473c
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 15 18:49:08 2007 +0000

    new main menu
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1978 30ef787d-52ff-0310-b286-e08351bb7647

commit 23af790d39f9621fe162583fcc0940ece415239f
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 14 17:31:01 2007 +0000

    Fix bad port problem on win32
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1977 30ef787d-52ff-0310-b286-e08351bb7647

commit ad5e4a26e9291782df1e5e873de8441b3010966e
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 13 12:04:46 2007 +0000

    Continuing with bonus box : first space press to drop the parachute, second space to stop following the bonus box.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1976 30ef787d-52ff-0310-b286-e08351bb7647

commit 4cb627fb987430bc7a73db5a17eb3a6ee0f2886e
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 13 00:41:44 2007 +0000

    little modifications on graphism
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1975 30ef787d-52ff-0310-b286-e08351bb7647

commit d176680500bf09e6c4a760d8f5b465275f02652f
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 13 00:31:04 2007 +0000

    Remove unused images
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1974 30ef787d-52ff-0310-b286-e08351bb7647

commit 7ab8b8595c452a35f5c95332484e9e526743b415
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 13 00:14:23 2007 +0000

    remove old file
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1973 30ef787d-52ff-0310-b286-e08351bb7647

commit 4ea0106ad2723931ac0f75272e44709266e3f20a
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 13 00:06:57 2007 +0000

    better pointer
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1972 30ef787d-52ff-0310-b286-e08351bb7647

commit 5a10507c6b5542e0028456eddbf87dad742338c7
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 12 23:58:15 2007 +0000

    arrow have now same look than interface
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1971 30ef787d-52ff-0310-b286-e08351bb7647

commit 3b537906122cb278fcc0f34599802e965a3fe699
Author: progs <progs at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 12 22:06:32 2007 +0000

    Update of credits presentation. Use an other format for authors.xml file
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1970 30ef787d-52ff-0310-b286-e08351bb7647

commit 216ad44b9ca2b9ddd65b30a6f6ab9cbb5c925b3d
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 12 21:33:56 2007 +0000

    better baz_cible
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1969 30ef787d-52ff-0310-b286-e08351bb7647

commit ddccc93341e55c4d807330f849cfc348631e6d50
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 12 07:42:18 2007 +0000

    Add music from Olivier Militon in the menu ! :)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1965 30ef787d-52ff-0310-b286-e08351bb7647

commit 8a5bc8f193edb0e1bae7589b9d782d43aa30a33a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 12 07:25:32 2007 +0000

    Fix encoding of xml file
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1964 30ef787d-52ff-0310-b286-e08351bb7647

commit 58e0d33a34c32e3ef881ec5a22722adce3ba141b
Author: progs <progs at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 12 02:31:43 2007 +0000

    Use a playlist system to support musics. Actually there are two playlists: menu and ingame. You can see documentation in the jukebox.h header.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1963 30ef787d-52ff-0310-b286-e08351bb7647

commit d72e898e626884b49eea00bf8a7de9705558fe7b
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 11 20:42:49 2007 +0000

    New mouse cursor for Air Attack!
    
    TODO : Use the left hand when the active playing is watching on the right
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1962 30ef787d-52ff-0310-b286-e08351bb7647

commit 7f3a65e3844e090e3b1652da301bdb365af0d610
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 11 20:36:52 2007 +0000

    Fix display of target of automatic bazooka
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1961 30ef787d-52ff-0310-b286-e08351bb7647

commit 9d7a647d56e6fad8a6eb5937dfb250f3a97c9f48
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 11 20:23:45 2007 +0000

    New mouse cursor for teleportation :)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1960 30ef787d-52ff-0310-b286-e08351bb7647

commit 7bb96f8bce3f64a749b0328ebe864d10a5a7dd0d
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 11 20:21:00 2007 +0000

    Fix Win32 build (replace unix endian function, by SDL equivalent)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1959 30ef787d-52ff-0310-b286-e08351bb7647

commit 67a95e2efce4500cd5934e3e9ef6cd355df3d9a3
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 11 17:34:11 2007 +0000

    Remove really old file !
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1958 30ef787d-52ff-0310-b286-e08351bb7647

commit 46a2664b0a82595456729d1494c34eb629c26615
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 10 20:16:42 2007 +0000

    A new field in PhysicalObj class : m_ignore_movements.
    If you want to ignore the movement of an object, you set it to true and the camera will not follow it and the game will not wait this object to be immobile before continuing.
    Other modifications : You can now drop the bonus box with space and not wait the box to hit the ground during a long long long boring time
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1957 30ef787d-52ff-0310-b286-e08351bb7647

commit 67f4cb474a39b0b5607f54397f8acdd17727627f
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 10 19:35:24 2007 +0000

    The camera does not follow anymore the plane after it released its bombs (see task #4133)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1956 30ef787d-52ff-0310-b286-e08351bb7647

commit 8aec546c7929d1263b1a3aa9edacbf806f1ff343
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 9 23:08:43 2007 +0000

    Begin to change ai stupid engine organization - no visible changes for players
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1955 30ef787d-52ff-0310-b286-e08351bb7647

commit 7f6d8b0691adf4840857929247decb7643ffa622
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 9 23:07:04 2007 +0000

    Add operators > and < in template class Vector2 (used by Point2i)
    It allows it to add Point2i in std::set.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1954 30ef787d-52ff-0310-b286-e08351bb7647

commit 8ae47b6931c2d9efc602c4f0dec35b3ded68901d
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 9 21:27:17 2007 +0000

    Remove some local files i have added in the last commit accidently. ;)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1953 30ef787d-52ff-0310-b286-e08351bb7647

commit 70932209cca07f582b18293a5fb53904f0492f35
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 9 21:25:34 2007 +0000

    Added new files to cmake.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1952 30ef787d-52ff-0310-b286-e08351bb7647

commit 7aa014d793247f7e21cd36ab701da005fa9c1c6e
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 8 18:57:51 2007 +0000

    Ask directly the class Map to know if the map is closed or not
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1951 30ef787d-52ff-0310-b286-e08351bb7647

commit 2af1b6d8ae38bdafd3cf89cea883643452e70be6
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 8 18:56:43 2007 +0000

    Remove methods GetExterieurMondeVide and SetExterieurMondeVide. What does it do in class Config ???
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1950 30ef787d-52ff-0310-b286-e08351bb7647

commit a2ea6cd1f1eb2aa0c17f9241cffb445a72588ead
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 8 18:55:27 2007 +0000

    Translate IsOuvert to IsOpen
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1949 30ef787d-52ff-0310-b286-e08351bb7647

commit 307cde989acdfaa44580e1595b317dd10bf12c5a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 8 18:53:45 2007 +0000

    Write error messages in red !
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1948 30ef787d-52ff-0310-b286-e08351bb7647

commit f2c739046b4c2bab8ad806e22a35e879bbdf794e
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 8 18:52:35 2007 +0000

    Add support for writing text in color on MsgBox
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1947 30ef787d-52ff-0310-b286-e08351bb7647

commit 963cf9c3399adcf87267b8ffeb2dc632cc9b310a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 8 18:51:10 2007 +0000

    Add some const keywords
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1946 30ef787d-52ff-0310-b286-e08351bb7647

commit e799c99992abc584c1efa24989f8555d46d59938
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 8 18:49:41 2007 +0000

    Add support for writing comments in XML file
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1945 30ef787d-52ff-0310-b286-e08351bb7647

commit 3862147a531972c73636d32d4bcff27bb83d46b4
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 8 18:49:05 2007 +0000

    Disable bonus box on closed map
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1944 30ef787d-52ff-0310-b286-e08351bb7647

commit 9b13bac8b01ecfe048acc2d30b99c67053edd030
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 7 17:39:15 2007 +0000

    some interface modifications
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1943 30ef787d-52ff-0310-b286-e08351bb7647

commit f132336ca68e64628790df428a6933e7c5f995cf
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 7 17:24:04 2007 +0000

    little cursors
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1942 30ef787d-52ff-0310-b286-e08351bb7647

commit 38650fa0f7d399233468c1bb61978a8f803ed018
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 7 14:44:47 2007 +0000

    better cursors shadows
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1941 30ef787d-52ff-0310-b286-e08351bb7647

commit 7f852cd5ea97ce1fdfc906fc2ee877847f0251a5
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 7 11:23:37 2007 +0000

    Setting bonus box air resist factor to 1 when drowned.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1940 30ef787d-52ff-0310-b286-e08351bb7647

commit 761b244d6403f8339da7ada28c5fba118f7ebea2
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 6 18:08:40 2007 +0000

    Detection of all object by the mine (see task #3615).
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1939 30ef787d-52ff-0310-b286-e08351bb7647

commit ec33a4be667885e7e97bebb40d97425122536345
Author: progs <progs at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 6 11:54:19 2007 +0000

    Rajout de tests lors du lancement d'une partie multijoueur
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1938 30ef787d-52ff-0310-b286-e08351bb7647

commit abb85cc0110afffdd116d02040843c36a5babae0
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 6 11:50:04 2007 +0000

    Fix bug 7057 about ground particles and airhammer.
    
    The bug was due to a stupid call of IsOutsideWorld(GetPosition()) instead of IsOutsideWorldXY(GetPosition()).
    Small clean of API of physical_obj
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1937 30ef787d-52ff-0310-b286-e08351bb7647

commit ddb231d30ef81a4b483a04b7d97d04f0aa4feb56
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 5 22:40:07 2007 +0000

    Not use all CPU when asking something to the user !!
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1936 30ef787d-52ff-0310-b286-e08351bb7647

commit 677843c22d16ab05daf004d1a5ba9c45eb77a037
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 5 22:22:41 2007 +0000

    Small diff on class question. Now it uses class Text with multilines managements
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1935 30ef787d-52ff-0310-b286-e08351bb7647

commit 53714092bb6298c849e2856fa431f4d52268dd1e
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 5 22:03:26 2007 +0000

    Authorize 0.7.9rc2 clients to connect
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1934 30ef787d-52ff-0310-b286-e08351bb7647

commit 1700bd05d6e4a8cbbb4696fd7e8fd8632c1e7105
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 5 20:57:51 2007 +0000

    Use the new movement cursor made by yeKcim :)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1933 30ef787d-52ff-0310-b286-e08351bb7647

commit bee98371b39303b7ab0d9e284281bbbc9ad60550
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 5 18:15:10 2007 +0000

    More work on the camera to improve it.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1932 30ef787d-52ff-0310-b286-e08351bb7647

commit 3b6f2fa929f727ab30fdf052db9ea687fae5cbda
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 5 18:10:00 2007 +0000

    New cursors by yeKcim.
    
    Currently, they are not all used and the shadow is not working properly, it's work in progress
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1931 30ef787d-52ff-0310-b286-e08351bb7647

commit 2376e0e963037b5628ec688482d7471078a2705f
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 2 16:31:43 2007 +0000

    Fix surface width of multilines text allowing to center it correctly
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1930 30ef787d-52ff-0310-b286-e08351bb7647

commit c38eac8b4c4ee0f85ddce8d20be81924b45cf59a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 2 16:20:42 2007 +0000

    Using clic or mouse wheel on tap of network connection action allows to change it
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1929 30ef787d-52ff-0310-b286-e08351bb7647

commit 69ce07d5d784c20ae1e690921900866e65eeffee
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 2 16:19:21 2007 +0000

    Fix size of text in MsgBox (take care of margin)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1928 30ef787d-52ff-0310-b286-e08351bb7647

commit fec31e76d7d346f680b3d87d1b9a724b558e2201
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 1 21:20:16 2007 +0000

    anvil got lost along the way, so put it back so you start the game with 1 anvil
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1927 30ef787d-52ff-0310-b286-e08351bb7647

commit 8c5028b6ff91964a5bc43b0beb4545e088911416
Author: wrtlprnft <wrtlprnft at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 1 17:52:50 2007 +0000

    make run and make debug now work with cmake, too
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1926 30ef787d-52ff-0310-b286-e08351bb7647

commit 75533b8fcb2e2abcabc729c852739a51eb0a147b
Author: wrtlprnft <wrtlprnft at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 1 11:42:45 2007 +0000

    The hallelujah sound of the disco grenade (to be replaced by something else) is now timed correctly, even if the player changed the explosion delay.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1925 30ef787d-52ff-0310-b286-e08351bb7647

commit d840b2ad74ddda0fad37eb62716621e2a3aefcf6
Author: wrtlprnft <wrtlprnft at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 1 02:35:28 2007 +0000

    - The time the automatic bazooka flies dumbly before seeking its target can now be changed by the player like the time until a grenade explodes
    - Bazookas and automatic bazookas now stop emitting smoke when they drown and face straight down
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1924 30ef787d-52ff-0310-b286-e08351bb7647

commit 7e54c0f4f83182e6fa0e705dbfdf890a0182a205
Author: wrtlprnft <wrtlprnft at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 1 00:59:10 2007 +0000

    - Allowing more text editing, you can now move the cursor with the cursor keys.
    - Made TextBox utf-8 aware, you can enter and edit text without risking to “destroy” the text.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1923 30ef787d-52ff-0310-b286-e08351bb7647

commit 966f6d9543a5b35ab10f81671452eb717631c402
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 31 22:22:56 2006 +0000

    Little clean-up :P
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1922 30ef787d-52ff-0310-b286-e08351bb7647

commit 20b9fe83726873312bd1f7934c50156199d2e2fd
Author: wrtlprnft <wrtlprnft at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 31 22:12:34 2006 +0000

    Robo210's patch to have bonus boxes appear more than once a match.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1921 30ef787d-52ff-0310-b286-e08351bb7647

commit 27accb779333da7d35982a83c80e62b3bb118a23
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 31 21:33:39 2006 +0000

    Switch version to 0.7.9rc2
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1920 30ef787d-52ff-0310-b286-e08351bb7647

commit 411d62cffa1de8ce5636158390171259b7be1300
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 31 17:11:30 2006 +0000

    Fix bottom part of network game menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1919 30ef787d-52ff-0310-b286-e08351bb7647

commit 25b904bed7f31888697e708ee847048c30fe12b2
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 31 09:17:28 2006 +0000

    Fix compilation on Mac
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1918 30ef787d-52ff-0310-b286-e08351bb7647

commit afced78b9b401ca29d1160259e2bfcad64f88adc
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 30 06:55:25 2006 +0000

    Fix cmake compilation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1917 30ef787d-52ff-0310-b286-e08351bb7647

commit 3f48711140b33309733824da992f85b4f01116ac
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 29 20:35:09 2006 +0000

    Automatic updates of translations after lot of changes in menus
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1916 30ef787d-52ff-0310-b286-e08351bb7647

commit bf947f8a8d5c42686a6aabbd2b8693fe1da9c2f8
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 29 20:31:56 2006 +0000

    Updating Makefile for new network menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1915 30ef787d-52ff-0310-b286-e08351bb7647

commit eaf938ec0db1e417c85fb8b58e78ae59447e4688
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 29 20:04:23 2006 +0000

    Updating makefile
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1914 30ef787d-52ff-0310-b286-e08351bb7647

commit 689527a838a31ca98891e07c8f7ee5e05ed68650
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 29 20:02:50 2006 +0000

    Changes to be aware of new way of selecting teams in network game menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1913 30ef787d-52ff-0310-b286-e08351bb7647

commit fcd38811678586649e3e9adb78bc9e3c3b513464
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 29 20:00:23 2006 +0000

    New way of selecting players in network menu!!
    Share code between network game menu and solo game menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1912 30ef787d-52ff-0310-b286-e08351bb7647

commit b14e60b033905437589843b26e79cbef818fbaaa
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 29 19:59:14 2006 +0000

    Minor changes due to listbox API update
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1911 30ef787d-52ff-0310-b286-e08351bb7647

commit af02467341e759a026e0b91717c183dcd6c35ccc
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 29 19:57:39 2006 +0000

    New network connection menu! Thanks yeKcim for giving me idea of a clearer menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1910 30ef787d-52ff-0310-b286-e08351bb7647

commit 51cf1d689eb53146e13276c27acc80a7831b2896
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 29 19:56:02 2006 +0000

    Minor changes due to widgets_list API update
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1909 30ef787d-52ff-0310-b286-e08351bb7647

commit aa1cbebffa7664fc6ada6da74913a4d8fba2c0bb
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 29 19:55:14 2006 +0000

    Const, const, const, const, ...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1908 30ef787d-52ff-0310-b286-e08351bb7647

commit 5495c3de89a46b55899b01225dfe9c01c65b2eb2
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 29 19:54:11 2006 +0000

    Const is good for weapon too :-)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1907 30ef787d-52ff-0310-b286-e08351bb7647

commit 319ed390689b8143c75a19b382568459d1cea606
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 29 19:53:22 2006 +0000

    Const keywork, and multilines text management for some widgets
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1906 30ef787d-52ff-0310-b286-e08351bb7647

commit e0834cf01fc0096d423d23a38b7dce8a224cfbcf
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 29 19:51:34 2006 +0000

    Allows to hide some widget (usefull in Network connection menu)
    Add const keyword
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1905 30ef787d-52ff-0310-b286-e08351bb7647

commit 7dd3599854dbf79f88823c0303f3230f50d4cef0
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 29 19:49:54 2006 +0000

    Add const keyword for method Draw
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1904 30ef787d-52ff-0310-b286-e08351bb7647

commit 4c8b51a711ea21939e6b36a4533a519d59d7b531
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 29 19:47:36 2006 +0000

    Messages box now takes care of multilines text !
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1903 30ef787d-52ff-0310-b286-e08351bb7647

commit 57847da96e8306b06e721cb7862a9ff52d9503c6
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 29 19:45:45 2006 +0000

    const is good Surface methods!
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1902 30ef787d-52ff-0310-b286-e08351bb7647

commit 9a8c5d1c9a142a220b7ce4e8fff67e0e76c57406
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 29 19:44:35 2006 +0000

    Multilines text !! It is cut on space if it is too long :-)
    "const" is good for Text methods
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1901 30ef787d-52ff-0310-b286-e08351bb7647

commit fcc48c45d4844e41e8a6296cfe0875e18f795a02
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Dec 25 16:14:51 2006 +0000

    Fix a missed assertion, when the gnu/polecat was going out of the map when being drown
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1900 30ef787d-52ff-0310-b286-e08351bb7647

commit a7fea09059c95a3f3c4649f73f2f2673df8ea5e4
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Dec 25 13:49:58 2006 +0000

    Remove the pseudo map generator
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1898 30ef787d-52ff-0310-b286-e08351bb7647

commit 60515f1661cd3f31de51ae67967a57daae8b2e74
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 23 23:11:37 2006 +0000

    Another file that was still in Makefile.am
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1897 30ef787d-52ff-0310-b286-e08351bb7647

commit 0352cb2c8c2bce38eeb0744e790706eaf496f37f
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 23 22:56:26 2006 +0000

    Fix compilation with autotools.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1896 30ef787d-52ff-0310-b286-e08351bb7647

commit b6eeeb1cff825ee821b3efba9b340e21323d63fc
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 23 13:41:15 2006 +0000

    Use right explosion sound
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1895 30ef787d-52ff-0310-b286-e08351bb7647

commit d140b13e2f079af7c04257e47f6da080747c2bbf
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 23 13:19:10 2006 +0000

    More endianness nightmares..
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1894 30ef787d-52ff-0310-b286-e08351bb7647

commit 2703392d9b0b88836c2390beb11dd42678d87dc7
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 23 13:13:27 2006 +0000

    Use correct endianness for connection port
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1893 30ef787d-52ff-0310-b286-e08351bb7647

commit 09ad2e2da93c985f48416c9a47a1b3c04347649b
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 23 13:02:49 2006 +0000

    Fix internet-menu connection.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1892 30ef787d-52ff-0310-b286-e08351bb7647

commit d52fd08b63cd76b3ee12b42d33bd36558d654e6c
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 23 12:14:47 2006 +0000

    Store port number in network.ip
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1891 30ef787d-52ff-0310-b286-e08351bb7647

commit 4dc8e1f15fe36312790986454f9e463fdb5f764d
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 23 11:56:11 2006 +0000

    Fix last commit :'(
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1890 30ef787d-52ff-0310-b286-e08351bb7647

commit 897d1041b3038a176282f0890ff5e9a831a7e03e
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 23 11:51:11 2006 +0000

    Display correctly unresovled address in internet menu
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1889 30ef787d-52ff-0310-b286-e08351bb7647

commit e4f4a3f0a1189145f5e77099fd741497d63c8281
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 23 08:59:46 2006 +0000

    Allow connections from a "0.7.9rc1" version
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1888 30ef787d-52ff-0310-b286-e08351bb7647

commit 231f5d5b6f6358906093bd0e54ad3fdf70dcdada
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 23 00:56:57 2006 +0000

    Updated German translation.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1887 30ef787d-52ff-0310-b286-e08351bb7647

commit 9d02e48218c16ad2475158eefe0ad0261fed0b4b
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 23 00:49:39 2006 +0000

    Added non-default port handling to index_server and internet_menu (server list).
    
    This needs testing (though it should work theoretically ;-) ).
    Couldn't test it yet, because main index-server was offline.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1886 30ef787d-52ff-0310-b286-e08351bb7647

commit ee0382f0ee57c0adfbfdc73549847091d0722d8d
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 22 23:42:51 2006 +0000

    Port number can now be changed in network_connection_menu for server and client.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1885 30ef787d-52ff-0310-b286-e08351bb7647

commit 23cfab7dfe94768778df2b947a09e31d032a6247
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 22 19:38:02 2006 +0000

    Enum.h is no longer in the repository
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1881 30ef787d-52ff-0310-b286-e08351bb7647

commit 732a99f043fed51b5b2e6c6eef7c0f21f1d3b9ba
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 22 00:25:09 2006 +0000

    Install riot bomb sound with cmake.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1879 30ef787d-52ff-0310-b286-e08351bb7647

commit 637ff5d31421ed5fee74a184b064996fec100a90
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 22 00:10:20 2006 +0000

    Fix a bug in main menu. Don't display network menu if clicking on background.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1878 30ef787d-52ff-0310-b286-e08351bb7647

commit f2a1a9a0abee7d9879d04c37729e9d7e91445253
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 21 23:58:45 2006 +0000

    Hope to fix bug about pause and window focus
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1877 30ef787d-52ff-0310-b286-e08351bb7647

commit 38dd9a727af0cf24fce40554aae8bb07967b1332
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 21 23:48:13 2006 +0000

    Stay perfectly centered on character while using the jetpack.
    Master yeKcim will be pleased with this new feature.
    Also some little internationalisation of french code.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1876 30ef787d-52ff-0310-b286-e08351bb7647

commit 25e1cf1585cdb0b571a10d2468636d6dac26a6b8
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 21 22:55:43 2006 +0000

    Display mouse when in pause
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1875 30ef787d-52ff-0310-b286-e08351bb7647

commit 183fa986382af5c2a48558bb58f2d6bfdd1eaaff
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 21 22:50:06 2006 +0000

    Setting 0.7.9rc1 in cmake build system.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1874 30ef787d-52ff-0310-b286-e08351bb7647

commit 07f216f3cd900264107235427747eb955c65fd8a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 21 22:13:04 2006 +0000

    Set version to 0.7.9rc1 for Autotools
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1873 30ef787d-52ff-0310-b286-e08351bb7647

commit ac49fd7124fb35fb240577eff1cfabe07ce130cd
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 21 22:08:33 2006 +0000

    Add riot bomb explosion sound from Timo Horstschäfer
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1872 30ef787d-52ff-0310-b286-e08351bb7647

commit 2627647ef9f66e756e1a4daab2facec9b217d4b4
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 21 20:44:19 2006 +0000

    Fix bug #7753 (Team energy bar visible when the interface is hidden)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1871 30ef787d-52ff-0310-b286-e08351bb7647

commit f998e3c25c63af866c2b2f49a2082a0889017914
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 21 20:09:57 2006 +0000

    Forget to save the polecat position.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1870 30ef787d-52ff-0310-b286-e08351bb7647

commit 6feb650a1577ef3981eec2b2668c3ce172816ee4
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 21 20:06:51 2006 +0000

    Various enhancement in Wormux :
    - store barrel and bonus box explosion in XML.
    - adjust gnu, polecat and super tux initial position.
    - bullet are able to made damage to barrel.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1869 30ef787d-52ff-0310-b286-e08351bb7647

commit 15b903245cef9dd0e6f0ddf6e3d21bf5aff78473
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 21 20:02:45 2006 +0000

    Fix bug where tux explode on the active character when launching it.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1868 30ef787d-52ff-0310-b286-e08351bb7647

commit 8c301f26b8190db2b53b6e8e233a5392f30016c1
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 21 01:32:07 2006 +0000

    Oups forget to remove the FAST define.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1867 30ef787d-52ff-0310-b286-e08351bb7647

commit f6ea357b29e3fceadac8c22e1955c9130744a8ae
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 21 01:25:38 2006 +0000

    No bonus box explosion in SignalGhostState if life_points is not set to 0 or bellow.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1866 30ef787d-52ff-0310-b286-e08351bb7647

commit c5c37a26c59c01c8f27cbf8110a188d7457a381f
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 21 01:13:47 2006 +0000

    Bullet particles stay on the ground and add a little fade effect on it before being removed.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1865 30ef787d-52ff-0310-b286-e08351bb7647

commit ef1ac4743699f80725e7f89b835e413dfd3da206
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 21 00:56:42 2006 +0000

    Fix bug #7715 (infinite loop in Barrel and BonusBox while exploding). We don't use SignalGhostState instead of SignalDeath.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1864 30ef787d-52ff-0310-b286-e08351bb7647

commit 194d03ad588f4832d06842afca748bef2109788d
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Dec 20 00:14:08 2006 +0000

    Disable by default network menu. To reenable it go to ~/.wormux/config.xml and put 1 instead of 0 in this line :
      <network>
        <enable_network>0</enable_network>
      </network>
    Save and relaunch Wormux. Network menu is back :)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1863 30ef787d-52ff-0310-b286-e08351bb7647

commit f36da39a68e4a00479b6fbd3db637976da6bc6f9
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Dec 20 00:05:13 2006 +0000

    Fix a teleportation bug allowing to teleport using space keypress instead of mouse clic if another teleportation has
    already occured. It probably fixes bug  #7799.
    
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1862 30ef787d-52ff-0310-b286-e08351bb7647

commit 46bb19d403e27850c2417e7c1e527bcab82a7bdb
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Dec 19 23:27:36 2006 +0000

    Translating LitDocXml class to XmlReader.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1861 30ef787d-52ff-0310-b286-e08351bb7647

commit 63f7f9e01d194dd741d653d3093cb50bfa12e960
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Dec 19 23:05:44 2006 +0000

    Code translation in Camera
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1860 30ef787d-52ff-0310-b286-e08351bb7647

commit eb0a4db790db56b4cadd891223c1d4a289cca918
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Dec 19 22:29:41 2006 +0000

    Code translation...
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1859 30ef787d-52ff-0310-b286-e08351bb7647

commit f720ee710dbca4a7832e1b2ce5a5e456237dfd2a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Dec 19 22:12:45 2006 +0000

    Variables translation
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1858 30ef787d-52ff-0310-b286-e08351bb7647

commit bbc29dac450fc6b845212a52cec585663d3e6763
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Dec 19 21:55:29 2006 +0000

    Code translation:
    RoquetteBazooka becomes BazookaRocket
    RoquetteRiotBomb becomes RiotBombRocket
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1857 30ef787d-52ff-0310-b286-e08351bb7647

commit 7186a35a418dbe4bf6b6f8cfb1833e696a664c17
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Dec 19 21:53:11 2006 +0000

    Adding norvegian traduction of Wormux 0.8. Thanks Christian \!
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1856 30ef787d-52ff-0310-b286-e08351bb7647

commit 6875ded3a8be736be03ec5ae67e4240174bb48db
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Dec 19 21:42:08 2006 +0000

    Code translation: BatonDynamite becomes DynamiteStick
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1855 30ef787d-52ff-0310-b286-e08351bb7647

commit 8980865e50aa308a9e30cc9aacbddc81c57ddfa0
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Dec 19 21:34:21 2006 +0000

    Code translation: BarreProg becomes ProgressBar
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1854 30ef787d-52ff-0310-b286-e08351bb7647

commit 08e6d44f86b57a527fcc2fbb00c24d1725d8f0fe
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Dec 19 20:44:56 2006 +0000

    Code translation: Clavier becomes Keyboard
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1853 30ef787d-52ff-0310-b286-e08351bb7647

commit da1506c2d59ea698f0e55dc327613aeb518b3977
Author: wrtlprnft <wrtlprnft at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Dec 19 12:57:50 2006 +0000

    - Replaced holly_grenade by disco_grenade in Makefile.am (so the game actually compiles again…)
    - Also renamed it in the objects DTD.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1852 30ef787d-52ff-0310-b286-e08351bb7647

commit e89ccac8f88bd886100b4f3d41fa23cb39ada369
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 17 16:01:28 2006 +0000

    remove unneeded variable.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1851 30ef787d-52ff-0310-b286-e08351bb7647

commit 1c89c6ae824af98af95d12f990630ddb7425cdcb
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 17 08:58:27 2006 +0000

    Bugfix: When parsing the server list, don't treat blank lines as end of
    file
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1850 30ef787d-52ff-0310-b286-e08351bb7647

commit b305ea66687085dc1296b3da48ac3008b40e2f5e
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 16 15:45:44 2006 +0000

    Continue to remove Holly grenade reference. Now we talk about Disco grenade !
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1849 30ef787d-52ff-0310-b286-e08351bb7647

commit c25e878ae02265c2f6d5f1e86b56ddf5fe30d1f5
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 15 18:52:48 2006 +0000

    Disco grenade. Take two.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1846 30ef787d-52ff-0310-b286-e08351bb7647

commit 0c0f81847d3137ed8617e17cb658e84f5c9cf26a
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 15 17:59:22 2006 +0000

    Bye bye holly grenade. Welcome Disco grenade. Warning, trunk is broken
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1845 30ef787d-52ff-0310-b286-e08351bb7647

commit aa76abc80cca9c69579f9134b84c42c4ee9eda8a
Author: robo210 <robo210 at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 15 06:59:24 2006 +0000

    Apply oznog's changes to lst_objects to the exploding bonus boxes
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1844 30ef787d-52ff-0310-b286-e08351bb7647

commit 3c43f198e1a4feb392dc151c0d9e2ed2432963e3
Author: robo210 <robo210 at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 14 23:32:32 2006 +0000

    Make the bonus box select from all availible weapons
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1843 30ef787d-52ff-0310-b286-e08351bb7647

commit 22568ef5ff8c04bc3de8e9d62052c0354b4aa1fd
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Dec 13 20:03:31 2006 +0000

    Remove Anvil when merged into the ground.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1842 30ef787d-52ff-0310-b286-e08351bb7647

commit a8c9d6ec9828e033393311a9cd8705825c7e0607
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Dec 11 20:58:47 2006 +0000

         simplified the condition for exiting the loop
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1840 30ef787d-52ff-0310-b286-e08351bb7647

commit b8bffb28dac42b93199ef1fa438dd30462d67303
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Dec 11 20:39:50 2006 +0000

        simplified lst_objects (ObjectsList)
        this should fix some leaks but is still much more too complicated
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1839 30ef787d-52ff-0310-b286-e08351bb7647

commit bc5fe34f4711ae20d8446e8797af53cd71e0f14c
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Dec 11 20:30:23 2006 +0000

         initilalize firing_angle in copy constructor
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1838 30ef787d-52ff-0310-b286-e08351bb7647

commit c4621ee39c7a93e5152d17286d42de20bd3957aa
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Dec 11 18:16:49 2006 +0000

    Bring back network menu to work.
    Store character's energy and disease when storing character's information.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1837 30ef787d-52ff-0310-b286-e08351bb7647

commit b65c6671dd0d89d169a991b3a41a1892c07b2d4f
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Dec 11 17:34:20 2006 +0000

    Remove dead code and debug message in crosshair.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1836 30ef787d-52ff-0310-b286-e08351bb7647

commit 5049883a2d11956c5785e2dbc52c5ca726cf0c59
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Dec 11 17:31:56 2006 +0000

    Store absolute value of angle.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1835 30ef787d-52ff-0310-b286-e08351bb7647

commit 3195c8fe01d06aef86259051bcb9041c64c5f102
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Dec 11 07:18:05 2006 +0000

    Try to fix current SVN. (Drayan has forgotten commiting these files in his last commit)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1834 30ef787d-52ff-0310-b286-e08351bb7647

commit c956dc3c24a88bf836b44194be2b5b364f187513
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 10 22:08:24 2006 +0000

    Big change in crosshair class. Now the angle is store into character's class. Crosshair is just here for display.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1833 30ef787d-52ff-0310-b286-e08351bb7647

commit 15484b6b41ef7352fa37789d48753547ddff5b55
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 8 20:06:41 2006 +0000

    Forgot a commit from previous modification.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1832 30ef787d-52ff-0310-b286-e08351bb7647

commit 73e1a022af2c09a440a6ed03dc4bc8893fdb4cc4
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 8 20:05:51 2006 +0000

    Fix the failed assertion in team.cpp.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1831 30ef787d-52ff-0310-b286-e08351bb7647

commit 146371287c266ccdf56246e520066b4bcd0fba67
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 7 21:04:26 2006 +0000

    Index server: during config file parsing treat ip addresses as strings!
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1830 30ef787d-52ff-0310-b286-e08351bb7647

commit 1540849a496c40da8bc1d12b378011e06888affe
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Dec 6 21:48:23 2006 +0000

         Removed crosshair_position from character and put refresh
         of position in draw.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1829 30ef787d-52ff-0310-b286-e08351bb7647

commit cf5d8eb06b85958c9c0546f8e5530d5b0ac57d2a
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Dec 6 19:47:50 2006 +0000

         Wormux now officialy uses radians for angles. This reduces
         uneeded conversions
    
         Please use radians for any new angle calculations
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1828 30ef787d-52ff-0310-b286-e08351bb7647

commit 95685ea43569d439caebb0d8f8643fa484bc3d2a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Dec 5 21:41:52 2006 +0000

    Fix map selection on server
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1827 30ef787d-52ff-0310-b286-e08351bb7647

commit cb6e246af7b2b515592bd80fbdcd333c2d10bb6b
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Dec 4 21:56:39 2006 +0000

    Minor changes in initialization messages
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1826 30ef787d-52ff-0310-b286-e08351bb7647

commit 18f277ac64039e54e01e5123756ddc84bd6a515a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Dec 4 21:46:40 2006 +0000

    Add a transparency mask on previews in network game menu for the clients
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1825 30ef787d-52ff-0310-b286-e08351bb7647

commit 9d8654f3be5bce1d76f26df3a44b28ddf7ff900f
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Dec 4 20:23:23 2006 +0000

    Build of new AI modules
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1824 30ef787d-52ff-0310-b286-e08351bb7647

commit 106302a2054a398ac72126b35309cee7516704a9
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Dec 4 20:20:59 2006 +0000

    Enhancement of Artificial Intelligence!
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1823 30ef787d-52ff-0310-b286-e08351bb7647

commit 1fd7eef28eec658918ed1bb524932cae54310730
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Dec 4 20:19:54 2006 +0000

    Translate method name and adapt it to use it from AI
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1822 30ef787d-52ff-0310-b286-e08351bb7647

commit 5e02316840b27f2aafa2ef93d15881c731aabd10
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Dec 4 20:11:36 2006 +0000

    no rotation head for nupik (incorrect because of spines)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1821 30ef787d-52ff-0310-b286-e08351bb7647

commit e25705baa363280bacfa8f5885d1b84e48710ea0
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 3 19:41:29 2006 +0000

    better nupik jetpack-fire
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1820 30ef787d-52ff-0310-b286-e08351bb7647

commit ed1451d05c23fcb6041e3fb6c8417be691738dd9
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 3 18:02:20 2006 +0000

    Rename EcritDocXml class in XmlWriter. Remove all french name of var/method.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1819 30ef787d-52ff-0310-b286-e08351bb7647

commit ee66f6e9c369437b871ab9d6fb5462621297bdf3
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 3 17:51:36 2006 +0000

    Fix bug #7835 (hardcoded path in wormux.desktop).
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1818 30ef787d-52ff-0310-b286-e08351bb7647

commit b88ea30b565625e81ed49f4e3a494ddcfe228119
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 3 15:34:24 2006 +0000

    Add Point2i/d handling in Action class.
    Fix a potential infinite loop in network playing (In GameLoop::SetState method). Don't call ExecAction if game_begin is not set to true.
    In ApplyExplosion_server, store character's information affected by the explosion only in one Action ACTION_SET_CHARACTER_PHYSICS (not one by character affected).
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1817 30ef787d-52ff-0310-b286-e08351bb7647

commit a1fe222c95961a9e2180825a9c6bfa17ce448395
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 2 22:13:09 2006 +0000

    Sync index servers
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1816 30ef787d-52ff-0310-b286-e08351bb7647

commit a1de24a9076809ff7aabc72d7bcd9cf7a494f869
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 2 15:53:20 2006 +0000

         limit the amount of casts and computations
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1815 30ef787d-52ff-0310-b286-e08351bb7647

commit f671fb8fb6b2865ce5852f446d4fbf4351d7f8c0
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 2 14:45:00 2006 +0000

    Some CMake updates for win32 compilation and new cmake 2.4.4
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1814 30ef787d-52ff-0310-b286-e08351bb7647

commit ab483e531904630298c277fc23f0f579e7f1c5ac
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 2 13:34:40 2006 +0000

         Begin a set of patches in order to remove singletons
         This one removes singleton instance and singleton  weapon_list
         this is obviously not finished...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1813 30ef787d-52ff-0310-b286-e08351bb7647

commit b27f23f171e63d440aebf98d842c01dd0b433783
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 1 22:12:12 2006 +0000

    Remove executed action outside of Exec loop.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1812 30ef787d-52ff-0310-b286-e08351bb7647

commit b8bde0aa21c578b6706ef49ac8b888df24c1cd9e
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 1 20:51:07 2006 +0000

    Add deki and oznog to the main authors list
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1811 30ef787d-52ff-0310-b286-e08351bb7647

commit e70e0ec89d35719b243f61eff48bcc721643b43a
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 1 19:43:25 2006 +0000

    Don't break ExecAction loop. Try to process every action in the queue.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1810 30ef787d-52ff-0310-b286-e08351bb7647

commit e9d9774ddac19b06001d230326516965f37fa06c
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 30 22:53:16 2006 +0000

    Store character's position when switching between players. Reduce ping amount (every second instead of 100ms) and ping only when hosting the game.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1809 30ef787d-52ff-0310-b286-e08351bb7647

commit 8d90840b56e8cf681596228b40eb7b7e3bf96d23
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Nov 29 21:54:33 2006 +0000

         Update informations about me
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1808 30ef787d-52ff-0310-b286-e08351bb7647

commit efc3512f69ec735156acd88665490eae24eb4825
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 28 20:04:22 2006 +0000

         Keep attributs privae when it is possible
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1807 30ef787d-52ff-0310-b286-e08351bb7647

commit eb83903193541fc0e004ea71626ea77e684f3d1c
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 28 18:21:51 2006 +0000

         Moved Direction_t to body.h and definitly removed
         src/include/enum.h which was a nonsens
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1806 30ef787d-52ff-0310-b286-e08351bb7647

commit fe0e81842b560c9a298968a2003896d8cbafc396
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 28 11:50:00 2006 +0000

    fixed grammar mistakes in authors, there was a lot of missing ed and in English when something is translated to another language you say to, insated of in ;)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1805 30ef787d-52ff-0310-b286-e08351bb7647

commit d00627de0b611597bc1145c74f126a6350fee5bd
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 28 11:40:15 2006 +0000

    updated bosnian translation
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1804 30ef787d-52ff-0310-b286-e08351bb7647

commit 93dd647764f9db3994746c348b0f79e69c97d1c8
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 28 10:33:35 2006 +0000

    Really add swedish translation
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1803 30ef787d-52ff-0310-b286-e08351bb7647

commit 2e5699710bb6714159f0243c3a74862cd8f9eec3
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 28 10:08:20 2006 +0000

    changed swedish code to sv and added it this time, it wasnt sent for the first time for some reason
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1802 30ef787d-52ff-0310-b286-e08351bb7647

commit 5e89008f56421d1dabbb1402a84b765cb371ace3
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 27 23:22:35 2006 +0000

    Added swedish translation, and added guy who translated it, in translation section of authors list
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1801 30ef787d-52ff-0310-b286-e08351bb7647

commit 8ccee463ba141edb6b5c833324f905fb235ef5fd
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 27 22:25:13 2006 +0000

    Same map selection box for network menu and solo game menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1800 30ef787d-52ff-0310-b286-e08351bb7647

commit 8a91cb89bc99890b3c951176fd9fc3c5d305d203
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 27 22:10:29 2006 +0000

         Moved Weapon_type from enum.h to weapon.h
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1799 30ef787d-52ff-0310-b286-e08351bb7647

commit b00e5efc4af6c41717616e59b2ec39455eefe720
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 27 21:35:07 2006 +0000

         Moved the Action_t from enum.h to action.h and use the
         thype in all functions prototypes in order to have type
         checking in arguments and also in switch()s
         The Action_t is used in many places as an int this is BAD !
         I will try to fix that later...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1798 30ef787d-52ff-0310-b286-e08351bb7647

commit 597115f6792963d319c731110b1e5a8a91553cc9
Author: wrtlprnft <wrtlprnft at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 27 20:20:29 2006 +0000

    Added two default branches to handle unexpected events and not use event_type uninitialized.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1797 30ef787d-52ff-0310-b286-e08351bb7647

commit 035923fd8031f2a80b5c76efa7dd66b7e52657cf
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 26 20:51:37 2006 +0000

    Missing file for static compilation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1796 30ef787d-52ff-0310-b286-e08351bb7647

commit aae15563f459f5a8e1681397bf2133f64a6a3913
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 26 20:50:30 2006 +0000

    * Index server connects to other servers (no sync yet)
    * Handle different wormux version
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1795 30ef787d-52ff-0310-b286-e08351bb7647

commit c0fd3d69219b2c871f589c4fab0c44b0341ff456
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 26 19:47:06 2006 +0000

         Moved Key_Event_t into keyboard.h and replaced all
         "int key_event" in function prototypes by
         "Key_Event_t key_event"
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1794 30ef787d-52ff-0310-b286-e08351bb7647

commit ffeb0112ae6f0c72243c08f8b68b55bac7f75c1b
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 26 19:32:54 2006 +0000

    Add a missing file reference in cmake build system.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1793 30ef787d-52ff-0310-b286-e08351bb7647

commit cecd690ce75d5db2de46249bef757d92d7ff2643
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 26 19:23:39 2006 +0000

    Rearrangement in game loop. Spliting Refresh method into 2 new one :
    - RefreshObject : refresh character's and object's position.
    - RefreshInput : read keyboard and mouse event.
    Also add a new method into time handling : RefreshMaxTime. Will force network client to pause if no more event to play. Not active. See comment in time.cpp.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1792 30ef787d-52ff-0310-b286-e08351bb7647

commit 241d4aa07e0fea18a4860a2fd6bbb88a2ebb0bab
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 26 19:03:11 2006 +0000

    Store active character position in ACTION_SHOOT.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1791 30ef787d-52ff-0310-b286-e08351bb7647

commit 6434a4a3d742522638db208314616feb1c347ec4
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 26 17:40:01 2006 +0000

         Limit the view of pointer_t to the Mouse class
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1790 30ef787d-52ff-0310-b286-e08351bb7647

commit c5c9fb3271251bc7f89148059f4b4fdb28e38fd0
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 26 17:39:11 2006 +0000

         Allow character to rebound even when playing
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1789 30ef787d-52ff-0310-b286-e08351bb7647

commit ee75def9521f27866d3560450e3d88719adfad9b
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 26 16:55:55 2006 +0000

         put Character's owner attribut into private stuff
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1788 30ef787d-52ff-0310-b286-e08351bb7647

commit 2430971ab434b50b1d13751b6ce7261af2eac84c
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 26 16:54:56 2006 +0000

         Fixed my previous commit, there were some debug lines left
         sorry...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1787 30ef787d-52ff-0310-b286-e08351bb7647

commit 930166ab57f5f5911e86477b67a13034cf28201a
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 26 16:40:12 2006 +0000

    Fixing compilation.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1786 30ef787d-52ff-0310-b286-e08351bb7647

commit 9f2aa8994512bcfb7d96f6537f664afc4ed333ba
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 26 16:17:10 2006 +0000

         when trying to calculate the tangent of a surface that is
         actually a single point, the Tangent function now returns
         NAN.
         This is then handled in the rebound function that considers
         that the rebound will occur in the opposit direction of the
         incoming object
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1785 30ef787d-52ff-0310-b286-e08351bb7647

commit 3b99730f92c72fb7aa957ba6cb42edbb4b94f298
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 25 15:51:03 2006 +0000

    Suicide make a greater hole in the map than death's explosion.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1784 30ef787d-52ff-0310-b286-e08351bb7647

commit 9352ac60a3b96d252f2ebebd2e687ecc8d161792
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 25 13:17:42 2006 +0000

    Add option Scroll on border in game menu. This will be probably in another menu in the future!
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1783 30ef787d-52ff-0310-b286-e08351bb7647

commit 48cb6013320d3ae066779fc8bedab73f6f2bb34d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 25 12:51:50 2006 +0000

    More comments. Try to enhance movement (does not work for the moment). Use a structure to contains variables related
    to movement.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1782 30ef787d-52ff-0310-b286-e08351bb7647

commit d57df9786a60070365b9f74f4bfb07bc037b1bd2
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 25 12:49:10 2006 +0000

    Add file for option Scroll on border
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1781 30ef787d-52ff-0310-b286-e08351bb7647

commit 916f01f813b61f0267893935369b8c3844d19dcf
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 25 12:48:46 2006 +0000

    Listbox is now made of Label and no more from Text.
    In a near futur, a listbox will be made of any widget and will inherit from class WidgetList
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1780 30ef787d-52ff-0310-b286-e08351bb7647

commit 7f6514f86d21befb870279d6ed8d010894a486c6
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 25 12:47:11 2006 +0000

    Remove dead code
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1779 30ef787d-52ff-0310-b286-e08351bb7647

commit 4d6a607ee0afc886da54cfdcf353a7f0205a47e9
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 24 23:11:05 2006 +0000

    FreeBSD compatibility..
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1778 30ef787d-52ff-0310-b286-e08351bb7647

commit ad8166744e253b420a8ee052b1c446db0ca883ca
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 24 19:05:31 2006 +0000

    Fixing character's death explosion. Need to tidy a little bit more for suicide.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1777 30ef787d-52ff-0310-b286-e08351bb7647

commit f3ed0b0c11aa67085e8d7d8b7196d11f3515a324
Author: wrtlprnft <wrtlprnft at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 24 17:18:58 2006 +0000

    Added "run" and "debug" targets that make it easier to run wormux without installing it.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1776 30ef787d-52ff-0310-b286-e08351bb7647

commit 7171766cac5bd95dd379af619aee271649292de2
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 23 21:07:58 2006 +0000

         Use a correct rebound formula and removed useless casts
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1775 30ef787d-52ff-0310-b286-e08351bb7647

commit 323d6ad6a3f0c9659138f804158e55043e3e56f3
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 23 20:05:37 2006 +0000

    Fix graphic bux in game menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1774 30ef787d-52ff-0310-b286-e08351bb7647

commit 560de82c6ab86c99563d19b2465e9d2c6b2bbaec
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 23 19:59:50 2006 +0000

    Scroll with border set to true by default.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1773 30ef787d-52ff-0310-b286-e08351bb7647

commit cfc723aef07d32b3ff2657cb0e5c06aedade6d6a
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 23 19:02:15 2006 +0000

    1. Update German translation
    2. First fix to win32 compilation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1772 30ef787d-52ff-0310-b286-e08351bb7647

commit b94bac34cc06b05d34e00dd0f685dbeaa019e5cd
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 23 18:15:21 2006 +0000

    Fix suicide in network mode. See bug #7731.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1771 30ef787d-52ff-0310-b286-e08351bb7647

commit b0dc2fd5ba3eea2a8d319e31103b41ee56bab756
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 23 17:35:05 2006 +0000

    Shotgun don't use the strenght bar.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1770 30ef787d-52ff-0310-b286-e08351bb7647

commit fb8678180fa4ed12b0151f6a6262a373f7d468ce
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Nov 22 22:50:49 2006 +0000

    Fix parameter order when sending teams informations.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1769 30ef787d-52ff-0310-b286-e08351bb7647

commit 8056ef3086bd5d86d96b5d23c326bffa09b7adff
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Nov 22 22:17:49 2006 +0000

    fixed wind particles in grenouilles, and updated bosnian translation
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1768 30ef787d-52ff-0310-b286-e08351bb7647

commit 234dc09860d89db9b44533a853c2227776bbc018
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Nov 22 17:12:57 2006 +0000

    Update ro.po translation from Eddy Petrișor
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1765 30ef787d-52ff-0310-b286-e08351bb7647

commit 5a8b9851f3a0295c7b8620bd81dfbc163b38bc83
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Nov 22 17:07:15 2006 +0000

    Prepare update of ro.po
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1764 30ef787d-52ff-0310-b286-e08351bb7647

commit ea408677c561f2ee929b20b832b3f18fd8ccd76a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Nov 22 00:46:30 2006 +0000

    Add last files commited to the list of file to commit :-)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1763 30ef787d-52ff-0310-b286-e08351bb7647

commit c542652f331d9c6e5e9b355c4edb8d18bdd719f6
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Nov 22 00:45:55 2006 +0000

    Teams selection management (for solo game) is now done in file teams_selection_box.
    The "merge"/"code sharing" between solo game menu and network game menu will be easier :-)
    
    (Currently there's some graphical problem)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1762 30ef787d-52ff-0310-b286-e08351bb7647

commit 4e87ffa5c14614e1ca7dd3ce07fccea2a16b9fbc
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 21 23:39:24 2006 +0000

    Put MapSelectionBox class in a separate file
    It make reusable for network game menu
    
    The same things should be done for the team selection
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1761 30ef787d-52ff-0310-b286-e08351bb7647

commit 212b0b5979e963bf3f56de53290efb08450f0084
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 21 23:08:57 2006 +0000

    Make a separate class to manage the map selection
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1760 30ef787d-52ff-0310-b286-e08351bb7647

commit 7678384c8ab8ef57f980694390a2c9ba91ac441c
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 21 12:15:17 2006 +0000

    Real dev name for the spip team.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1759 30ef787d-52ff-0310-b286-e08351bb7647

commit 4c785a2e12d95534a1cad49fdd4dd195307418a4
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 21 10:57:31 2006 +0000

    Fix compilation pb (not tested)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1758 30ef787d-52ff-0310-b286-e08351bb7647

commit ecb90daa28e0d74ccf9f871732a0d64e0f65221d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 20 22:35:44 2006 +0000

    Test collision on characters for Artificial Intelligence
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1757 30ef787d-52ff-0310-b286-e08351bb7647

commit 3953a6417ff028680d355c12fc5e1e2800a4f69b
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 20 22:21:22 2006 +0000

    Finishing the small interface.
    Reduce team energy spacing.
    Show the interface with the same kind of animation we use to hide it.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1756 30ef787d-52ff-0310-b286-e08351bb7647

commit 08366a260598eb17cc3e37b5aa1e16c22a99adf7
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 20 21:18:51 2006 +0000

    Clock bounce only at 10s of the end of turn and rotate weapon's icon only when choosing one weapon in weapon menu.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1755 30ef787d-52ff-0310-b286-e08351bb7647

commit fb52f50aeca38e4302ce5b8db55c9d17be1883fa
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 20 20:35:10 2006 +0000

    Improving game interface :
    - reduce game interface size.
    - add little bounce effect on clock and Weapon icon.
    - wait 1 sec before begining to hide the game interface.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1754 30ef787d-52ff-0310-b286-e08351bb7647

commit ae3f3f6c24c65ccebf08fd182b05f7b1082ab9dc
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 20 17:31:35 2006 +0000

    Use DIRECTION_LEFT/DIRECTION_RIGHT of enum Direction_t to manage character's direction
    Fix the shoot angle problem in Artificial stupid engine
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1753 30ef787d-52ff-0310-b286-e08351bb7647

commit 7d682f0104d01af700be8b52508621b5a51baaa7
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 20 17:28:38 2006 +0000

    Do not display MOVE cursor when Weapon menu is open
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1752 30ef787d-52ff-0310-b286-e08351bb7647

commit 765658844908e91ab9412eba837416667c4ed851
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 20 17:27:05 2006 +0000

    Fix a cast problem that often make angle equals to 0 when called from Artificial Intelligence
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1751 30ef787d-52ff-0310-b286-e08351bb7647

commit 9ee68d0dbd49b39ee77b1c19bc7d8ff195856ec7
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 20 17:25:52 2006 +0000

    Add file forgotten in last commit
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1750 30ef787d-52ff-0310-b286-e08351bb7647

commit a16113747f46f1c543b315a52f51fe080e6946c2
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 18 21:09:46 2006 +0000

    Fix modified orders in ACTION_NEW_TEAM packet
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1749 30ef787d-52ff-0310-b286-e08351bb7647

commit 4ea375afe33200060443e9d6d6b10a7c3c64313c
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 18 20:51:24 2006 +0000

    Potential unused variable
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1748 30ef787d-52ff-0310-b286-e08351bb7647

commit 299a99248e2eeac9288e1720bc3f2c691072c4e7
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 18 20:51:13 2006 +0000

    Save teams player name and number of characters in .wormux/config.xml
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1747 30ef787d-52ff-0310-b286-e08351bb7647

commit 28ea556a400f7fb70b393bd69c2b519b811bc1b4
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 18 17:39:37 2006 +0000

    Don't go back to the main menu when using the connection list!
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1746 30ef787d-52ff-0310-b286-e08351bb7647

commit 3ad5d82b5552b3ca5955490f7db09aea976a3f4e
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 18 10:40:08 2006 +0000

    Add libcurl support to index server
    Build a dynamic binary by default
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1745 30ef787d-52ff-0310-b286-e08351bb7647

commit 11d723f1850f5f5f749f680d2d3493032f637f1a
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 17 21:34:22 2006 +0000

         Simplify tangent calculation for rebound
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1744 30ef787d-52ff-0310-b286-e08351bb7647

commit 01a00e520f03d33d88525049450fea5ae1497605
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 17 19:57:31 2006 +0000

    Rewrite parser of serverlist to C++
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1743 30ef787d-52ff-0310-b286-e08351bb7647

commit c14b006d314312beddb14bda5ceb37bba6446250
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 17 19:18:20 2006 +0000

    Add a comment regarding getline().
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1742 30ef787d-52ff-0310-b286-e08351bb7647

commit 9469d5cffb9d0de26f994e6853dbf4d3a0ff1504
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 17 19:06:04 2006 +0000

    Fix compilation on win32 systems:
    Rename Rectangle to rectangle, because Rectangle is already used on win32.
    Rename MessageBox to MsgBox.
    
    Replace 'getline' with a new function, because getline is only abailable on GNU systems (glibc), so it broke win32 and *BSD compilation.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1741 30ef787d-52ff-0310-b286-e08351bb7647

commit 49d3ba07ba24a8bd97287369095148e89a51feea
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 17 17:47:07 2006 +0000

    Go back to main menu after watching internet server started
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1740 30ef787d-52ff-0310-b286-e08351bb7647

commit f49bc2f83aa9b0ce2c72bda0a645f63f3a86f7bf
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 17 16:33:39 2006 +0000

    CMake: Try to fix compilation on FreeBSD.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1739 30ef787d-52ff-0310-b286-e08351bb7647

commit 0cffbd4d123380499a5ba9cf320f1cfea90683be
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 17 07:43:43 2006 +0000

    Do not use shadow for text in game/options menus. Use bold font instead.
    Use dark_gray_color instead of gray_color.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1738 30ef787d-52ff-0310-b286-e08351bb7647

commit f66895965765924e7a95045d99bbfb2044082e14
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 16 21:01:26 2006 +0000

         Enhence libcurl check in configure.ac
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1737 30ef787d-52ff-0310-b286-e08351bb7647

commit 8cf1aed76c2ace5cb9dd5642fb28e63679d25717
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 16 20:53:11 2006 +0000

    Fix last 2 commits
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1736 30ef787d-52ff-0310-b286-e08351bb7647

commit 21b85983bed94ce3e2fe788b278574b93471cee5
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 16 20:52:34 2006 +0000

    Wrong files added
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1735 30ef787d-52ff-0310-b286-e08351bb7647

commit 0532b4fd76dba7b500117680da7aab3f27ae6dae
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 16 20:47:44 2006 +0000

    Re-add USED file : arrow-right.png and arrow-left.png
    These files are used in network menu!!
    
    http://svnbook.red-bean.com/nightly/en/svn.branchmerge.commonuses.html#svn.branchmerge.commonuses.resurrect
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1734 30ef787d-52ff-0310-b286-e08351bb7647

commit ae227641c9d89839a4c74f49a1c5e38f27ea79d5
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 16 20:26:46 2006 +0000

         Exit on error in case of libcurl is not found
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1733 30ef787d-52ff-0310-b286-e08351bb7647

commit 4a5099950a3a3b5f0b03d578e5c46c2b5a969fe7
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 16 20:23:52 2006 +0000

    CMake: Remove removed files :-)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1732 30ef787d-52ff-0310-b286-e08351bb7647

commit a88835eb4cbc85e42e3fdd0d735db1f855ce240e
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 16 20:07:13 2006 +0000

    Add missing file
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1731 30ef787d-52ff-0310-b286-e08351bb7647

commit dc40b0834a0a1dbcea4eb61d238c9c1f83c091d5
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 16 19:41:19 2006 +0000

    remove useless arrows data
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1730 30ef787d-52ff-0310-b286-e08351bb7647

commit efbd3c1797eb86eaf87c717b25070ee831971fb9
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 16 19:32:08 2006 +0000

    change - + up down arrows
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1729 30ef787d-52ff-0310-b286-e08351bb7647

commit 6fde4a145773e61bd07890d96b07b8d8089972fd
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 16 18:57:54 2006 +0000

    Rename top server into index server
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1728 30ef787d-52ff-0310-b286-e08351bb7647

commit d817670dc18e11346623f57a328e9b2d2e2ef5bc
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 16 18:54:04 2006 +0000

    Rename top server into index server
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1727 30ef787d-52ff-0310-b286-e08351bb7647

commit 6157de8e78a09d528e95e3644d58f7d1d7ac5f2b
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 16 18:44:42 2006 +0000

    Warning repository broken!!!
    Rename top server into index server
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1726 30ef787d-52ff-0310-b286-e08351bb7647

commit 0ddf450fdfeac228997084a342f15d7e85117509
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 16 18:41:00 2006 +0000

    Move color value of game interface into graphism.xml.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1725 30ef787d-52ff-0310-b286-e08351bb7647

commit 19f92b40993bd7ec640036587408fe67d330cd6e
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 16 18:40:21 2006 +0000

    Fix mouse cursor management
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1724 30ef787d-52ff-0310-b286-e08351bb7647

commit 88a13715ce6088eb5d74b523f6e14149b68f0cb1
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 16 18:36:09 2006 +0000

    Rename top server into index server
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1723 30ef787d-52ff-0310-b286-e08351bb7647

commit 26b9f635defc271a4bc9f38feab5e3c075c7ae19
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 16 18:33:58 2006 +0000

    Allow setting the max number of file descriptor we can open
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1722 30ef787d-52ff-0310-b286-e08351bb7647

commit 29598b7a00d87f878a4b96daf5b2505aa8bcf219
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 16 17:57:58 2006 +0000

    Put laser beam color into weapons.xml.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1721 30ef787d-52ff-0310-b286-e08351bb7647

commit d29bcb3599f5edf8101f76bc3d6b1f492f374b4e
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 16 16:45:20 2006 +0000

    !! Need a restart autotools / cmake !!
    New dependency against libcurl
    Download a list of running index server on wormux.org
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1720 30ef787d-52ff-0310-b286-e08351bb7647

commit 0950f20669d7249ef77442eec8147a242c64c0b4
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 16 16:16:16 2006 +0000

    Split connexion handling, and message handling
    Reject clients with wrong version.
    Ignore SIGPIPE, to avoid being killed during bad write
    (+gdb script to avoid breaking during a sigpipe)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1719 30ef787d-52ff-0310-b286-e08351bb7647

commit bf52c6ebd4ca03c5641c7cdc50df3dabeeff8a61
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Nov 15 23:47:26 2006 +0000

    Fix option scroll_on_border. Display POINTER_MOVE when pressing CTRL or middle-clic and, if scroll_on_border is true,
    when mouse is near the border.
    
    WARNING: It break the display of POINTER_AIM in automatic bazooka.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1718 30ef787d-52ff-0310-b286-e08351bb7647

commit 53074256309edd18b6e445ef9be243fd7cbd8869
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Nov 15 23:29:08 2006 +0000

    New option in config.xml : scroll_on_border
    Unfortunately, it does not work because scrolling code in mouse.cpp seems to be duplicated. That's why the scrolling
    cursor is not displayed.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1717 30ef787d-52ff-0310-b286-e08351bb7647

commit 20ba12a11ae435d8630f7f0801afd92cb25ed717
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Nov 15 23:04:03 2006 +0000

    Add an option "default_mouse_cursor" which allows to disable beautiful mouse cursor which seems to cause bug with
    some configuration.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1716 30ef787d-52ff-0310-b286-e08351bb7647

commit 894dc2ba5580994251ef4c02a6e0e8bcdbf42dcf
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Nov 15 22:37:34 2006 +0000

    Fix bug 7741 about segfault in solo game menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1715 30ef787d-52ff-0310-b286-e08351bb7647

commit c03a18436863e9396c384ef605a9f13415a56e1d
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Nov 15 22:00:03 2006 +0000

    More work on game interface.
    Draw a little interface when switching to fullscreen.
    Scale down weapon icon in order to reduce game interface size.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1714 30ef787d-52ff-0310-b286-e08351bb7647

commit 82a304beb89f6809644d00eb4b5fdde49844fa00
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Nov 15 16:35:08 2006 +0000

    Bye bye bug #7735. Now we check if we are in vacuum and if there's no character before teleporting Mister Scotty.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1713 30ef787d-52ff-0310-b286-e08351bb7647

commit 1cc7736d375a94eda3037c21ffa603ac8c5f485e
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Nov 15 15:10:41 2006 +0000

    Reject connections instead of exiting when the max have been reached
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1712 30ef787d-52ff-0310-b286-e08351bb7647

commit 15801b5ff9c75745a694dbd64f8abbe53e3c5aa6
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Nov 15 14:31:57 2006 +0000

    Forgotten file..
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1711 30ef787d-52ff-0310-b286-e08351bb7647

commit b7d7729ff644df5484ea8656d80099c51cf0c446
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 14 22:04:54 2006 +0000

    Close the server port when exiting
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1710 30ef787d-52ff-0310-b286-e08351bb7647

commit d7ac31a34a5487b960e18cc370e11531d2ded95d
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 14 21:48:08 2006 +0000

    Use different loglevels for the debug output
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1709 30ef787d-52ff-0310-b286-e08351bb7647

commit 7ec48ff689099a2a190aa7d1ceae7e4bf4ec24cc
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 14 13:16:55 2006 +0000

    Allow static linking of the server
    Add an option to start the server in a chroot
    Step into a Makefile nightmare ;)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1708 30ef787d-52ff-0310-b286-e08351bb7647

commit 3f244388b26e5815689e4dde2728c03abfd2e91f
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 14 12:08:43 2006 +0000

    Add configuration file to the index server
    Set the port as an option
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1707 30ef787d-52ff-0310-b286-e08351bb7647

commit 41966520e46e1bfd854004a6a191d0e1323505fd
Author: robo210 <robo210 at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 14 04:58:35 2006 +0000

    Updated man page
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1706 30ef787d-52ff-0310-b286-e08351bb7647

commit bfef80c3b965a0a119946518c4192fc472def2c1
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 13 22:08:40 2006 +0000

    better sound_effects data
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1705 30ef787d-52ff-0310-b286-e08351bb7647

commit 1646d068dce43ffdb6d82e38f991470e8a59fcea
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 13 22:01:31 2006 +0000

    better timing_end_turn data
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1704 30ef787d-52ff-0310-b286-e08351bb7647

commit 48c75cd17c3ee269d5c9ba22f99b6ce85d5feb23
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 13 21:50:18 2006 +0000

    better timing_turn data
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1703 30ef787d-52ff-0310-b286-e08351bb7647

commit 663b6128ae0f9d3db955936c6b2bebb86dd232ed
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 13 21:41:07 2006 +0000

    Release mutex if breaking ExecAction method.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1702 30ef787d-52ff-0310-b286-e08351bb7647

commit 01140631498a7fbc5e650376e68d9a421ee89603
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 13 20:46:28 2006 +0000

    Change in the time handling in wormux :
    - time class don't read directly SDL_Ticks but use an internal value of time.
    - game_loop is refreshing the game every 20 ms and skip frames if it can.
    - action use a timestamp and we execute action only if timestamp is not in future.
    With this patch we will be sure that every PC in a networked game will execute every action in the same time with the same context.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1701 30ef787d-52ff-0310-b286-e08351bb7647

commit 77a6e03ec94be05e825a8c656f7cb1fc6afe6912
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 13 19:15:14 2006 +0000

    better blowtorch data (have to center fire and replace hand position)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1700 30ef787d-52ff-0310-b286-e08351bb7647

commit 8410315039fe300731ab40825458e645c529b539
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 13 16:40:34 2006 +0000

    [17:15] <ptifeth> weapons/suicide.cpp ligne 30: // Espace entre l'espace en l'image
    [17:16] <ptifeth> c'est du français mais je vous promets que je comprends pas le commentaire :)
    [17:16] <ptifeth> (const uint ESPACE = 5;)
    [17:33] <ptifeth> ben tu peux supprimer
    [17:34] <ptifeth> jetpack.cpp lowgrav.cpp skip_turn.cpp suicide.cpp
    [17:35] <haypo> ptifeth: pourquoi moi ?
    [17:36] <ptifeth> parce que c'est toi qui es de corvée de svn aujourd'hui ? /o\
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1699 30ef787d-52ff-0310-b286-e08351bb7647

commit 7d3a3156fd48a7e9ce5a1ddc91e9657880e9c67b
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 13 13:57:59 2006 +0000

    Ok, after reverting some code, here is my last (?) patch on video modes
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1698 30ef787d-52ff-0310-b286-e08351bb7647

commit 1a5ba605da665b1dfc078d68c63c8a112c638092
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 13 13:49:43 2006 +0000

    Don't filter modes < 800x600, that's already done in video.cpp
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1697 30ef787d-52ff-0310-b286-e08351bb7647

commit 7fed3d813ca3ef4a6618820f30afdedcaceb93f5
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 13 13:33:09 2006 +0000

    Add Hanna Ollila to authors
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1696 30ef787d-52ff-0310-b286-e08351bb7647

commit f76ae1fda12105be42a5d80d02e7e1a2d6df7fdb
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 13 13:29:27 2006 +0000

    Fix option menu using Hanna Ollila code <hamaolli AT cc.jyu.fi>
    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=395217
    
    Add small changes (by haypo):
     * don't re-add mode 800x600 if it is the current mode
     * don't re-add mode if it is the current mode
     * don't redeclare 'ss' variable
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1695 30ef787d-52ff-0310-b286-e08351bb7647

commit 72684d82c72b3628e318eae99932a23cad934230
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 13 08:58:53 2006 +0000

    One patch for ptifeth, one! autogen.sh: only include /usr/local/share/aclocal if it does exist
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1694 30ef787d-52ff-0310-b286-e08351bb7647

commit 4c0a1186cca28d6cfc1e85fd95bd809cc68142df
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 13 08:46:13 2006 +0000

    Update m4/po.m4, old version: "serial 3 (gettext-0.14)", new version: "serial 13 (gettext-0.15)"
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1693 30ef787d-52ff-0310-b286-e08351bb7647

commit 4d675d5c4ae6f70db07886ff921d29230443e1da
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 13 08:45:05 2006 +0000

     * Apply Alain TAUCH patch on autogen.sh
     * Remove "AM_PO_SUBDIRS" from configure.ac
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1692 30ef787d-52ff-0310-b286-e08351bb7647

commit e1fa5cbe2a5b5441813a637ebe94010ada0bd75e
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 12 18:39:44 2006 +0000

    better gun_fire data
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1691 30ef787d-52ff-0310-b286-e08351bb7647

commit a53e959cbe2918ab964178f9d629edc38ed798ce
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 12 18:26:47 2006 +0000

    remove cross on holly grenade, first step for a "disco grenade"
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1690 30ef787d-52ff-0310-b286-e08351bb7647

commit 95ff0cd0e969db57da1bce91fdb158e45389440b
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 12 17:59:48 2006 +0000

    better skip turn data
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1689 30ef787d-52ff-0310-b286-e08351bb7647

commit c0f1225987fe20342bd2c84c9019316a6d375a44
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 12 17:23:10 2006 +0000

    little ninjanode
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1688 30ef787d-52ff-0310-b286-e08351bb7647

commit 6a8b74c8010f2bb762720359fc756bbfdaebecc9
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 12 16:47:19 2006 +0000

    updated bosnian translation
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1687 30ef787d-52ff-0310-b286-e08351bb7647

commit 4ba71623997829d0bc1bde9a7f93738b5e60dc2d
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 12 16:36:29 2006 +0000

    better polecat fart (not beautifull but better)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1686 30ef787d-52ff-0310-b286-e08351bb7647

commit d781d253845b5fc496e11be83db9d62f2d113a7b
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 12 14:29:42 2006 +0000

    Corrected plural mistake in German translation.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1685 30ef787d-52ff-0310-b286-e08351bb7647

commit 7a1d4aa435c0e233904a7fa2ff2a31d101a10d93
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 12 00:37:28 2006 +0000

    cmake 2.2 support for curl module.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1683 30ef787d-52ff-0310-b286-e08351bb7647

commit 7a55c357cf8e51cfe41d1c27e329ac595481b7b0
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 12 00:00:02 2006 +0000

    CMake: Link against CURL. Use -DUSE_CURL=1 on cmake calling, otherwise it won't be used.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1682 30ef787d-52ff-0310-b286-e08351bb7647

commit cd8d62c00193bc8f97a2a501ad8982c72ff6431a
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 11 16:47:26 2006 +0000

    Host are now available on internet by default
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1681 30ef787d-52ff-0310-b286-e08351bb7647

commit 5fe30b84909b65bf3809e8924aaa4371cb1eeeba
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 11 15:51:35 2006 +0000

    Team's names already have a 'Team' in it, so it isn't needed twice. (e.g. "Kopete (Konqi Team team) has died.")
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1680 30ef787d-52ff-0310-b286-e08351bb7647

commit cb18df18c966b2bacf4f62e42d9685e55edb148d
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 11 15:33:00 2006 +0000

    Cleaner to determine clients adress
    Display the ip adress if we are unable to obtain the hostname
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1679 30ef787d-52ff-0310-b286-e08351bb7647

commit 16c3d3e5eff2b68707c6954fe56c178eb04cf976
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 11 14:59:28 2006 +0000

    Energy bar in graphism.xml - take two.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1678 30ef787d-52ff-0310-b286-e08351bb7647

commit 4a74474d2aa6bd12e9594302434214e1bffb2512
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 11 14:58:51 2006 +0000

    Add the capacity to define energy bar colors in graphism.xml.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1677 30ef787d-52ff-0310-b286-e08351bb7647

commit ed1f8eaf1a0600ee44d77690945c05acaa975898
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 11 14:30:12 2006 +0000

    Use Class ListBoxItem instead of struct listbox_item_t
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1676 30ef787d-52ff-0310-b286-e08351bb7647

commit d0eb721cc999727548efe87975752b4825494443
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 11 13:45:42 2006 +0000

    Right clic on "PictureSpinButton" allows to decrement value
    (You can test it on "Initial energy" on main menu)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1675 30ef787d-52ff-0310-b286-e08351bb7647

commit 9735ffc1996efd27f93003ed06553affb1f88c80
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 11 13:41:04 2006 +0000

    Enhancement for team selection: Right clic and mouse wheel up allow to go back in teams list
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1674 30ef787d-52ff-0310-b286-e08351bb7647

commit 4bdc70530d0e0461f476f406647461654dfc3fb3
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 11 12:48:46 2006 +0000

    Fix initial height of PictureTextComboBox
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1673 30ef787d-52ff-0310-b286-e08351bb7647

commit 3a0f06c927f6135288eed05a77ecf19133d73167
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 11 12:41:04 2006 +0000

    Bugfix: when sending the players name when a new client joins a game
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1672 30ef787d-52ff-0310-b286-e08351bb7647

commit a1a8f15be0ed6acb6e7bf14ac1c92a3e985a7658
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 11 11:27:50 2006 +0000

    Missing files.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1671 30ef787d-52ff-0310-b286-e08351bb7647

commit 037783e153e67620c9181b3dc2c6ecbb3e1885f7
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 11 11:27:18 2006 +0000

    Display a list of host that are on-line and enable connecting to them
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1670 30ef787d-52ff-0310-b286-e08351bb7647

commit 66c4fd340b2e42968e8ef46e047a12670a966b03
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 11 10:53:39 2006 +0000

    Corrected some invalid xml files.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1669 30ef787d-52ff-0310-b286-e08351bb7647

commit 3ce37de18cbff9b511fc8d7b715eea1a2e9ee96e
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 11 10:44:08 2006 +0000

    case problem in konqi team names
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1668 30ef787d-52ff-0310-b286-e08351bb7647

commit e6151f2e5740d0f3a19941409466eba32b222d72
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 11 10:28:33 2006 +0000

    better names for konqi team
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1667 30ef787d-52ff-0310-b286-e08351bb7647

commit 59613db46bc596eac3df3d932488068db088d60b
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 11 10:20:28 2006 +0000

    CMake: Add an xmlcheck as a new make target: 'make xmlcheck' will check if the data/ xml-files are valid (xmllint needed).
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1666 30ef787d-52ff-0310-b286-e08351bb7647

commit c74d8c307995e48b9f6709d915ff50c8418ab68d
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 11 02:30:19 2006 +0000

    Added some workarounds to support older CMake version 2.2 (still shipped with some current distros).
    A little dirty (especially for po files), but it works. ;-)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1665 30ef787d-52ff-0310-b286-e08351bb7647

commit ef83bb0a05cd0f43c086a06fbd438a030a2024f4
Author: wrtlprnft <wrtlprnft at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 10 23:51:33 2006 +0000

    Changes to the automatic bazooka:
    - The missile now has a limited maximum rotation speed set by the max_controlled_turn_speed config item
    - It will ignore gravity and wind completely at the point when it locks, but then both factors gradually come back as the fuel runs out. This makes for much better hit ratios (but the chance of a good hit decreases with the distance)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1664 30ef787d-52ff-0310-b286-e08351bb7647

commit e2251a70e309f0142b9c4b390973588b77821cd9
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 10 22:55:53 2006 +0000

    Add a little margin in bottom of the new game interface.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1663 30ef787d-52ff-0310-b286-e08351bb7647

commit 0c02617dbf409aaf5f16b08ebcef75023a0f124e
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 10 22:27:47 2006 +0000

    Bold text for game interface.
    team's icon are now scaled.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1662 30ef787d-52ff-0310-b286-e08351bb7647

commit 0aac1069d9a01f0c5a8a5a8d1d1e764fd917ef67
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 10 22:11:06 2006 +0000

    Air attack patch from Kyle
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1661 30ef787d-52ff-0310-b286-e08351bb7647

commit 76a764a91be741fe21bd6ca71c0a15f89f5aa49e
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 10 19:54:23 2006 +0000

    better head rotation for phpteam
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1660 30ef787d-52ff-0310-b286-e08351bb7647

commit bad8c334aeb8625ed38dffbc28a387404c992dbc
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 10 19:40:10 2006 +0000

    Delete useless file
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1659 30ef787d-52ff-0310-b286-e08351bb7647

commit 24bfcfe48e28bf65b2e7a998e2132a1ad44c10b2
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 10 19:21:45 2006 +0000

    Safer datatype conversion.. desperate try to fix the gnu bug..
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1658 30ef787d-52ff-0310-b286-e08351bb7647

commit 7bb8cf8a09c8d7cb9dbf0de52f3d75e7553ef552
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 10 17:31:27 2006 +0000

    I won't commit blindly anymore :P
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1657 30ef787d-52ff-0310-b286-e08351bb7647

commit 36a6bfa954e16c7e561e2715adcceeecb03353ca
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 10 17:26:31 2006 +0000

    Remove an unused variable
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1656 30ef787d-52ff-0310-b286-e08351bb7647

commit da58f2267a8404c079155063a612040eb177bfeb
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 10 17:05:11 2006 +0000

    Fix a bug, when using GetSpeed on non-moving object !
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1655 30ef787d-52ff-0310-b286-e08351bb7647

commit 89c6bc57e1927ec3f36ca051b1f7a112458ae890
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 10 12:13:21 2006 +0000

    i18n: Handle plural forms in network_menu
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1654 30ef787d-52ff-0310-b286-e08351bb7647

commit 5e01967ed91aff1d033407f14a2d809d8ee7bcc4
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 10 10:41:14 2006 +0000

    Auto generated PO updates. Just want to test new CIA support ;)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1653 30ef787d-52ff-0310-b286-e08351bb7647

commit c25fc4adea097187d568b2a333b06ddee4cafed2
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 9 23:26:06 2006 +0000

    Merge ACTION_SET_CLOTHE, SET_MOVEMENT and SET_FRAME into ACTION_SET_SKIN
    (fix a missed assertion)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1652 30ef787d-52ff-0310-b286-e08351bb7647

commit 696c1960c8c25a9bf7b7287db7291cbda1d2f398
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 9 22:41:17 2006 +0000

    Add Kyle Sabo to the authors list (airstrike patch)
    Change the mailing list address (don't show the plain address)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1651 30ef787d-52ff-0310-b286-e08351bb7647

commit 560e1a00387bc4ac4a544759aad540fe710adb1c
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 9 22:28:23 2006 +0000

    Automatic bazooka patch from Mathias Plitcha (aka wrtlprnft)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1650 30ef787d-52ff-0310-b286-e08351bb7647

commit ccd4d06ea4748e13966446459580a764956f5d37
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 9 20:55:27 2006 +0000

    1.) Updated German translation.
    2.) Added a shellscript that searches for new/deleted files which cmake should know about.
    Files don't have to be added/removed manually from InstallData.cmake / SourceFiles.cmake...
    Just call the new script SearchFiles.sh
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1649 30ef787d-52ff-0310-b286-e08351bb7647

commit d813623b7847c4b3befbba810de951b00eca9262
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 9 15:35:42 2006 +0000

    [16:32] <yeKcim> haypo: c'est pas valable pour toi,
                     c'est un privilèges des membres actifs,
                     si tu veux pouvoir m'envoyer chier il faut contribuer ;)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1648 30ef787d-52ff-0310-b286-e08351bb7647

commit 39451ffd8c5d963d76c13ccc7a8205f524df407f
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 9 14:50:59 2006 +0000

    udpated bosnian translation
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1647 30ef787d-52ff-0310-b286-e08351bb7647

commit 90838c1728ef726511aad878698628ebf1f7a749
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Nov 8 23:59:04 2006 +0000

    Perform a handshake when connecting to a top server
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1646 30ef787d-52ff-0310-b286-e08351bb7647

commit 4e5a01ad8704ff176647d8dfc07e7ec921cc1799
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Nov 8 20:42:07 2006 +0000

    Remove unneeded picture
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1645 30ef787d-52ff-0310-b286-e08351bb7647

commit 42a1ecba918bd41891a67b1cb700c6f9942206df
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Nov 8 20:25:57 2006 +0000

    Add an option to notify the top server of running servers
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1644 30ef787d-52ff-0310-b286-e08351bb7647

commit 2b6bf93121f84466908df798adcb955dceaac98c
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Nov 8 19:40:48 2006 +0000

    Remove weapon icon (new game interface).
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1643 30ef787d-52ff-0310-b286-e08351bb7647

commit 469c0f70115c6f576ec2eaef25f3a8276e35aa39
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Nov 8 19:31:46 2006 +0000

    Remove old wind indicator.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1642 30ef787d-52ff-0310-b286-e08351bb7647

commit 50546eccf181f2d6f4c374ae4255d8f4d0a6c173
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Nov 8 18:57:16 2006 +0000

    upate translation files
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1641 30ef787d-52ff-0310-b286-e08351bb7647

commit 812e58bed0d09f2d87cff4fe92cbfe84c7057edf
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Nov 8 18:55:43 2006 +0000

    Set to localised string some "XXX has left the battlefield"
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1640 30ef787d-52ff-0310-b286-e08351bb7647

commit 311714d75953b098b6fa6a94bf70839288ef70e4
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Nov 8 18:32:59 2006 +0000

    Compile top server with Werror / Wall, remove unused variable
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1639 30ef787d-52ff-0310-b286-e08351bb7647

commit 8806fc3a4acacdc77f915feeee334243095655cd
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Nov 8 18:05:57 2006 +0000

    Top server to log wormux servers currently running
    (Doesn't do much yet)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1638 30ef787d-52ff-0310-b286-e08351bb7647

commit 363ebddb46e40e664f18cab55072849e2c4d5072
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Nov 8 12:12:10 2006 +0000

    Don't update character position when hit by a WeaponProjectile (move only allowed in Physical Engine ! ). Fix bug #7656.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1637 30ef787d-52ff-0310-b286-e08351bb7647

commit 6ae48c8117b7db943cea562d297282537ccd7b90
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Nov 8 00:07:45 2006 +0000

    Try to enhance artificial intelligence. WARNING, it is really unstable.
    Sometimes, there an infinite loop :-/ and shooting angle is not correct.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1636 30ef787d-52ff-0310-b286-e08351bb7647

commit 006afe85a8a81d213e902e245ec3f1106f151d58
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 7 21:43:27 2006 +0000

    excluded shotgun to act as mini rockets, now it's just definetely old plain shotgun
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1635 30ef787d-52ff-0310-b286-e08351bb7647

commit 31e864039470bdadf477aa9a655bd702f04a74d7
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 7 20:58:20 2006 +0000

    Fix AI engine selection
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1634 30ef787d-52ff-0310-b286-e08351bb7647

commit b1404e1a910c9ecfa13a1e5071c050efbd35b17a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 7 20:56:58 2006 +0000

    Add function Rad2Deg (usefull for AI)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1633 30ef787d-52ff-0310-b286-e08351bb7647

commit 9b608e5207a72eeaba98ed9842b278f68b31503b
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 7 18:18:09 2006 +0000

    Last coating in the new game interface. Ready for testing and feed back
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1632 30ef787d-52ff-0310-b286-e08351bb7647

commit 183ff2f2011708990c3aa9fb28126c59f4bc929c
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 6 23:07:56 2006 +0000

    set announce missed shots to 0, and since I figured acting as mini rockets may and is solving the problem I set explosion_range>0 so no one near gets hurt
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1631 30ef787d-52ff-0310-b286-e08351bb7647

commit 9e75986b2a19d87a361ca2dc8cd734d4f025a7c6
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 6 22:53:36 2006 +0000

    fixed shotgun problem, when shout it would kill the guy completely. Now I think this handles it just fine for shotgun. Since it's filled with barrels, shotgun can be really harm you if shot the right way, if not then it takes less energy. Also added shot missed dialog for it
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1630 30ef787d-52ff-0310-b286-e08351bb7647

commit 870d4c5470cd36bb894ef904c60d71b3079e8abe
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 6 22:37:53 2006 +0000

    Remove text shadowing in interface since is pretty unreadable with it
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1629 30ef787d-52ff-0310-b286-e08351bb7647

commit 5611bf41acfd12f44f8f704c7daa01e96d8588ca
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 6 21:43:00 2006 +0000

    Another step for world domination : team's energy bar are now in game interface with the team flag for each bar.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1628 30ef787d-52ff-0310-b286-e08351bb7647

commit abe5174f5f12f45569910730ed97b0d8602127fd
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 6 21:30:20 2006 +0000

    fix header typo.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1627 30ef787d-52ff-0310-b286-e08351bb7647

commit 3ba2fd878bd0e5dbef8c041330043c01bbf020a2
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 6 19:03:24 2006 +0000

    Fix a bug during connection
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1626 30ef787d-52ff-0310-b286-e08351bb7647

commit 80475560cfb8f77f8b9c8cbc3f23cc8eb3d63816
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 6 11:01:23 2006 +0000

    Push polish translation of Desktop file from Debian package
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1625 30ef787d-52ff-0310-b286-e08351bb7647

commit 2ba79e651b5bbca4722e55bab500e1bce6962fa4
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 5 22:22:59 2006 +0000

    No shadow for small texts in Game menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1624 30ef787d-52ff-0310-b286-e08351bb7647

commit cf1e14850ecc959cc65816bc136f9854ba8dd02d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 5 22:10:45 2006 +0000

    Shadowing or not for labels' and spinbuttons' texts
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1623 30ef787d-52ff-0310-b286-e08351bb7647

commit 41af1a3c949d9cacbb16eae63a10aa645f102d74
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 5 21:37:19 2006 +0000

    Minor changes
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1622 30ef787d-52ff-0310-b286-e08351bb7647

commit 07c6887f5bbdd2cb09821e6e170b8b328c678b55
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 5 21:08:26 2006 +0000

    Center the cursor at the beginning of each turn
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1621 30ef787d-52ff-0310-b286-e08351bb7647

commit 0a27eca7e4b80041b4bab550dd5abf60681f6a25
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 5 20:49:00 2006 +0000

    Auto update of translation files
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1620 30ef787d-52ff-0310-b286-e08351bb7647

commit b8ec10afa0df3f32ad99399e1c0387541745ab1f
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 5 20:31:22 2006 +0000

    Display nickname in network menu. Manage (currently not in GUI) remote selection of team with number of characters
    and player name.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1619 30ef787d-52ff-0310-b286-e08351bb7647

commit 49821a719f1ee09066d7e7f608345ef6ce599cb7
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 5 20:22:10 2006 +0000

    Set default players name to Player 1, Player 2, ...
    Fix image's button scaling for previews maps
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1618 30ef787d-52ff-0310-b286-e08351bb7647

commit 5d339317fc88b0455c780b630579e56cc70e7ae0
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 5 20:20:08 2006 +0000

    New macro FOR_ALL_LIVING_ENEMIES useful for Artificial Intelligence
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1617 30ef787d-52ff-0310-b286-e08351bb7647

commit 565139584c8c4e89095fd1d5902cc6a0d791d7ae
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 5 20:18:08 2006 +0000

    Scale image or not in buttons
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1616 30ef787d-52ff-0310-b286-e08351bb7647

commit 54a5b7fbb6f993775d58db7e36e89135d82cbbf0
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 5 17:00:24 2006 +0000

     Fix bug #7627 (Fails to compile on g++ 3.3.4 due to 'static' in the wrong place).
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1615 30ef787d-52ff-0310-b286-e08351bb7647

commit 3513d98e7a106796c578177a865a03564fc9a4b7
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 5 16:57:55 2006 +0000

    Extinguish fire particle when out of map. Correct the problem of the fire particles stuck to the edge.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1614 30ef787d-52ff-0310-b286-e08351bb7647

commit 9211a2de454abea51040ac03068d2f30fe5d6f6d
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 5 13:09:28 2006 +0000

    Anticipation of the dropping bombs (thanks Kyle for your contribution)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1613 30ef787d-52ff-0310-b286-e08351bb7647

commit d00477d9e2cd807d762278907a441e2497bb0e7d
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 4 13:19:13 2006 +0000

    Fixed the missed assertion (NbCharacterAlive() < 0) during network game initialisation (need testing ;)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1612 30ef787d-52ff-0310-b286-e08351bb7647

commit 768fa56177d64e9e4d71014db9082ac91b61ea87
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 3 21:57:02 2006 +0000

    Weapon strength bar don't overlapse clock when hidding interface.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1611 30ef787d-52ff-0310-b286-e08351bb7647

commit 54778088e8906b04a19212355720dc20ba2de45f
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 3 21:49:46 2006 +0000

    Hide wind indicator when hidding game interface.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1610 30ef787d-52ff-0310-b286-e08351bb7647

commit f46f6d9cd00794ed1dbe13ef3f90ae97ef33d7f1
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 3 17:20:23 2006 +0000

    Add new pictures to cmake install routine.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1609 30ef787d-52ff-0310-b286-e08351bb7647

commit a8c35b612472dae65ab18155b4fe23f6d53c1f00
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 2 23:02:41 2006 +0000

    Don't crash on disconnections
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1608 30ef787d-52ff-0310-b286-e08351bb7647

commit 8765f1ee1e0f6b88a2b4ca629b92d4939edb8ed8
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 2 22:26:17 2006 +0000

    Initial import of the new game interface (based on the work of yeKcim).
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1607 30ef787d-52ff-0310-b286-e08351bb7647

commit 04b18ddbf961fee0eb4769129da413bafe5fd805
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 2 18:56:03 2006 +0000

    Debug: dump network communications to files
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1606 30ef787d-52ff-0310-b286-e08351bb7647

commit 116349c366504dfac7c3c1b772ae7a5efa536687
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 2 18:27:16 2006 +0000

    Remove some debug code
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1605 30ef787d-52ff-0310-b286-e08351bb7647

commit 2a244916a0df16037ea727dce3bf04c8213f29f6
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Nov 1 15:19:31 2006 +0000

    arbree flying particles lost their psyhics, fixed
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1604 30ef787d-52ff-0310-b286-e08351bb7647

commit 324d56b23702c92c660bf18796504e25b317900c
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 31 23:07:42 2006 +0000

    F10 key to toggle fullscreen/windowed mode is effective even in game menu.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1603 30ef787d-52ff-0310-b286-e08351bb7647

commit 6a53a0d9246b94b82ca1772124da5246ee3f0021
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 31 22:02:18 2006 +0000

    Fix previews map display in some resolution
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1602 30ef787d-52ff-0310-b286-e08351bb7647

commit e20b579008432089864efe193b86920fb79c71b8
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 31 17:09:46 2006 +0000

    Remove dummy function.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1601 30ef787d-52ff-0310-b286-e08351bb7647

commit 82b5aa1fa381b9d40a56d171f7fa24419c96fafb
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 31 17:04:54 2006 +0000

    Fix a bug reported by yeKcim with Ubuntu Edgy (also reported same problem on SuSE 10.1).
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1600 30ef787d-52ff-0310-b286-e08351bb7647

commit 0842c324dfa6f802d9b454d384659a72307520f1
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 31 16:59:25 2006 +0000

    Save crosshair value in Action_up and Action_Down. Avoid the desynchronisation of crosshair value between players while playing a network game.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1599 30ef787d-52ff-0310-b286-e08351bb7647

commit a7f716ff95b8b281653e1e60f7eed35564e524e0
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 30 22:55:18 2006 +0000

    Disable keyboard and mouse interraction when AI is playing
    Try to make it compliant with network
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1598 30ef787d-52ff-0310-b286-e08351bb7647

commit 2fe474ba22e90cfba68d68b248c2a2e0e5ead7ec
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 30 21:23:07 2006 +0000

         When using a vertical progressbar, the bar goes from
         bottom to up when the previous version was top down
                                            __
                                           |  |
                                           |  |
         the bar is now something like     |##|
                                           |##|
                                           |##|
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1597 30ef787d-52ff-0310-b286-e08351bb7647

commit 62a8ed7b49012c70d9399f2d2ef9a71a0e498877
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 30 20:59:44 2006 +0000

    updated bosnian translation
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1596 30ef787d-52ff-0310-b286-e08351bb7647

commit 30e9b19501986c50798e2fa66a2ae9d7aa1967f0
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 30 20:48:46 2006 +0000

         Allow progress bar to be vertical
         Energy bar inherit from this possibility as well
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1595 30ef787d-52ff-0310-b286-e08351bb7647

commit af47150965dd63602835eef2955850d6c8c876ac
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 30 19:11:15 2006 +0000

    Reverse broken bosnian translation
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1594 30ef787d-52ff-0310-b286-e08351bb7647

commit bd96a477d7a9714c8138b2d354bc073ccab804aa
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 30 13:55:21 2006 +0000

    air attack projectiles were not affected by the power of wind. this is fixed now
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1593 30ef787d-52ff-0310-b286-e08351bb7647

commit 449157a21a99259b13855c74171a4e9731e62f79
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 30 10:04:32 2006 +0000

    I set anvil to 0, you can get it within bonus box, someone put it back to 1, so I put it back to 0. Also i put teleport to 2, why would anyone need 5 teleports o_O
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1592 30ef787d-52ff-0310-b286-e08351bb7647

commit 269d4fdff4caf84eaa3c7b73ea7b7e8fe2ff5e34
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 29 14:14:50 2006 +0000

    Toggle fullscreen while playing with F10 key.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1591 30ef787d-52ff-0310-b286-e08351bb7647

commit 8a3ca5462c143226d0476d9f3492e9d23046f474
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 29 11:02:52 2006 +0000

         Fixed potential bug in operator == for float
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1590 30ef787d-52ff-0310-b286-e08351bb7647

commit 3e626410a84be1579f55e97003f02eb12956dada
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 29 00:42:45 2006 +0000

    Remove unused code
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1589 30ef787d-52ff-0310-b286-e08351bb7647

commit a2be178df4c27685ace746dadad0d912012b8b1c
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 28 23:33:45 2006 +0000

    Some cleanings
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1588 30ef787d-52ff-0310-b286-e08351bb7647

commit 3b7efeb7581f728066cf9bb089b97c0306b2a777
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 28 21:15:33 2006 +0000

    If the active character launch a dynamite and then fall with damage, wait dynamite (or grenade, holy grenade or whatever) to explode before ending turn. (thanks OznOg for reporting it)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1587 30ef787d-52ff-0310-b286-e08351bb7647

commit a27bbab37d3c707bbc9f417dc32d186a20b73100
Author: nefertum <nefertum at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 28 18:05:28 2006 +0000

    Error in file
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1586 30ef787d-52ff-0310-b286-e08351bb7647

commit f5f0f49da275f4a1d8b995dfc9d18d98ff721c94
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 28 12:44:32 2006 +0000

         Remover dead buggy code GetHandPositionf
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1585 30ef787d-52ff-0310-b286-e08351bb7647

commit 8ed1f96925732dc9762a7cfd98e7b15aca816671
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 28 00:20:49 2006 +0000

    A dead character cannot be diseased.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1584 30ef787d-52ff-0310-b286-e08351bb7647

commit f2ada774651b99b5eb86814131ea3932ccf9c568
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Oct 27 22:49:21 2006 +0000

    Bugfix: division by zero in explosion code.. solves disappearing grave
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1583 30ef787d-52ff-0310-b286-e08351bb7647

commit a628e62783bcc47635336b9bde26fd72b0b61a7a
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Oct 27 20:28:04 2006 +0000

    Using a little effect to hide the game interface.
    Don't draw turn time background when hidding turn timer.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1582 30ef787d-52ff-0310-b286-e08351bb7647

commit d21e7596b7e18f74bae964bc7049ae3ddf2d8394
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Oct 27 06:06:24 2006 +0000

    Update turkish translation from Furkan Duman
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1581 30ef787d-52ff-0310-b286-e08351bb7647

commit 4a67c4bf6a83032ee1dff4c195d908804e2294aa
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Oct 27 01:19:26 2006 +0000

    1. Added new translation: Brazilian Portuguese. Thanks to Romulo Fernandes!
    2. Minor cmake update.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1580 30ef787d-52ff-0310-b286-e08351bb7647

commit bf8e3f2c129fced772a1bfc5fc8e85a30d9a9936
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Oct 26 17:11:45 2006 +0000

    First patch for autopackage, I hope that it doesn't break anything
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1579 30ef787d-52ff-0310-b286-e08351bb7647

commit 22b5442f669a1eb59984a00ebcef88c5e1e4f541
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Oct 26 14:56:54 2006 +0000

    Fix install-sh svn:executable property
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1578 30ef787d-52ff-0310-b286-e08351bb7647

commit 575d9890377c5caaf68d4cbd056b591809034a54
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 25 21:22:19 2006 +0000

         reset overlaping object pointer when new party start in order
         not to try to access a previous party pointer.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1577 30ef787d-52ff-0310-b286-e08351bb7647

commit abff2d8b995722127fa6ad28856c5fdf1752165e
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 25 20:24:50 2006 +0000

        add destructor and copy constructor to windparticle
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1576 30ef787d-52ff-0310-b286-e08351bb7647

commit 81cbd693f1e4b57ae6201414bcc9b724125f16b7
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 25 19:57:42 2006 +0000

    Add some missing files to cmake.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1575 30ef787d-52ff-0310-b286-e08351bb7647

commit 35253f2b4395ca16a1afab5227987477e4358be0
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 24 23:49:32 2006 +0000

    Using life_points in character instead of energy_bar value. The goal to achieve is to use a common interface for all physical obj (see task #4028).
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1574 30ef787d-52ff-0310-b286-e08351bb7647

commit 26f39b046a7df891dc98c385a1d2c3331cde164e
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 24 23:32:56 2006 +0000

    Don't hide game interface if weapon menu is visible.
    Weapon menu is always displayed at the same place, don't mind of the interface state.
    When showing weapon menu, activate the interface.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1573 30ef787d-52ff-0310-b286-e08351bb7647

commit 41ea32b01eb719590ca7def35387f7ae055f9d2b
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 24 22:51:13 2006 +0000

    AI stupid engine chooses between dynamite, polecat, gnu and mine
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1572 30ef787d-52ff-0310-b286-e08351bb7647

commit 5919e05ac2da2941f15c8d311dd27b282d607381
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 24 22:24:43 2006 +0000

    Fix some walking problems in the Artificial stupid engine
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1571 30ef787d-52ff-0310-b286-e08351bb7647

commit 73fdb675a69403a9e39a25c00b6fdb2af935da7e
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 24 21:39:25 2006 +0000

    Forgot the turn time background picture.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1570 30ef787d-52ff-0310-b286-e08351bb7647

commit 0ab6588bb5b86cb268d304bd87edf16f3ff0e2a6
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 24 20:24:51 2006 +0000

    Display turn time even if interface is hidden.
    Traduction in graphism.xml and in picture's name.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1569 30ef787d-52ff-0310-b286-e08351bb7647

commit 4856013111248188569b90dd600cbbfa128cf952
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 24 19:47:24 2006 +0000

         put SetBody() in private section and inintentionnally fixed
         a bug ! In fact the new Body(*acharacter.body) was buggy
         whereas there is no constructor Body(Boby & body) but a
         constructor Body(Body * body). So here the good methode was not
         called and the recopy was done by gcc which was obviously wrong
         in this very situation.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1568 30ef787d-52ff-0310-b286-e08351bb7647

commit 86b0d375ae24b69f54ebdd77202b9c5e24d2a30d
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 24 17:54:14 2006 +0000

         Remove energy attribut from character class. The value is
         kept in the EnergyBar element in order not to duplicate data.
         This helped to detect bugs : The energymax value was supposed
         to be read from the XML but is was actually not the case.
         Now this is ok.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1567 30ef787d-52ff-0310-b286-e08351bb7647

commit c79f2434ca1c9a8611687fc726f5629434fcb47c
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 24 17:34:12 2006 +0000

    correct icone
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1566 30ef787d-52ff-0310-b286-e08351bb7647

commit 04cb04c9fd7fe1170c7b6ceb2dd01e7fed164d4d
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 24 12:10:18 2006 +0000

    Show/hide interface and mouse cursor only when moving a character.
    Show interface at the begining of a new turn or at new character selection.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1565 30ef787d-52ff-0310-b286-e08351bb7647

commit 4fb25eeac788072694c972451b0ebe33f97460de
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 24 12:06:25 2006 +0000

    Check if the object colliding with the anvil is a character. Fix bug #7375.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1564 30ef787d-52ff-0310-b286-e08351bb7647

commit 663493ec40c7419713286ef3fcdc17cb5ae93485
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 23 22:58:12 2006 +0000

    Rework Cluster Bomb and fix bug #7487.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1563 30ef787d-52ff-0310-b286-e08351bb7647

commit c0d1fe77c5a3a9c3368eb896a2cf73b82fa5d95c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 23 21:46:28 2006 +0000

    First step to Artificial Intelligence :)
    
    How to activate:
    - Set player name to "AI-stupid" in game menu
    
    About:
    - the keyboard and mouse are not disabled during IA's playing, you are warned!
    - currently, the character walks, then jumps, then shoots, then walks
    
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1562 30ef787d-52ff-0310-b286-e08351bb7647

commit 745ad3688c82537a1f97aa519302a6cd96d537fc
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 23 21:35:45 2006 +0000

         Use EnergyBar in teamEnergy
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1561 30ef787d-52ff-0310-b286-e08351bb7647

commit a75a2bac60aeefa9cb40f29a942d4299aebade7f
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 23 21:19:40 2006 +0000

         Implemented a class Energy bar derivated from progress bar
         It is now used by characters for their energy, and I plan to
         change is also in team energy.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1560 30ef787d-52ff-0310-b286-e08351bb7647

commit 13e57c434b3037c4685f5471ed987bd54eb30b2a
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 23 21:15:59 2006 +0000

    new ico (with a lot of resolution, if doesn't work, i have a 48x48 only
    version)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1559 30ef787d-52ff-0310-b286-e08351bb7647

commit d3de5488feb5b7edfd79be060a811d09f45ecdfd
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 23 20:51:46 2006 +0000

    add svg icon
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1556 30ef787d-52ff-0310-b286-e08351bb7647

commit e53f0efef606a7cbbed67316eefeee415f589d9e
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 23 20:46:30 2006 +0000

    new icon
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1555 30ef787d-52ff-0310-b286-e08351bb7647

commit 83b1c6297ab1fc56a6d2bcae0543beb25e649a2c
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 23 20:36:02 2006 +0000

    Set current version to alpha instead of beta
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1554 30ef787d-52ff-0310-b286-e08351bb7647

commit 3c5fbf0c71f6d8f144f29409b166d7145a4cebd9
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 23 20:34:42 2006 +0000

         fix bug #7497
         the string had the same name as the param.... stupid bug
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1553 30ef787d-52ff-0310-b286-e08351bb7647

commit e31932b1f2c6f668513de95281dae5b5cb1e8082
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 23 19:19:43 2006 +0000

    Selecting the same team twice is possible anymore in game menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1552 30ef787d-52ff-0310-b286-e08351bb7647

commit bb7c12b73ffcfb10c7f17c89f163ac8a1f888161
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 23 17:38:20 2006 +0000

    Set Anvil ammo to 1 (it should be enabled in beta1 to demonstrate all weapons [not only in bonus-boxes]). po update from make :>
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1551 30ef787d-52ff-0310-b286-e08351bb7647

commit 75db093afec8aa8605bd4e823a90428a690ffed4
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 23 17:37:55 2006 +0000

    Fix compilation ..
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1550 30ef787d-52ff-0310-b286-e08351bb7647

commit 0c308815eb4f681d6f7ac6a052db7c9d10bf7bfd
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 23 17:16:01 2006 +0000

    Network: Set characters positions using SetXY instead of SetPhysXY (allows to update the ghoste state / moving state of the character)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1549 30ef787d-52ff-0310-b286-e08351bb7647

commit 1b3ddcc2736aa562b731cf3c5461c279145595de
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 23 13:55:23 2006 +0000

    Remove the empty string from translation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1548 30ef787d-52ff-0310-b286-e08351bb7647

commit 373c59bcb7fb4fef3064091ca2abf4940e9ce38c
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 23 13:54:14 2006 +0000

    Add Axel Rousseau to authors list
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1547 30ef787d-52ff-0310-b286-e08351bb7647

commit f9199b780bdcdbea68fc0c9c452a71a4953efe46
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 23 13:52:39 2006 +0000

    Update esperanto translation thanks to Axel Rousseau
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1546 30ef787d-52ff-0310-b286-e08351bb7647

commit 44f62ab858da0b8d2813efe08d3ebfd82896de57
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 23 13:51:57 2006 +0000

    Replace _(" ") with " ": spaces don't need to be translated...
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1545 30ef787d-52ff-0310-b286-e08351bb7647

commit 4e9460db46b5734342a856aa1c490ea4ab73161a
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 23 13:18:38 2006 +0000

    Network: don't show the grave of resurected characters
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1544 30ef787d-52ff-0310-b286-e08351bb7647

commit f74515d242b665a64e4ace2cce04629e83904a12
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 23 12:38:24 2006 +0000

    Network: reposition characters correctly during explosions
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1543 30ef787d-52ff-0310-b286-e08351bb7647

commit c185586025376e63a27c1ccc48fc040f1836dd37
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 23 12:03:41 2006 +0000

    Network: remove a try to synchronise fire particles
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1542 30ef787d-52ff-0310-b286-e08351bb7647

commit 6c1c06b160ffbbb475577d8a1c5e353865f4f45d
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 22 21:03:47 2006 +0000

    Debugging code..
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1541 30ef787d-52ff-0310-b286-e08351bb7647

commit 389a05f5d06e28d4b8951c417fffd690ac11d02f
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 22 20:25:14 2006 +0000

    Network: rename the ACTION_CHANGE_CHARACTER into ACTION_NEXT_CHARACTER
    * add a true ACTION_CHANGE_CHARACTER and use it to select the playing character on each turn
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1540 30ef787d-52ff-0310-b286-e08351bb7647

commit a21500620fad5cadfed9aab92f322afa908eedda
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 22 19:39:09 2006 +0000

    Add GPL header to blowtorch.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1539 30ef787d-52ff-0310-b286-e08351bb7647

commit eb3ba52825ad5b02d5bae3036e9b4633dc1ef4da
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 22 18:09:43 2006 +0000

    No worms (last)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1538 30ef787d-52ff-0310-b286-e08351bb7647

commit 6a8f7a4c380385781f200d72b9d3aabd36fe9f06
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 22 18:05:19 2006 +0000

    no worms (sorry for number of commit i don't want to forget any file)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1537 30ef787d-52ff-0310-b286-e08351bb7647

commit b012f2e5730d94ba31c620f901c4d2e0e0340ff7
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 22 18:03:17 2006 +0000

    No worms
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1536 30ef787d-52ff-0310-b286-e08351bb7647

commit e8e6072003b2777347fe58b3ac2c43c941be076b
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 22 18:01:34 2006 +0000

    No Worms (again)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1535 30ef787d-52ff-0310-b286-e08351bb7647

commit baebce3e2d69765ac54cebaf58f58e857c0ebb54
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 22 17:53:00 2006 +0000

    No worm !
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1534 30ef787d-52ff-0310-b286-e08351bb7647

commit 5292891c25878097f9aee58808e2fe0efef3ad67
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 22 17:32:08 2006 +0000

    Fix stupid typo in German translation :>
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1533 30ef787d-52ff-0310-b286-e08351bb7647

commit e77ccc02e60e08038ca43ec1707cc7a18a85c7ca
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 22 17:21:38 2006 +0000

    Fix update of energy-bar at beginning of game that was removed in svn 1528.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1532 30ef787d-52ff-0310-b286-e08351bb7647

commit 314d90e10b59f9220487e659983512262081529b
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 22 17:00:59 2006 +0000

    Every player has 100 HP again on startup.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1531 30ef787d-52ff-0310-b286-e08351bb7647

commit 772888033508298da7eb5716f81194612b7ad176
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 22 16:54:52 2006 +0000

    Fix failed assertion when using suicide on network.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1530 30ef787d-52ff-0310-b286-e08351bb7647

commit 7a5813c184db07bf114eb49cbacfb864dbb2bbb3
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 22 15:36:06 2006 +0000

    configure: Merge all librarires tests to display all missing librarires before stopping the script
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1529 30ef787d-52ff-0310-b286-e08351bb7647

commit 812b83c25c9d3f411398d5b6ad772a234d81107e
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 22 13:57:54 2006 +0000

         remove SetEnergyDelta call that was done in Character
         constructor.
         remove ugly useless {}
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1528 30ef787d-52ff-0310-b286-e08351bb7647

commit 74fdd566e83475a4c2117873f18bff32f0dce40e
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 22 11:10:24 2006 +0000

    Fix a comment
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1527 30ef787d-52ff-0310-b286-e08351bb7647

commit eeadede0018ab5b80301f22c70118cf7daf4c291
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 22 10:28:13 2006 +0000

         Fixed my previous commit
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1526 30ef787d-52ff-0310-b286-e08351bb7647

commit b01a5c7636bbb24dc462255dbb8d026b39286bbc
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 22 10:13:12 2006 +0000

         Remove RotationPointXY (x, y) methode and replaced a lot of
         computation using x and y component of Point2i by point2i itself
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1525 30ef787d-52ff-0310-b286-e08351bb7647

commit b8aade588ce9913bab6ca58c18a9be2c5c120604
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 22 10:07:16 2006 +0000

    Network: sync dead characters state
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1524 30ef787d-52ff-0310-b286-e08351bb7647

commit 787c5305ec05f5ce1d06f5904dc9d37491e64061
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 22 10:02:29 2006 +0000

    fixed -> arm2 in konqi
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1523 30ef787d-52ff-0310-b286-e08351bb7647

commit bdb08055bc070521da6cb09ebdba68bc598cd479
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 21 21:00:42 2006 +0000

    nupik yoyo is right know
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1522 30ef787d-52ff-0310-b286-e08351bb7647

commit 4e596d8bc4956cb8f105f87ad514f15a560b0b47
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 21 20:30:27 2006 +0000

    Add new files from konqiteam to cmake.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1521 30ef787d-52ff-0310-b286-e08351bb7647

commit e83e3adf90481cee984b66b65b198be261b1445c
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 21 20:26:17 2006 +0000

    yoyo konqi (have to change cmake)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1520 30ef787d-52ff-0310-b286-e08351bb7647

commit 6dccdc0309adeb611e42e59189ee30e838b6850e
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 21 19:57:16 2006 +0000

    better yoyo for all (reste konqi et nupik)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1519 30ef787d-52ff-0310-b286-e08351bb7647

commit 506dbb78573ca486a232b92a7acf121f1e97ce4d
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 21 19:46:01 2006 +0000

         Added an operator able to return the negative value of a vector
         and use it :)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1518 30ef787d-52ff-0310-b286-e08351bb7647

commit b12b7a14ef2ed06f5d11eb3c2ed73fb6b4f6a744
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 21 19:16:56 2006 +0000

    Fix a memleak
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1517 30ef787d-52ff-0310-b286-e08351bb7647

commit 1a89abe5a78954f68e22e37b66d6d10f11a59b8e
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 21 19:12:12 2006 +0000

         Removed struct s_position and use a Point2i instead
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1516 30ef787d-52ff-0310-b286-e08351bb7647

commit bf790a6e226cf7a9244b94ebb7e328d9cf4cba46
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 21 17:18:21 2006 +0000

    no problem with wing / arm
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1515 30ef787d-52ff-0310-b286-e08351bb7647

commit f8a3f6ee5bcbe62e299e5fcef9fac075c76c82aa
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 21 17:11:20 2006 +0000

    Shortened some German strings for correct display.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1514 30ef787d-52ff-0310-b286-e08351bb7647

commit bfbef4f475699308f95afcb2476c42b0e7a0940a
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 21 17:06:50 2006 +0000

    String and German translation update.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1513 30ef787d-52ff-0310-b286-e08351bb7647

commit abf5d349cbc27fb42afc7d286010fc0019af1e33
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 21 16:57:29 2006 +0000

    better thunderbird jetpack (will be better in beta2 ;) )
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1512 30ef787d-52ff-0310-b286-e08351bb7647

commit adc05766a901b186ac901b89b6aae4cabdc9b9d1
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 21 16:36:47 2006 +0000

    add beastie tail
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1511 30ef787d-52ff-0310-b286-e08351bb7647

commit 8d3d5ea2288cb694454c1b86fab790e9a1a442ee
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 21 16:30:32 2006 +0000

    Change some strings for better display.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1510 30ef787d-52ff-0310-b286-e08351bb7647

commit b20bb1ece54d82e31a96ea4fce03c6150e5799d0
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 21 16:26:23 2006 +0000

    Update french translation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1509 30ef787d-52ff-0310-b286-e08351bb7647

commit bf2e07c28c1046e4aad11ecb07581054a41d32d5
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 21 16:09:27 2006 +0000

    Reenable sniper rifle in network, because it's not bugged ;)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1508 30ef787d-52ff-0310-b286-e08351bb7647

commit cf014d31f688ee2d16ba70a346526fa72aff9483
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 21 16:08:46 2006 +0000

    better config for beastie
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1507 30ef787d-52ff-0310-b286-e08351bb7647

commit da9284f8efc30583b05ce3b6252eeb6e38ca9799
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 21 16:04:39 2006 +0000

    Disable SubMachine Gun in network games because of 'turn not ending' bug.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1506 30ef787d-52ff-0310-b286-e08351bb7647

commit 0d7b5a2332112adeec492e546434e1f14e3b6fd3
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 21 15:49:23 2006 +0000

    Updated warning-text in network_connection_menu.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1505 30ef787d-52ff-0310-b286-e08351bb7647

commit 4570c26753b1b1e1a8fb9af7e8174f3dd0ad1181
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 21 15:26:26 2006 +0000

    Fix barrel non-exploding bug
    Set barrels point life to 80
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1504 30ef787d-52ff-0310-b286-e08351bb7647

commit 49d1dcf7f4c3dd59f9b7e85190f75440609cf32e
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 21 15:08:01 2006 +0000

    Hide mouse cursor and interface when moving character with keyboard. I think it's a good way to fix bug #5086.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1503 30ef787d-52ff-0310-b286-e08351bb7647

commit 1a2045e65222c2804457156524dccde716052c3c
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 21 15:07:47 2006 +0000

    Don't use translated string to set ammo from bonus boxes
    Fix the max number of defined bonus boxes
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1502 30ef787d-52ff-0310-b286-e08351bb7647

commit f7fba3d447ddae424a579e73eff165d5d2626135
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 21 15:04:48 2006 +0000

    Updated ChangeLog for 0.8beta1.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1501 30ef787d-52ff-0310-b286-e08351bb7647

commit 325f01529a70f6a94bcd36d6453666e47ad0f48e
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 21 14:42:17 2006 +0000

    Display player name in results menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1500 30ef787d-52ff-0310-b286-e08351bb7647

commit 82e31ccf1e4392a326bf39a76636a85876aeb342
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 21 14:27:45 2006 +0000

    Revert turkish translation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1499 30ef787d-52ff-0310-b286-e08351bb7647

commit 83d5af14a02ac424bcf12ad1c45f68a646d3b62c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 21 14:15:35 2006 +0000

    Display player name during game ! :-)
    
    TODO: display player name in results menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1498 30ef787d-52ff-0310-b286-e08351bb7647

commit b3e32c2d1492e0e1278cc52c3880c1a424d5b411
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 21 14:15:06 2006 +0000

         removed member question from class game and renamed Askquestion
         methode of class question into Ask which is sufficent.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1497 30ef787d-52ff-0310-b286-e08351bb7647

commit cd01d049761360564fcad75e0980ef35f5135adc
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 21 13:33:42 2006 +0000

    We can choose our player name in the game menu
    
    Currently, it is not saved in config.xml nor displayed in game
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1496 30ef787d-52ff-0310-b286-e08351bb7647

commit c72a869b79c41be375c1e38b86804f8363bd331c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 21 12:45:23 2006 +0000

    Add reference to Task list on gna.org
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1495 30ef787d-52ff-0310-b286-e08351bb7647

commit c2eb477e222cf5dbe86f3f27ca7db36eb6268c11
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 21 12:42:01 2006 +0000

    Remove reference to file FAQ.txt which does not exist anymore
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1494 30ef787d-52ff-0310-b286-e08351bb7647

commit 51f6698b7d4878276df72611d8b57b6acd14f8ad
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 21 12:26:54 2006 +0000

    Corrected a plural mistake.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1493 30ef787d-52ff-0310-b286-e08351bb7647

commit b24746992879a71c6e955aa8674635beedb6b296
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 21 12:25:30 2006 +0000

    Move valgrind.sh from src to tools
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1492 30ef787d-52ff-0310-b286-e08351bb7647

commit ae272102dc5cbbb2a805cc8aaf52b46e48b8edc5
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 21 12:24:06 2006 +0000

    Network menu message
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1491 30ef787d-52ff-0310-b286-e08351bb7647

commit aa3251c726652fac97438eac51670aff5a2e1396
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 21 12:05:04 2006 +0000

    Fix g++ flags using autotools
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1490 30ef787d-52ff-0310-b286-e08351bb7647

commit 75bc2859dcb02ff994ac89675c719700eec1ce7e
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 21 12:04:39 2006 +0000

    CMake: prepare beta release.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1489 30ef787d-52ff-0310-b286-e08351bb7647

commit babe4aa214c0aac5fd38411b1e5a6a13722306e7
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 21 11:00:34 2006 +0000

    Fix some members / movements defined twice
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1488 30ef787d-52ff-0310-b286-e08351bb7647

commit 46ccd1c89720ae058638cd5e3a980cf75db49863
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 21 10:01:55 2006 +0000

    Disable non-working weapons during network games (ninja-rope, airhammer, blowtorch, minigun)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1487 30ef787d-52ff-0310-b286-e08351bb7647

commit dbe2262707ade87da7df811a4655301ed038db83
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 21 09:53:56 2006 +0000

    Cleaner way to set the playing character's rebounding mode
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1486 30ef787d-52ff-0310-b286-e08351bb7647

commit 1e25e1034e9cd01de022712be4b60106fd3e3371
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 21 09:19:32 2006 +0000

    Do not merge anvil directly at SignalCollision. Merge Anvil later to avoid it to be damage directly by fire particles.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1485 30ef787d-52ff-0310-b286-e08351bb7647

commit 226029c677e87696dd01c4b2c0a1f929f47f9b41
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Oct 20 19:44:28 2006 +0000

    Updated translation...
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1484 30ef787d-52ff-0310-b286-e08351bb7647

commit d17be1b2d68564ff3ef66d73cc5d318ef0582a71
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Oct 20 19:12:14 2006 +0000

    Don't resolve IP address twice.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1483 30ef787d-52ff-0310-b286-e08351bb7647

commit 6a63ac83c8fb8c80cd4f814c65747bb9c873ddb8
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Oct 20 16:53:50 2006 +0000

    Set version to 0.8beta1!!
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1482 30ef787d-52ff-0310-b286-e08351bb7647

commit 989c435bd9e2f4bcf61e7f934ee7c926adde9b42
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Oct 20 15:42:51 2006 +0000

    Use actions to trigger the pause
    Disable pause during network games
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1481 30ef787d-52ff-0310-b286-e08351bb7647

commit 1285ccc5e10ed64569e4ecac5e357bc41a87fd7b
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Oct 20 15:28:34 2006 +0000

    Network: synchronised polecat farts
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1480 30ef787d-52ff-0310-b286-e08351bb7647

commit 0316bd5b5ba700c358dae73b130a982b82d28919
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Oct 20 11:25:54 2006 +0000

    Update Turkish translation (thanks to Furkan Duman)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1479 30ef787d-52ff-0310-b286-e08351bb7647

commit dee2773a5d19f4e49102e707b8cf231c491771cd
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Oct 20 06:36:30 2006 +0000

    Remove some options in game menu to prepare 0.8 beta 1
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1478 30ef787d-52ff-0310-b286-e08351bb7647

commit 7d56f77a4391c429506f4003e2a005df8d86a19d
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Oct 20 00:02:07 2006 +0000

    Add new files from beastieteam to cmake.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1477 30ef787d-52ff-0310-b286-e08351bb7647

commit 39e871c054bc5c7236070085460b20530291dfed
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Oct 19 20:56:40 2006 +0000

    Crosshair angle is managed by each character (see task #3389).
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1476 30ef787d-52ff-0310-b286-e08351bb7647

commit 567cd14c74144d4b6838a0e1cb5d4e4e34fe88ac
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Oct 19 19:51:11 2006 +0000

    better beastie (not finnish)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1475 30ef787d-52ff-0310-b286-e08351bb7647

commit 990617dceeabc116f8ba09977d597ffe3e9a0f55
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Oct 19 13:08:09 2006 +0000

    Announce 'shot has missed' also if the bullet leaves the map.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1474 30ef787d-52ff-0310-b286-e08351bb7647

commit 93d99932b4658d3c10e1c0a653277ef3830db933
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Oct 19 11:47:49 2006 +0000

    Use current projectile instance not a new one to get the Anvil size.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1473 30ef787d-52ff-0310-b286-e08351bb7647

commit 1c08deab27dcd60103a179de8e146d149916f02d
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Oct 19 00:37:07 2006 +0000

    Added new variable that counts the number of missed shots from WeaponLauncher and added a new virtual function to WeaponLauncher that increases that variable. This fixes task #3901.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1472 30ef787d-52ff-0310-b286-e08351bb7647

commit 96280c4cf60bbc5d3f244114cab860a3dc7c0c3a
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 18 20:22:00 2006 +0000

    Add ill_bubble.png for cmake.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1471 30ef787d-52ff-0310-b286-e08351bb7647

commit b81d3e022d0d24d697675b667847cb999559f97e
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 18 20:07:42 2006 +0000

    Display green bubbles when a character is ill
    Fix some #include
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1470 30ef787d-52ff-0310-b286-e08351bb7647

commit 132f8c9991ff2628ea1e3ef06a872d91452ca3fe
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 18 17:48:11 2006 +0000

    Bullet particles when using the submachine gun
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1469 30ef787d-52ff-0310-b286-e08351bb7647

commit 2826b341eb1ed59723df317a8d0de9fbe334ec56
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 18 16:50:44 2006 +0000

    Teleportation animation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1468 30ef787d-52ff-0310-b286-e08351bb7647

commit 3b086817a513f4258e973c60faa679adba74ed56
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 18 16:49:33 2006 +0000

    Add a new signal handling into WeaponLauncher and WeaponProjectile : SignalProjectileDrowning.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1467 30ef787d-52ff-0310-b286-e08351bb7647

commit e6f61a26223ed3b2abfe3169f13195925ba65160
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 18 16:47:31 2006 +0000

    Fix bug #7393 where projectile are stuck into water.
    Also avoid a strange bug where the projectile came back randomly when firing into water with a bazooka or anything using WeaponProjectile.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1466 30ef787d-52ff-0310-b286-e08351bb7647

commit ed3447b01d9e3079e9f094eb23b88eff5199f069
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 18 15:24:16 2006 +0000

    1. Add support for archive generation ("make package" and "make package_source")
    2. Update README.cmake
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1465 30ef787d-52ff-0310-b286-e08351bb7647

commit aca43a488debea96aed24488fdee15b283eafe45
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 18 00:24:56 2006 +0000

    CMake: don't write POT-Creation-Date to .po files on every regeneration.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1464 30ef787d-52ff-0310-b286-e08351bb7647

commit 6c68405ac7d91b4ab9d3561226f264c3f88b084e
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 18 00:11:23 2006 +0000

    CMake: Add -DDEBUG only in Debug or RelWithDebInfo build-type
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1463 30ef787d-52ff-0310-b286-e08351bb7647

commit 09304e19598e8ea70f6b0140496672cb183840e6
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 18 00:03:34 2006 +0000

    CMake: Updated documentation.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1462 30ef787d-52ff-0310-b286-e08351bb7647

commit 0ff0d62e607b8e19e3872c84b74fc3ea7db0c767
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 17 23:42:26 2006 +0000

    CMake: Fix compilation with -Werror and add some build aliases.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1461 30ef787d-52ff-0310-b286-e08351bb7647

commit ba05fbd0ce81fd1c111350baf6c20ceb94b998fe
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 17 23:20:52 2006 +0000

    CMake: Always add -Werror and -Wall to compile flags.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1460 30ef787d-52ff-0310-b286-e08351bb7647

commit 48a6e1a8a46397a0f4d5a24df4e7b5fc659573bc
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 17 23:18:05 2006 +0000

    Add CMake support. See https://gna.org/patch/?618 and README.cmake
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1459 30ef787d-52ff-0310-b286-e08351bb7647

commit ab77d1ca428f7e68f3c437bea9ce147696302b8d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 17 21:45:04 2006 +0000

    It's now possible to choose a different number of characters for each team :-)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1458 30ef787d-52ff-0310-b286-e08351bb7647

commit 8408cede354e485243ddc044e5db385eaf8f5192
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 17 20:45:46 2006 +0000

    Screen scroll only when cursor is at absolute edge in fullscreen mode (see bug #5863).
    Also, can use middle button of the mouse to scroll the map (like with the Ctrl key).
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1457 30ef787d-52ff-0310-b286-e08351bb7647

commit 034a82fa216bd8ac37942dc2db25b8bf2a4a4525
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 17 20:35:49 2006 +0000

    Add an assert into ReadNbAmmos and ReadNbUnits if a weapon is not in the weapon map.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1456 30ef787d-52ff-0310-b286-e08351bb7647

commit e0d5fb0d6ccaa27c668425b946720a0850e971b9
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 17 10:51:40 2006 +0000

    Disable the parachute when the character is stuck in
    ground (fix bug #5839)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1455 30ef787d-52ff-0310-b286-e08351bb7647

commit f3f8d371eb709fcffe3b422f103d8de8f48ac006
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 17 10:37:53 2006 +0000

    Revert commit 1425 (was:Don't stop an object if it's not on the ground)
    Fix bug #7429 (damage when touching a wall)
    Reintroduce bug #5839 (getting stuck to ground using parachute)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1454 30ef787d-52ff-0310-b286-e08351bb7647

commit abbe2b2558f0340d7c0266ae069b863561f099ba
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 17 08:00:10 2006 +0000

    set so you start the game with 0 anvils, but you can get it in a bonus box
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1453 30ef787d-52ff-0310-b286-e08351bb7647

commit 0ec77d73c2238db566ef7a4ff2146bc3da57407b
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 17 01:08:48 2006 +0000

    de.po update: remove old translations and update some strings...
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1452 30ef787d-52ff-0310-b286-e08351bb7647

commit d7d95e0975124e52dff71e8caf7ffcebb8b39c69
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 17 00:27:58 2006 +0000

    Fix unlimited anvil ammo bug ;)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1451 30ef787d-52ff-0310-b286-e08351bb7647

commit 9b79f229beea2631bb34f12b0c30fc74ea607c42
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 16 20:45:54 2006 +0000

         Removed choix_t and replaced it with class choice_t and
         it accessors. Also made some clean up in private and public stuff
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1450 30ef787d-52ff-0310-b286-e08351bb7647

commit 54e88cfd031366e971ba8ae5e812f7a7ab6c7ef7
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 16 20:43:45 2006 +0000

    If the active character is hit by a mine explosion (or watever), set game loop state to END_TURN.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1449 30ef787d-52ff-0310-b286-e08351bb7647

commit d719a3d898c253dde3e474db80c254122df7884d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 16 20:42:31 2006 +0000

    Info map translation and better encapsulation
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1448 30ef787d-52ff-0310-b286-e08351bb7647

commit 0a529fb9b844405daa3b7634ea81f74993a8234e
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 16 18:29:03 2006 +0000

    put ninja rope to 450px instead od 700px
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1447 30ef787d-52ff-0310-b286-e08351bb7647

commit 71e4a88d994141116e265520623e446a1ce69129
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 16 18:27:59 2006 +0000

         Release the mutex in case of recv error
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1446 30ef787d-52ff-0310-b286-e08351bb7647

commit cfde1e53791dee23afcadd9d44287565ef3993b9
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 16 11:41:52 2006 +0000

    Remove infinite background references
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1445 30ef787d-52ff-0310-b286-e08351bb7647

commit 06d94686fe2b87a79242f071ab32feec8d7550d9
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 16 11:16:10 2006 +0000

    Camera follow anvil when falling.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1444 30ef787d-52ff-0310-b286-e08351bb7647

commit 0475134b6bae6f0d91ebfc4abcce11362278b6bf
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 16 06:16:47 2006 +0000

    Extending sprite size to avoid visual glitch with the MergeSprite method.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1443 30ef787d-52ff-0310-b286-e08351bb7647

commit 30d549b6497fc284009bc33c087e5733e07580c5
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 16 06:15:29 2006 +0000

    When merging a sprite with the ground, take care of alpha value.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1442 30ef787d-52ff-0310-b286-e08351bb7647

commit 5cba194b3ace2f241dc3fe2fb1987bfdae753eda
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 15 22:29:32 2006 +0000

    Made weapon balance, added additional bonus boxes (weapons in them) and edited somewhat author list, anvil is stil lon my todo expect it within next few hrs
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1441 30ef787d-52ff-0310-b286-e08351bb7647

commit 0bb51d84ca6d4778aaf37d3900c765d9e263b0f1
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 15 22:26:14 2006 +0000

    Network: disable ninja-rope
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1440 30ef787d-52ff-0310-b286-e08351bb7647

commit c0bd6245a07f76ef519ca6b62b68568fda0446cc
Author: nefertum <nefertum at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 15 21:37:18 2006 +0000

    Fix double backspace for an unique typed one
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1439 30ef787d-52ff-0310-b286-e08351bb7647

commit b1fd3ad6600f97ad03aa7e6ae6a6980cb72edb5b
Author: nefertum <nefertum at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 15 21:29:27 2006 +0000

    Add " " between > and message (network chat)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1438 30ef787d-52ff-0310-b286-e08351bb7647

commit f00c6792e14a675e01c3a94932b60a70584a2ff6
Author: nefertum <nefertum at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 15 20:49:43 2006 +0000

    Chat messages uses now system usernames, until a widget to set the nickname is added.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1437 30ef787d-52ff-0310-b286-e08351bb7647

commit f9aed2281cd9b56a3d225b36c698c908eebe3f3d
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 15 18:46:09 2006 +0000

    No WORMS/TEAM17 !
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1436 30ef787d-52ff-0310-b286-e08351bb7647

commit c6a90dba6043e524f855cb98ee32eea28fc339f8
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 15 18:09:02 2006 +0000

    Use MergeSprite instead of PutSprite.
    Rotate construct weapon with mouse wheel.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1434 30ef787d-52ff-0310-b286-e08351bb7647

commit 9aac4738b09b9a0828763ca1a6c560b46cdd30b1
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 15 17:18:37 2006 +0000

    Some name corrections and additional names for beastie-team. Suggestions by miwi :)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1429 30ef787d-52ff-0310-b286-e08351bb7647

commit aa8647487e50a9a8f4ca8027d0f6ddc7a910516c
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 15 16:45:33 2006 +0000

    Fix comment (French to english).
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1428 30ef787d-52ff-0310-b286-e08351bb7647

commit ea866643ac6bf3dd1eca84703397bc9db8f36f89
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 15 12:10:01 2006 +0000

    Remove the open_speed parameter of the parachute
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1427 30ef787d-52ff-0310-b286-e08351bb7647

commit 5b9d3b84f495aafdedf6e91b8f186997d85d0df7
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 15 12:09:33 2006 +0000

    Only trigger the parachute when the character is about to get hurt
    Remove the open_speed parameter
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1426 30ef787d-52ff-0310-b286-e08351bb7647

commit af19fe5fa8bfbd3303be91c95c5838a6316bc3f2
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 15 12:03:15 2006 +0000

    Don't stop an object movement if it's not on the ground
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1425 30ef787d-52ff-0310-b286-e08351bb7647

commit ea525dcf96285098f0d56563bede64dcf6bf343b
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 15 11:30:57 2006 +0000

    Network: Don't sync te characters position with airhammer as it already
    handled by the Weapon::Shoot method (fix bug #7405)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1424 30ef787d-52ff-0310-b286-e08351bb7647

commit f61e756cd1797075f26d70f736d5d326cd2c7338
Author: nefertum <nefertum at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 14 17:30:10 2006 +0000

    Delete some no-used #includes
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1423 30ef787d-52ff-0310-b286-e08351bb7647

commit 609028529a2fef88689939c1af0876b2bde25db3
Author: nefertum <nefertum at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 14 15:42:28 2006 +0000

    Check if we are connected before handle 's' key for chatsession and show chat messages.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1422 30ef787d-52ff-0310-b286-e08351bb7647

commit 4ac99e4ecf78dbf409d49f4ecb78b25921789d3b
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 14 12:54:10 2006 +0000

    Fix a never-ending-turn(tm) : when the mine is a fake mine and on a character, the mine fall on the ground (using SetCollisionModel(false,false,false)). In certain case, the mine was detected as a moving object because it was not on the ground.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1421 30ef787d-52ff-0310-b286-e08351bb7647

commit 8c9ced46264a027b2d5cde010fa736fa9413082a
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 14 10:05:31 2006 +0000

    Change the exit message
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1420 30ef787d-52ff-0310-b286-e08351bb7647

commit 51c8443ef97894135dedef34358f54be49e10e3c
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 14 09:49:52 2006 +0000

    Network: Don't send empty chat messages (avoid a failed assertion)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1419 30ef787d-52ff-0310-b286-e08351bb7647

commit d7038198fa7d2560a223ed7239cb1979403bab31
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 14 09:37:15 2006 +0000

    Network: fix client to client message sent in double
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1418 30ef787d-52ff-0310-b286-e08351bb7647

commit 73883f30b6b199b2bf356f6951b4627df75ed820
Author: nefertum <nefertum at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Oct 13 19:30:49 2006 +0000

    Added Size method in TextList Class { return list.size()} .
    Change timer logic for chat messages, there was a problem with first line.
    Deleted some garbage comments.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1417 30ef787d-52ff-0310-b286-e08351bb7647

commit efe3a87246acbf298cd9760331027624d7efdbf3
Author: nefertum <nefertum at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Oct 13 16:57:01 2006 +0000

    Added timer for chat messages: The first line in text_list object is now deleted every 10 seconds.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1416 30ef787d-52ff-0310-b286-e08351bb7647

commit 5f6a6169ccedd1a8dcd7caf872e12fb634105096
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Oct 13 03:00:12 2006 +0000

    translated new line
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1415 30ef787d-52ff-0310-b286-e08351bb7647

commit 175d21358c3db894f41f09e54fa4dded2f51f546
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Oct 13 02:56:32 2006 +0000

    updated bonus box, forgot to declare my new LOWGRAV and BASEBALL lines
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1414 30ef787d-52ff-0310-b286-e08351bb7647

commit b9010597edd81992162c5efd2566686629c41718
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Oct 13 02:02:14 2006 +0000

    lowered baseball and lowgrav ammo, added so you can get more in bonus boxes
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1413 30ef787d-52ff-0310-b286-e08351bb7647

commit 436ce0cfc6ad1450bd51e4b696626f74731ea9c4
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Oct 13 00:08:25 2006 +0000

    Camera stops following fire particle when they are deleted
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1412 30ef787d-52ff-0310-b286-e08351bb7647

commit 718a6de92bf7de6f8dd084eba91b25ef4241fc56
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Oct 12 23:35:39 2006 +0000

    Add two missing strings from options_menu to list of translations and update German translation.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1411 30ef787d-52ff-0310-b286-e08351bb7647

commit e3b571aee195f23c564ad0a3bc6f430a9d61c634
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Oct 12 17:07:57 2006 +0000

    If a mine is detecting something, end turn wait until (fake) explosion. Warning, IsImmobile became virtual so make clean; make. is necessary.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1410 30ef787d-52ff-0310-b286-e08351bb7647

commit 3413f0b2fc978420c6c1024abd1766412b9515fc
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Oct 12 15:52:41 2006 +0000

    Fix bug #7401. Inspired by gun.cpp which works similar. :)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1409 30ef787d-52ff-0310-b286-e08351bb7647

commit 281f9fb6f7bddd6fd06f1500cd03eaef9d1ee34b
Author: gr3yfox <gr3yfox at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Oct 12 15:36:47 2006 +0000

    MOUSE_CHARACTER_SELECTION to lowercase
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1408 30ef787d-52ff-0310-b286-e08351bb7647

commit 7d9d041a6c513bd0eace8aec26224c87aa92f245
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Oct 12 14:05:21 2006 +0000

    Fix bug #6779
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1407 30ef787d-52ff-0310-b286-e08351bb7647

commit 6718faee398d70aaa1a15cb49031b9e0c805712a
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Oct 12 08:29:39 2006 +0000

    SignalObjectCollision in PolecatFart is protected, not public.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1406 30ef787d-52ff-0310-b286-e08351bb7647

commit 406b348203b5434cd3dac870b1bc5902b78a0de8
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Oct 12 08:26:26 2006 +0000

    Wait until all fires die out before next turn (see task #3904). Also fire particle die immediately when they fall into the water.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1405 30ef787d-52ff-0310-b286-e08351bb7647

commit 92a7d96587622c281031de5b9ac9336dd5df10a4
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 11 23:12:43 2006 +0000

    Again some changes made by 'make'... :>
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1404 30ef787d-52ff-0310-b286-e08351bb7647

commit cd463e1041eb2791da593b6793ed49f965516642
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 11 23:02:10 2006 +0000

    Network: Don't call NewActionShoot from SetTarget : fix weapon that uses mouse targets
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1403 30ef787d-52ff-0310-b286-e08351bb7647

commit 0c39099ac9ef3a9a1c29e33ffd499750cd7ce732
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 11 22:58:51 2006 +0000

    Unified style of weapon names.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1402 30ef787d-52ff-0310-b286-e08351bb7647

commit b5f2fe0c2642e869028b9144c2590ccdf8c15fa1
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 11 22:50:22 2006 +0000

    fixed few new lines, again
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1401 30ef787d-52ff-0310-b286-e08351bb7647

commit 7b2b398f658e32609d1ec3cab9c4aa3fe144af5e
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 11 22:43:00 2006 +0000

    Updated German translation.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1400 30ef787d-52ff-0310-b286-e08351bb7647

commit c93fa258ff95590f14837ee45be3d1585281dbc8
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 11 22:33:56 2006 +0000

    Add missing weapons to po/Makefile.am and update .po files.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1399 30ef787d-52ff-0310-b286-e08351bb7647

commit c289134c8f91d542c81b143e18c94e7f5ef28b2b
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 11 22:26:07 2006 +0000

    fixed few new lines
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1398 30ef787d-52ff-0310-b286-e08351bb7647

commit 20b8c7a74e8035bf70ea18cf1af901ffafd7ea0a
Author: gr3yfox <gr3yfox at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 11 22:17:35 2006 +0000

    mouse.cpp now checks for MOUSE_CHARACTER_SELECTION value before proceeding with character selection. Weapons that needs a target should set MOUSE_CHARACTER_SELECTION to true into their constructor.
    air attack, automated bazooka and anvil have now MOUSE_CHARACTER_SELECTION set to false.
    Also commented out a duplicated code into Mouse::ActionClicG()
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1397 30ef787d-52ff-0310-b286-e08351bb7647

commit fefab6f63fa208e7e8d52a02c7dbca9042382098
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 11 22:08:54 2006 +0000

    Added syringe.cpp to po/Makefile.am and updatet German translations
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1396 30ef787d-52ff-0310-b286-e08351bb7647

commit 011aa576324414910f8a7bec0727f158f804e9b5
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 11 20:19:31 2006 +0000

    new snipe_rifle graphism
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1395 30ef787d-52ff-0310-b286-e08351bb7647

commit 3bf237e410931628c9e434101d3b4ae5fe68dfb7
Author: gr3yfox <gr3yfox at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 11 19:30:49 2006 +0000

    Removed unuseful comments from airhammer.cpp
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1394 30ef787d-52ff-0310-b286-e08351bb7647

commit 03f7448f0b020dea5ac5164957d47402f284dd33
Author: gr3yfox <gr3yfox at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 11 19:09:50 2006 +0000

    Air-hammer patch. Now it causes damage. Range and damage can be set in classic.xml
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1393 30ef787d-52ff-0310-b286-e08351bb7647

commit 1d95a8a23e25bc6dbf9e74e52b0083ac55ef3b46
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 11 15:00:01 2006 +0000

    Fix snipe rifle too sensible about gravity
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1392 30ef787d-52ff-0310-b286-e08351bb7647

commit 18983cc17cf8d9e6026391960c6a9d1dc90e10e1
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 11 14:34:46 2006 +0000

    Network: Force a redraw of the textbox
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1391 30ef787d-52ff-0310-b286-e08351bb7647

commit 46db2cdbf944edaddc7e5bb2c9be7cb6657f888e
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 11 14:27:24 2006 +0000

    Network: Only the server can set the map is themenu
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1390 30ef787d-52ff-0310-b286-e08351bb7647

commit 9f084372dae582160549921ad34c1e1b8d292104
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 11 14:21:19 2006 +0000

    Network: Sync the playing character position before a shoot (avoid a desync when sooting during a movemnt)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1389 30ef787d-52ff-0310-b286-e08351bb7647

commit 06872558a8043ecfa85f3a34395efe6ab75d0b36
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 11 14:16:18 2006 +0000

    Network: Fix characters shooting animation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1388 30ef787d-52ff-0310-b286-e08351bb7647

commit 788028ed9a79d6930aec6f30a3b73cd21ef85fef
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 11 13:31:15 2006 +0000

    Add SDL_net as dependency in INSTALL
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1387 30ef787d-52ff-0310-b286-e08351bb7647

commit 94fed43cef6ea2d94f7b952ced6c8d0a1277d0e8
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 11 13:16:13 2006 +0000

    lodesi has put i have put 4 last contributions into package maintainers instead of contributors, which I have fixed
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1386 30ef787d-52ff-0310-b286-e08351bb7647

commit 0742992c3d60187ba7fba87e324808d446ba5fd0
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 11 12:21:33 2006 +0000

    Network: Really fix character's walk
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1385 30ef787d-52ff-0310-b286-e08351bb7647

commit d0259921016911fdfafb627478a97a9f3aa7e5cc
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 11 11:29:57 2006 +0000

    Network: avoir a buffer underflow on malformed packet
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1384 30ef787d-52ff-0310-b286-e08351bb7647

commit d5b020312e8e5c5162273d65667ee0c3ca71396e
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 11 09:44:08 2006 +0000

    Network: Avoid buffer underflow chen reading packets in non-developpement version
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1383 30ef787d-52ff-0310-b286-e08351bb7647

commit 9c295154ff31840c1ce93476c4c336ca9323ca13
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 10 23:58:34 2006 +0000

    Nb of characters will be choosen for each team in the future.
    User would enter its name :)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1382 30ef787d-52ff-0310-b286-e08351bb7647

commit 97de1cdf43c66c02e95248817af79aeb32003ab0
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 10 22:41:37 2006 +0000

    Better size for team and map boxes.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1381 30ef787d-52ff-0310-b286-e08351bb7647

commit cd3b3cb1f865db16d29d0e34dc4143634235fd00
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 10 22:34:33 2006 +0000

    Network chat, missing files
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1380 30ef787d-52ff-0310-b286-e08351bb7647

commit 629b99a7624164aa9bb1d872bdaf977e145da6e8
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 10 22:08:32 2006 +0000

    Network chat by nefertum :)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1379 30ef787d-52ff-0310-b286-e08351bb7647

commit 6aec4b3d08200e0966029d3f2a3edd8861a19062
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 10 21:07:52 2006 +0000

    Network: Fix character's walk, and most problably other bugs :/
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1378 30ef787d-52ff-0310-b286-e08351bb7647

commit e621972915716164087ddd4568d55df20eda7a16
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 10 21:05:50 2006 +0000

    Fix bug #7372. Weapons that wait for a mouseclick shouldn't react on space
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1377 30ef787d-52ff-0310-b286-e08351bb7647

commit e1fa3fdc5943c4134e7411dd3351b67bec3d125b
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 10 20:45:06 2006 +0000

    Fix teams box size and use constant for MAX_NB_TEAMS
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1376 30ef787d-52ff-0310-b286-e08351bb7647

commit 62a9278fe18255ad9518aded0b33bb357c11c076
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 10 19:41:37 2006 +0000

    another try to fix bug #7327 (air_attack worked just once per game)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1375 30ef787d-52ff-0310-b286-e08351bb7647

commit 0541b2a2242241516bd6d8671a140c6fd9840c89
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 10 16:16:38 2006 +0000

    Move yekcim to the main authors list
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1374 30ef787d-52ff-0310-b286-e08351bb7647

commit 912cfcd01c9c201d406e5457dddffbdd28f1450f
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 10 16:13:06 2006 +0000

    Remove unused constants
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1373 30ef787d-52ff-0310-b286-e08351bb7647

commit 499fbe85e888922405390310ed6f33beb280e1ad
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 10 15:43:20 2006 +0000

    Syringe weapon by Gr3yfox
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1372 30ef787d-52ff-0310-b286-e08351bb7647

commit 318b3c187a17c436d2dd4731ef13f7df52638d2b
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 10 14:53:43 2006 +0000

    Bugfix by Gr3yFox: anvil wasn't centered correctly at cursor position
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1371 30ef787d-52ff-0310-b286-e08351bb7647

commit 8c794a44e34ea617cc331625a025210993e52946
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 10 12:10:59 2006 +0000

    Fix compilation with gcc 4.1.x
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1370 30ef787d-52ff-0310-b286-e08351bb7647

commit 3d3e25c38e59cafc18a1cb724aeb71efeeb4b04f
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 9 23:06:49 2006 +0000

    Team selection is back!
    
    Cleaner management of Team selection widgets
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1369 30ef787d-52ff-0310-b286-e08351bb7647

commit 1196f6d2723f7774bf7c4cb57715cbae67e9f18d
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 9 21:39:57 2006 +0000

    Network: Don't allow a game to begin if all players are not ready
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1368 30ef787d-52ff-0310-b286-e08351bb7647

commit 6e06bec1af5931973e2676c5109ce860765b35af
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 9 21:11:50 2006 +0000

    Fix mouse wheel usage for map selection
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1367 30ef787d-52ff-0310-b286-e08351bb7647

commit e5b10e1c9556f3be463d86188399a623fd996ecc
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 9 19:07:52 2006 +0000

    construct helmet, better jetpack, weapons animations,...
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1366 30ef787d-52ff-0310-b286-e08351bb7647

commit 0594b4df86bf86280dfcfd6027de8d1e2fcc8fac
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 9 17:50:51 2006 +0000

    construct helmet, better jetpack, weapons animations,...
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1365 30ef787d-52ff-0310-b286-e08351bb7647

commit aa7585f2777bdf99f1e90b6ac83c48efafb0fcdf
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 8 21:04:04 2006 +0000

    Camera follows character 'launched' by the baseball bat
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1364 30ef787d-52ff-0310-b286-e08351bb7647

commit 3d1dbc9dff70227107f3038e0ee969ca31204695
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 8 20:25:26 2006 +0000

    construct helmet, better jetpack (but not good jetpack-fire), weapons
    animations,...
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1363 30ef787d-52ff-0310-b286-e08351bb7647

commit 72bfe30e274009c583efc62adc988fb14e4c34ce
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 8 15:45:36 2006 +0000

    construct helmet, better jetpack, weapons animations,...
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1362 30ef787d-52ff-0310-b286-e08351bb7647

commit 8eede600bb07e4ff580b32d1de2dfe22065f37e4
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 8 11:46:11 2006 +0000

    construct helmet, better jetpack, weapons animations,...
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1361 30ef787d-52ff-0310-b286-e08351bb7647

commit eaa614c27d9bd71ae7c0f27864fda97e719375fc
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 7 23:42:12 2006 +0000

    network: big endian..
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1360 30ef787d-52ff-0310-b286-e08351bb7647

commit a4d39574a60350a9402ccef135f191bb5f76a6b6
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 7 23:39:44 2006 +0000

    Network: 3rd try at powerpc compatibility
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1359 30ef787d-52ff-0310-b286-e08351bb7647

commit 89f96d7893eb91f4fbf26d5e24d9962a66c0d74a
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 7 21:48:06 2006 +0000

    Make range of blowtorch configurable via XML.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1358 30ef787d-52ff-0310-b286-e08351bb7647

commit bb04ad72de3b158437372167bc65cca2a6a14e41
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 7 21:17:29 2006 +0000

    remove declaration of function that was removed in previous commit
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1357 30ef787d-52ff-0310-b286-e08351bb7647

commit f0c2389a2be014bdc8c759e5ddb55d3ee6f5177b
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 7 20:25:13 2006 +0000

    Fix blowtorch angle
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1356 30ef787d-52ff-0310-b286-e08351bb7647

commit fc6676e3a033dfa5228ea3bd19d085c22dbd0ad4
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 7 19:41:33 2006 +0000

    Set the gun hole position for each projectiles weapon
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1355 30ef787d-52ff-0310-b286-e08351bb7647

commit 0d84d6fde56be0144c52b7bd92d00f932d7c8836
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 7 17:05:20 2006 +0000

    Revert commit 1353... it created some other segfaults... I'll have to find another solution ;)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1354 30ef787d-52ff-0310-b286-e08351bb7647

commit 7e60a5511c52bcd493cb5c2f1c8ed71dbde54f5b
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 7 16:49:21 2006 +0000

    Attempt to fix bug 7327
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1353 30ef787d-52ff-0310-b286-e08351bb7647

commit dfa3d37165317aa8684704ddbe848b6dc9a1a670
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 7 16:33:35 2006 +0000

    Fix infinite rebound bug (#5759) : stop moving if an obj bounce twice at
    the same place
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1352 30ef787d-52ff-0310-b286-e08351bb7647

commit 76b9ec1d0aa8c82314096a347d056f9bfa5900b5
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 7 15:47:13 2006 +0000

    silent those nerved debug-messages and some cleanup in air_attack weapon.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1351 30ef787d-52ff-0310-b286-e08351bb7647

commit e834a673a17b5f8c4da78c2c502c46186ff3da9d
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 7 15:32:30 2006 +0000

    Remove outdated comment.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1350 30ef787d-52ff-0310-b286-e08351bb7647

commit e64796dbfc8ee29232a02ccc26aed64920101b7a
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 7 09:09:32 2006 +0000

    Fix air resist factor
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1349 30ef787d-52ff-0310-b286-e08351bb7647

commit 7d4aec8a175030d2c677cbfe5e378c1e75209831
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Oct 6 16:14:11 2006 +0000

    1. Fix bug #6583 : it was possible to select a weapon with 0 ammo and shoot with it when you pressed F[1-8]
    2. Fix similar bug : you were able to select weapons with F[1-8] in a closed map, though they weren't allowed in a closed map
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1348 30ef787d-52ff-0310-b286-e08351bb7647

commit afdcee20ddf35bef930f5213c6ee9a1131b0e65d
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Oct 6 14:48:28 2006 +0000

    2nd try to get big endian..
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1347 30ef787d-52ff-0310-b286-e08351bb7647

commit 1b1bf5c7478223a7929e5cfdba497d6ea1825004
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Oct 6 14:41:57 2006 +0000

    First try to be big endian compatible
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1346 30ef787d-52ff-0310-b286-e08351bb7647

commit fee76455c9a2b9c354602adfb1972c67256b4971
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Oct 5 23:56:15 2006 +0000

    Temporary fix to the red anvil
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1345 30ef787d-52ff-0310-b286-e08351bb7647

commit 072e5fe0e159032cc304427c58210395fcf26ee6
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Oct 5 22:30:07 2006 +0000

    Make Playing possible again!
    
    It's bad to commit without testing!!
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1344 30ef787d-52ff-0310-b286-e08351bb7647

commit a18b10b5866e40cc5223bd07b033c53a7bc2ae10
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Oct 5 21:58:04 2006 +0000

    Fix memory leaks
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1343 30ef787d-52ff-0310-b286-e08351bb7647

commit 38ba38e1dcd9959c0f1178d3b23484092e168b66
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Oct 5 21:55:24 2006 +0000

    Fix memory leaks
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1342 30ef787d-52ff-0310-b286-e08351bb7647

commit db12b1db09ceec87db487fbf0db9c6fef83ac16e
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Oct 5 21:50:54 2006 +0000

    Fix memory leaks
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1341 30ef787d-52ff-0310-b286-e08351bb7647

commit 97361cce45c33cb9519df0127e19a1a4cd1dc3ae
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Oct 5 21:34:32 2006 +0000

    Fix memory leaks
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1340 30ef787d-52ff-0310-b286-e08351bb7647

commit 2c86d16d60393e8632083a5eb2dafdebb26ffe42
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Oct 5 21:33:53 2006 +0000

    Fix memory leaks
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1339 30ef787d-52ff-0310-b286-e08351bb7647

commit 0e04c5ab249daf0290ddf104449c9d8595426ebc
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Oct 5 21:02:32 2006 +0000

    Game menu: new teams selection mode !
    
    Currently, it is not finished. You can choose the number of teams,
    but not the teams you want!
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1338 30ef787d-52ff-0310-b286-e08351bb7647

commit 0f7a5da8c826017a4c68069a72d35f7ff66f17fe
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Oct 5 20:45:20 2006 +0000

    Applying disease damage during 3 turn when a character inhale a polecat fart.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1337 30ef787d-52ff-0310-b286-e08351bb7647

commit 997f1b1ae1c879537b5988704db2edb530ebaa97
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Oct 5 20:00:02 2006 +0000

    Anvil weapon :
    - Call of the MergeSprite method when the anvil hit the ground.
    - Cannot use the anvil in closed map and anvil is appearing in top of the map.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1336 30ef787d-52ff-0310-b286-e08351bb7647

commit b381bb5bf42f56ef609559999f6ba3e645e58206
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Oct 5 19:56:38 2006 +0000

    Add a new method MergeSprite in map (for the anvil weapon). The method is working but for an unknown reason, We only get the red chanel ...
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1335 30ef787d-52ff-0310-b286-e08351bb7647

commit 7b016d2c0217b5122071d1ac1daf2bbee8379972
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 3 23:58:26 2006 +0000

    Misc documentation updates
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1334 30ef787d-52ff-0310-b286-e08351bb7647

commit 0197167a93b47f246969b479b070581ca107ffd4
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 3 20:20:42 2006 +0000

    Change buttons PreviousMap/NextMap in game menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1333 30ef787d-52ff-0310-b286-e08351bb7647

commit 7f4384b4d9d73c18e8d083da92431b942abbe852
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 3 10:50:19 2006 +0000

    Fix typo.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1332 30ef787d-52ff-0310-b286-e08351bb7647

commit cbcbb6a0538ecf89883eece3fe42b0d7c2509827
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 3 10:26:20 2006 +0000

    Made suprise box faster, also affected by the wind. Previous were just too boring, falling down vertically and all. Now if you're unlucky box can you hit and you also cause damage to your character
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1331 30ef787d-52ff-0310-b286-e08351bb7647

commit b6c99c4c209bf5f495ed5a08ebecf82f32723365
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 3 00:06:05 2006 +0000

    Fix two typos.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1330 30ef787d-52ff-0310-b286-e08351bb7647

commit f0c011f06c66d33c24a9c37e9be80e6f8a5ad505
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 2 23:46:55 2006 +0000

    Try to optimise display cache mechanism
    
    It is quite stupid for the moment. It is only able to remove Rectangle which are entirely contained in another Rectangle.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1329 30ef787d-52ff-0310-b286-e08351bb7647

commit 6db788378bf4be4044df7799e6961f41bf5eab9c
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 2 22:26:35 2006 +0000

    Add absynthe and deki in the authors file
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1328 30ef787d-52ff-0310-b286-e08351bb7647

commit cc84cee58e33b2a991fd9cd2e4a3b769ba1ea768
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 2 22:21:51 2006 +0000

    Define the weapon hole in xml files (code ready, only the gun have been done in the xml file)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1327 30ef787d-52ff-0310-b286-e08351bb7647

commit a78371177d8fa63e63d5e4e8b0dbb70898fbaf65
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 2 21:19:11 2006 +0000

    Fix a little that was making dynamite go through others character (in the PutOutOfGround method)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1326 30ef787d-52ff-0310-b286-e08351bb7647

commit b44726819361bf15bc8d669e0a7b09b07f2c0cc9
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 2 20:46:42 2006 +0000

    Fix Refresh() of teams list in NetworkMenu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1325 30ef787d-52ff-0310-b286-e08351bb7647

commit 8f7bbb2814d297a3bf6175f279171b1361dd061b
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 2 20:22:15 2006 +0000

    Fix bug 7253 about misplaced characters
    
    Number of tries : from 20 to 60.
    Try to put characters on the map with a min distance
    between characters. If it doesn't work, divide the
    distance by 2. If it doesn't work again, set the
    distance to 0.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1324 30ef787d-52ff-0310-b286-e08351bb7647

commit 2bf14fce2d068443b0acaa2148b120095e2fba8a
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 2 19:13:34 2006 +0000

         renamed camera_est_sauve with is_camera_saved... there is
         still too much French in there I guess...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1323 30ef787d-52ff-0310-b286-e08351bb7647

commit 951a40325f78c8b661d7f0df03f8b6ec176f2eb8
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 2 19:02:02 2006 +0000

        use IsSameAs which is better than comparing pointers....
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1322 30ef787d-52ff-0310-b286-e08351bb7647

commit 92b4f69fb078499b6d7a831b5fa85327efa01c50
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 2 12:01:08 2006 +0000

    Fixing headers in object. (see patch #613).
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1321 30ef787d-52ff-0310-b286-e08351bb7647

commit 2969fc4cfdaeff415791b5cc9e48ea8418062889
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 2 11:59:38 2006 +0000

    Another bunch of fixed headers. (patch #613).
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1320 30ef787d-52ff-0310-b286-e08351bb7647

commit f5218c72be38635140910ce303e53bbc45ce4082
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 2 11:58:04 2006 +0000

    Fix public/protected/private difference across the various weapon class. (see patch #613).
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1319 30ef787d-52ff-0310-b286-e08351bb7647

commit 4b1396f9ed9abbbf056e39bc59a60f4ac2c994bc
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 2 00:46:11 2006 +0000

    auto-generated update of .po files
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1318 30ef787d-52ff-0310-b286-e08351bb7647

commit 72995237418854ad0ccf13f0ef2c4e2639560133
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 2 00:33:32 2006 +0000

    Fix bug #7264 (Off-by-one error)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1317 30ef787d-52ff-0310-b286-e08351bb7647

commit ea9286a109819c10f0182dbe39a840c06f1a501c
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 2 00:25:29 2006 +0000

    Stop using the weapon and end turn if character got injured (e.g. by falling down)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1316 30ef787d-52ff-0310-b286-e08351bb7647

commit fba51e6bd9f5711b0d7885bcc3e2d533985a4051
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 2 00:18:40 2006 +0000

    1. Move turn-ending code in an own function.
    2. Use new GotInjured() function to test if character got injured while using this weapon (e.g. falling down, exploding mine).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1315 30ef787d-52ff-0310-b286-e08351bb7647

commit 5e0a0d2e9d6252538e5b3668317dbfa10f2be236
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 2 00:13:32 2006 +0000

    remove debug output i forget to remove for the last commit ;)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1314 30ef787d-52ff-0310-b286-e08351bb7647

commit fb5141fe8211987bb39eab31bfaee15be1969203
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 2 00:11:50 2006 +0000

    1. Fixed the bug, that on every damage the injured_light sound was played.
    2. Added a function to query if the character got injured in the current turn.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1313 30ef787d-52ff-0310-b286-e08351bb7647

commit 9d7f477a0c1147c7f1c43fb27d1202e67d6851fe
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 1 23:45:32 2006 +0000

    lost_energy is initialized later in constructor
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1312 30ef787d-52ff-0310-b286-e08351bb7647

commit c87bf9ce021f0b1a2f94ee604464bfcf5e6e7ffd
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 1 20:41:38 2006 +0000

        Put members of InfoMap into private section and create
        accessor to get values. This is partial work whereas it
        shuld be done in the whole code : never let anyone access
        a class attribut directly !
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1311 30ef787d-52ff-0310-b286-e08351bb7647

commit 90eab9adf1a816c3741c4f6bb8a9418303741a28
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 1 20:36:20 2006 +0000

    Register ACTION_CHAT_MESSAGE action
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1310 30ef787d-52ff-0310-b286-e08351bb7647

commit d80362f184d48c33fa7cce17b31a16585a5543e1
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 1 20:03:56 2006 +0000

    First commit since looooooooong time: disable creation of stats.xml
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1309 30ef787d-52ff-0310-b286-e08351bb7647

commit f7912f7492d74774329797bcac540d5c618599e9
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 1 19:56:13 2006 +0000

         initialize terrain_actif variable in order to fix a valgrind
         warning about a conditional jump on this uninitialized variable
         (in MapsList::SelectMapByIndex)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1308 30ef787d-52ff-0310-b286-e08351bb7647

commit a5ab09e4e69553b138ac383911bed18408b2ce7d
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 1 19:37:28 2006 +0000

         added a copy constructor for class character in order to
         prevent memory leaks
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1307 30ef787d-52ff-0310-b286-e08351bb7647

commit 7c1373557f5fd4db55df8a403d7f28451dfe3153
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 1 16:07:43 2006 +0000

         Put always_one_selected of list_box class into private
         section, and alow to pass it as a parameter in constructor.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1306 30ef787d-52ff-0310-b286-e08351bb7647

commit a48ab8f746a47529c204134c9677d76ca7456046
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 1 15:09:11 2006 +0000

    Network: initialise the random number generator with 128 numbers
    Network: if the random number table is empty and a number is asked wait until the server sends one (avoid a missed assertion)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1305 30ef787d-52ff-0310-b286-e08351bb7647

commit 9e2e9286ca89ecaa5a62ac2127ff06f70b005b03
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 1 14:49:26 2006 +0000

    fixed noel jsut as halloween so the wind particles do their thing
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1304 30ef787d-52ff-0310-b286-e08351bb7647

commit ed942f13821d65e95191b41569964659d2c8523d
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 1 14:39:12 2006 +0000

    fixed haloween wind particles
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1303 30ef787d-52ff-0310-b286-e08351bb7647

commit c0ff7cc1e9766fb310a6d2842ff16e431ed7a3b4
Author: deki <deki at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 1 13:05:53 2006 +0000

    Updated localization of blowtorch weapon.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1302 30ef787d-52ff-0310-b286-e08351bb7647

commit e867c33fd56ce86f38e496451ed3a637fda909df
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 1 12:11:17 2006 +0000

    Blowtorch weapon by deki (a bit buggy)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1301 30ef787d-52ff-0310-b286-e08351bb7647

commit 28f0c0f1734a2c7e33b7e2339be1d09ed40656b3
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 1 12:02:01 2006 +0000

    background particles were all folling verically instead of how the way wind blows. Well I fixed all the maps that needed this fix
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1300 30ef787d-52ff-0310-b286-e08351bb7647

commit 0f8c23cd6f554ef64695ff0aea4b03b39e67c2e6
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Sep 30 17:06:54 2006 +0000

    Add a comment to obscure code
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1299 30ef787d-52ff-0310-b286-e08351bb7647

commit 4291387b220d431f405fa73c9ad345d7cb50fa67
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Sep 30 17:04:38 2006 +0000

    Display the pid of wormux in the debug output (really helpful for network debugging)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1298 30ef787d-52ff-0310-b286-e08351bb7647

commit 827b353ea46d2ecc753656743c66cf699a355ba2
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Sep 30 17:04:03 2006 +0000

    Network: add a mutex to lock read / write access on a socket (i think it's unnecessary, be i prefer too much check than not enough)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1297 30ef787d-52ff-0310-b286-e08351bb7647

commit 5a47f3e8077bc0c9807fffc660b30053830f3b47
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Sep 30 17:02:04 2006 +0000

    Network: don't add twice newly allocated socket in the SDL_SocketSet
    (it fix the bug, where 4 players game was impossible! :)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1296 30ef787d-52ff-0310-b286-e08351bb7647

commit d26bfa007177a52644ffe097b51dd52e6a33b117
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 29 22:37:19 2006 +0000

    made a gift box a bit faster to fall down on earth
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1295 30ef787d-52ff-0310-b286-e08351bb7647

commit d9a1c158da383287a17178493b1dcdc4005d57cc
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 29 22:20:04 2006 +0000

    Remove CRLF line terminators.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1294 30ef787d-52ff-0310-b286-e08351bb7647

commit 1aec96c485027b76561ba7f375feb225edd6e0fc
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 29 22:11:00 2006 +0000

    Headers checker (little prototype).
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1293 30ef787d-52ff-0310-b286-e08351bb7647

commit 4042fe18a55c13d6a4de4f2e3ef97f8d4b5f2c31
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 29 19:49:52 2006 +0000

    Network: fix a bug in synchronisation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1292 30ef787d-52ff-0310-b286-e08351bb7647

commit 10377a5042b72b147176f306ee1d19e1d4c02881
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 29 16:19:01 2006 +0000

    fixed those last two bosnian translation bugs
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1291 30ef787d-52ff-0310-b286-e08351bb7647

commit 90b77933d13c499c6c9b3392dcfe2c2783f20364
Author: absinthesyringe <absinthesyringe at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 29 14:20:47 2006 +0000

    Made changes to the maps that were suffering greatly cuz of the new game psyhics. As well as update bosnian translation
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1290 30ef787d-52ff-0310-b286-e08351bb7647

commit d026a6654cc3b0f0283053f2318fc3bfdf3b88ae
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Sep 28 06:03:57 2006 +0000

    Fix flying tux not moving. (see bug #7051)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1289 30ef787d-52ff-0310-b286-e08351bb7647

commit 83d804aa386f51468234bcc371049e3053b3c37c
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Sep 27 17:09:55 2006 +0000

    Fix the explosion using the suicide weapon
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1288 30ef787d-52ff-0310-b286-e08351bb7647

commit 67d83f1c9b9a09e90850c36e52fb6df3b7ea283f
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Sep 27 12:37:02 2006 +0000

    Commit the file from Adnan Hodzic (thank you)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1287 30ef787d-52ff-0310-b286-e08351bb7647

commit 0c543a91d0ae752bf4c30680aef3a8a724997e56
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 26 23:43:11 2006 +0000

    Allow to GetEnergy() on a character even if
    he is dead (needed for network)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1286 30ef787d-52ff-0310-b286-e08351bb7647

commit e7c1d3857ed38289f3cee8568360419f50ccf046
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 26 22:28:38 2006 +0000

    Manage clic on map previews
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1285 30ef787d-52ff-0310-b286-e08351bb7647

commit 3a4593987506830950f109c9b0f288bba2ac2d8c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 26 22:22:13 2006 +0000

    Still working on Game menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1284 30ef787d-52ff-0310-b286-e08351bb7647

commit 60965c984dc0b95a58af90ff09e093cdbdb869c8
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 26 21:58:58 2006 +0000

    Fix body members bug
    Remove unused code in particle.h
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1283 30ef787d-52ff-0310-b286-e08351bb7647

commit dc51ece542ecd8552e3124917551f5689b8f269f
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 26 21:45:59 2006 +0000

    Fix HandleKeyEvent in launcher.h.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1282 30ef787d-52ff-0310-b286-e08351bb7647

commit 9865d49a0d6ae4611484f08c70965775b5931ff7
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 26 20:55:37 2006 +0000

    Network: Synchronise every characters positions and energy level at the
    end of a turn
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1281 30ef787d-52ff-0310-b286-e08351bb7647

commit aaa976fc1425f6384785580f2a75f6e745976996
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 26 19:49:08 2006 +0000

    Define the explosion properties of the air attack in classic.xml.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1280 30ef787d-52ff-0310-b286-e08351bb7647

commit 622838b75275bb3704a5912d36b654a8619dda67
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 26 19:22:58 2006 +0000

    Add missing pictures...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1279 30ef787d-52ff-0310-b286-e08351bb7647

commit 90e1f4dea7aaf7a1ca7166ec9550dd425fd594df
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 26 19:18:01 2006 +0000

    Fix strange bug with the shotgun. The bug disappear only by adding the const in the shotgun prototype
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1278 30ef787d-52ff-0310-b286-e08351bb7647

commit 517a34e8dff6aba06200bee5f493fac9c5236a82
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 26 14:23:29 2006 +0000

    Fix a possible missed assertion
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1277 30ef787d-52ff-0310-b286-e08351bb7647

commit ba2f18d953acb6c7bf60e0b07e897334631de873
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 26 11:53:08 2006 +0000

    Adding an assertion to be sure not inserting 2 times the same object into objects list.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1276 30ef787d-52ff-0310-b286-e08351bb7647

commit 960c16ad675a1e5d3bcd302bccc9486b51354300
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 26 11:23:00 2006 +0000

    Polecat fart
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1275 30ef787d-52ff-0310-b286-e08351bb7647

commit e9a57174a1a8b233ad1cf77b4c8f16664737de9c
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 26 09:35:37 2006 +0000

    New physic constants
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1274 30ef787d-52ff-0310-b286-e08351bb7647

commit 957de49fe51e299c3c3faf2fadef5a45bb601c89
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 26 09:34:29 2006 +0000

    Fix a missed assertion in explosion smoke
    Fix skin hurted when falling from too high
    Remove GetContactSurface() from the physic engine
    Eplosion code modification (new formula for computing strenght / lost point life)
    Debug code in launcher.cpp to see the size of the explosion range and blast range
    Switch PHYS_DELTA_T to compute every 0.02 seconds instead of 0.01 seconds (physics are computed at 50fps instead of 100fps)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1273 30ef787d-52ff-0310-b286-e08351bb7647

commit 21cc034925cbefb4e295973c843622849a3826e4
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Sep 25 21:47:43 2006 +0000

    Work on Game menu. Partial translation of MapsList
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1272 30ef787d-52ff-0310-b286-e08351bb7647

commit c2d5f6b5a47a76138a10b4722c34c82dd914fc18
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Sep 25 19:29:06 2006 +0000

    Next version will be 0.8 !!
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1271 30ef787d-52ff-0310-b286-e08351bb7647

commit f9b833ce9160ce096ede49d54dccc34871f0cb3b
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Sep 25 19:28:41 2006 +0000

    Small change in Game menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1270 30ef787d-52ff-0310-b286-e08351bb7647

commit e929b4acaeed13bd276ee24c4a47b57469635954
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Sep 25 19:03:35 2006 +0000

    Start game menu enhancement !
    
    New widget : SpinButtonWithPicture
    Fix some memory leaks in others widgets
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1269 30ef787d-52ff-0310-b286-e08351bb7647

commit 50e4f73a912a1b9c334a00fe5d9ac2150f3c287a
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Sep 25 18:59:16 2006 +0000

    E acute problem in config file
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1268 30ef787d-52ff-0310-b286-e08351bb7647

commit 72d1537df566aba8e187914c63effe1d4c45461c
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Sep 25 18:56:24 2006 +0000

    better easterisland map
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1267 30ef787d-52ff-0310-b286-e08351bb7647

commit 36d3fa57c4508405b4e057280c556412778eccfb
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Sep 21 22:50:12 2006 +0000

    Options menu is nearly perfect :-)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1266 30ef787d-52ff-0310-b286-e08351bb7647

commit 5d9b21fe7adeb6662e63cd0a0d404b927cde5f0d
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Sep 21 21:11:16 2006 +0000

    Remove SignalObjectCollision in bonus box.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1265 30ef787d-52ff-0310-b286-e08351bb7647

commit 22dad0c7ea08c06a5a9caf0b392844d1284423f5
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Sep 21 18:50:10 2006 +0000

    new graphism for anvil_launcher
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1264 30ef787d-52ff-0310-b286-e08351bb7647

commit b190920716237159c63f35426c0242a3d429e5be
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Sep 20 22:54:58 2006 +0000

    Continue to work on Options menu!
    
    -New interior color for boxes
    -New ListBoxWithLabel widget
    -Bigger font size for text display in options menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1263 30ef787d-52ff-0310-b286-e08351bb7647

commit df33546dbf757e07f250273bda594cecf80b1497
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Sep 20 22:06:38 2006 +0000

    Again, better options menu.
    Use SpinButtonBig for the first time !!
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1262 30ef787d-52ff-0310-b286-e08351bb7647

commit 956cfbc09fbdfbdb6c5133366b59b53c844535d3
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Sep 20 22:05:36 2006 +0000

    New SpinButtonBig widget!
    
    YeKcim, can you upload the mandatory images for minus and plus (inspired from g3085.png),
    and update data/graphism.xml (see menu/big_plus and menu/big_minus resources) ?
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1261 30ef787d-52ff-0310-b286-e08351bb7647

commit c4ee1e247d459b91667126213fd86a2e92761c39
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Sep 20 19:28:32 2006 +0000

    new shotgun graphism
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1260 30ef787d-52ff-0310-b286-e08351bb7647

commit 1a1e8e61eab8ede269a453e338e26c212eb403f3
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Sep 20 07:27:46 2006 +0000

    Externalize the damage per turn turing death mode (tm) in the classic.xml file. Hurry up boy
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1259 30ef787d-52ff-0310-b286-e08351bb7647

commit dca3a4aea550149cfa4918c38afe5a684561cce5
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 19 20:42:10 2006 +0000

    Fix a overlapse bug (see bug #7075). Check if we overlapse an object and if this object overlapse us.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1258 30ef787d-52ff-0310-b286-e08351bb7647

commit 2eb723e41370688431e478618f0c3746ea8eb37f
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 19 20:27:23 2006 +0000

    first versio of easterisland
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1257 30ef787d-52ff-0310-b286-e08351bb7647

commit 1d4def207d2b8a2e0320c7a23eaf002e0176620f
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 19 20:00:50 2006 +0000

    new version of anvil
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1256 30ef787d-52ff-0310-b286-e08351bb7647

commit b7b27badfd259fbb8f0912f26bac227e7f193495
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 19 19:35:46 2006 +0000

    If you play with a gun with fire effect during 1 min or so, then quit, then create a new game then reselect the same gun, you'll sea a permanent weapon fire. Fix this bug.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1255 30ef787d-52ff-0310-b286-e08351bb7647

commit 52f4ebf529932ef008572df52697045cda4a998a
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 19 19:11:42 2006 +0000

    Add m_fire_remanence_time to control the time where we can sea the weapon fire.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1254 30ef787d-52ff-0310-b286-e08351bb7647

commit 038a3e1b6013f400e067d63110df556a93814510
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 19 19:02:49 2006 +0000

    Bug #7056. When we are hit by an explosion (mine) while using a ninja rope, we broke the rope.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1253 30ef787d-52ff-0310-b286-e08351bb7647

commit c6a18541578d000a46154566ebef1b862b38372d
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 19 18:35:35 2006 +0000

    Bounce ball does not explode at the first rebound.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1252 30ef787d-52ff-0310-b286-e08351bb7647

commit 9e7d82d082a9a53dc2f5bcad9df53aa804e63d7b
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 19 18:02:20 2006 +0000

    Remove remaining clanlib code !!
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1251 30ef787d-52ff-0310-b286-e08351bb7647

commit 018eaa579358b72b40e498f05bde5952649a90be
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 19 11:10:40 2006 +0000

    Call Physics::Rebound() when there is a collision with 2 objects
    (it fix a bug where a character could get stuck in another when jumping
    on it)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1250 30ef787d-52ff-0310-b286-e08351bb7647

commit f9ff41c190cda981688144e5a5df8639c7c0146a
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 19 08:44:39 2006 +0000

    Shotgun sound and rebound sound for bullet when they hit the ground
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1249 30ef787d-52ff-0310-b286-e08351bb7647

commit 511f558f11a8d37157a9b97226630ad01f0f0357
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Sep 18 21:36:30 2006 +0000

    Fix a bug that was distrubing some characters animation
    Add some debug msg
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1248 30ef787d-52ff-0310-b286-e08351bb7647

commit c0e8b83453e2788370de03933cd55f03feb9067b
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Sep 18 20:59:09 2006 +0000

    Fix a tiny bug
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1247 30ef787d-52ff-0310-b286-e08351bb7647

commit 059391509639f614b03918b04d901af99719b758
Author: skipi <skipi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Sep 18 19:39:37 2006 +0000

    add a sound to the airhammer
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1246 30ef787d-52ff-0310-b286-e08351bb7647

commit e9dbbd50bf190f4627ec75bc2d12276ab8ce1cb0
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Sep 18 18:27:38 2006 +0000

    Remove double definition of the arms of konqui
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1245 30ef787d-52ff-0310-b286-e08351bb7647

commit 2088cf97e8a8a25fa9e168c4112fb8a556ebb008
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Sep 18 18:14:53 2006 +0000

    Display a warning when a member is defined twice in an xml file
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1244 30ef787d-52ff-0310-b286-e08351bb7647

commit a7814835207805a55cfa04648631995056c59d26
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Sep 18 18:01:43 2006 +0000

    Little fix in FootsInVacuum
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1243 30ef787d-52ff-0310-b286-e08351bb7647

commit d1e08a8133506dbf001b907111c52b32bfb25daa
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Sep 18 17:55:07 2006 +0000

    Collision bugfix:
    - Replace m_last_colliding_object by CollidedObject(Point2i..)-> avoid
    calling SignalCollision when m_last_colliding_object == NULL in NotifyMove
    - Fix overlapping
    - Signal objects collisions to the 2 objects
    - 2 objects collides if they both have m_collides_with_object (fix the bonus box)
    - No collision generated from FootsInVacuum
    
    Optimisation:
    - Remove an unneeded call to world.ToRedrawOnMap(...) in SetXY ! :)
    
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1242 30ef787d-52ff-0310-b286-e08351bb7647

commit 8c5ca3bd6011fa1f0f3427073faf7f8d516571c1
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Sep 17 19:45:57 2006 +0000

    first step for a better php team config file
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1241 30ef787d-52ff-0310-b286-e08351bb7647

commit 27beda51add53ee55335aa580c3c388003ffc674
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Sep 17 19:00:13 2006 +0000

    construct helmet, better jetpack, weapons animations,...
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1240 30ef787d-52ff-0310-b286-e08351bb7647

commit a26673d4aa407356213b3aa4d4887768a5f1ebd3
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Sep 17 18:55:47 2006 +0000

    better wilberteam config file
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1239 30ef787d-52ff-0310-b286-e08351bb7647

commit 622b39b529d96b9836334a481173ace6f2c08522
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Sep 17 13:56:32 2006 +0000

    Stop infinite pshiiiit sound when a dynamite fall in the water.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1238 30ef787d-52ff-0310-b286-e08351bb7647

commit c9d27a245acf3e0910e3f5e0e351029ab5bba254
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Sep 17 13:49:50 2006 +0000

    Remove the Refresh call on every character in ApplyExplosion_common(...). Fix an infinite loop when using riot bomb or any explosive weapon (see bug #7023).
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1237 30ef787d-52ff-0310-b286-e08351bb7647

commit 2509f21dbf283a1e77bc1d865ac0ec32027a82e8
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Sep 17 09:58:40 2006 +0000

    Correction of the random fire calculation for the submachine gun and the shotgun.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1236 30ef787d-52ff-0310-b286-e08351bb7647

commit 5acf68a87ac016640a56f09801a454a26df639c9
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Sep 17 09:40:49 2006 +0000

    Add IsOverlapping method in PhysicalObj to check if an object can overlapse another. Use this method in Shotgun to allow shotgun ammo to overlapse.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1235 30ef787d-52ff-0310-b286-e08351bb7647

commit beb8b7282afdf2d8924b877e750ef2fed6d92827
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Sep 16 09:58:27 2006 +0000

    Flying sound for the birds instead of the jetpack sound.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1234 30ef787d-52ff-0310-b286-e08351bb7647

commit ec3af79494d191cb0cb7c36d48e9b5c2e375a760
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 15 19:45:54 2006 +0000

    Beautiful options menu :)
    Thanks yeKcim for his ideas and pictures :)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1233 30ef787d-52ff-0310-b286-e08351bb7647

commit 1cbe8dd43a98b2968a1417b8711a8316d60b80d2
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Sep 14 21:01:58 2006 +0000

    Oups ... forgot the shotgun files ...
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1232 30ef787d-52ff-0310-b286-e08351bb7647

commit 78fdb623e0096b5a324e3e40786c8340b952dc36
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Sep 14 20:59:04 2006 +0000

    The shotgun.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1231 30ef787d-52ff-0310-b286-e08351bb7647

commit 16a03faed9b9e3e1c643746b07562275ad9b1c53
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Sep 14 19:46:59 2006 +0000

    Continue to work on Options menu!
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1230 30ef787d-52ff-0310-b286-e08351bb7647

commit 8725f27905673174a795aa1c8206223dec582860
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Sep 14 11:42:00 2006 +0000

    Remove ProjectileList and launcher_is_loaded boolean from WeaponLauncher. Projectile reference are in object list and clear with Freemem method. No need to keep a list in the WeaponLauncher class. To know if we have a projectile, watch if we have a NULL value.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1229 30ef787d-52ff-0310-b286-e08351bb7647

commit 5ee81a4fb1c070a946cc99d7789082c8ba6513b1
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Sep 14 11:20:25 2006 +0000

    Move DrawWeaponFire and GetGunHoleWeapon from WeaponLauncher to Weapon class and add a little effect when using the baseball bat.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1228 30ef787d-52ff-0310-b286-e08351bb7647

commit 5a51d22f265cc02c239c103984e470464b77bdee
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Sep 14 10:45:54 2006 +0000

    Stop the pschiiiiiiiit sound when the dynamite explode or when it get out of the map. Destructor is called later in the Freemem method of objects list.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1227 30ef787d-52ff-0310-b286-e08351bb7647

commit f8d671e24cd9b7b77f7807ebbc851a52bde32412
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Sep 14 10:19:24 2006 +0000

    Point and click where you want the anvil to be teleported.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1226 30ef787d-52ff-0310-b286-e08351bb7647

commit 655cd31ec9018cd112fef2ce5001959fdedb25ab
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Sep 13 23:13:49 2006 +0000

    New widget : PictureTextCBox. Experimental use in options menu
    
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1225 30ef787d-52ff-0310-b286-e08351bb7647

commit ac07f300c754aa712c0079d4ee41a392bcbf2a8f
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Sep 13 21:25:31 2006 +0000

    Add SignalOutOfMap (first step to remove Ghost* function)
    Use it to fix a bug (the msg "XXX left the battle before exploding"
    was displayed on every explosion)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1224 30ef787d-52ff-0310-b286-e08351bb7647

commit 2b75e4b3393d7074c14947b7eb2ebdaba2848d35
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Sep 13 11:07:29 2006 +0000

    Add a little random in the bullet angle of the submachine gun.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1223 30ef787d-52ff-0310-b286-e08351bb7647

commit 060dd646ca554e0e716a196d947c3f10bbf76e8d
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Sep 13 09:49:11 2006 +0000

    Remove projectile from the projectile list to avoid double delete (one in ObjectList::FreeMem(), another in WeaponLauncher::~WeaponLauncher()).
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1222 30ef787d-52ff-0310-b286-e08351bb7647

commit fbbe33a5c29825feae1b393e8ec583d0d746b7dc
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 12 22:38:46 2006 +0000

    SignalCollision are generated by the physic engine
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1221 30ef787d-52ff-0310-b286-e08351bb7647

commit 3c75ca8b39ad0302280762e480d62cda07fe677b
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 12 21:41:55 2006 +0000

    No explosion with the launching character while the projectile is overlapping with it
    Some clean-ups
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1220 30ef787d-52ff-0310-b286-e08351bb7647

commit e0b66330408ca70ca062a2bf638c6329ab3ff5c2
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 12 21:37:08 2006 +0000

    Continue to work on menus
    
    Better API of PictureWidget
    Some others minors changes in gui.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1219 30ef787d-52ff-0310-b286-e08351bb7647

commit 7cc2c3a8a7b917abd807792cfb6c375a4e3956b5
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 12 20:54:47 2006 +0000

    Beautiful menu options (not yet finished !!)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1218 30ef787d-52ff-0310-b286-e08351bb7647

commit 562907edd1468a244c86bb6f84d6b3419f93a734
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 12 19:27:35 2006 +0000

    thunderbird first step better skin
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1217 30ef787d-52ff-0310-b286-e08351bb7647

commit 2f076664e98b5329f8351c06207e942aedfc23ba
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 12 19:24:09 2006 +0000

    Remove dirty / non-working hack :P
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1216 30ef787d-52ff-0310-b286-e08351bb7647

commit 9d548355399eda2589731f9b0926a462fe6938d2
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 12 18:56:04 2006 +0000

    Dynamite can be put on a character like before.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1215 30ef787d-52ff-0310-b286-e08351bb7647

commit 549e3fc730336a7ece3e57a38ddb60a42c8f4577
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 12 17:52:31 2006 +0000

    Active character stuck with a dynamite (see bug 6939).
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1214 30ef787d-52ff-0310-b286-e08351bb7647

commit f3fdad92591547ebbd25672c71ea8b1abd682355
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 12 17:43:34 2006 +0000

    And the anvil.h anvil.cpp.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1213 30ef787d-52ff-0310-b286-e08351bb7647

commit bd4583288f4addd99c4d7e75a12d44700e67f460
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 12 17:30:12 2006 +0000

    Initial import of Anvil ressources.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1212 30ef787d-52ff-0310-b286-e08351bb7647

commit 2c9f5ddb0a1162785b20305fd8c77c4b72b65a2a
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 12 17:27:24 2006 +0000

    Initial version of the Anvil weapon.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1211 30ef787d-52ff-0310-b286-e08351bb7647

commit 50ff60f178c7f74dcb715deb8ca07b2868d5343f
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Sep 11 19:52:58 2006 +0000

    construct helmet, go_through_ground="true", weapons animations,... of
    snort
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1210 30ef787d-52ff-0310-b286-e08351bb7647

commit 49b89b51f297dfff4f86725bc7d1d692f7a4cd20
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Sep 11 06:05:00 2006 +0000

    Remove an uneeded variable.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1209 30ef787d-52ff-0310-b286-e08351bb7647

commit d2f2d21325f5e0618c1291269365dcfa8d92817e
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Sep 11 06:02:54 2006 +0000

    Bug Hunting :
    - Remove a condition in IsImmobile to avoid a never-ending-turn
    - When we walk on an object, we signal a collision (bug where we walk on a bonus box)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1208 30ef787d-52ff-0310-b286-e08351bb7647

commit 34b0e00118ec7944c511afb927f1bce1ccc47b71
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Sep 10 17:47:21 2006 +0000

    construct helmet, go_through_ground="true", weapons animations, wings animation of tuxteam
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1207 30ef787d-52ff-0310-b286-e08351bb7647

commit 7c74ada41bf1a85af5f3be41b27e7c8bf6a3ce27
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Sep 10 17:10:20 2006 +0000

    better jetpack animation on wilber
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1206 30ef787d-52ff-0310-b286-e08351bb7647

commit 45f6ab3c91f25cc99c193ca82d2304d9eff46aba
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Sep 10 16:52:36 2006 +0000

    construct helmet, go_through_ground="true", animations of spip
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1205 30ef787d-52ff-0310-b286-e08351bb7647

commit 49b6c1317547f205083237b829f527951066ae95
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Sep 9 12:37:45 2006 +0000

    Remove the second call of SignalObjectCollision. Cause an infine loop when the cluster bomb hit a character.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1204 30ef787d-52ff-0310-b286-e08351bb7647

commit 3ae1b3cbbb43ab3b3c1e3b51c410bb9de4c898a0
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 8 22:25:07 2006 +0000

    Don't begin a skin animation while one is already playing
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1203 30ef787d-52ff-0310-b286-e08351bb7647

commit c3293d604883d3d8ddd5e3e1ae7e8df1fca97684
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 8 21:10:13 2006 +0000

    go_through_ground="true" in workrave
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1202 30ef787d-52ff-0310-b286-e08351bb7647

commit 75839a8a3b03461fa5fd0f753111f005cead030a
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 8 20:53:40 2006 +0000

    amelioration of the skin, have to complet animations
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1201 30ef787d-52ff-0310-b286-e08351bb7647

commit 9f550f3e053255ce03404cbcf186dafa26e4e7e5
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 8 19:41:03 2006 +0000

    Fix the infine pshiiitt of the dynamite if drop outside the map.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1200 30ef787d-52ff-0310-b286-e08351bb7647

commit 38caa5301219d8b9e9fe43e0d483cfc5d0476092
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 8 19:26:13 2006 +0000

    Bug in the Refresh method (infine loop).
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1199 30ef787d-52ff-0310-b286-e08351bb7647

commit f1b949e0d701a1e404eabfcdfc7c0c65daa87440
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 8 18:29:41 2006 +0000

    Do not remove every things in the Ghost state ...
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1198 30ef787d-52ff-0310-b286-e08351bb7647

commit a765baffdcbab55247e615b398ed0da7e257333d
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 8 18:02:29 2006 +0000

    new piates map version (really beautifull, really usefull, good WORK)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1196 30ef787d-52ff-0310-b286-e08351bb7647

commit 2510c5b051938958e340ccd4272badd19e0b7085
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 8 17:29:22 2006 +0000

    Change the way RemoveFromPhysicalEngine is called. A object is removed only when becoming a Ghost. And when a projectile Explode, it became a Ghost.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1195 30ef787d-52ff-0310-b286-e08351bb7647

commit 50c53bf08f010bc9f4bb7a7f0fc3a9878e5403e1
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 8 17:20:46 2006 +0000

    Reload Snipe Rifle before calling Compute Cross Point.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1194 30ef787d-52ff-0310-b286-e08351bb7647

commit ea925ffcffd963def400dbfe4f2812c788172a5b
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 8 16:19:00 2006 +0000

    I remove my 2 maps, as i won't make them bigger or change the style ;)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1193 30ef787d-52ff-0310-b286-e08351bb7647

commit 4c43859d4bc8efdb1b7ce32b1e5b317ecde6051a
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 8 16:17:23 2006 +0000

    Promotion for drayan ;)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1192 30ef787d-52ff-0310-b286-e08351bb7647

commit 94a782eef569fa7e065611b02c6b18a51857dc3f
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 8 14:52:51 2006 +0000

    Don't automatically delete ghost objects (should fix the snipe rifle bug)
    Display an error message if an object is staying in the object list
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1191 30ef787d-52ff-0310-b286-e08351bb7647

commit 3f902ec4eabd0d0cc91614bac1df210ef327189a
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 8 14:28:29 2006 +0000

    A ghost object can be removed from the object list -> fixes some missed assertion when removing object from the object list
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1190 30ef787d-52ff-0310-b286-e08351bb7647

commit 8e5875b0d7924409f9c53e3cf717523acc9d095d
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 8 12:15:51 2006 +0000

    Fix character's walk
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1189 30ef787d-52ff-0310-b286-e08351bb7647

commit 02f19b993dc4a8f325379fc1e8cf821f8d713bd8
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 8 09:15:23 2006 +0000

    Fix character jumping bug on network game
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1188 30ef787d-52ff-0310-b286-e08351bb7647

commit 57052d149d949ca7248bdd560ccbe59094e42aaa
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Sep 7 22:49:06 2006 +0000

    Game menu with game options (number of characters, initial energy, ...)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1187 30ef787d-52ff-0310-b286-e08351bb7647

commit 55eaaa5f175942087d12d8c32deff7167fb19b6c
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Sep 7 19:08:13 2006 +0000

    Don't crash when sdl can't resolve the adress of a distant computer
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1186 30ef787d-52ff-0310-b286-e08351bb7647

commit 4baa85bc7a67ce5720c0c41f495775a3c475ce2c
Author: oxidative <oxidative at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Sep 7 14:12:30 2006 +0000

    updated german translation
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1185 30ef787d-52ff-0310-b286-e08351bb7647

commit 6bccf45b72f66e9966ff80c4172cc97fd2436a22
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Sep 6 20:43:54 2006 +0000

    Fix language files, broken be the team/ folder split
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1184 30ef787d-52ff-0310-b286-e08351bb7647

commit 350e48b4f397ac0ac910a68024352782a614c0d4
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Sep 6 19:59:44 2006 +0000

    Big modification in the Fall or collision between object (with other object or with the ground).
    Now if an object touch another, we signal both objects the collision with each other reference.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1183 30ef787d-52ff-0310-b286-e08351bb7647

commit da6b166a5b032c505289eadf4a4aecc37d910282
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Sep 6 19:41:54 2006 +0000

    better config xml (just have to add anim construct anim)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1182 30ef787d-52ff-0310-b286-e08351bb7647

commit 4559c06a8e93612c1b513ce43b2efd40783627cb
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Sep 6 18:19:14 2006 +0000

    New action used when we stop using  a weapon (currently used for jetpack/lowgrav)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1181 30ef787d-52ff-0310-b286-e08351bb7647

commit bfe722655e8543ce46e82f15ad66e30b36b722df
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Sep 6 12:12:13 2006 +0000

    Fix a bug in the Draw method (weapon fire).
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1180 30ef787d-52ff-0310-b286-e08351bb7647

commit 0e338339ffe046ea1cb44315310b3f007da9e239
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Sep 6 10:31:03 2006 +0000

    Fix Bug #6882 : If a bullet hit the ground, the submachine gun don't stop firing.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1179 30ef787d-52ff-0310-b286-e08351bb7647

commit 5cace7f37bc65463bc8c5f2755698c1b912e37f1
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 5 22:30:59 2006 +0000

    fix explosion on network..
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1178 30ef787d-52ff-0310-b286-e08351bb7647

commit e69c8565c82b812b3822e696c7f1eea3b4fe2d9d
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 5 22:09:57 2006 +0000

    network: cleaner way to send string packets
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1177 30ef787d-52ff-0310-b286-e08351bb7647

commit 5d8075663d0f0b9457c3a37aa3b11431073df5af
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 5 20:40:15 2006 +0000

    fix last commit
    boo.. cut and paste is bad!
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1176 30ef787d-52ff-0310-b286-e08351bb7647

commit 2bc4d3176c352395db0d89ce8f30ddb74be65b88
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 5 20:39:27 2006 +0000

    network: construct weapon
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1175 30ef787d-52ff-0310-b286-e08351bb7647

commit 166f769654434e33ea83b393e36089d90ac78589
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 5 19:27:23 2006 +0000

    Prepare for scrollable widget
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1174 30ef787d-52ff-0310-b286-e08351bb7647

commit 4ce2a1a2e66588dd24f9987cbf44d27818ceda3c
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 5 17:24:50 2006 +0000

    network: send the size of particles during explosions
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1173 30ef787d-52ff-0310-b286-e08351bb7647

commit 06f18688d51c2b6958d807b5ff90948b97d54fab
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 5 17:09:32 2006 +0000

    network: avoid desynchronisation of a characters walk
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1172 30ef787d-52ff-0310-b286-e08351bb7647

commit c348d4a9e015858f3a06d1a0a375646f167e5724
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 5 16:44:48 2006 +0000

    network: disable ninja-rope
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1171 30ef787d-52ff-0310-b286-e08351bb7647

commit 9020d2b3af00a9f0fbd4af45cf63936b7028c102
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 5 16:26:15 2006 +0000

    network: working jetpack
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1170 30ef787d-52ff-0310-b286-e08351bb7647

commit af3a3e05d29de02f1c193c997dd9f2b2083f1c73
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 5 15:33:58 2006 +0000

    Compilation works again
    Finish team/ folder split
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1169 30ef787d-52ff-0310-b286-e08351bb7647

commit dba560adf1b982f25b2f5d567eec7dc33926e506
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 5 15:04:15 2006 +0000

    WARNING !! THIS BREAKS THE COMPILATION
    
    src/team/ folder reorganisation
    Moving files in the new character/ folder
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1168 30ef787d-52ff-0310-b286-e08351bb7647

commit f891205ef6e4f9d2d6259f542ae59617ac6d9a20
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 5 06:22:14 2006 +0000

    Apply the fire effect on the Submachine Gun.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1167 30ef787d-52ff-0310-b286-e08351bb7647

commit cd77055ffc185e46f12aa066052f739da34b5220
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Sep 4 22:28:06 2006 +0000

    Set the initial position of the weapon projectile at the weapon hole.
    > May fix bug where the projectile hit the active character before exiting gun.
    > May also introduce new kind of bug :)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1166 30ef787d-52ff-0310-b286-e08351bb7647

commit 8a0a831830b2d136840d1583e7a6b231fb7bea1e
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Sep 4 22:16:15 2006 +0000

    Apply the gun fire effect to the Snipe Rifle and the Submachine Gun.
    Fix also the bug of the never-exploding-bullet-even-if-hit-the-ground. TODO : Rearrange the Signal Collision Explosion etc.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1165 30ef787d-52ff-0310-b286-e08351bb7647

commit c1bfc0175e9a7c0406527216ca18e9d7ab18ae94
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Sep 4 21:31:22 2006 +0000

    Minor modifications on SignalStopMoving
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1164 30ef787d-52ff-0310-b286-e08351bb7647

commit ac88de370568d87c941fa2c86fb69c7fe264e6a3
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Sep 4 21:19:53 2006 +0000

    Forgot the gun fire image ...
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1163 30ef787d-52ff-0310-b286-e08351bb7647

commit ae9cd6f948e115bb4d0c33cae027b6314b91a744
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Sep 4 21:16:12 2006 +0000

    Add a fire effect at the gun hole when firing.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1162 30ef787d-52ff-0310-b286-e08351bb7647

commit 392be7ac3e5ae4b4b5df967b4b26a2c6e011eae4
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Sep 4 21:08:20 2006 +0000

    SignalFallEnding becomes SignalStopMoving and is not managed anymore in weapon.
    Double-side collision of object
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1161 30ef787d-52ff-0310-b286-e08351bb7647

commit b9a72685082cc8955ef0851721cb063df5b01bd2
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Sep 4 19:50:23 2006 +0000

    add construct helmet for workrave team (config.xml not finnished for
    others
    actions and for good skeleton)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1160 30ef787d-52ff-0310-b286-e08351bb7647

commit c92ed3c9145006b06cf2216ff582d3358b31ad97
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Sep 3 19:00:44 2006 +0000

    Don't display the helmet icon when the construct weapon is selected
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1159 30ef787d-52ff-0310-b286-e08351bb7647

commit d476c3945357891e04371f8f3f9541625b0555e9
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Sep 3 14:06:55 2006 +0000

    Chat function in network menu
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1158 30ef787d-52ff-0310-b286-e08351bb7647

commit 5c148622a4cd75fbe903300e6e4a9bb6068c2eb6
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Sep 2 20:31:54 2006 +0000

    Network menu clean-ups
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1157 30ef787d-52ff-0310-b286-e08351bb7647

commit 0cc544ca0503b86425fc3188a8459bb353165907
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Sep 2 19:12:06 2006 +0000

    Network: tell newly connected computers what map and teams have already
    been selected
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1156 30ef787d-52ff-0310-b286-e08351bb7647

commit e4cc32ac74ec16a227ca722ca14c8e91ca3d03df
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 1 14:39:03 2006 +0000

    Split network code, simplifies things a little
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1155 30ef787d-52ff-0310-b286-e08351bb7647

commit 68695b7290f1e4027a8a160a4e13620a27b0f9b9
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 1 13:27:17 2006 +0000

    And forgot the Polecat pictures.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1154 30ef787d-52ff-0310-b286-e08351bb7647

commit 4e4fd4b9d745bedc37937ca87d09cf796c146252
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 1 13:14:16 2006 +0000

    just more clean
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1153 30ef787d-52ff-0310-b286-e08351bb7647

commit 01670b41e4a14eb4d2bc20e4e63a79402e56c8bc
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 1 13:07:04 2006 +0000

    Oups, forgot to add the new polecat files
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1152 30ef787d-52ff-0310-b286-e08351bb7647

commit 8002201108affc2f7bdc3548a180fdd6ea593b87
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 1 12:51:22 2006 +0000

    Initial version of the Polecat Weapon. Beware children, this is Pepe the pew
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1151 30ef787d-52ff-0310-b286-e08351bb7647

commit 3685733fac89ef331e25c3d538fe36556251ff77
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 1 12:49:53 2006 +0000

    Remove the explosion_range initialisation to 1 (due to a bug with Snipe Rifle).
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1150 30ef787d-52ff-0310-b286-e08351bb7647

commit be373b6e108012aeac3d03031fcc5b8ddcfc9fa5
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 1 07:17:15 2006 +0000

    Now bullet explode when they hit an object which is not a Character.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1149 30ef787d-52ff-0310-b286-e08351bb7647

commit 34342ad5a24d856f25a3c1735e8d301e5cc4af4a
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 31 17:07:38 2006 +0000

    Network: send game mode datas at the begining of a game
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1148 30ef787d-52ff-0310-b286-e08351bb7647

commit 9f19f615955577fe10d2b5cd30ad9676bf95a477
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 31 16:13:12 2006 +0000

    Bug #6831 : remove duplicate call of Explosion in launcher. We need to know why we call SignalFallEnding before SignalCollision in the Physical Engine.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1147 30ef787d-52ff-0310-b286-e08351bb7647

commit 16517eb23ca15b53066e8e7987e87c308a1a0903
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 31 11:31:50 2006 +0000

    Task #2092 : Remove all reference to m_ready and Ready related code.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1146 30ef787d-52ff-0310-b286-e08351bb7647

commit 061c838b0d919acd9ca4b0563421397e3f3ca499
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 30 19:24:54 2006 +0000

    Now create a new projectile each time we fire.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1145 30ef787d-52ff-0310-b286-e08351bb7647

commit e1d74ea36af7898e8bc8052c02cceaf817e03e3e
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 30 19:17:12 2006 +0000

    Big modification in Weapon Projectile gestion. Now, we use a std::list to keep a copy of each projectile created and we delete it properly at the end.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1144 30ef787d-52ff-0310-b286-e08351bb7647

commit 325c51f309b7e58417f93b21bbd2d7b3b4d5b22b
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 30 15:50:56 2006 +0000

    Alphabetical sort in classic.xml
    First version of game_mode.dtd
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1143 30ef787d-52ff-0310-b286-e08351bb7647

commit 66bb72043f5052dff21cf096e8fe2de623752f7c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 30 09:50:54 2006 +0000

    Add objects.dtd
    Fix a potential syntax error in weapons.xml
    Link authors.xml to authors.dtd
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1142 30ef787d-52ff-0310-b286-e08351bb7647

commit 22e6cfc46c4dac9582d5ea38d1afb8eeee0250cc
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 29 22:23:54 2006 +0000

    Backjump animation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1141 30ef787d-52ff-0310-b286-e08351bb7647

commit 916ca7b8a59430a8f768910086899b97616985f2
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 29 22:03:09 2006 +0000

    New fire image
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1140 30ef787d-52ff-0310-b286-e08351bb7647

commit 8eb59e25e24c5049f48c840f23f325c6689794da
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 29 19:42:40 2006 +0000

    Add Stefan Martens to the author file (german translation)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1139 30ef787d-52ff-0310-b286-e08351bb7647

commit 83e32a16e3210bb39149f5c2d14b950fb8b20f8c
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 29 19:22:11 2006 +0000

    Update german translation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1138 30ef787d-52ff-0310-b286-e08351bb7647

commit e2f129e74940176c7892e6649331f4281497fe38
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 29 15:23:26 2006 +0000

    new pause and quit graphisms--Cette ligne, et les suivantes ci-dessous, seront ignorées--
    
    M    interface/pause.png
    M    interface/quit.png
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1137 30ef787d-52ff-0310-b286-e08351bb7647

commit 6ff7c8e841d79711710f6114573810db3876213b
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 29 13:09:15 2006 +0000

    Put barrels on the floor before skin placement
    Add debug messages and assertions to the object list
    Translate comments of the object list
    Fix a potential bug with the particle engine
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1136 30ef787d-52ff-0310-b286-e08351bb7647

commit 22ed754b245a5543cc9311b15272a9cc452e74f9
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 29 09:47:39 2006 +0000

    Update body.dtd
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1135 30ef787d-52ff-0310-b286-e08351bb7647

commit fa75d6f1d3f25306b553bd03195bb7db161e0b13
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 29 08:33:25 2006 +0000

    Link body.dtd to skin xml files
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1134 30ef787d-52ff-0310-b286-e08351bb7647

commit d82da5aa780b3e21671b44594c22a809b69a7c34
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 28 22:43:47 2006 +0000

    Make fire particle burn the ground
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1133 30ef787d-52ff-0310-b286-e08351bb7647

commit d77da4eafe17fca058be82482545f32f06ec5a40
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 28 20:26:00 2006 +0000

    add an assert(false) into the Error function
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1132 30ef787d-52ff-0310-b286-e08351bb7647

commit d8f609822115a62f08740d202a90c1a15eab28e5
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 28 20:18:42 2006 +0000

    Rotate fire particle to follow their movement
    Clean particle.cpp (forgot to delete dead from a previous commit)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1131 30ef787d-52ff-0310-b286-e08351bb7647

commit 30cab29cff41468da0bd96ec425b5bb8323e8728
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 28 19:50:37 2006 +0000

    Do a copy of each member to each skin (slight speed-up when using 2 teams, big speed-up when using 4 teams! :)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1130 30ef787d-52ff-0310-b286-e08351bb7647

commit 3749a69e9858c2ddff5427c2b93c45ffe1bd7b27
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 28 18:39:12 2006 +0000

    new fire and barrel graphism
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1129 30ef787d-52ff-0310-b286-e08351bb7647

commit f1923e73aa4c21a3e4e58300ee1f37a2f3a654b7
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 28 16:28:22 2006 +0000

    Task #2836 : Initial version of back jump.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1128 30ef787d-52ff-0310-b286-e08351bb7647

commit 5fafefaaed6c7d18579f683f77ba7e3aeb1db47c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 28 16:19:34 2006 +0000

    Preversion of body.dtd
    
    It's time to goes home ;-)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1127 30ef787d-52ff-0310-b286-e08351bb7647

commit 66cd9b952d78a7c7c2226a04144625333ecc3cdd
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 28 15:57:30 2006 +0000

    Add DTD for team :-)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1126 30ef787d-52ff-0310-b286-e08351bb7647

commit 3907fcd9ab98ccfb0036e3624f79536deb239b0a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 28 15:36:47 2006 +0000

    Fix DTD and XML files (weapons and graphism)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1125 30ef787d-52ff-0310-b286-e08351bb7647

commit 240c809b44b86c9785e57c749b779af01ac2d041
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 28 15:24:27 2006 +0000

    Fix dtd file for animation sprite
    Fix cheese config.xml
    
    To test validness of config file:
    for i in data/map/*/config.xml; do rxp -Vsx $i; done
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1124 30ef787d-52ff-0310-b286-e08351bb7647

commit 45bf82aec0249b7d762eb47e2016d0cdaf3c9856
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 28 15:16:41 2006 +0000

    Avoid valgrind to cry when using string based actions
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1123 30ef787d-52ff-0310-b286-e08351bb7647

commit ba67704accecee530deb84a104241a3dac6ed4a6
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 28 15:13:23 2006 +0000

    Rename command line option "--add-debug-mode" into "-d"
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1122 30ef787d-52ff-0310-b286-e08351bb7647

commit 5b2f2ce47f663354b94534505e0a4b6656a4e99e
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 28 15:13:18 2006 +0000

    Fix the dtd to valid most of the maps config files
    Fix linkage between xml file and the dtd
    Fix some small problems of xml files (elements in double, type-mistakes)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1121 30ef787d-52ff-0310-b286-e08351bb7647

commit ded4ad4b496a9e591a90df42026714188f51da1f
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 28 14:13:57 2006 +0000

    Fix a tiny bug in tile items handling
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1120 30ef787d-52ff-0310-b286-e08351bb7647

commit 78db6927543e34961fb2626bbb57293fba8cdee1
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 28 13:40:57 2006 +0000

    Add a dtd to check config.xml for map file.
    It will probably fails on many map since the current dtd does not take care of wind particles
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1119 30ef787d-52ff-0310-b286-e08351bb7647

commit 8cdb9c5e4636a9a12237266e9575c2050e13527d
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 28 13:36:49 2006 +0000

    Fix bad positions of "animation" tags in xml files
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1118 30ef787d-52ff-0310-b286-e08351bb7647

commit 2c765c1db05409678128995e4680561e531e6537
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 28 12:36:39 2006 +0000

    Add dtd to validate xml files and link files to them
    WARNING: Currently, the dtd/xml files could be not correct.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1117 30ef787d-52ff-0310-b286-e08351bb7647

commit d6c3fc16c2a59f8b740a6bb2d5f427b7ab4a233a
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 28 11:40:08 2006 +0000

    Remove m_ready related code + traduction of french message
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1116 30ef787d-52ff-0310-b286-e08351bb7647

commit 6eeacbcbca3a39a3042460d908e5d49d24651697
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 28 11:28:21 2006 +0000

    Remove various call to Ready in weapon.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1115 30ef787d-52ff-0310-b286-e08351bb7647

commit 6a6c1068636a112bbd972ba573cf8f66b3de131b
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 28 10:46:49 2006 +0000

    Remove Ready related code in air_attack.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1114 30ef787d-52ff-0310-b286-e08351bb7647

commit 83df097f76c7a8113da60f22fdcee73764baef8d
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 26 23:38:27 2006 +0000

    Network: switch from constant size packets to variable size
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1113 30ef787d-52ff-0310-b286-e08351bb7647

commit 32807bd6468f055e29462cbdcf4dafee266af032
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 26 18:49:46 2006 +0000

    workrave have know the same size than others (squeleton have to be
    modified for better look)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1111 30ef787d-52ff-0310-b286-e08351bb7647

commit 6fe0c084d6c7fb0b6aa83851428c6beb992f5971
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 26 18:33:27 2006 +0000

    remove bsdteam (look at beastieteam if you love 666)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1110 30ef787d-52ff-0310-b286-e08351bb7647

commit 10074f3de4626c5da83b1d72eae7b4b9304e5e9a
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 26 18:31:28 2006 +0000

    svn add beastieteam graphisms (squeleton is not finished)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1109 30ef787d-52ff-0310-b286-e08351bb7647

commit 0e9169df0bef97337f3545d43e2d9c7cf6bad30b
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 26 17:28:25 2006 +0000

    add nupikteam graphisms (squeleton is not finished)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1108 30ef787d-52ff-0310-b286-e08351bb7647

commit a5833d19407f63cbddf425d17ce79a992f6c0b15
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 26 17:16:22 2006 +0000

    Network: bugfix->it's better if we read incoming packets..
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1107 30ef787d-52ff-0310-b286-e08351bb7647

commit d376d7346fbc54df992b509796ac51b5bd8fd6e8
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 26 17:13:20 2006 +0000

    Minor changes in gui/menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1106 30ef787d-52ff-0310-b286-e08351bb7647

commit 7aaa3a52ed0f454be15192202a1ecbcf4e1e1516
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 26 17:00:33 2006 +0000

    Fix missed assertion in network. Damned data conversion !!
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1105 30ef787d-52ff-0310-b286-e08351bb7647

commit 056adec66e935bf1f7213d6ab7a32fce7abae543
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 26 16:56:50 2006 +0000

    Small fix
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1104 30ef787d-52ff-0310-b286-e08351bb7647

commit a125a74039efed6557f5725dd25d4ab493b5af31
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 26 16:39:53 2006 +0000

    add phpteam graphisms (squeleton is not finished)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1103 30ef787d-52ff-0310-b286-e08351bb7647

commit df10bab461f4068bf940a8b8621a04541c305d6b
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 26 16:38:27 2006 +0000

    Allow to choose color text for label
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1102 30ef787d-52ff-0310-b286-e08351bb7647

commit 8c184b2cb8018cd19fdb1da569b5abc5c2c5de91
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 26 16:10:36 2006 +0000

    Enable again network menu.WARNING: the menu is currently buggy!
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1101 30ef787d-52ff-0310-b286-e08351bb7647

commit 6fd1a5d3b1fd92dad6faee0d9d0eaeb3e706d722
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 26 13:37:39 2006 +0000

    Fix memory leak
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1100 30ef787d-52ff-0310-b286-e08351bb7647

commit 00c57c856fe9fc62b882874e7b3d67593ba80f7d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 26 13:26:01 2006 +0000

    Remove useless line
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1099 30ef787d-52ff-0310-b286-e08351bb7647

commit 87af6643eb330efc7f6bb4b42e3de0da7bc62217
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 26 12:59:23 2006 +0000

    DrawRectangle can draw rectangle of more than 1 pixel border now :-)
    Use this extra feature for the gui box
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1098 30ef787d-52ff-0310-b286-e08351bb7647

commit 6e0083c410a538e028f8f9d64ec2daf61b515b27
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 26 12:26:45 2006 +0000

    Fix some collision problem between petrol barrels and characters
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1097 30ef787d-52ff-0310-b286-e08351bb7647

commit 84e48c28db76e086de13a74aa9ee82c3f3c9a126
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 26 11:12:58 2006 +0000

    Substitute uzi name by m16. Strange bug here :
    remove the line <sound sample=weapon/m16 and try the submachine gun (m16). You'll sea bullet fired at a sluggish speed !
    Someone can reproduce it or not ? If so, open a bug.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1096 30ef787d-52ff-0310-b286-e08351bb7647

commit 65c01e3ded293ef897ba0bc4de0bd22c3606781f
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 25 21:01:00 2006 +0000

    all black skins are looking to player
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1095 30ef787d-52ff-0310-b286-e08351bb7647

commit 34bfce33459ef0db7b9ecf9ed2bb5c165fb027f0
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 25 20:45:00 2006 +0000

    add konqiteam
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1094 30ef787d-52ff-0310-b286-e08351bb7647

commit aa121e7295b028d09786fd7e36b82a4f8c2b32a9
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 25 20:39:33 2006 +0000

    Anti-aliased laser beam
    Only redraw little part of the sky when refreshing the beam
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1093 30ef787d-52ff-0310-b286-e08351bb7647

commit 33ecc7a36d4d99549bdba1bc4228513e6c6811b0
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 25 19:13:53 2006 +0000

    Fix bug 6699
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1092 30ef787d-52ff-0310-b286-e08351bb7647

commit f80811fd2d1434176bac8bce07d490374330891b
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 25 15:36:02 2006 +0000

    Forgot to rename the uzi.ogg in m16.ogg. Warning ! Need to run autoconf and friends.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1091 30ef787d-52ff-0310-b286-e08351bb7647

commit fd40edec30e1e5150ad80bdf812ca68bfef1f4f3
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 23 20:33:07 2006 +0000

    Remove an assert in Refresh (What the hell we can be in Refresh as a Ghost !?!) and drop Draw which is not needed as the default method is enough.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1090 30ef787d-52ff-0310-b286-e08351bb7647

commit 228e0743a407e5fecda4d6e8ccc99132476fd878
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 23 20:29:25 2006 +0000

    Remove various duplicate call of Explosion.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1089 30ef787d-52ff-0310-b286-e08351bb7647

commit 49718924fab8da4d4d208b2734b863447f4c38bb
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 23 20:24:19 2006 +0000

    SignalCollision is no more needed in Obus. WeaponProjectile::SignalCollision do it better.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1088 30ef787d-52ff-0310-b286-e08351bb7647

commit d319c8003079ae58d527ee5c1fcf5b6cbed05e7f
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 23 19:58:34 2006 +0000

    Only one explosion and drop back code for mouse target selection.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1087 30ef787d-52ff-0310-b286-e08351bb7647

commit 67a1ecd29a001a767686b768a8a082f3f9a786d4
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 23 19:49:52 2006 +0000

    Fix Typographie
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1086 30ef787d-52ff-0310-b286-e08351bb7647

commit 2e93c8b2625546c24b9b6ce8b70ffd58ab55fab5
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 23 19:44:56 2006 +0000

    Ignore signal from explosion and collision so the Weapon can fire without interruption. Yeaaaaaaah ! Gona blow'em all !
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1085 30ef787d-52ff-0310-b286-e08351bb7647

commit ed458504655392faca947da12bedc16c92db37bc
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 23 19:38:13 2006 +0000

    Bug hunting :
    - Sort the Signal Method and made them virtual : will fix bug with the WeaponBullet class.
    - Don't call 2 times Explosion in WeaponBullet.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1084 30ef787d-52ff-0310-b286-e08351bb7647

commit 7823e796b5801f293ce635e4d330605780aca16c
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 23 19:28:40 2006 +0000

    Fix typography and correction of bad named variable
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1083 30ef787d-52ff-0310-b286-e08351bb7647

commit 149f14ee436b1291d9bc2d3cf9a1f02956519af6
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 23 16:03:29 2006 +0000

    Add the capacity to ignore a signal (timeout, collision or explosion)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1082 30ef787d-52ff-0310-b286-e08351bb7647

commit 39a3e269eae9fbe1afb0e510f30e68fdfa095690
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 23 15:59:58 2006 +0000

    bug fix : turn never end when using a mine
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1081 30ef787d-52ff-0310-b286-e08351bb7647

commit bb054ff14b75a14c5d03c5ce550310ef65452fcb
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 23 15:29:40 2006 +0000

    Replace ground tiles by empty tiles, when they have been totally destroyed
    Switch tile size form 128x128 to 64x64 (please report any slowdown)
    Add tile debug informations (disabled by default)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1080 30ef787d-52ff-0310-b286-e08351bb7647

commit 2419378ad4042cbc6a3f76f48c69926f5d26d032
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 23 11:08:21 2006 +0000

    More CRLF end of lines..
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1079 30ef787d-52ff-0310-b286-e08351bb7647

commit d4ec4360e5b0bd23a5f7bcb890f5d44f677ee776
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 23 11:05:51 2006 +0000

    Define 'particle_range' for each weapon in the xml config (was done only for the riot bomb...)
    Define explosion for gun and snipe rifle in xml config file (doesn't work with submachin.. don't know why)
    REMOVE CRLF END OF LINE
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1078 30ef787d-52ff-0310-b286-e08351bb7647

commit ae1390ce54e20529aa3b5e612d6e34cc3270164f
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 22 17:57:28 2006 +0000

    Next step in the explosion management.
    - remove is_active in WeaponProjectile
    - add SignalProjectileCollision, SignalProjectileTimeout and SignalProjectileExplosion
    A big part of the weapon use this new infrastructure.
    Warning ! Mine is buggy. Maybe other weapon may be broken too.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1077 30ef787d-52ff-0310-b286-e08351bb7647

commit c841c9a71c278c9c990f99c245548d8ce0801ce8
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 21 20:01:13 2006 +0000

    Compilation Fix
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1076 30ef787d-52ff-0310-b286-e08351bb7647

commit 97d2262e53f3bbef09ef27faac3549d41b52cfc8
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 21 17:41:04 2006 +0000

    Bunch of bugfix for the new explosion management
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1075 30ef787d-52ff-0310-b286-e08351bb7647

commit 80d0f306666ea702dd52053fdc2cb9abeb467f9a
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 21 17:40:34 2006 +0000

    Bunch of bugfix for the new explosion management
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1074 30ef787d-52ff-0310-b286-e08351bb7647

commit c1b949965dbe0af784afccb13e9121a5501bb95c
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 21 16:34:26 2006 +0000

    Fix DEBUG_MSG
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1073 30ef787d-52ff-0310-b286-e08351bb7647

commit 177a32875ef574119121654dc6de95282d4f557d
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 21 16:16:42 2006 +0000

    Missing modified header
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1072 30ef787d-52ff-0310-b286-e08351bb7647

commit 7c8f70ac4e5fc1939c6340e4c8ae040ab2d9a9ef
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 21 16:15:56 2006 +0000

    First step in converting weapon with the new handling system of explosion.
    Bug hunting can begin :)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1071 30ef787d-52ff-0310-b286-e08351bb7647

commit 4aa4fb77bd458726bcf714f1b32148df35db305b
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 21 13:28:45 2006 +0000

    Add barrel explosion
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1070 30ef787d-52ff-0310-b286-e08351bb7647

commit 1a3a9c0c3858509726a27d26369eacbb4959c7b9
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 20 14:19:17 2006 +0000

    Add petrol barrel (enabled on Cowland map, but they don't anything right
    now)
    Add energy point handling in physical objects
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1069 30ef787d-52ff-0310-b286-e08351bb7647

commit 74f1ace4329718ae5730cec81c953e6ac27909a4
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 20 13:57:51 2006 +0000

    Move PhysicalObj::Die() to character::Die() (as it's only used be the
    character and simplifies character dying)
    Reorganise and translate comments in character.h
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1068 30ef787d-52ff-0310-b286-e08351bb7647

commit 245b016b93b518d1c294d9c4ebf6c341344bdd2d
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 20 10:23:12 2006 +0000

    Add a reference of the launcher on the projectile. After that, we'll follow this step :
    - add a new method SignalProjectileCollision into WeaponLauncher to be aware of a projectile explosion
    - remove the WeaonLauncher::Explosion. Projectile's explosions must be handle into the projectile class not in WeaponLauncher !
    - first step for world domination.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1067 30ef787d-52ff-0310-b286-e08351bb7647

commit c9f3ecd8bdbf2c592b38450ccb53ea1f5abd6725
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 20 09:33:34 2006 +0000

    Fix display of results for 'All teams'
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1066 30ef787d-52ff-0310-b286-e08351bb7647

commit 8d65482d61d4a5ac15e703a5c8e15fd12d377edc
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 19 20:04:13 2006 +0000

    Display team logo in Results Menu
    
    WARNING: it is buggy for 'All teams' screen
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1065 30ef787d-52ff-0310-b286-e08351bb7647

commit 942573b65c0d84d822c40fa5e99185163440564d
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 19 18:16:31 2006 +0000

    Remove old Uzi class
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1064 30ef787d-52ff-0310-b286-e08351bb7647

commit 15c6a8686c311791f344efd94b423b0d82f3f617
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 19 18:07:38 2006 +0000

    Fix a missing header
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1063 30ef787d-52ff-0310-b286-e08351bb7647

commit d065460387ece30e2735fb85fa21aded2cd26841
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 19 16:18:31 2006 +0000

    Remove reference to the old version of the Uzi.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1062 30ef787d-52ff-0310-b286-e08351bb7647

commit 5105fcf9fe435310c7801cd08e8d142c2137cc24
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 19 16:15:05 2006 +0000

    Remove reference to the old version of the Uzi.
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1061 30ef787d-52ff-0310-b286-e08351bb7647

commit 42ac8f0e449f76f86deee03ac76c6b7a47e0a10e
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 19 13:35:06 2006 +0000

    Finish splitting particles into multiple files
    (the repository compiles)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1060 30ef787d-52ff-0310-b286-e08351bb7647

commit de7b8fd5da2e5bafa671e2e53e95a1011ee5cfd8
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 19 13:25:43 2006 +0000

    DON'T UPDATE -> IT'S NOT COMPILING!!!
    Split particle.cpp/.h in multiple file.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1059 30ef787d-52ff-0310-b286-e08351bb7647

commit d2fe1c6b768c3c9450c3ab454790879b64a9f441
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 19 12:58:07 2006 +0000

    Move particle.cpp/.h into its own folder
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1058 30ef787d-52ff-0310-b286-e08351bb7647

commit 0ac4c4766e994a848a409a7453ff1e43127c1f3f
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 19 12:18:56 2006 +0000

    Fix bug 6684 about collision between characters
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1057 30ef787d-52ff-0310-b286-e08351bb7647

commit 23bdd135f660f5a357250a60e4f7b53ae63069d0
Author: skipi <skipi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 19 09:49:28 2006 +0000

    translation in french of README
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1056 30ef787d-52ff-0310-b286-e08351bb7647

commit c96093ba2f6b19bc2edadbb9bd02b85c9c5bfb46
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 18 20:14:20 2006 +0000

    skin bugfix -> don't change skin, if the current character is dead!
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1055 30ef787d-52ff-0310-b286-e08351bb7647

commit ccbd6460d2b1ac24da5909118caff6c0254333f5
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 18 20:02:57 2006 +0000

    Fix a failed assertion in my last fix ..
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1054 30ef787d-52ff-0310-b286-e08351bb7647

commit 2f59b127c31ee71302b8a10bf63f639c4258bb21
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 18 19:36:51 2006 +0000

    Avoid a bug in skin handling when the turn end with a special
    clothe (jetpack / low gravity)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1053 30ef787d-52ff-0310-b286-e08351bb7647

commit aad39e92e8053d5f3359dea4092673d183b95f51
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 18 16:55:26 2006 +0000

    Various optimisations
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1052 30ef787d-52ff-0310-b286-e08351bb7647

commit 84825514d1220e15bec191815e1073e73d7ea9b5
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 17 22:22:58 2006 +0000

    Fix black skin problems
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1044 30ef787d-52ff-0310-b286-e08351bb7647

commit a210ae5147ce50250edd17d4849126dddff31255
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 17 21:14:55 2006 +0000

    Redraw laser beam when firing and bug fix
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1043 30ef787d-52ff-0310-b286-e08351bb7647

commit bacd4fbdaae86cae785a240d713ba0c3fc636457
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 17 20:38:02 2006 +0000

    Snort team
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1042 30ef787d-52ff-0310-b286-e08351bb7647

commit c32deedb7a42ccee3c540eb57ccb53827af33e70
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 17 16:11:40 2006 +0000

    add the new Submachine Gun
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1041 30ef787d-52ff-0310-b286-e08351bb7647

commit c9c5d41c018e9660879fa7f2427e51faea379ef1
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 17 16:00:58 2006 +0000

    Initial import of the new M16 submachine gun (replace uzi)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1040 30ef787d-52ff-0310-b286-e08351bb7647

commit 65903969af6e138eb7216714703c5237a38d8598
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 17 14:12:45 2006 +0000

    Some cleanings:
    - Remove class ActionInt, ActionDouble, ActionDoubleInt and ActionString (use Action instead)
    - use char format for network packets instead of Uint32 (needs testing)
    - Add some comments
    - use MSD_DEBUG macro for action / action_handler debuging
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1039 30ef787d-52ff-0310-b286-e08351bb7647

commit f3e580d90cc168edb3ad8870d969f811b66164b2
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 16 18:50:21 2006 +0000

    Center the mouse cursor at the beginning of a game!
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1038 30ef787d-52ff-0310-b286-e08351bb7647

commit 568c2e12060836eea58359d09b260de137e15279
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 16 18:34:19 2006 +0000

    Oups, fix bug 6576 and not 5676
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1037 30ef787d-52ff-0310-b286-e08351bb7647

commit 7fdb43f594d68e648fcd0f4eaf92ec121ab356b1
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 16 18:33:12 2006 +0000

    Fix bug 5676
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1036 30ef787d-52ff-0310-b286-e08351bb7647

commit 13d127633272f90c2ab2bc87c13913c307a79a46
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 16 18:31:00 2006 +0000

    Various bugfix and cleanup
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1035 30ef787d-52ff-0310-b286-e08351bb7647

commit 56394deecd170b5b6ff197715341cbd5fd7b4505
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 16 15:30:05 2006 +0000

    Update README for available distros
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1034 30ef787d-52ff-0310-b286-e08351bb7647

commit 774e6a891d4075d18da67106b44342f7b516e403
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 16 13:49:34 2006 +0000

    birds don't have animated death so correct config.xml
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1033 30ef787d-52ff-0310-b286-e08351bb7647

commit c174f73211ed54aa4214548fdccdf5c297fd9ddb
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 16 13:40:26 2006 +0000

    add snort team
    + little modification on gnuteam helmet position
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1032 30ef787d-52ff-0310-b286-e08351bb7647

commit c797ff57ce90cf09cf623a5ac77021c4ce2511f4
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 16 10:51:47 2006 +0000

    add gnuteam
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1031 30ef787d-52ff-0310-b286-e08351bb7647

commit 233e7ef86bb11829a453a56926dc7fd09da88812
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 15 22:04:14 2006 +0000

    clean.sh: Don't remove map-generator Makefile (not generated)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1025 30ef787d-52ff-0310-b286-e08351bb7647

commit 59790b2b18340d4105c0449e27374b8fd62db587
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 15 21:03:47 2006 +0000

    Fix po/Makefile.am Mr_Bones' (Gentoo) patch
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1020 30ef787d-52ff-0310-b286-e08351bb7647

commit e2fe235de21b975283fa12c4e736b35dd9220ba2
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 15 20:56:43 2006 +0000

    Apply Mr_Bones's (Gentoo) patch: turkish doesn't have plural form
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1019 30ef787d-52ff-0310-b286-e08351bb7647

commit 24c7cd25c771a6a71874255d89fadb0427ea71c5
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 15 17:06:14 2006 +0000

    correct error jpg/png in config file of champignon map
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1018 30ef787d-52ff-0310-b286-e08351bb7647

commit 1c0a4fc7f86aa5022ce9341c0505b3f6907ccde3
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 15 15:36:11 2006 +0000

    all backgrounds maps in jpg
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1017 30ef787d-52ff-0310-b286-e08351bb7647

commit eee5cd8f344da5bd575995ee22e23866f3c5cb27
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 15 14:03:46 2006 +0000

    Fix a warning (uninitialized variable)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1016 30ef787d-52ff-0310-b286-e08351bb7647

commit 6ea7063f5301521a6ad5b526ed7ed4b295dffd2e
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 15 10:05:32 2006 +0000

    names for OOo team
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1015 30ef787d-52ff-0310-b286-e08351bb7647

commit 9b30a5b496ed330a6719f25125399155c81debee
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 14 21:18:44 2006 +0000

    Fix character on top character bug
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1014 30ef787d-52ff-0310-b286-e08351bb7647

commit 3e7ec216aad1e78199138e103804e190f2b46829
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 14 21:18:16 2006 +0000

    Not closing network connection menu when clicking
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1013 30ef787d-52ff-0310-b286-e08351bb7647

commit 36fb587be661831a735c1d17b9dfc8d9d6f2750d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 14 20:46:28 2006 +0000

    Quite strong modification in physical engine.
    Manageme objects collision.
    No more hacks about physics in WeaponProjectile or in Character.
    Add a method PhysicalObj::SetCollisionModel() to set if the object goes through the wall, collides on character or on object.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1012 30ef787d-52ff-0310-b286-e08351bb7647

commit 114448c66013dc94b7fc480f7157642dcd749e04
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 14 05:39:29 2006 +0000

    Bug fix for Snipe Rifle
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1011 30ef787d-52ff-0310-b286-e08351bb7647

commit fe8df71839115a0e1706846201b528dfe8f4a343
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 13 20:44:56 2006 +0000

    3 new skins : OOo, Thunderbird and Tux
    Have to make a better animation for jetpack
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1010 30ef787d-52ff-0310-b286-e08351bb7647

commit 8dc70ae231c634dc782397d33607a3a6accd64ef
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 13 18:44:57 2006 +0000

    Draw a red laser beam
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1009 30ef787d-52ff-0310-b286-e08351bb7647

commit 1e807ac29ad1878a81889f103e81c652a82117af
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 13 08:51:41 2006 +0000

    Remove hack no more needed in snipe rifle
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1008 30ef787d-52ff-0310-b286-e08351bb7647

commit 89d3ba9f7de26e77835a5da7cae764be67a3c796
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 12 15:57:47 2006 +0000

    Perform a full vacuum test, when using teleportation, contruction or put randomly
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1007 30ef787d-52ff-0310-b286-e08351bb7647

commit 81a742ab101305ca56e1ff400efa922085797255
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 12 15:21:19 2006 +0000

    When testing if a rectangle is in vacuum, only test if borders are in vacuum
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1006 30ef787d-52ff-0310-b286-e08351bb7647

commit 2439798ba182027eb2442679efed4e81415ebadf
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 12 15:11:59 2006 +0000

    Collision between characters is now entirely managed in PhysicalObj.
    
    Rename boolean m_go_through_wall to m_goes_through_wall
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1005 30ef787d-52ff-0310-b286-e08351bb7647

commit 762591bd4e853134004861d107d55f50990a2e00
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 12 14:31:28 2006 +0000

    Bounce ball specific shoot anim for workrave
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1004 30ef787d-52ff-0310-b286-e08351bb7647

commit ba17b6579e734e198c8cfa042b3b1f3ebf83b26d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 12 12:41:40 2006 +0000

    Very small modification on code of physical engine
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1003 30ef787d-52ff-0310-b286-e08351bb7647

commit 6c4f599ec90cabe2bdfe656cfc1b0278e09b0d56
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 12 12:39:47 2006 +0000

    Replace uint m_visibility by weapon_visibility_t m_visibility
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1002 30ef787d-52ff-0310-b286-e08351bb7647

commit 9bda93d00aa644cbd5405eb43c56582afa61b9ee
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 12 09:14:44 2006 +0000

    Reworked grenade and bazooka shoot animations for workrave
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1001 30ef787d-52ff-0310-b286-e08351bb7647

commit ec120734adee8e9b21a3f0af19492a64518c6342
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 11 22:45:46 2006 +0000

    Revision 1000 !!!
    
    Add animation when character is shooting (enabled on workrave)
    Add aliases of movement in config files
    Little force added to the dynamite when shooting
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1000 30ef787d-52ff-0310-b286-e08351bb7647

commit 1466c33e28b08ba5843f3eca1e0563c01f2566ed
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 11 21:04:03 2006 +0000

    Partial fix of physical engine
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@999 30ef787d-52ff-0310-b286-e08351bb7647

commit 2f3b458ef6531028cf067d14a755009638173573
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 11 21:02:32 2006 +0000

    Remove old message
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@998 30ef787d-52ff-0310-b286-e08351bb7647

commit 02de5db31f9440edc4c6199e0f0155e184b2a3de
Author: drayan <drayan at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 11 20:10:40 2006 +0000

    Recalculation laser point only when moving
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@997 30ef787d-52ff-0310-b286-e08351bb7647

commit fcfd5ad72cefeb70d4fe492209040ede75d7c2be
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 11 17:48:13 2006 +0000

    correction in authors.xml
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@996 30ef787d-52ff-0310-b286-e08351bb7647

commit 10bdc8f93ab425fe1145ad5da83346889fc43392
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 11 16:25:04 2006 +0000

    Remove concept of disabled widgets
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@995 30ef787d-52ff-0310-b286-e08351bb7647

commit 7a57f24ddf047a018ee31f7d4f64533118ba714b
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 11 09:57:35 2006 +0000

    Fix bug #5738 (game freeze quitting jetpack weapon)
    Was caused by a jukebox.Stop(channel); where channel was uninitialized
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@994 30ef787d-52ff-0310-b286-e08351bb7647

commit c46758a4bfc6f9708ed4b185bde8de99d839a973
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Aug 11 09:39:57 2006 +0000

    Allow change timeout of weapons in network games
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@993 30ef787d-52ff-0310-b286-e08351bb7647

commit 3794747cc1ef796baeb7ebc8376093f3989e9599
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 10 17:30:14 2006 +0000

    Prepare network menu splitting
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@992 30ef787d-52ff-0310-b286-e08351bb7647

commit 6825118cec4344e60f795100f05128e5323e1694
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 10 17:24:10 2006 +0000

    Characters foot step sound
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@991 30ef787d-52ff-0310-b286-e08351bb7647

commit a039a4df7a029f0bdd19a0bc8154514eb7ebe02c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 10 17:05:17 2006 +0000

    Remove the fucking debug message :-)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@990 30ef787d-52ff-0310-b286-e08351bb7647

commit 89d918d339022c6c6f15c3b179433110c07e8df6
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 10 16:59:56 2006 +0000

    Dirty hack to enable real collision during characters (mmh... baseball bat will become funny :)
    The code need to be cleaned. It is just proof of concept currently.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@989 30ef787d-52ff-0310-b286-e08351bb7647

commit ac574fa9d168a8724eee39f990649d32febe0ab5
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 10 16:57:04 2006 +0000

    Baseball bat is more useable
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@988 30ef787d-52ff-0310-b286-e08351bb7647

commit a15d139654b6b107e0e8bce94ebbd3f6495e81f2
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 10 16:55:45 2006 +0000

    Add output and debug messages
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@987 30ef787d-52ff-0310-b286-e08351bb7647

commit 683360e098b3b897ddb8cc41476790af2e9a1f35
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 10 16:53:13 2006 +0000

    Fix display of the main menu
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@986 30ef787d-52ff-0310-b286-e08351bb7647

commit b2dd25d9d257e26ac8a5534d7fb04ab7564c995a
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 10 14:27:41 2006 +0000

    * Split the body of the skin into particles when suiciding
    * Add flags scale_x/y, and alpha to skin's movement definition
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@985 30ef787d-52ff-0310-b286-e08351bb7647

commit 3d171ebf3d686de7e2f358b70b17dbde392f0c7f
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 10 14:09:32 2006 +0000

    Avoid using an uninitialised Euler vecor
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@984 30ef787d-52ff-0310-b286-e08351bb7647

commit e8bd66280ed81acc595ee24ad7251cc1b830dac2
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 10 13:52:13 2006 +0000

    add drayan to authors.xml
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@983 30ef787d-52ff-0310-b286-e08351bb7647

commit 56f75d28fa8fbf88882c1804f36d69c480cded1b
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 10 13:23:32 2006 +0000

    add construct icon and better transparence in construct_spr
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@982 30ef787d-52ff-0310-b286-e08351bb7647

commit 53c9a9f55b0e546da16d62fad0af53b4cbffe99b
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 10 13:15:20 2006 +0000

    Avoid a crash when snipe rifle cursor is out of the screen
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@981 30ef787d-52ff-0310-b286-e08351bb7647

commit 89c73f56c6d7767d63483173bb70cd5dee015794
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Aug 10 13:02:08 2006 +0000

    add snipe_rifle by drayan
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@980 30ef787d-52ff-0310-b286-e08351bb7647

commit 04f39257feddc938d218b610651652bf0f3d3e16
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 9 17:32:45 2006 +0000

    Fix function which choose position of physical object (may fix a bug over network!)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@979 30ef787d-52ff-0310-b286-e08351bb7647

commit f6995c326f1c9529c3cee562999ef4e76d0e5069
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 9 13:43:49 2006 +0000

    Fix firefox yoyo animation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@978 30ef787d-52ff-0310-b286-e08351bb7647

commit 89d5f82ca20a1f06a686bed335c7a7641f9bbae2
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Aug 7 08:27:04 2006 +0000

    Added an up-to-date README
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@977 30ef787d-52ff-0310-b286-e08351bb7647

commit b69d74e0c298407015d5aa39998def6ea7fc6535
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 6 14:44:57 2006 +0000

    Fix uninitialised variable :/
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@976 30ef787d-52ff-0310-b286-e08351bb7647

commit e70ab37428533749a5cf23edccd7bd0ef4956b09
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 6 14:15:40 2006 +0000

    Reorganise weapon categories!!! (thanks to deki on IRC)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@975 30ef787d-52ff-0310-b286-e08351bb7647

commit df45e1011094a68aa4f709ffbcf29910683b0289
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 6 14:00:34 2006 +0000

    [15:58] <AbsintheSyringe> just it should be official there is not 10 jetpacks!!!!!
    [15:58] <AbsintheSyringe> it's too too much
    [15:58] <AbsintheSyringe> 3 is enough
    [15:59] <AbsintheSyringe> set it to 3 now :D
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@974 30ef787d-52ff-0310-b286-e08351bb7647

commit 04554cba569f7775db637a9afa605a2399f8efde
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 6 13:49:21 2006 +0000

    Fix memory leak in Config::GetEnv()
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@973 30ef787d-52ff-0310-b286-e08351bb7647

commit 81ee66577dc6aba041326a96fda997b77b50f516
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 6 10:41:00 2006 +0000

    Construct weapon
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@972 30ef787d-52ff-0310-b286-e08351bb7647

commit 127037ba8ab4abbce51263028d362fcc65073fc0
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Aug 6 00:06:36 2006 +0000

    Update bosnian translation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@971 30ef787d-52ff-0310-b286-e08351bb7647

commit 91b7be3a58e27291222b290c4e79c41f4a7f0e17
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 5 20:28:59 2006 +0000

    Launch the game when we click on the "Play" button !!
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@970 30ef787d-52ff-0310-b286-e08351bb7647

commit ea56cc1ac3b58e01f437482872638000465b78f5
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 5 19:27:34 2006 +0000

    Main menu code cleanup
    (the code is clean, but not the display)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@969 30ef787d-52ff-0310-b286-e08351bb7647

commit 7b01c74792e304826af2be234187671c21ec8215
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 5 16:53:12 2006 +0000

    Try to repair main_menu display
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@968 30ef787d-52ff-0310-b286-e08351bb7647

commit 9cd5f6740908bd449de7fc767f329055587ac207
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 2 23:58:28 2006 +0000

    Add portuguese translation of Wormux from Bruno Queirós
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@966 30ef787d-52ff-0310-b286-e08351bb7647

commit 12ca182bc65388186b93ef353acdc55d8318d70d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 2 23:01:26 2006 +0000

    Text box is more beautiful
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@965 30ef787d-52ff-0310-b286-e08351bb7647

commit 7c38111b99fba992e282acc3e5aea3a77b3bf992
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 2 23:00:54 2006 +0000

    Create new method Surface::VlineColor()
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@964 30ef787d-52ff-0310-b286-e08351bb7647

commit 433e0a37bfdf02f0a3ac409a964b72292307f581
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 2 19:24:14 2006 +0000

    Update widget drawing only when needed :)
    
    For user who run Wormux on a laptop, it is really visible !
    Currently, disable widgets are broken
    
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@963 30ef787d-52ff-0310-b286-e08351bb7647

commit f32898074c147f51a11beddbaf6a884f446af5a8
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 2 09:41:05 2006 +0000

    Change AbsintheSyrinhe email
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@962 30ef787d-52ff-0310-b286-e08351bb7647

commit 99f553f55e57fab7ba722200e5e9d434b4cc7c29
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 2 07:50:07 2006 +0000

    Add -Werror to c++ compiler flags
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@961 30ef787d-52ff-0310-b286-e08351bb7647

commit ef582f203bf757cb6e9cead392d44e195452dc57
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 1 23:43:20 2006 +0000

    Use PictureWidget in NetworkMenu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@960 30ef787d-52ff-0310-b286-e08351bb7647

commit d6911c5c161a42171fab9cb4cd9de539d4cdada2
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 1 22:56:18 2006 +0000

    Redrawing only widgets in menu, not background.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@959 30ef787d-52ff-0310-b286-e08351bb7647

commit 4b1ae3e5be787d8da1957fd28a4625f49674d56e
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 1 22:02:55 2006 +0000

    Credits and Results menu do not have cancel button anymore
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@958 30ef787d-52ff-0310-b286-e08351bb7647

commit c2c4c9e252f6233e5b90c181d443193587fbc989
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 1 22:02:11 2006 +0000

    Oups, I forget to commit Makefile.am when adding PictureWidget
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@957 30ef787d-52ff-0310-b286-e08351bb7647

commit 3e4fde2554e62fa531e92eebbb37d7e1d281b57c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 1 21:15:33 2006 +0000

    Use class PictureWidget in game menu.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@956 30ef787d-52ff-0310-b286-e08351bb7647

commit 1150d84047c7d7b2c1fd0d722a3a6466eadaebd8
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 1 21:13:50 2006 +0000

    New class PictureWidget which display a picture and inherit from Widget
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@955 30ef787d-52ff-0310-b286-e08351bb7647

commit 097fb7c96d10050739aceb78b911b2928db8662a
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 1 20:57:24 2006 +0000

    Bugfix : display uzi particles
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@954 30ef787d-52ff-0310-b286-e08351bb7647

commit e8295c9a36881138b425ddac4edce6d0c884b430
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 1 20:48:18 2006 +0000

    Remove ground particles (takes too much resources)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@953 30ef787d-52ff-0310-b286-e08351bb7647

commit baad4b5fec30aa7836654ed2762c574596bbced3
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 1 20:35:45 2006 +0000

    o Add death mode : after 10 min, each character lose 1 point of life at each turn
    o Translate commentaries in game_loop.h/.cpp and game_mode.h/.cpp
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@952 30ef787d-52ff-0310-b286-e08351bb7647

commit bbeba69ccc4d69f45d7c12e84a5cf3441f1013a2
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 1 19:56:14 2006 +0000

    Fix a warnig (unused variables)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@951 30ef787d-52ff-0310-b286-e08351bb7647

commit ce2181b0acc9d25b1f425ffe31fd6d555ec3de21
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 1 19:38:43 2006 +0000

    Use the widget_list widgets declared in class Menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@950 30ef787d-52ff-0310-b286-e08351bb7647

commit 5ef30192c2419f9db11973f0c04b04fd06f33f51
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 1 19:27:25 2006 +0000

    Use the widgets_list widgets declared in class Menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@949 30ef787d-52ff-0310-b286-e08351bb7647

commit b5dc38e4ec97e3190a68e5505cda336e4b65d03e
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 1 19:20:50 2006 +0000

    Apply patch from Progs to fix a memory leak
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@948 30ef787d-52ff-0310-b286-e08351bb7647

commit 7b0eadb6d58418a1cfa3d52d76d8bbceb4abcce2
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 1 19:20:26 2006 +0000

    Use the widget_list widgets declared in class Menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@947 30ef787d-52ff-0310-b286-e08351bb7647

commit 365db5c81fe3632d80e0fcb11c4719a4ac468f8e
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 1 19:07:27 2006 +0000

    Use the widget_list widgets declared in class Menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@946 30ef787d-52ff-0310-b286-e08351bb7647

commit d579db0d58015ca76a0319fadd1776bda79d3122
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 31 17:18:55 2006 +0000

    Remove the _really_ outdated README file
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@945 30ef787d-52ff-0310-b286-e08351bb7647

commit 6f6a3f82f601caaaf0551cb96bdd6ec675482e7f
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 31 12:08:47 2006 +0000

    Remove "on_ground" tags from body config's file (as they do nothing)
    Quick fix to firefox
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@941 30ef787d-52ff-0310-b286-e08351bb7647

commit 0dd85df75e88ba8302de5b91fefd6e3541ae814c
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 31 11:59:13 2006 +0000

    Quick fix to 6183: set maximum number of character per team to 6 instead of 10
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@940 30ef787d-52ff-0310-b286-e08351bb7647

commit 20431c6620d104bc24bd577b3eff5290ed480333
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 31 11:43:26 2006 +0000

    Display a warning for invalid members (members with no parent member)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@938 30ef787d-52ff-0310-b286-e08351bb7647

commit bf69ac0409130a8e85c6e106980b0aa2338f51f3
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 23 23:06:52 2006 +0000

    body firefox added
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@936 30ef787d-52ff-0310-b286-e08351bb7647

commit c14fe781598581aea052607d06daf6d8eb184193
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 23 22:55:34 2006 +0000

    firefoxteam added
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@935 30ef787d-52ff-0310-b286-e08351bb7647

commit db9ba15d6654e445260de9fa8ed18116e4447405
Author: oxidative <oxidative at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jul 17 14:23:22 2006 +0000

    german translation updated
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@934 30ef787d-52ff-0310-b286-e08351bb7647

commit 2ec7793bcd83702630668e90835d281d5dcb825f
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jul 13 22:43:37 2006 +0000

    Allow some members of bodies to go through the ground
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@933 30ef787d-52ff-0310-b286-e08351bb7647

commit 5f4ed861b3b9b074faa2b153339795f68e817910
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jul 13 15:55:07 2006 +0000

    add catacombes map
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@932 30ef787d-52ff-0310-b286-e08351bb7647

commit c06cbf3caae328818ede179a3dd69f03317ba305
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 11 20:13:03 2006 +0000

    wilberteam is ready
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@931 30ef787d-52ff-0310-b286-e08351bb7647

commit fbb167eb6e35f5f152719fa4e1ca3c85ee90a62e
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jul 8 15:38:33 2006 +0000

    Network:Set supertux speed to 0 on distant computer
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@930 30ef787d-52ff-0310-b286-e08351bb7647

commit d05e570c15bea7c0826db186587bd43ba4b53a45
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jul 8 14:00:09 2006 +0000

    Network: supertux working :)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@929 30ef787d-52ff-0310-b286-e08351bb7647

commit 189738322a4b465bf7fd1bb76f0dcb1d96736cd1
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jul 8 13:08:50 2006 +0000

    Network:Sync the position of the player before applying an airhammer hole
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@928 30ef787d-52ff-0310-b286-e08351bb7647

commit 3268c2b8b42f5a489d1c549379d2b8fb41c75721
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jul 8 13:02:02 2006 +0000

    Replace PhysicalObj::mtype by boolean PhysicalObj::m_go_through_wall
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@927 30ef787d-52ff-0310-b286-e08351bb7647

commit a05082fb213a8cd7a8abc978d4955775e3cf43c3
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jul 7 18:27:32 2006 +0000

    PhysicalObj::UpdatePosition is now readable ;-)
    Prepare replacement of m_type by a boolean.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@926 30ef787d-52ff-0310-b286-e08351bb7647

commit e92ba64955efca8a24af7e47da7b68fca083c870
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jul 7 16:29:45 2006 +0000

    Fix the removing of no more needed particles (Particles which are outside of the world. They are not GHOST !?!)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@925 30ef787d-52ff-0310-b286-e08351bb7647

commit 0f8d6763868c0ccaa30b6793c3adcddf141d22eb
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jul 7 13:49:20 2006 +0000

    [NETWORK] Use standard cursor instead of target cursor (used for auto bazooka) when it's not our turn
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@924 30ef787d-52ff-0310-b286-e08351bb7647

commit 84cbdfb450aefced1a35effcc000745604bb9abd
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jul 7 13:28:52 2006 +0000

    Center camera on weapons target
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@923 30ef787d-52ff-0310-b286-e08351bb7647

commit 7c062037d00a4478ac98b32af59b2214952801b1
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jul 7 13:17:57 2006 +0000

    Disable mouse, when it's not our turn
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@922 30ef787d-52ff-0310-b286-e08351bb7647

commit 1bd18f40b4acbf813cca728ac0879df8ab5dc973
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jul 7 13:04:42 2006 +0000

    Remove ActionInt2. Seems to fix ACTION_SET_TARGET
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@921 30ef787d-52ff-0310-b286-e08351bb7647

commit 88040f9f745a6b9a487017335bd4e513f38f8a7d
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jul 7 12:36:03 2006 +0000

    Use ActionInt2 specific functions for SetTarget action
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@920 30ef787d-52ff-0310-b286-e08351bb7647

commit f4e5bc1b742421041e7ddc018803aae684fc8906
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jul 7 12:17:53 2006 +0000

    Air attack should work on network :)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@919 30ef787d-52ff-0310-b286-e08351bb7647

commit 4cb61341498d5bbba7d5bf0e5478a620eb834af0
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jul 7 12:10:44 2006 +0000

    Teleportation should now work on network !
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@918 30ef787d-52ff-0310-b286-e08351bb7647

commit c7275594eb3cf9d5a687b544542e0ec9ff29f57a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jul 7 11:56:34 2006 +0000

    Auto bazooka should be now compliant with network
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@917 30ef787d-52ff-0310-b286-e08351bb7647

commit 7225e85295c9aec9fd2c603c1536d65b324dc5af
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jul 6 18:01:17 2006 +0000

    Put back ActionInt2 :)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@916 30ef787d-52ff-0310-b286-e08351bb7647

commit d6cc12858841995ab420f57ae6c3ac7b9d14cbd4
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jul 6 17:47:32 2006 +0000

    Use ACTION_SET_CHARACTER_PHYSICS insted of ACTION_SET_POSITION
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@915 30ef787d-52ff-0310-b286-e08351bb7647

commit 9568db717eff665c7f303cfea9705ea403a07204
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jul 6 15:48:17 2006 +0000

    Update translation for:
    - French
    - Spanish
    - Italian
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@914 30ef787d-52ff-0310-b286-e08351bb7647

commit dd3b16920cc374440d6919964f52b5f4c30ba889
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jul 6 15:20:44 2006 +0000

    Dannish translation update
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@913 30ef787d-52ff-0310-b286-e08351bb7647

commit 6bda93a7f90d756ba00b26be2f55c5a50cdd7956
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 5 16:59:52 2006 +0000

    Translate CurseurVer to CharacterCursor.
    Remove some Init() methods.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@912 30ef787d-52ff-0310-b286-e08351bb7647

commit 7f561a951ea3e497abd9dfb054b2e441399cd5de
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 5 16:05:42 2006 +0000

    Remove Init() methods for all subclasses of Particle
    
    Viva constructors !
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@911 30ef787d-52ff-0310-b286-e08351bb7647

commit 2cd4c70df0218f451f6fe5005e77423dca77b73e
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 5 15:24:25 2006 +0000

    Clean some code - Remove Random::Init() and Crosshair::Init()
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@910 30ef787d-52ff-0310-b286-e08351bb7647

commit 823bc99e04108f611292f2ee738116ff7a9cd018
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jul 5 09:43:38 2006 +0000

    Enable "black" clothe / movement on spip skin
    Add debug messages for skin developement
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@909 30ef787d-52ff-0310-b286-e08351bb7647

commit 30ef58110c82a21aa4fcb505a68f1f913bf6be1a
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 4 21:07:21 2006 +0000

    Network: send size of packet as a Uint32 and add an "end of packet" marker
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@908 30ef787d-52ff-0310-b286-e08351bb7647

commit c772438fe04f80a315ecde25178dfc866d319e53
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 4 20:38:33 2006 +0000

    spipteam now ok
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@907 30ef787d-52ff-0310-b286-e08351bb7647

commit 995541fbace9a7c0a5adb5066b35f85d57ff61a6
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 4 19:54:29 2006 +0000

    Remove methods ActionHandler::Init() and Config::Init().
    Viva constructors ;-)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@906 30ef787d-52ff-0310-b286-e08351bb7647

commit aac9acf0145311a826f54f760c951c011d250749
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 4 16:02:08 2006 +0000

    Tiny bugfix by Progs
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@905 30ef787d-52ff-0310-b286-e08351bb7647

commit cc385f09ae0a08b34f6af5a75bba7aad2ad87df4
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jul 4 12:29:55 2006 +0000

    Fix list of available video resolutions
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@904 30ef787d-52ff-0310-b286-e08351bb7647

commit 3d3e38e7df2ad593f8c367bd32738befbef6e8e9
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 2 18:39:44 2006 +0000

    Really fix the division by 0 bug in sprite code
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@903 30ef787d-52ff-0310-b286-e08351bb7647

commit c658a17e6813c52d5a093ebc81622e0b7b310855
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 2 18:29:16 2006 +0000

    -Don't crash if a body is not found in the data path
    -Fix an unitialised variable in skin handling
    -Avoid a division by 0 in spite code
    
    3 en 1 :)
    
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@902 30ef787d-52ff-0310-b286-e08351bb7647

commit f732ab02dab793bcd709c06928473ad373f85b9a
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 2 16:00:57 2006 +0000

    add spipteam beta version
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@901 30ef787d-52ff-0310-b286-e08351bb7647

commit 766447da5ff3c500e35043f50ff63477ee112532
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jul 2 14:16:02 2006 +0000

    New flag for skins, to dicrease movement of members following the crosshair
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@900 30ef787d-52ff-0310-b286-e08351bb7647

commit 3381be908d81043eff119d0ade57c8fa9c9b5028
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jun 30 17:21:38 2006 +0000

    Comment debug code
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@899 30ef787d-52ff-0310-b286-e08351bb7647

commit 7e28f13d25acc609f63c259d4c77e8d1964f1b7b
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jun 30 17:08:41 2006 +0000

    Allow multiple animation
    Add yoyo animation to workraveteam
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@898 30ef787d-52ff-0310-b286-e08351bb7647

commit e80913d2038c03356e9cce329a04c163d6d54eac
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jun 30 16:26:59 2006 +0000

    Fix characters size and airhammer
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@897 30ef787d-52ff-0310-b286-e08351bb7647

commit d72fd445d4a6fe233d554e11a1c6529c6cc8c0f7
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jun 30 11:14:11 2006 +0000

    Character collides with other character
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@896 30ef787d-52ff-0310-b286-e08351bb7647

commit 64e7743111e8a05cf3af157da2d78281753b33b6
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jun 30 09:08:37 2006 +0000

    change bsd flag
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@895 30ef787d-52ff-0310-b286-e08351bb7647

commit 2246b9f524c4d0e2ea794c2e98f10c4f71ab6430
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jun 30 07:08:31 2006 +0000

    Put translations in alphabetical order into wormu.desktop
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@894 30ef787d-52ff-0310-b286-e08351bb7647

commit c81ad7bd48cb4ddd58632c4ac5d214a04720fad9
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jun 29 22:27:51 2006 +0000

    Fix po/Makefile.am
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@893 30ef787d-52ff-0310-b286-e08351bb7647

commit 84c3bdbfc39f373fb97104273fa3fc7879b55f84
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jun 29 21:03:48 2006 +0000

    Fix teleportation
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@892 30ef787d-52ff-0310-b286-e08351bb7647

commit 85275729d984d17ff5306595a1a79e6bc40ead03
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jun 29 20:55:14 2006 +0000

    Fix an error...
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@891 30ef787d-52ff-0310-b286-e08351bb7647

commit e8e22e7eea602e8d2bf3e51e94c1214090a7bcbc
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jun 29 20:52:22 2006 +0000

    Display skin with layers
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@890 30ef787d-52ff-0310-b286-e08351bb7647

commit e59f76e4f84dda2e452f825d2574f143e0fc2a61
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jun 29 11:56:08 2006 +0000

    Updated Italian translation and added Gaia Quero to translators list
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@889 30ef787d-52ff-0310-b286-e08351bb7647

commit 6f45c1954909bcf06efbae3075b16ba66f0df916
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jun 29 11:29:39 2006 +0000

    Make constants.cpp use variable defined in configure.ac for package version
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@888 30ef787d-52ff-0310-b286-e08351bb7647

commit 0c9939889d84a940cb4ba735d8baee2d7e05ac2e
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jun 29 11:19:01 2006 +0000

    Added italian translation for menu file
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@887 30ef787d-52ff-0310-b286-e08351bb7647

commit 52a902c784f414a7cbd5764a8f90aa6516ca7989
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jun 29 10:05:55 2006 +0000

    Added castillan translation for menu file
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@886 30ef787d-52ff-0310-b286-e08351bb7647

commit fa6f79c0635b82a24f3ff9861bd3fc0cec8d54bd
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jun 29 09:59:42 2006 +0000

    Added menu file for Wormux
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@885 30ef787d-52ff-0310-b286-e08351bb7647

commit 01508484e2a73459936a55bd59d7eb7efcf753db
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jun 29 09:47:36 2006 +0000

    Rename infos_menu.cpp to credits_menu.cpp
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@884 30ef787d-52ff-0310-b286-e08351bb7647

commit aa24252e91604d9cc554da13874f7d3f8de50085
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jun 28 20:38:38 2006 +0000

    Fix an uninitialized variable in particle engine
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@883 30ef787d-52ff-0310-b286-e08351bb7647

commit 06156a5636a7526c26aa24d2b66c78fd7906e460
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jun 28 11:02:57 2006 +0000

    better preview.jpg aquarium, to much jpg compression in old file
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@882 30ef787d-52ff-0310-b286-e08351bb7647

commit 8d8ece7fed5ed3fd067752e0ac003565536182f3
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jun 28 10:49:35 2006 +0000

    aquarium map added
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@881 30ef787d-52ff-0310-b286-e08351bb7647

commit 8fd7c6c931d013736e990887381aca9bc44b4ea9
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jun 27 22:05:42 2006 +0000

    Network bugfix: don't add/remove a team when none is selected (fix the failed assertion)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@880 30ef787d-52ff-0310-b286-e08351bb7647

commit 99facae823c07cfdd0d5fbe861f5a67bc6ddd046
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jun 27 21:40:55 2006 +0000

    Network: Don't call ActionHandler::ExecActions() from explosions!
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@879 30ef787d-52ff-0310-b286-e08351bb7647

commit e25d4be0f9dda9147ef8543c75f71658a0b2d719
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jun 27 19:44:17 2006 +0000

    Network : fix length of read packet
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@878 30ef787d-52ff-0310-b286-e08351bb7647

commit 3bf72fd2277071e8c5bc556a693ed03f7ff61522
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jun 27 09:04:44 2006 +0000

    Fix initialisation of list_box
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@877 30ef787d-52ff-0310-b286-e08351bb7647

commit 300d5ad061f00981040d584650254351676539de
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jun 27 08:20:33 2006 +0000

    Firstname NAME -> Firstname Name  in file authors.xml
    Add Olivier Boyer in the authors list !!
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@876 30ef787d-52ff-0310-b286-e08351bb7647

commit 0c1d21b5e43f70fb265b6f9d6273169aac9f9ca1
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jun 27 08:01:01 2006 +0000

    Improve Credits menu. Rename file infos_menu.* to credits_menu.*
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@875 30ef787d-52ff-0310-b286-e08351bb7647

commit 4964536a379eafb7b529197a94f05f18e474b192
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 26 18:29:28 2006 +0000

    Add map Vulcano from Olivier Boyer
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@874 30ef787d-52ff-0310-b286-e08351bb7647

commit 459b3d62a0e04210fcdd071b23472bb6519c0e41
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 26 18:03:21 2006 +0000

    First version of Credits Menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@873 30ef787d-52ff-0310-b286-e08351bb7647

commit 20fe63a4ec8252bf23c526a160622122fe2554e4
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 26 15:09:33 2006 +0000

    Small fix in game menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@872 30ef787d-52ff-0310-b286-e08351bb7647

commit b3c18cb1f197cf7272cdab793ff94dcb6aac9ff6
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 25 21:21:55 2006 +0000

    Network:Wait for the end of a packet, even if there are problem with the
    connection
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@871 30ef787d-52ff-0310-b286-e08351bb7647

commit 5ea21307e599cbae54fa7519d93b770e113e4403
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 25 20:45:26 2006 +0000

    Beautiful loading screen :-)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@870 30ef787d-52ff-0310-b286-e08351bb7647

commit 3bde38fb0b66c3d86b3683c0a6b8c401d3dd7778
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 25 20:42:59 2006 +0000

    Fix bug about fake mine (bug #6151)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@869 30ef787d-52ff-0310-b286-e08351bb7647

commit 7481b7aa8bb125274f5c86076e7ebb233445c7c5
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jun 22 16:52:14 2006 +0000

    Tiny bugfix: infinite loop in PhysicalObj::PutRandomly if there is
    no place to put the object (if the placement failed, the variable was
    not increased)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@868 30ef787d-52ff-0310-b286-e08351bb7647

commit 0c1a9ac5c8cec891262d97de2e731d2ca0fe6145
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jun 20 12:09:12 2006 +0000

    Resurrect maps deleted in revision 865
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@867 30ef787d-52ff-0310-b286-e08351bb7647

commit 6adf23595cdd9c32eb0b79541140df445e44e8a0
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jun 20 10:13:09 2006 +0000

    Updated Dutch translation
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@866 30ef787d-52ff-0310-b286-e08351bb7647

commit 2ec05c8e1275cba655a98638de7f57183f7ceff3
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 19 16:46:59 2006 +0000

    champignon map added
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@865 30ef787d-52ff-0310-b286-e08351bb7647

commit e22725b506ded9fa21b431f132f2852da909d290
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 19 07:27:46 2006 +0000

    Update Turkish translation: missed 'Riot bomb'
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@864 30ef787d-52ff-0310-b286-e08351bb7647

commit 9955bc54d0ba958712f87efdcf7d83eccb3f6e47
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 18 13:25:11 2006 +0000

    Fix 2 warnings
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@863 30ef787d-52ff-0310-b286-e08351bb7647

commit fae3c12d99845b08a67a89e6029586b0b4c6d97a
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jun 18 12:58:53 2006 +0000

    Remove empty character / fix warnings
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@862 30ef787d-52ff-0310-b286-e08351bb7647

commit 1b5f0ec9116d40e9587f80e608e1b6146189eafe
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 17 19:06:19 2006 +0000

    Fix gcc-4.1 issues
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@860 30ef787d-52ff-0310-b286-e08351bb7647

commit 16a0db0a8e9105d30337c4927d17fdac20d04d1a
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 17 18:29:31 2006 +0000

    Beautiful score screen at the end of a game
    (patch from Kurosu)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@859 30ef787d-52ff-0310-b286-e08351bb7647

commit f4db83737bc38b1a99a26816b483364dbf8cd1b9
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 17 15:41:54 2006 +0000

    Update translations (fix "Is it a gift?" in de and fr)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@858 30ef787d-52ff-0310-b286-e08351bb7647

commit 5427c81e02f0d2f048f02225fb05c62f914fc18c
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 17 15:37:31 2006 +0000

    Update de.po (by Florian Schlachter aka flosch)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@857 30ef787d-52ff-0310-b286-e08351bb7647

commit f00d427ff8971db48ff88548cda77ad5a29ccb89
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 17 15:27:56 2006 +0000

    Fix spelling of "Is it a gift?" (no space before "?")
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@856 30ef787d-52ff-0310-b286-e08351bb7647

commit a9fd5eeb55492be9eaac46223f6af6b491f229dd
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 17 14:35:04 2006 +0000

    Replace "active_character = NULL;" with "active_character = characters.end();"
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@855 30ef787d-52ff-0310-b286-e08351bb7647

commit 7b68e3a25c5eab0f5645c6dc51617e795283e597
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 17 14:21:58 2006 +0000

    Use regular explosion sound for riot bomb
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@854 30ef787d-52ff-0310-b286-e08351bb7647

commit 683349b8cc1a78c954f6dfd357ccef6487172cd9
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 17 13:47:29 2006 +0000

    Missing file for ground particle
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@853 30ef787d-52ff-0310-b286-e08351bb7647

commit 12cf3b1b641fb2e7c9eb01cefb5b7792d4a2555e
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 17 13:39:26 2006 +0000

    - Ground particles during explosions and airhammer usage
    I haven't noticed any speed decrease here, but as it can produce
    a lot of particles it may need to be tuned a little..
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@852 30ef787d-52ff-0310-b286-e08351bb7647

commit a9ec02818bdf4fef60c1cb66ef0f0f17c7f4da50
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jun 16 20:16:35 2006 +0000

    Update slovak translation (Martin Vojčík)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@851 30ef787d-52ff-0310-b286-e08351bb7647

commit b21e6f5bd7c7a4e179706549c5e40cf0f351c4a3
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jun 16 20:11:55 2006 +0000

    Update turkish translation (Furkan Duman)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@850 30ef787d-52ff-0310-b286-e08351bb7647

commit ee8e3a905c22af5a9130a784bef6211c124d277d
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jun 16 18:51:57 2006 +0000

    Uzi optimisation
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@849 30ef787d-52ff-0310-b286-e08351bb7647

commit 7768c0c22f0f52accff51fb3c0d477b8091c1cd7
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jun 16 18:23:41 2006 +0000

    Bullet particle for uzi (new sound needed!!!)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@848 30ef787d-52ff-0310-b286-e08351bb7647

commit 03a2a594e9035b21fb312692c2c8cb9453835daa
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jun 16 17:16:48 2006 +0000

    Smoke particles for bazooka and auto-bazooka
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@847 30ef787d-52ff-0310-b286-e08351bb7647

commit 6632013c1fed13e5e91a9b2b2da13c0b57866b8e
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jun 16 15:56:25 2006 +0000

    electronik map update
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@846 30ef787d-52ff-0310-b286-e08351bb7647

commit 5492f5b603685e0e3ea78c0afbcd0daa4ced576d
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jun 16 10:01:39 2006 +0000

    Fix metadata on all files: plural forms, encoding, language infos
    Fix approximatives translations
    Update following (string "Riot bomb") :
    - Spanish
    - Finnish
    - Romanian
    - Slovakian
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@845 30ef787d-52ff-0310-b286-e08351bb7647

commit 8aefa9ce3ec194574e22a7911ea227ff18b14969
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jun 16 08:43:22 2006 +0000

    Ooops, modify configure.ac to generate tools/map-generator/Makefile
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@844 30ef787d-52ff-0310-b286-e08351bb7647

commit 85b4dea520ef0a8e8f7b52334e1abb000c060e74
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jun 16 08:42:36 2006 +0000

    Move tools/map-generator/Makefile to Makefile.am so that it is not deleted with clean.sh
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@843 30ef787d-52ff-0310-b286-e08351bb7647

commit bbf3f9d45966ceed73a770a2bf307e7f0b504b49
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jun 16 08:40:33 2006 +0000

    Updated French translation
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@842 30ef787d-52ff-0310-b286-e08351bb7647

commit 66b8ee36d4d290ba6246c7a43ccb7a0de16dcbd9
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jun 16 07:53:04 2006 +0000

    Update svn:ignore adding bs.gmo
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@841 30ef787d-52ff-0310-b286-e08351bb7647

commit 36626ebd888eb74c9f2ff1a80dc47a09b7fcdb96
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jun 16 00:11:29 2006 +0000

    Update slovak translation (Martin Vojčík)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@840 30ef787d-52ff-0310-b286-e08351bb7647

commit b4ef238e3185ae71ebaf214e6b252be063942b97
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jun 15 23:51:07 2006 +0000

    Upload new spanish translation (danigm)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@839 30ef787d-52ff-0310-b286-e08351bb7647

commit 454166cba842a6c849c05097a226959c95f57382
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jun 15 23:49:43 2006 +0000

    Apply Kurosu patch: "make install" under Windows does create the NSIS installer instead of really install the program
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@838 30ef787d-52ff-0310-b286-e08351bb7647

commit abe1a9c4fda4d629a9a76f853b44420161580424
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jun 15 23:34:43 2006 +0000

    Upload new EddyP romanian translation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@837 30ef787d-52ff-0310-b286-e08351bb7647

commit b71f00bfa8bac297dcdd32acb0ad020af4c04a37
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jun 15 23:16:58 2006 +0000

    Fix bosnian translation (leading space and add plural form)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@836 30ef787d-52ff-0310-b286-e08351bb7647

commit bfa37bf04868fe6b903caac253e36e9df4e88a7a
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jun 15 20:07:11 2006 +0000

    cheesebeta is now cheese :)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@835 30ef787d-52ff-0310-b286-e08351bb7647

commit 007647349529f7549914cc36fdca9179e4a5a716
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jun 15 16:31:56 2006 +0000

    electronik map added
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@833 30ef787d-52ff-0310-b286-e08351bb7647

commit c173d883019aa18a83ccde98df99dbe5440fd16e
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jun 15 09:57:08 2006 +0000

    Updated French translation
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@832 30ef787d-52ff-0310-b286-e08351bb7647

commit 23fd719d60cdc8db7512b172e49c8df834ac4044
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jun 15 09:41:06 2006 +0000

    Added Bosnian translation from Adnan Hodzic
    Added Adnan Hodzic in trnaslator list
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@831 30ef787d-52ff-0310-b286-e08351bb7647

commit 415ce41d5da7989a62f8df5da50f0597b276550e
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jun 13 19:29:26 2006 +0000

    Network: disable changing weapon when the player isn't on a local computer
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@830 30ef787d-52ff-0310-b286-e08351bb7647

commit 631549812bb6988c446735256da4dba2d508e1ee
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jun 13 19:09:06 2006 +0000

    Warning message in the network menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@829 30ef787d-52ff-0310-b286-e08351bb7647

commit d63b6c6a7446465ed25a5ede7dec85dd07e988b2
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jun 13 12:09:38 2006 +0000

    Network:
    Should be endianness independant (need testing though)
    Fix a bug with explosions
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@828 30ef787d-52ff-0310-b286-e08351bb7647

commit 546c57a9cdc79911493e843cfd5c231b4414b915
Author: thibouf <thibouf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jun 13 11:29:40 2006 +0000

    Changing timeout for weapons projectile is now set in the xml
    configuration file by the boolean allow_change_timeout (false if not
    set)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@827 30ef787d-52ff-0310-b286-e08351bb7647

commit 08271c7daffbb2057e9fb95fed5eb558c3667b8b
Author: thibouf <thibouf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 12 22:36:59 2006 +0000

    Timo Horstschäfe 's patch
    "Here's another small patch that allows to change the timeout for the
    weapons
    holly grenade, bounce ball, gnu, dynamite and cluster bomb (using a
    small
    timeout here can be like an air attack :) )
    
    It also adds the possibility to change the timeout using the number keys
    on the keyboard."
    
    +Fix ability to use keyboard with dynamite.cpp
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@826 30ef787d-52ff-0310-b286-e08351bb7647

commit 79a6fc0caed0c8567de998ed15de2153f3db73b6
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 12 20:29:27 2006 +0000

    Background picture for network menu from olivier
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@825 30ef787d-52ff-0310-b286-e08351bb7647

commit b24db7715ce6645c6ec452051182b8b2320c4866
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 12 20:26:32 2006 +0000

    Missing files :P
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@824 30ef787d-52ff-0310-b286-e08351bb7647

commit 44ec7dfa419bc08a8cacfd069f824bde0190b795
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 12 20:11:00 2006 +0000

    Riot bomb weapon from Timo Horstschäfer
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@823 30ef787d-52ff-0310-b286-e08351bb7647

commit 1a188c4f877cc643450ef905d7f2b3fd2a658fec
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 12 20:10:38 2006 +0000

    Riot Bomb from Timo Horstschäfer
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@822 30ef787d-52ff-0310-b286-e08351bb7647

commit b09b290de7453a4dbc44eabb2452bd7c9b035951
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 12 19:58:06 2006 +0000

    Network: Quick fix to explosions
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@821 30ef787d-52ff-0310-b286-e08351bb7647

commit a9df3fb8a00f6f409a8053ef313d6034fd09bb33
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 12 17:16:34 2006 +0000

    Use mouse button release event instead of mouse button press event for the gui.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@820 30ef787d-52ff-0310-b286-e08351bb7647

commit 5563660a723ff35a942be89ab629a284303308e8
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 12 16:51:39 2006 +0000

    Reset air resist factor when an physical object (such as Supertux) goes out of the water.
    
    Close bug 2733: Supertux don't get drowned
    It's not a bug, it's a feature :-P
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@819 30ef787d-52ff-0310-b286-e08351bb7647

commit 5a38c985b10b662293f5eb8c597a9f2688b3d3d9
Author: thibouf <thibouf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jun 8 20:07:15 2006 +0000

    Add mouse wheel down and up to change timeout for grenades
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@818 30ef787d-52ff-0310-b286-e08351bb7647

commit bb5f3fb1b747b0a07342b53f13eabd208cf53630
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jun 8 12:31:24 2006 +0000

    Remove old physics constant (uncompatible with the current version)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@817 30ef787d-52ff-0310-b286-e08351bb7647

commit bd1b7d7b0f73554c49b8b03809e7defd245c68ed
Author: thibouf <thibouf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jun 7 22:40:29 2006 +0000

    Just remove iostream from grenade.cpp ...
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@816 30ef787d-52ff-0310-b286-e08351bb7647

commit 4cf8487dcd9d7a4186df5e7152f1da9bf1f41339
Author: thibouf <thibouf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jun 7 22:36:53 2006 +0000

    Allow to change projectile timeout when using projectile launcher with page up and page down(task #2796)
    Add 2 actions :
    - ACTION_WEAPON_MORE associated with key Page Up
    - ACTION_WEAPON_LESS associated with key Page Down
    Add boolean force_override_keys (default : false) in Weapon class , permit to override key even if weapon is not active.(when
    character is moving with)
    
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@815 30ef787d-52ff-0310-b286-e08351bb7647

commit b6a962f02442e592309ff13ae671791d1bcbe8d2
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jun 7 22:03:54 2006 +0000

    Apply Kurosu patch:
    * Fix InstallDir bug
    * Add iconv, intl, jpeg62 and zlib1 DLL
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@814 30ef787d-52ff-0310-b286-e08351bb7647

commit 40da2f9bf2f8b8e536f6617d8a6442a9d8a79134
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jun 7 12:35:42 2006 +0000

    - Fix typo error (Closes: #5673)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@813 30ef787d-52ff-0310-b286-e08351bb7647

commit 0fee2df143ae01c04a463f6f5c0156107ccce162
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jun 7 12:10:41 2006 +0000

    Update ChangeLog for next release 0.7.3
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@812 30ef787d-52ff-0310-b286-e08351bb7647

commit c7a6cf370c2f051ee8e4548c91a8a5c5c380bf79
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jun 7 12:04:58 2006 +0000

    Prepare for next release 0.7.3
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@811 30ef787d-52ff-0310-b286-e08351bb7647

commit e39b141e1dc61dd34cdb04cd86ce4d56d4ad287b
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 5 19:58:53 2006 +0000

    Fix bug (at least a part of) 5948 - All players are displayed ;-)
    Use IsGhost instead of IsActive which has been removed.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@810 30ef787d-52ff-0310-b286-e08351bb7647

commit 84d758f0801e0a66290d7e33e0cfe5986d8907df
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 5 19:22:27 2006 +0000

    Should fix bug 6094 : Segmentation Fault  when  launching some maps
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@809 30ef787d-52ff-0310-b286-e08351bb7647

commit 1a02f5846744b515d9a16af757267ed5e3fe96f1
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 5 18:56:25 2006 +0000

    Patch from Ismael Cortes to make compile under Linux!
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@808 30ef787d-52ff-0310-b286-e08351bb7647

commit fbe0bce1b5657f7805e111d3e60d70d980694a8d
Author: thibouf <thibouf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 5 17:52:43 2006 +0000

    Little modif to reset crosshair angle at 60° when ninjarope is
    attached. It is more intuitive to balance and relaunch it.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@807 30ef787d-52ff-0310-b286-e08351bb7647

commit 4684ec6ab81b426fbf3869d052de44c257c78ff3
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 5 17:19:42 2006 +0000

    Remove some Init and Reset methods
    Better use of Class Constructor
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@806 30ef787d-52ff-0310-b286-e08351bb7647

commit 40faee251417849f68c02259328485d996c52f0a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 5 17:18:10 2006 +0000

    Remove useless code
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@805 30ef787d-52ff-0310-b286-e08351bb7647

commit 64856c867add4eef44e83c0988ae383757b7eb5a
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 5 05:29:06 2006 +0000

    Apply WIN32 paths Kurosu patch: setup paths in configure.ac script and not in config.cpp
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@804 30ef787d-52ff-0310-b286-e08351bb7647

commit 9dd5ac2804e81450a343da605ca4726234de7621
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jun 5 05:25:42 2006 +0000

    Apply Kurosu patch for SDL_net in (Windows) create_setup.sh
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@803 30ef787d-52ff-0310-b286-e08351bb7647

commit 649db02135e3f5d5ab6f7e304985f692bbb48f55
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 3 14:20:56 2006 +0000

    remove unneeded files
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@802 30ef787d-52ff-0310-b286-e08351bb7647

commit f142ff354e8a68e552ba51e9845cb74f7538c6fe
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jun 3 14:14:45 2006 +0000

    Add maps Leafs and Paradis
    Add Toon and Kurosu to autohrs.xml
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@801 30ef787d-52ff-0310-b286-e08351bb7647

commit b89ae20e3d94725a43e4695dfc17175fd1de622f
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jun 1 23:15:49 2006 +0000

    Another Kurosu patch: update create_setup.sh
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@800 30ef787d-52ff-0310-b286-e08351bb7647

commit 73d3f780a48b1d7e1e3aa0f7e4c122d56a82d3e3
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jun 1 23:15:08 2006 +0000

    Apply Kurosu patch on config.cpp: on WIN32, use:
      ttf_filename = "data\\font\\DejaVuSans.ttf";
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@799 30ef787d-52ff-0310-b286-e08351bb7647

commit 661f7932e6f9b393b124c2684da18642dac212b3
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jun 1 23:07:39 2006 +0000

    Fix old bug reported by Kurosu: wormux.iso was missing in tarball (same for wormux.rc)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@798 30ef787d-52ff-0310-b286-e08351bb7647

commit e33cdb77e189f007a5a5b35c65197f86b9ccc846
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jun 1 23:06:51 2006 +0000

    Fix configure.ac: [AM_POSTPROCESS_PO_MAKEFILE] in AC_CONFIG_FILES is needed for po/Makefile
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@797 30ef787d-52ff-0310-b286-e08351bb7647

commit 3ac37ccea029ddde3d9e77ae2da0a3bacce0e1bb
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jun 1 23:05:45 2006 +0000

    Update po files
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@796 30ef787d-52ff-0310-b286-e08351bb7647

commit 0601b8cad94c16294a1cab40466c5dbf35657aee
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jun 1 23:05:31 2006 +0000

    Fix po/Makefile.am: weapon_tool.cpp don't exist anymore
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@795 30ef787d-52ff-0310-b286-e08351bb7647

commit ade95029a175b75fe35ed6b1c06e921b675e0a50
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jun 1 09:32:15 2006 +0000

    - Fixed po/ Makefile generation: configure asked for a Makefile.in
    - Updated wormux icon : now a worms with the baseball like in menu screen
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@794 30ef787d-52ff-0310-b286-e08351bb7647

commit b28eccaa2b3bb309dc79c751271fa9addb70b9f8
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed May 31 21:19:23 2006 +0000

    Display picture from the Question class
    Display picture on end game message
    Don't display text on pausse message
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@793 30ef787d-52ff-0310-b286-e08351bb7647

commit 8d0d445b690aa587b45bd909e013c0c051ba289f
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 30 22:32:48 2006 +0000

    Characters of team are now loaded dynamically at the beginning of a game :-)
    Remove Reset methods from team and teams_list.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@792 30ef787d-52ff-0310-b286-e08351bb7647

commit 4b77919207fea21d05b825a7ae5bceef9768dc3a
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 30 19:28:30 2006 +0000

    All maps preview are now in jpg 225x300
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@791 30ef787d-52ff-0310-b286-e08351bb7647

commit 4830f7bca491b13c5c955ebb13872f7d8ae8827e
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 29 17:40:11 2006 +0000

    pause and quit use now Vera Sans bold (free font)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@790 30ef787d-52ff-0310-b286-e08351bb7647

commit 3d9657db0f36bfc2226516139af73a8929b034d7
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 29 12:15:52 2006 +0000

    Rename weapon_tools.cpp/h into explosion.cpp/h
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@789 30ef787d-52ff-0310-b286-e08351bb7647

commit cdbc290123329c7b5764e9fcae41fe2c74efc089
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 29 12:06:22 2006 +0000

    - Generate explosions on server only
    - Synchronise position of players before applying explosions
    - Disable explosion of fire particle (we need to synchronize their position if we want them back,
      but there is currently no way to synchronise object over the network...)
    - New Action type : ActionDouble2 & ActionMulti
    - Remove 'const' type on Action& object, use pointer :P (needed by ActionMulti)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@788 30ef787d-52ff-0310-b286-e08351bb7647

commit e6d73c297219e9568a0cd357c9448d21d71c5c4f
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 28 17:57:47 2006 +0000

    add quit screen
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@787 30ef787d-52ff-0310-b286-e08351bb7647

commit de5ded9b6d2020c47cc3bc85b5638948f8d11ad7
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 28 16:06:01 2006 +0000

    Network:
    Remove some debugging code
    Remove some unused code
    Simplify game initialisation
    Better name for some fonctions
    Add comments
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@786 30ef787d-52ff-0310-b286-e08351bb7647

commit 6db8c225136b244d732ee8f256a895e99c77e15f
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 27 21:18:09 2006 +0000

    pause screen better integration (Wormux font and alpha borders)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@784 30ef787d-52ff-0310-b286-e08351bb7647

commit f90d224932e308a8c5032e2070fd4b2f4c01225e
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 27 20:59:17 2006 +0000

    network: keep random unmber generator synced over network
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@783 30ef787d-52ff-0310-b286-e08351bb7647

commit 97bd0e2c646b0431c45528b7f6c4a93717c2db72
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 27 19:50:40 2006 +0000

    Language strings
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@782 30ef787d-52ff-0310-b286-e08351bb7647

commit 7546b2b6c617fc9b37b0efe92613fa3ec973e9a2
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 27 19:34:08 2006 +0000

    Network menu (buggy...)
    Allow network game for more than 2 players
    New widgets : message_box (texte défilant)
                  text_box
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@781 30ef787d-52ff-0310-b286-e08351bb7647

commit 762d05ce285f2c61fe644af3da3cd07910467d3b
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 27 13:18:49 2006 +0000

    Fix gcc warnings:
     * int answer = default_choice.value; in question.cpp
     * add (int) prefix some comparaions in mouse.cpp
     * move debug message in physical_obj.cpp
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@780 30ef787d-52ff-0310-b286-e08351bb7647

commit c0da2605b6eeb7773acb3ebdeb04fdd84108114e
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 27 09:46:20 2006 +0000

    Team::InitTeam() method is now merged in Team::Team()
    Remove undefined methods from character.h
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@779 30ef787d-52ff-0310-b286-e08351bb7647

commit 5c829befbd1dd00cffe21996af06dfb3c65e4a1d
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 26 14:27:28 2006 +0000

    Prepare for 0.7.2 release
    Fix inclusion of manpage when 'make dist'
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@777 30ef787d-52ff-0310-b286-e08351bb7647

commit 9ed38d7fd5fd29f9952d0464bb2323c5d33ee1c2
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 26 14:11:06 2006 +0000

    Update changelog for 0.7.2 release
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@776 30ef787d-52ff-0310-b286-e08351bb7647

commit 3f114944c53f62eab7142c3127f930cb38d546da
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 26 14:07:08 2006 +0000

    Manage manpage with autotools
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@775 30ef787d-52ff-0310-b286-e08351bb7647

commit c4d468f9ad29ffc601123de2f88d288754418949
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 25 15:16:28 2006 +0000

    Network:
    -deny incoming connection on server when a client is already connected
    -add some commentaries
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@774 30ef787d-52ff-0310-b286-e08351bb7647

commit e0ae6764f85421581427814e6e529c49deb06563
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed May 24 21:30:16 2006 +0000

         Free Profile * res when skins are finished to be loaded
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@773 30ef787d-52ff-0310-b286-e08351bb7647

commit 93ebe67bf5b26a86b4541c0666ef9f141a4a2713
Author: thibouf <thibouf at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 23 23:01:09 2006 +0000

    Allow changing direction with ninja rope when pressing left or right.
    See :https://gna.org/task/?func=detailitem&item_id=2794
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@772 30ef787d-52ff-0310-b286-e08351bb7647

commit 8414017f2f5327e606cae03b2b2b73aec9123bfe
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 23 17:30:14 2006 +0000

    Translate all team xml file in english. Better structure of the xml file.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@771 30ef787d-52ff-0310-b286-e08351bb7647

commit 42eb162f64235cd6b6cc48157285fa0584752e50
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 23 15:54:58 2006 +0000

    Apply patch from Thibaud Reygner <thibouf AT gmail.com> to fix a uzi bug
    
    "I have constated a little bug with the uzi : when you shoot with an exactly 90° angle , bullets are too speedy for this angle and make hole on the middle of a wall
    instead of the border.
    
    An example on this screen : http://thibouf.free.fr/wormux/uzi%20bug.png
    
    Th probleme is that for some angle, in each iteration, an incrementation of 1 in pos.X, pos.Y is too much incremented.
    
    I have made a patch which correct by swithing between increment  pos.X or pos.Y in function of the angle. ( pos.Y for upwards and downwards,  pos.X else) .
    
    I also made a little modification for checking if the bullet is outside of the map, because it did not check for the Y side and the bullet did not stop at the top
    of the map."
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@770 30ef787d-52ff-0310-b286-e08351bb7647

commit b81034b9c1400f1a0fd06051c43718dae5c18d92
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 23 14:02:38 2006 +0000

    Display failed assertions on stderr when compiled without --enable-debug
    (fix the crash when launched without --enable-debug)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@769 30ef787d-52ff-0310-b286-e08351bb7647

commit 052b0e837e6b740a69b9fa461ab975e407907ecf
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 23 09:00:16 2006 +0000

    svn:ignore on po/fi.gmo
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@768 30ef787d-52ff-0310-b286-e08351bb7647

commit f692016129675efbc1ce221a4b7170b20fd06066
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 23 08:59:37 2006 +0000

    Began changelog for 0.7.2 version... to be completed
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@767 30ef787d-52ff-0310-b286-e08351bb7647

commit 15d34954decaea93ce0aed4f183f4f1a8d8dfa76
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 22 20:15:57 2006 +0000

    Fix the air_attack !! (bug 5971 and others)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@766 30ef787d-52ff-0310-b286-e08351bb7647

commit 35c8449362c7fa5d90655426b887f57a1bcd28b7
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 22 19:42:38 2006 +0000

       Fix bug #5973
       in destructor, when going thru the list, a iterator++ was missing
       so I was freeing freeing the same Message, for ever....
       Stupid isnt'it ?
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@765 30ef787d-52ff-0310-b286-e08351bb7647

commit 8491ad204f8fdca1c1403b64a7be2f1741a7279b
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 22 13:48:23 2006 +0000

    Fix wind particles
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@764 30ef787d-52ff-0310-b286-e08351bb7647

commit 4b233596738f561a3b9af9f1ffabfd537fdb1345
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 22 12:55:03 2006 +0000

    Fix display of wind particle
    (the config file of maps still need to be fixed..)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@763 30ef787d-52ff-0310-b286-e08351bb7647

commit 2b2ff654a69798176856501a2b6d6024f752ebde
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 22 11:38:17 2006 +0000

    Load wind particle physics from the map config file
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@762 30ef787d-52ff-0310-b286-e08351bb7647

commit 14329ed8ad241925234bd6075b687f6f35f311d1
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 22 06:47:55 2006 +0000

    Display the name of object for each MSG_DEBUG in physical object.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@761 30ef787d-52ff-0310-b286-e08351bb7647

commit 698b7c90bd9ec90b60e0fce8cd579bc7d0500569
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 21 19:59:28 2006 +0000

    Better management of scrolling mouse pointer. Use aim pinter for setting target with automatic bazooka.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@760 30ef787d-52ff-0310-b286-e08351bb7647

commit 8b0b3209b8020eebcdb4c1f0f9ed9abd01950f48
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 21 19:56:51 2006 +0000

    gruyere is now emmental in cheese map
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@759 30ef787d-52ff-0310-b286-e08351bb7647

commit d9ad26c875b35a5ef4fd429f20d56275245db803
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 21 19:01:13 2006 +0000

    beta of cheese map
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@758 30ef787d-52ff-0310-b286-e08351bb7647

commit 0cdcbb439a13f9a5f31cc9f5a73f7403bbf7065b
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 21 15:15:53 2006 +0000

         removed ugly struct drawed_particle_t struct and put
         the upper boolean inside Particle class whereas it
         seems to be a member of this class in fact.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@757 30ef787d-52ff-0310-b286-e08351bb7647

commit aff5f11ee86e9fd4208506fd49a254bd8297aea4
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 21 13:17:56 2006 +0000

         simplify loop when erasing element in list
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@756 30ef787d-52ff-0310-b286-e08351bb7647

commit 20de803928d6228adabf38585cc63de3b0dfa4d4
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 20 13:31:15 2006 +0000

    Add missing file
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@755 30ef787d-52ff-0310-b286-e08351bb7647

commit 9f73c11b536501acc9d6d4728d8dc3441f7797c7
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 20 13:30:41 2006 +0000

    Reworked configuration for object
    All objects physics have to be set in an xml file : data/game_mode/objects.xml
    Fix bgus #5631, #2724.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@754 30ef787d-52ff-0310-b286-e08351bb7647

commit 8b0dfdc035f7b0bbe75d672f4d366ac00d2d2c57
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 19 18:14:10 2006 +0000

         Added some comments, put Message list in private and
         made sure that the delete are done on every messages
         removed from the list
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@753 30ef787d-52ff-0310-b286-e08351bb7647

commit f1692160f6352c75a75bb4669f4c25e3786f614d
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 19 13:50:20 2006 +0000

    desert map is now ok
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@752 30ef787d-52ff-0310-b286-e08351bb7647

commit 5fa7153db59586b43b422a275dc6bf3c6224989c
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 19 13:49:45 2006 +0000

    argh desert
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@751 30ef787d-52ff-0310-b286-e08351bb7647

commit f827824c0e4e621397a581909cbc5918894c3ed3
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 19 13:48:49 2006 +0000

    desert map update
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@750 30ef787d-52ff-0310-b286-e08351bb7647

commit da7115ec180becb99d0f8ba9929afcf134b652ac
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 18 20:58:49 2006 +0000

         Created a Class Message derived from Text to handle
         messages.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@749 30ef787d-52ff-0310-b286-e08351bb7647

commit 8db5cf8eb8470c29acf415ef6006ac0410203a53
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 18 08:53:05 2006 +0000

    Added manpage
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@748 30ef787d-52ff-0310-b286-e08351bb7647

commit d4195b55e333cfd39f3780a252e22ce3ef2df685
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed May 17 21:20:20 2006 +0000

    Add a graphic pause screen from zi olive and yekcim
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@747 30ef787d-52ff-0310-b286-e08351bb7647

commit 2f5d842eb70fa4b39f8f6a15a22e79765b61bdaa
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 16 19:39:50 2006 +0000

         This should fix memleak in skin lists that was hapening
         because of misplaced allocations and a missing
         constructor for recopy
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@746 30ef787d-52ff-0310-b286-e08351bb7647

commit 124d9691f23fe2795dc636e99075617caf492d0d
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 16 18:47:02 2006 +0000

    Handle the shadow of game messages using the Text object!
    Fix a memleak
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@745 30ef787d-52ff-0310-b286-e08351bb7647

commit 2ac06757090d38489c7fcabdf45245243b88373a
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 16 18:39:37 2006 +0000

    Reduce size of the audio buffer to get a better responsivity
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@744 30ef787d-52ff-0310-b286-e08351bb7647

commit ff1bb995bb38805945fc5e5fdf81d685245d33a3
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 16 18:37:00 2006 +0000

       Added a destructor to ObjectsList
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@743 30ef787d-52ff-0310-b286-e08351bb7647

commit 8b54c504034bd845b70c6220d9a3f0d7683c5415
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 16 17:49:46 2006 +0000

    Missing file of commit 737 :/
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@742 30ef787d-52ff-0310-b286-e08351bb7647

commit 0f0b929e25ee033b14ad6c2394b251c6975b5561
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 16 07:44:41 2006 +0000

    Loading graphisms from ZeOliv
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@741 30ef787d-52ff-0310-b286-e08351bb7647

commit 4b824192b0c05c31e2ece227efd91f60065cb93d
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 15 21:13:48 2006 +0000

      A lot of trailing spaces removed but the purpose was in fact
      GameMenu::~GameMenu()
      {
     +  delete map_preview;
        delete map_box;
        delete team_box;
      }
      (Yet another memleak removed)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@740 30ef787d-52ff-0310-b286-e08351bb7647

commit f992efd98cfa7cec5360751cab0574f13b304ff1
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 15 21:03:14 2006 +0000

      Removed buggy delete and added a loop in widgets destructor
      in order to free all objects which pointers are stored in the
      widgets list (Previously, the list was freed but objects
      were not, which was leading to memeleak)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@739 30ef787d-52ff-0310-b286-e08351bb7647

commit c89163ac6de9c858dfe1a49a621f45dad4036914
Author: oznog <oznog at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 15 20:57:12 2006 +0000

         Added a destructor to class TeamEnergy in order to
         delete poperly bar_text (and avoid memleak)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@738 30ef787d-52ff-0310-b286-e08351bb7647

commit ee7151070fb817fd38c46c59af1d1605fbc4980b
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 15 17:55:56 2006 +0000

    Keep an instance of each particle Sprite in memory, and make a copy of it when adding a new particle
    (to save some RAM and gain in speed)
    Fix an uninitilasied variable in SmokeExplosion
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@737 30ef787d-52ff-0310-b286-e08351bb7647

commit cc6436b2db2f4c003b88eaef4dab546c1bce1aaf
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 13 08:41:40 2006 +0000

    Bugfix: position of object can change, even if objects are out of the screen!
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@736 30ef787d-52ff-0310-b286-e08351bb7647

commit 98047cacaf4f917a9dcfeb366f23f1746f1b075d
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 13 08:40:15 2006 +0000

    Change the particles of the holly grenade (no more ugly smoke)
    Fix a memleak in the particle engine!
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@735 30ef787d-52ff-0310-b286-e08351bb7647

commit 407c3f9ad3c94352ab0dcbd1631022939bd8d8dc
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed May 10 20:08:09 2006 +0000

    new cancel and check icons in menu
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@734 30ef787d-52ff-0310-b286-e08351bb7647

commit 4d38b3135e44b36cfe45ada0247966d544e02e69
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed May 10 12:07:39 2006 +0000

    Modifications on XML parser (renamed "frame speed" to "animation speed", loop_mode="yes/no/pingpong")
    XML files modified accordingly and many fixes
    Always animate character when DEBUG is defined
    Bazooka's rocket to correct size
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@733 30ef787d-52ff-0310-b286-e08351bb7647

commit 87057fe36588855e11f2ae9433ea398d0ebf6a9a
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed May 10 10:36:09 2006 +0000

    Put the rectangle test of projectiles to a 1x1 size
    Proper FOR_EACH_OBJECTS macro
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@732 30ef787d-52ff-0310-b286-e08351bb7647

commit 556b9b1cf6e3cdccb89f6ace2a7046edb0f22a94
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 9 23:51:45 2006 +0000

    Enable a different mouse pointer when scrolling on the map
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@731 30ef787d-52ff-0310-b286-e08351bb7647

commit ed163b430070b845431beb59e1cbd98b009bd916
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 9 21:21:23 2006 +0000

    View focus on bonus box when falling from the sky :-)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@730 30ef787d-52ff-0310-b286-e08351bb7647

commit 4b7c5170385080a32018bd8a042c13234d4297dc
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 9 20:40:24 2006 +0000

    [MINOR] Default set to unlimited ammos for grenade.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@729 30ef787d-52ff-0310-b286-e08351bb7647

commit 1c6be8226335f2a8172d20e336b2399996f5e343
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 9 18:18:00 2006 +0000

    plane animation (too slow but i don't know how to speed it)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@728 30ef787d-52ff-0310-b286-e08351bb7647

commit f5e2909b89bb9496d5b68d9bbbc6e11e9f181a32
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 9 11:07:49 2006 +0000

    Fix crash in game_menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@727 30ef787d-52ff-0310-b286-e08351bb7647

commit a6f41484679ae96139c8e8ca1e4a9161b7d3ef12
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 9 10:50:25 2006 +0000

    Rotate the gnu when it's jumping
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@726 30ef787d-52ff-0310-b286-e08351bb7647

commit 0ac773add443ef2363ff4054887a0c04ad03b489
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 9 07:17:55 2006 +0000

    Fix the camera problem when there is an explosion :-)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@725 30ef787d-52ff-0310-b286-e08351bb7647

commit 54cfdf77d8566825cc6ac1c1a12f23587f1ee67a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 9 07:13:33 2006 +0000

    Tranlate code of Question class from frenglish (franglais) to english
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@724 30ef787d-52ff-0310-b286-e08351bb7647

commit 2580d4d95abd5a3b7d3504ed07e94dd05691417c
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 8 21:13:09 2006 +0000

    new skipturn icon
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@723 30ef787d-52ff-0310-b286-e08351bb7647

commit 0d1e2687921e54f5672e26597f066f228fc4918f
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 8 20:20:05 2006 +0000

    new airhammer icon and weapon
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@722 30ef787d-52ff-0310-b286-e08351bb7647

commit 6503d937f73e9a0ab16ec39e4816e316a359c268
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 7 21:39:02 2006 +0000

    Add Sebatien to author list
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@721 30ef787d-52ff-0310-b286-e08351bb7647

commit 5faf52d421ab39b582ed831843b95f6646eaca76
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 7 21:34:54 2006 +0000

    Fix memory leaks from OznOg
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@720 30ef787d-52ff-0310-b286-e08351bb7647

commit 7d781c42094c59a52002c2a0f3707bb542c32329
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 7 16:07:04 2006 +0000

    Fix bug of bullet going thru characters
    (matth->can you check my modifications in lancher.cpp)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@719 30ef787d-52ff-0310-b286-e08351bb7647

commit 296aa4780c8b3d4e962869936f029f89777f76d3
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 7 12:44:25 2006 +0000

    better mine
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@718 30ef787d-52ff-0310-b286-e08351bb7647

commit efce2cce29215b3ade4bb49622934430999a90d6
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun May 7 10:26:19 2006 +0000

    new gnu icon and weapon
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@717 30ef787d-52ff-0310-b286-e08351bb7647

commit 9ce9a2c77c943aed83ed9087afd0f3fe2db38099
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat May 6 20:56:08 2006 +0000

    Finally fix character's drown state
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@716 30ef787d-52ff-0310-b286-e08351bb7647

commit 71a7840c405284065b410056ea520cad30cba85f
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 5 21:21:24 2006 +0000

    new supertux icon and weapon
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@715 30ef787d-52ff-0310-b286-e08351bb7647

commit b0efe05c0b34a220a48592ad88f797dd24f5b67f
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 5 13:49:54 2006 +0000

    new gnu icon
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@714 30ef787d-52ff-0310-b286-e08351bb7647

commit 5a459ef4eb665f34adcd8b91882bdaea7a1c5e5e
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 5 11:26:22 2006 +0000

    Fix hand position of non-rotating weapons (dynamite, mine, airhammer and ball)
    Little animation when changing weapon
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@713 30ef787d-52ff-0310-b286-e08351bb7647

commit 477898520b9857e397e0e58374b204f49eacaf1d
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 5 10:15:54 2006 +0000

    Add a GetRotation_deg() fonction to sprite class
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@712 30ef787d-52ff-0310-b286-e08351bb7647

commit 097c74b266e15db5e30844771e1aa21fb16838f2
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 5 09:15:14 2006 +0000

    Fix Bug #5556 -> character don't go thru ground when drowned
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@711 30ef787d-52ff-0310-b286-e08351bb7647

commit b625aa222aed5c05e8ddba5e0e12f852638e3190
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 5 09:04:09 2006 +0000

    Fix the gnu
    Make the cluster_bomb, the mine and the gnu network compatible
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@710 30ef787d-52ff-0310-b286-e08351bb7647

commit 32c7f3eea9f7259aca9f44e9f225ca436e48c0b2
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 5 08:45:12 2006 +0000

    better lowgrav
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@709 30ef787d-52ff-0310-b286-e08351bb7647

commit 1823aad12f8d284940192ec2b4c2c25c69dd95cc
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri May 5 08:31:57 2006 +0000

    Network: fix switching character at the beginning of the turn
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@708 30ef787d-52ff-0310-b286-e08351bb7647

commit ede0b4bfdb2b90342812df3bb01e8def3f19d19a
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu May 4 13:05:35 2006 +0000

    Default font path set at compile time (--with-font-path configure option)
    Can be overidden with WORMUX_FONT_PATH env variable at run time
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@707 30ef787d-52ff-0310-b286-e08351bb7647

commit 972687462c95889a91d2270ca63faed06d3e0b9b
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed May 3 18:50:32 2006 +0000

    Fix DATADIR and LOCALEDIR: use prefix
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@706 30ef787d-52ff-0310-b286-e08351bb7647

commit d2c3c7a6ffe6a55e2eb561d2edd1c8c080c9eff4
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed May 3 18:41:48 2006 +0000

    Update po files
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@705 30ef787d-52ff-0310-b286-e08351bb7647

commit 6eb2a5f3d6ecad71c57edbecef0095deaf89473a
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed May 3 17:27:31 2006 +0000

    Network : fix air_attack (using synchronised random numbers)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@704 30ef787d-52ff-0310-b286-e08351bb7647

commit b6be0ba78281022562701e7459ffd9c7b3b32131
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed May 3 16:36:12 2006 +0000

    Networl:Wait the end of the client initialisation before starting the game
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@703 30ef787d-52ff-0310-b286-e08351bb7647

commit 2419de0c78acffe45c2aecb1f36e3641b9cffe1e
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed May 3 16:35:16 2006 +0000

    Network: Introduce packet lenght (only fake lenght is used for now)
    to check whether the package have been fully transfered
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@702 30ef787d-52ff-0310-b286-e08351bb7647

commit 379fe9a75dff4ea6d6e776379410a26ce0429958
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 2 18:47:29 2006 +0000

     * Check SDLNet_Init() error
     * Wake up debugger on C++ exception
     * Fix command line option parsing :-) (argc >= 3 and not 2)
     * Write function to wake up debugger (raise interruption 03
       if using LOVE_HAYPO_HACKS define)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@701 30ef787d-52ff-0310-b286-e08351bb7647

commit 0bdb894ee09fa0730c60e75063fbfd5653be469a
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 2 18:09:47 2006 +0000

    Add basse to author list
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@700 30ef787d-52ff-0310-b286-e08351bb7647

commit de0118f394bfa00b51ac5a24f38d2cb8b094efe8
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 2 14:41:07 2006 +0000

    ./autogen.sh need
    Add a random number generator synchronised over network
    Use it for mine & bonus box placement
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@699 30ef787d-52ff-0310-b286-e08351bb7647

commit f8277e656fcdea1a12524d2266416fa688559b18
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 2 11:10:24 2006 +0000

    Network: Refresh the playing skins position in the main loop
    (fix movement with jetpack, antigravity ...)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@698 30ef787d-52ff-0310-b286-e08351bb7647

commit 3987092ebcb36661a759d8c4255d9ab392aac406
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue May 2 09:25:48 2006 +0000

    island map added
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@697 30ef787d-52ff-0310-b286-e08351bb7647

commit 067b7b7ad1ab95953c6dcf490745d4630c256969
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 1 12:46:09 2006 +0000

    Add finish translation from basse (Bastian Salmela)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@696 30ef787d-52ff-0310-b286-e08351bb7647

commit f8c718365b10104d5fc81e645c1a7f8fb72c752f
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon May 1 12:31:22 2006 +0000

    good and evil a last little modification
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@695 30ef787d-52ff-0310-b286-e08351bb7647

commit 2c897090a305d5ac39525dcfdfd86c0b8d8212e7
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 30 11:32:56 2006 +0000

    new suicide icons
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@694 30ef787d-52ff-0310-b286-e08351bb7647

commit c9a920a855c1322accd457e4a5215caa9fc64b42
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 29 09:27:26 2006 +0000

    Disable <infinite_background> option
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@693 30ef787d-52ff-0310-b286-e08351bb7647

commit ce1c2b8f31070855be8f850714d0cb8e12559321
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Apr 27 22:48:06 2006 +0000

    Characters move when shooted by gun or uzi (#bug 5838)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@692 30ef787d-52ff-0310-b286-e08351bb7647

commit c91740d7f7abbb7e39d9931c26a5d59da7b3a776
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Apr 27 22:27:45 2006 +0000

    Fix placement of mine (they were not far enough of characters)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@691 30ef787d-52ff-0310-b286-e08351bb7647

commit 37a84f76fe83655cb5210c16d7a26628c55feed9
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Apr 27 22:05:50 2006 +0000

    Fix option "Display wind particles"
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@690 30ef787d-52ff-0310-b286-e08351bb7647

commit 7a50e0c092be84be429541a4f31cc631508158b6
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 26 16:59:25 2006 +0000

    Network: Correctly change team at the end of a turn
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@689 30ef787d-52ff-0310-b286-e08351bb7647

commit b516a205bd1865557d8be5b43f68de94a917ee7d
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 26 09:30:06 2006 +0000

    Update 0.7.1 changelog entry (new map)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@688 30ef787d-52ff-0310-b286-e08351bb7647

commit bca24967ff2625cb956fd389d72064737da33bf0
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 26 07:15:36 2006 +0000

    Revert commit 655 because since, objects (except characters) need many minutes to drown...
    Now characters drown too fast, but it is less important.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@687 30ef787d-52ff-0310-b286-e08351bb7647

commit 61d665a0643327444b4d116c9f185c1d4c425505
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 25 20:00:55 2006 +0000

    Network : handle character walk correctly
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@686 30ef787d-52ff-0310-b286-e08351bb7647

commit b6ae6039ec2f3e62ac10df634967240686a1a0fd
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 25 18:13:19 2006 +0000

    Display damages statistics when DEBUG_STATS is defined
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@685 30ef787d-52ff-0310-b286-e08351bb7647

commit 1a4308e2d8d6abd9e7d7d77e644d0246c8c7d076
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 25 17:51:32 2006 +0000

    Network almost playable
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@684 30ef787d-52ff-0310-b286-e08351bb7647

commit af1b8f039182f8923b6acf2d0d6d77108bab7520
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 25 15:53:53 2006 +0000

    better googdandevil background
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@683 30ef787d-52ff-0310-b286-e08351bb7647

commit 23e3b0682a9d3ec7ed7b6431cb1a4b7119ead1d5
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 24 20:35:45 2006 +0000

    add goodandevil map by yeKcim
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@682 30ef787d-52ff-0310-b286-e08351bb7647

commit 92e48b259d2c427b57e5ba3f28ec1907803f32c8
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 24 14:42:55 2006 +0000

    Updated ChangeLog in order to release 0.7.1
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@681 30ef787d-52ff-0310-b286-e08351bb7647

commit e74c773afa7c3b51279aaff09fe3b3475673f520
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 24 14:38:38 2006 +0000

    Set version constants to the next version number: 0.7.1
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@680 30ef787d-52ff-0310-b286-e08351bb7647

commit 65947cfe0e73af150f1a54d13a6c6a70f8a131b9
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 22 09:39:58 2006 +0000

    Add libSDL_net to the configure (need to rerun autogen.sh)
    SDL_Net initialisation
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@679 30ef787d-52ff-0310-b286-e08351bb7647

commit 91e9659f1b33c592dadc5e664b52efed9fff0294
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 22 08:58:55 2006 +0000

    Switch air_attack plane to Sprite type to allow an animated plane
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@678 30ef787d-52ff-0310-b286-e08351bb7647

commit 3f5d07cf0e4dae153243a31cd7b900cd1ba81862
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 22 08:44:19 2006 +0000

    better plane and araignee background
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@677 30ef787d-52ff-0310-b286-e08351bb7647

commit e81e4c27f6be0514ec45b57883b262ae17d32fa9
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Apr 20 21:05:30 2006 +0000

    delete useless sky directory
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@676 30ef787d-52ff-0310-b286-e08351bb7647

commit a6e3626a14f6eae265e3e90393c93de9fc59d014
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Apr 20 20:57:41 2006 +0000

    change sky in 4 maps to delete sky directory in the future
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@675 30ef787d-52ff-0310-b286-e08351bb7647

commit 41713b41d2bb7080a1665113a594cff480e01a72
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Apr 20 18:09:26 2006 +0000

    new air_attack by Ziolive&yeKcim
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@674 30ef787d-52ff-0310-b286-e08351bb7647

commit f48737cd4e162af9c2cec7651dbb3eb12829d58d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 18 21:49:02 2006 +0000

    Fix bug 5815 - Handgun bullet shape don't rotate
    
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@673 30ef787d-52ff-0310-b286-e08351bb7647

commit d20e2e4d0da84d2e02247d2b903bdea14df05869
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 18 19:30:16 2006 +0000

    new bazooka icon by ZiOlive&yeKcim
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@672 30ef787d-52ff-0310-b286-e08351bb7647

commit 1cb5d868e333eb6bd713e7705940ed992ec7df3a
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 17 20:43:31 2006 +0000

    new teleportation icon by Ziolive&yeKcim
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@671 30ef787d-52ff-0310-b286-e08351bb7647

commit 303c74c89df6bdf86593af9986ecb0f28e0abd7f
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 17 19:56:31 2006 +0000

    new lowgrav icon by Ziolive&yeKcim
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@670 30ef787d-52ff-0310-b286-e08351bb7647

commit 39bf72adaa3b4b8868a4c9984aa8f5270c7da34b
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 17 15:09:42 2006 +0000

    new jetpack icon by ZiOlive&yeKcim
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@669 30ef787d-52ff-0310-b286-e08351bb7647

commit 413fa939a5d4bae67847374dbf192b765ab8f7d7
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 17 13:42:34 2006 +0000

    new bonusbox by ZiOlive&yeKcim
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@668 30ef787d-52ff-0310-b286-e08351bb7647

commit c03492dde349cee59dd46ea4b62677223881c156
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 17 12:36:24 2006 +0000

    Make the weapon rotate around the hand of the player
    Fix Sprite::Calcute_Rotation_Offset()  (rewrite)
    Add Sprite::SetRotation_HotSpot(Point2i)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@667 30ef787d-52ff-0310-b286-e08351bb7647

commit 27ac57666f0bcf4e2210b0e5c77f8e862955c401
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 17 08:50:14 2006 +0000

    Refresh parts of the map burnt by the explosion
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@666 30ef787d-52ff-0310-b286-e08351bb7647

commit cf08f6596d6d34246456f68deb0908d48fc2a7ee
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 16 10:28:04 2006 +0000

    +bounceball (sorry for the error)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@665 30ef787d-52ff-0310-b286-e08351bb7647

commit 965ff00ac246867f701be8214beb3b71e2368f4c
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 15 21:34:48 2006 +0000

    new dynamite, rope and uzi by ZiOlive&yeKcim
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@664 30ef787d-52ff-0310-b286-e08351bb7647

commit 4244d4f4d2331bc81d255dba83541766c8d9c2b6
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 15 14:14:11 2006 +0000

    Fix lux real name
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@663 30ef787d-52ff-0310-b286-e08351bb7647

commit 1593ca62a86e53ec08551bf762715f26d4e0fb2e
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 15 14:13:06 2006 +0000

    Add Rebelcode to author list
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@662 30ef787d-52ff-0310-b286-e08351bb7647

commit 37dd809bf416f9547ba912aaec0c3ef668a07029
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 15 14:11:39 2006 +0000

    Update italian translation made by lux (RebelCode)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@661 30ef787d-52ff-0310-b286-e08351bb7647

commit 20ba81a6526a16e0180de655e325c61034740db4
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Apr 14 16:20:51 2006 +0000

    remove ball and mine old file
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@660 30ef787d-52ff-0310-b286-e08351bb7647

commit 14e513d4c94374db20fd36b56c81137d4d268f53
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Apr 14 16:19:17 2006 +0000

    new mine and bounce ball by Ziolive&yeKcim
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@659 30ef787d-52ff-0310-b286-e08351bb7647

commit 80e26164bf946d078ec2381e397cf1340907ab34
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Apr 13 20:28:57 2006 +0000

    supertux_icon by ZiOlive and yeKcim
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@658 30ef787d-52ff-0310-b286-e08351bb7647

commit f9b8082b3467ccce1ba582d4ff76b519628a0b7e
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Apr 13 20:22:02 2006 +0000

    new Holly grenade by Ziolive & yeKcim
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@657 30ef787d-52ff-0310-b286-e08351bb7647

commit 87cba0045dc3495027d2ea9d0c780c093d1dc926
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Apr 13 20:00:20 2006 +0000

    cluster+grenade+parachute+gun by Ziolive&yeKcim
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@656 30ef787d-52ff-0310-b286-e08351bb7647

commit c0c9e437f6bb687cae724a79bb80c1750619e8f3
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Apr 13 07:05:49 2006 +0000

    Fix water_resist_factor
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@655 30ef787d-52ff-0310-b286-e08351bb7647

commit a7a1766e70b502023f054458d10de9fe652a441f
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Apr 13 06:46:39 2006 +0000

    Use MSG_DEBUG for debug messages in network.cpp
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@654 30ef787d-52ff-0310-b286-e08351bb7647

commit 638645585b00977a9a8203c1dba870d6e6286604
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Apr 13 06:39:08 2006 +0000

    Use MSG_DEBUG for most of the debug messages
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@653 30ef787d-52ff-0310-b286-e08351bb7647

commit b48c5e3cae3ef9c91144d27342c6b18013a5504b
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Apr 13 06:22:39 2006 +0000

    Use MSG_DEBUG in maps_list.cpp for debug messages
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@652 30ef787d-52ff-0310-b286-e08351bb7647

commit e5859c30e922ef668e92705d0a5dbe5d5b4036c6
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 12 21:21:50 2006 +0000

    new gun+baseball by Ziolive and yeKcim
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@651 30ef787d-52ff-0310-b286-e08351bb7647

commit 59de38ab37645dbb84ecbccaf73a5fa575a8f5a4
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 12 07:05:14 2006 +0000

    Add a message when a bonus box is coming from the sky
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@650 30ef787d-52ff-0310-b286-e08351bb7647

commit 2868319db317a99a0cd534db6e770dd8542a0a67
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 12 06:55:11 2006 +0000

    Enable again initialisation of network. Now it's compatible with debug :-)
    
    Examples
    wormux --add-debug-mode "physic.position"
    wormux server 8080 --add-debug-mode "physic.position"
    wormux 192.168.1.1 8080 --add-debug-mode "physic.position"
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@649 30ef787d-52ff-0310-b286-e08351bb7647

commit 76a6e2d99747def1c8df00155a3960c8e4b09548
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 11 19:00:52 2006 +0000

    Updated Changelog with changes for releases:
    0.7beta1
    0.7beta3
    0.7
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@648 30ef787d-52ff-0310-b286-e08351bb7647

commit cee2ef4ef4176820c6447ed801dee4e3110097ae
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 11 18:23:49 2006 +0000

    Tweak the bounce ball :
    - set angle to 45°
    - set strength to 10 (but you can allow choosing the strength using the strengthbar changing value 0 of max_strength to another value in game_mode/classic.xml)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@647 30ef787d-52ff-0310-b286-e08351bb7647

commit 4d294958ed7ca05cd0974c1a88bffea69c11e090
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 11 18:23:11 2006 +0000

    Removed svn:executable property on these xml files
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@646 30ef787d-52ff-0310-b286-e08351bb7647

commit 26537752b8d37c91a9f08529dc559b7dbebc0080
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 11 17:35:42 2006 +0000

    Fix placement of mines at the beginning of the game (TASK 3008)
    Generic method in PhysicalObject allowing to put an object randomly on the map (TASK 2902)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@645 30ef787d-52ff-0310-b286-e08351bb7647

commit f98d4cafdd6324cd1677eaa44f342b5a425a91c8
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 11 17:14:04 2006 +0000

    Partial revert commit 641 : launcher.cpp was twice in src/Makefile.am
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@644 30ef787d-52ff-0310-b286-e08351bb7647

commit f6db5d7a597127403d00a1b1177de28cb44d1e45
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 9 15:20:34 2006 +0000

    Update ro.po
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@642 30ef787d-52ff-0310-b286-e08351bb7647

commit cf1685b3bc2eb66e9ea88b3c2f83b82ef7f77290
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 9 15:20:03 2006 +0000

    Apply Eddy patch (launcher.cpp was missing in Makefiles)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@641 30ef787d-52ff-0310-b286-e08351bb7647

commit f642e1e60282b2c05b9c9f31475fa58c173fa430
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 9 15:16:32 2006 +0000

    Ignore ro and tr .gmo files
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@640 30ef787d-52ff-0310-b286-e08351bb7647

commit cad3ffd27c8765b4d672615bf95aad105a50ba65
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 9 12:11:55 2006 +0000

    Oops, romanian translation was not listed in LINGUAS
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@639 30ef787d-52ff-0310-b286-e08351bb7647

commit b3194aa154bdb0caf2342726e8ca6391106f9cf0
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 9 12:07:13 2006 +0000

    Add Turkish translation (Furkan Duman)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@638 30ef787d-52ff-0310-b286-e08351bb7647

commit 47ce3d114127013e2c722055d6e3e42ba10e44a6
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Apr 9 09:08:46 2006 +0000

    delete svg and add png
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@637 30ef787d-52ff-0310-b286-e08351bb7647

commit e8c03603c4965eff0ac61f15849274a9929a0aad
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 8 23:19:52 2006 +0000

    Dark zone around explosions
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@636 30ef787d-52ff-0310-b286-e08351bb7647

commit d7ddeb11db3a7da88eecf6311db2321e9ebeed52
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 8 12:16:07 2006 +0000

    Translate baseball options in english and make the baseball bat more (too much ?) powerfull
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@635 30ef787d-52ff-0310-b286-e08351bb7647

commit 5cb554625cf0b2ae96ad998f43cd43ab45d01c40
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Apr 7 11:19:48 2006 +0000

    add black picture for each skin
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@634 30ef787d-52ff-0310-b286-e08351bb7647

commit a585ac0d43d9af438bdbcdfcad0d517c90e8371f
Author: oxidative <oxidative at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Apr 6 13:16:08 2006 +0000

    updated for worumx 0.7
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@633 30ef787d-52ff-0310-b286-e08351bb7647

commit e8b0e64f952929a2aa337237995b806e1cdf2386
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Apr 5 21:32:48 2006 +0000

    Apply patch for gcc 4.1 from TGL (degrenier AT easyconnect.fr)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@632 30ef787d-52ff-0310-b286-e08351bb7647

commit 69c8a5567c8412057f3eece683b09207583e659f
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 4 23:42:59 2006 +0000

    Falling pictures are all in the wrong direction :-P
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@631 30ef787d-52ff-0310-b286-e08351bb7647

commit 531c0ce90079232f4357c67ca56fceca88997201
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 4 12:03:06 2006 +0000

    Added src/tools/vector2.h to src file list
    Misses from tar.gz when 'make dist'
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@626 30ef787d-52ff-0310-b286-e08351bb7647

commit 266849fc4a1b12f63a4795a1734c559112421e6f
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 4 11:48:16 2006 +0000

    0.7 release
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@624 30ef787d-52ff-0310-b286-e08351bb7647

commit c9d4e6bc5b3b7823e350f36231155e541a0874d9
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Apr 4 06:56:55 2006 +0000

    Updated French translation
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@623 30ef787d-52ff-0310-b286-e08351bb7647

commit addc70928da40e674011386f935269cd2f67f3e1
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 3 17:37:18 2006 +0000

    Add network to compilation (need to rerun autogen.sh)
    ...network doesn't work yet...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@622 30ef787d-52ff-0310-b286-e08351bb7647

commit 6584d15eb1bcb1908ceb38b2ba2718615577d36d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 3 16:23:24 2006 +0000

    Tweak the automatic bazooka :-)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@621 30ef787d-52ff-0310-b286-e08351bb7647

commit 4f38ba24c67ed854a80ec2244560331a39f9c4d9
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 3 16:13:17 2006 +0000

    Automatic bazooka is now usable (but difficult to use map without really big sky...)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@620 30ef787d-52ff-0310-b286-e08351bb7647

commit 265b79d7fb205140fc5b61258fbf7c937804d4f5
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Apr 3 15:06:44 2006 +0000

    Fix display of automatic bazooka rocket
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@619 30ef787d-52ff-0310-b286-e08351bb7647

commit f42d41619b8410504422c147a0185d2a30b76116
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 1 12:24:39 2006 +0000

    Remove explosion animation for mine and dynamite
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@614 30ef787d-52ff-0310-b286-e08351bb7647

commit d8a5261d1752467b8bbc95695824a8d0984639a0
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 1 10:09:15 2006 +0000

    Add less smoke with weapon that produce many explosions (for speed improvements)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@613 30ef787d-52ff-0310-b286-e08351bb7647

commit e95036f79c5c179769c284c1cb6b03af66b865e5
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Apr 1 09:13:13 2006 +0000

    Erase objects in objects list the proper way.
    (using obj = obj_lst.erase(obj);)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@612 30ef787d-52ff-0310-b286-e08351bb7647

commit 5924613ca9445ab255d1fcd2037f726be147de59
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Mar 30 21:32:04 2006 +0000

    Bugfix of bonus box
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@611 30ef787d-52ff-0310-b286-e08351bb7647

commit 0a30753ee6c01839abe4d77bc7edb1dc7f3a2d09
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Mar 30 21:21:41 2006 +0000

    Remove methods Init and Reset from PhysicalObj (TASK #3017)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@610 30ef787d-52ff-0310-b286-e08351bb7647

commit f96e754f672bc876c137f140b0a7f7cc34b4aef2
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Mar 30 20:57:57 2006 +0000

    Remove useless methods
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@609 30ef787d-52ff-0310-b286-e08351bb7647

commit a025b3c6e6331416e34173e205a64349ec05d4fa
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Mar 30 20:37:16 2006 +0000

    Tweak the bounce ball config to try to make it more funny
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@608 30ef787d-52ff-0310-b286-e08351bb7647

commit cc196be60948e4ca1fc6b9ccda0caa7d11d3496d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Mar 30 20:36:36 2006 +0000

    Allow the ball to explode as soon as it collides a character even if the timeout has not expired
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@607 30ef787d-52ff-0310-b286-e08351bb7647

commit 13ae8991ad4b881a68256da8e3900ac945e7fca8
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Mar 30 20:35:33 2006 +0000

    Add some debugs
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@606 30ef787d-52ff-0310-b286-e08351bb7647

commit 9f8721105cd09e0c00d235c943a7dbfc0d6ee6e1
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Mar 30 19:53:12 2006 +0000

    Try to read physics factors (air resist, wind, mass, rebound) for WeaponProjectile from xml file
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@605 30ef787d-52ff-0310-b286-e08351bb7647

commit 4dcf31559d124b063647511bf2e8cb413fbd7cff
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Mar 30 19:50:03 2006 +0000

    Remove useless method Reset()
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@604 30ef787d-52ff-0310-b286-e08351bb7647

commit 984f4e495f2fbb8bfb40583b85d4f4bbfd25457c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Mar 30 16:53:45 2006 +0000

    Let another bugfix attempt to air attack bug (#5555)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@603 30ef787d-52ff-0310-b286-e08351bb7647

commit bb81bf60c59ce9f26b79ec19a8b413d350926789
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Mar 30 07:09:58 2006 +0000

    Manage rebound factor in launcher instead of in each weapon concerned
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@602 30ef787d-52ff-0310-b286-e08351bb7647

commit 712e5a07dcb8e9e271ba49195bac33c8bf4d2aea
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Mar 30 07:08:29 2006 +0000

    First step to add new weapon Bounce Ball with graphism from Zi Olive
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@601 30ef787d-52ff-0310-b286-e08351bb7647

commit 7bae171f70e35dd6309224bdd622e4bed5dfaa3a
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Mar 29 21:23:17 2006 +0000

    Fix bug introduced during commit 554
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@600 30ef787d-52ff-0310-b286-e08351bb7647

commit 79317bada9a0b2c8b024df3c2b473803022bffb1
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Mar 29 21:19:48 2006 +0000

    Fix air attack bug
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@599 30ef787d-52ff-0310-b286-e08351bb7647

commit bfd15241d508f109ec74be3ceb9be2c8b8f8e72d
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Mar 29 21:00:14 2006 +0000

    Little bugfix: allow projectile to explode on timeout when they are colliding with something
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@598 30ef787d-52ff-0310-b286-e08351bb7647

commit 61d60c32a8a49170f36adc9d52544aa221b20f96
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Mar 28 20:10:58 2006 +0000

    Silly me, fix a bug in explosion smoke...
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@597 30ef787d-52ff-0310-b286-e08351bb7647

commit 232924c9e889e7d79763808ec8cc2c4086a13a9f
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Mar 28 18:01:15 2006 +0000

    Switch config.explosion_range to use value in pixels
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@596 30ef787d-52ff-0310-b286-e08351bb7647

commit 8d8bc253a30ed67655ace6ed24c896a3c2a933f7
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Mar 28 17:21:34 2006 +0000

    Add smoke to explosions
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@595 30ef787d-52ff-0310-b286-e08351bb7647

commit 113bfba59dc35bb07549e2f7cf0ce00daee25526
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Mar 26 20:13:36 2006 +0000

    Enable Sprite::Setalpha()
    Add Alpha fading to teleportation animation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@593 30ef787d-52ff-0310-b286-e08351bb7647

commit 7b6b209448050c55ce3943340bac014f0870eb3d
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 25 16:28:52 2006 +0000

    Enable smoothing on background picutres of menus
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@592 30ef787d-52ff-0310-b286-e08351bb7647

commit ab233c0a4ab60012d9d4b1521fcda34edb0abd47
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 25 16:24:45 2006 +0000

    Remove unused and deprecated TileItems class
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@591 30ef787d-52ff-0310-b286-e08351bb7647

commit e2b1f1c0120639be3d3abd34dc67b8c430e5db75
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 25 16:20:18 2006 +0000

    Remove png files of impacts
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@590 30ef787d-52ff-0310-b286-e08351bb7647

commit d5fa6da1fadc70d7f5681929b4d41e9c235d9b8b
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 25 16:00:05 2006 +0000

    Dig holes without png files
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@589 30ef787d-52ff-0310-b286-e08351bb7647

commit 86dc7d6e7a3377b8c1e4dfcd6ba4bc8a5f28e7f0
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 25 13:12:04 2006 +0000

    Put mines on the background (not working properly on closed map)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@588 30ef787d-52ff-0310-b286-e08351bb7647

commit e249dde7042b78c151d732bf7ba038bfa090b607
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 25 12:33:09 2006 +0000

    New background for play menu (from Olivier Boyer).
    New colors for box and list_box.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@587 30ef787d-52ff-0310-b286-e08351bb7647

commit 75aebad849b00585ca276f8290fd27a5941c9d88
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Mar 23 22:06:40 2006 +0000

    Task 2797 - Move open_speed_limit & air_resist_factor parachute constants into XML
    	(Add wind_factor in XML)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@578 30ef787d-52ff-0310-b286-e08351bb7647

commit 6df4c40c7ef56d761a28bde2fc9f80faf1505bb4
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Mar 23 21:31:26 2006 +0000

    Camera follows jetpack :-) (BUGFIX 5533)
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@577 30ef787d-52ff-0310-b286-e08351bb7647

commit 93c9da6b29eb98b49c1094205b949cdf03bb7d5e
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Mar 23 21:09:26 2006 +0000

    Fix management of ammo unit (BUG #5554)
    Switch to default weapon (bazooka) when last used weapon has no ammo anymore
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@576 30ef787d-52ff-0310-b286-e08351bb7647

commit 339a65e0a6b86b4d707ff3c6194f708742f07fe2
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Mar 23 20:31:56 2006 +0000

    Rename AppliqueExplosion in ApplyExplosion
    Fix bug 5553. Apply (complete) damage only on shooted character when using weapon launching bullet
    Use MSG_DEBUG instead of #ifdef DEBUG std::cout
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@575 30ef787d-52ff-0310-b286-e08351bb7647

commit acd98576fd9c06eb2687d6be3d01692869753661
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Mar 22 23:06:29 2006 +0000

    Fix some memory leaks:
     * delete config, time and constants
     * delete document in EcritDocXml class destructor
     * use exit(EXIT_SUCCESS) instead of return
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@574 30ef787d-52ff-0310-b286-e08351bb7647

commit 4ff5d6a6207081c0e86efc497668123edfc5c674
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Mar 22 23:03:59 2006 +0000

    Add script to run Valgrind with the right options
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@573 30ef787d-52ff-0310-b286-e08351bb7647

commit 2ce90fa535c756d9574bb0376b5da2e50d54ee12
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Mar 22 22:31:22 2006 +0000

    Fix XML document (a "<" was missing)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@572 30ef787d-52ff-0310-b286-e08351bb7647

commit 2dd5887a5e1bcc1ed2b92e8181dc9e3e19b6315f
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Mar 21 23:14:28 2006 +0000

    Apply singleton design pattern to class Clavier
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@571 30ef787d-52ff-0310-b286-e08351bb7647

commit 213fd12acca0628805a31f9cc7526907cf21a988
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Mar 21 23:07:13 2006 +0000

    Apply singleton design pattern on class GameMessages
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@570 30ef787d-52ff-0310-b286-e08351bb7647

commit a7ce8e32caab218f77d0ed4ad11b9b65655cd229
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Mar 21 22:54:33 2006 +0000

    Apply singleton design pattern on class Mouse
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@569 30ef787d-52ff-0310-b286-e08351bb7647

commit 6c67cbfa9d04ef9e7888ae398d6996d1eb8f6e5e
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Mar 21 22:47:08 2006 +0000

    Apply singleton design pattern to Cursor class
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@568 30ef787d-52ff-0310-b286-e08351bb7647

commit 48cefc1f17941a648bd3c6e438734ce3c0bce6e5
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Mar 21 22:35:03 2006 +0000

    Apply singleton design pattern to class Interface
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@567 30ef787d-52ff-0310-b286-e08351bb7647

commit 9382b3713611f551570be267fbda9ba779bac481
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Mar 21 22:13:43 2006 +0000

    Apply singleton design pattern on class GameMode
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@566 30ef787d-52ff-0310-b286-e08351bb7647

commit 171d0ad7fb0438d2e3a8916b5cd1793194da2c1d
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Mar 21 18:18:51 2006 +0000

    Apply singleton design pattern to classes:
    Time
    ActionHandler
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@565 30ef787d-52ff-0310-b286-e08351bb7647

commit 0eb4f919e0fb039e940c66b30fde06f3a88a486e
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Mar 21 00:01:48 2006 +0000

    Apply singleton design pattern on class AppWormux
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@564 30ef787d-52ff-0310-b286-e08351bb7647

commit 373b90e30d67aef002d30d328abfe3ac0bdee707
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Mar 20 23:26:17 2006 +0000

    Apply singleton design pattern on the class GameLoop
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@563 30ef787d-52ff-0310-b286-e08351bb7647

commit e3c40125fcff69b8c5a8d3d4b77b242ac555817f
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Mar 20 21:52:52 2006 +0000

    Apply singleton design pattern on class Game (2)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@562 30ef787d-52ff-0310-b286-e08351bb7647

commit 26e00bccc2dd36853fd7d61b1284beee9142bac8
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Mar 20 21:50:12 2006 +0000

    Apply singleton design pattern on class Game
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@561 30ef787d-52ff-0310-b286-e08351bb7647

commit faf2b1f2d79af583effc3dc64fffef22a7209f2a
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Mar 20 18:31:59 2006 +0000

    Bugfix parachute animation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@560 30ef787d-52ff-0310-b286-e08351bb7647

commit 30945e5f3e76123c5b8a4e9c4aaea1abb5f3544a
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Mar 20 08:55:53 2006 +0000

    Added svn:ignore property for file po/da.gmo
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@559 30ef787d-52ff-0310-b286-e08351bb7647

commit 33dd983c2fcc96e57c79cbcc25c449e1e5064e8b
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Mar 20 08:53:54 2006 +0000

    Fix bug #5517
    
    Wrong data path using make install
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@558 30ef787d-52ff-0310-b286-e08351bb7647

commit d94746d631a48183d14eae1195bbab9a0dda7bf2
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Mar 20 00:29:50 2006 +0000

    Use "-DDEBUG" in C(XX)FLAGS instead of use of AC_DEFINE...
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@557 30ef787d-52ff-0310-b286-e08351bb7647

commit 19b32cd8809b9f2a93f5323ab70914803c3ebdab
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 18 20:37:32 2006 +0000

    bugfix: copy frame delay in copy operator of sprites
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@556 30ef787d-52ff-0310-b286-e08351bb7647

commit 40df6b2ef9124459ca52c04e2c2ad35cd819e019
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 18 19:39:07 2006 +0000

    Fix sprite bug...
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@555 30ef787d-52ff-0310-b286-e08351bb7647

commit 38b154c7db0b6aa84412fdb05c4a5527ffa21520
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 18 12:42:11 2006 +0000

    Bugfix... Avoid using a deleted iterator
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@554 30ef787d-52ff-0310-b286-e08351bb7647

commit 7d6d5a31d3e4cd20e7e59e1405b4094d867e2a7e
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Mar 17 01:28:24 2006 +0000

     * Enable really all gcc warnings (using -Wextra, or -W with gcc < 4.0)
     * Delete some dumb test (unsigned int: 0 <= x => alwas true)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@553 30ef787d-52ff-0310-b286-e08351bb7647

commit bfa7202d1d76eaccab0cdf5984e12153b3b09a64
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Mar 17 00:42:00 2006 +0000

    Add the map BattleNight ("version 0.2") from Glenn ROLLAND
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@552 30ef787d-52ff-0310-b286-e08351bb7647

commit d3a20d06df26de5566a3e8b05bc902bdf4da87f1
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Mar 15 17:04:14 2006 +0000

    Some code cleaning:
    - implementation of the singleton design pattern for Config and Constants classes
    - definition of the data and locale dirs has changed:
       - option --with-datadir-name --with-localedir-name of configure script set the dir names
       - environment variables WORMUX_DATADIR and WORMUX_LOCALEDIR can override these values (for
         debug needs, for example)
       - environment variable WORMUX_FONT_PATH can override the default value of the font path
    - Use only one macro for defining paths (removed CONCAT_PATH, keep PATH_SEPARATOR)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@551 30ef787d-52ff-0310-b286-e08351bb7647

commit cfedbf488c8a7042578f7a282432546b0cf18852
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Mar 14 21:22:07 2006 +0000

    Try to debug class sprite and character's animation...
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@549 30ef787d-52ff-0310-b286-e08351bb7647

commit 871dfc6abf7817637e978a03bb528f7ad23a07e8
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Mar 12 17:53:51 2006 +0000

    Kurosu patch
     * Better wormux.rc file (use ENABLE_NLS and _DEBUG flags)
     * Re-enable cache in ground.cpp
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@548 30ef787d-52ff-0310-b286-e08351bb7647

commit 0169ea47b36bbbc37e82109dc929e943ee294850
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Mar 12 15:41:28 2006 +0000

    Fix Denmark spell
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@547 30ef787d-52ff-0310-b286-e08351bb7647

commit e0bf66de7c4ad659d22a654bef448388f91ed157
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Mar 12 11:40:52 2006 +0000

    Add Janus Troelsen danish translation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@546 30ef787d-52ff-0310-b286-e08351bb7647

commit faae64e441f51e080cc324eee88508b43f38061f
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Mar 9 07:57:12 2006 +0000

    Enable again bonus box:-)
    Most of the work is done using ObjectsList and now, we can have many bonus boxes on the ground !! :-)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@545 30ef787d-52ff-0310-b286-e08351bb7647

commit a9d0de080e243739143759327832639d761008ed
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Mar 8 17:50:33 2006 +0000

    - Clean font management code implementing singleton design pattern
      Make 6 fonts available from Font class. To use it:
      Font::GetInstance(Font::FONT_[TINY|SMALL|NORMAL|BIG|HUGE])
    
    - Add svn:ignore poperties
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@544 30ef787d-52ff-0310-b286-e08351bb7647

commit c2d12fcf860dfc25c0b7dc236eb5bee65043a260
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Mar 7 23:17:35 2006 +0000

    Some tweakings on mine
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@543 30ef787d-52ff-0310-b286-e08351bb7647

commit 19179c3c81cd608492f10acebf5c5acda047a081
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Mar 7 23:02:15 2006 +0000

    Add smoke and sound for fake mine (mine which does not explode).
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@542 30ef787d-52ff-0310-b286-e08351bb7647

commit 22292d65794228d548615148ea42ec6146f3a385
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Mar 7 22:44:46 2006 +0000

    Clean the code of the ParticleEngine.
    Now particles are independent of weapons (cf. TASK 2100)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@541 30ef787d-52ff-0310-b286-e08351bb7647

commit 78aa9b5d462210de66810730cf12ea8809fde721
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Mar 7 20:14:12 2006 +0000

    Remove useless or/and duplicated code
    (cf. TASK #2149)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@540 30ef787d-52ff-0310-b286-e08351bb7647

commit 7983f47fc2549e3c569312b90cab8dc0ac52c1b2
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Mar 7 18:36:00 2006 +0000

    Fix the mine, using the WeaponProjectile class :-)
    [MINOR] Some small renaming.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@539 30ef787d-52ff-0310-b286-e08351bb7647

commit 31bf812b596f202c7fa465b7458ee6d103a6ccd5
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Mar 7 17:40:11 2006 +0000

    Clean the Objects list
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@538 30ef787d-52ff-0310-b286-e08351bb7647

commit 71d516a6d0f4c3b8e0e1bab3149cf592ea237e81
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 4 01:01:44 2006 +0000

    Fix Eddy fullname
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@537 30ef787d-52ff-0310-b286-e08351bb7647

commit 8715ce64826e923ae177797e569acb14ef5e7537
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 4 00:51:20 2006 +0000

    Add romanian translation made by Eddy Petri (and add him to AUTHORS list)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@536 30ef787d-52ff-0310-b286-e08351bb7647

commit 82c9bcd392a4dd2538d06eaae1093f1bdb18607a
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Mar 4 00:36:28 2006 +0000

    Add new map of Tomasz Majbaum
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@535 30ef787d-52ff-0310-b286-e08351bb7647

commit e09b16052654c3bb015cf56e0b24808f5c1bb064
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 28 21:30:13 2006 +0000

    workraveteam added
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@534 30ef787d-52ff-0310-b286-e08351bb7647

commit a30920d7f2267063b1596c71e3b06253a276a6c0
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 28 21:29:30 2006 +0000

    workraveteam added
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@533 30ef787d-52ff-0310-b286-e08351bb7647

commit 272d93f1ad00f533dbff62beefd34f31e68af98f
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 23 23:58:06 2006 +0000

    Tweaking of wind particles
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@532 30ef787d-52ff-0310-b286-e08351bb7647

commit e28b9d4d86f144c477a4a5fafb8483f4cb614c1f
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 23 23:53:00 2006 +0000

    Tweaking of the wind particles
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@531 30ef787d-52ff-0310-b286-e08351bb7647

commit 7f01d34754f0101a2750e4e09d8d1820a617c4b5
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 23 23:47:42 2006 +0000

    Add an option air_resist_factor to slow falling particles. Example is visible in map Banquise.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@530 30ef787d-52ff-0310-b286-e08351bb7647

commit 5f315892ca179c5bb4e632303618fc01f7ccddbd
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 23 23:25:07 2006 +0000

    Olivier SERRES is now Wormux developer and not contributor any more  ;-)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@529 30ef787d-52ff-0310-b286-e08351bb7647

commit 70192a9e6af6aa753884086341dd0eb7d842fee7
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 23 23:08:20 2006 +0000

    Repair supertux
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@528 30ef787d-52ff-0310-b286-e08351bb7647

commit e1c10087542c840995aa1b5aadf0ff5f2ead3ac2
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 23 22:54:55 2006 +0000

    First try to get the ground centered on small map.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@527 30ef787d-52ff-0310-b286-e08351bb7647

commit 4626abc0568f1565ddab33a6437480f2ad774a66
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 23 22:12:42 2006 +0000

    Dynamite appears to be more in hand (remove blank space on the image)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@526 30ef787d-52ff-0310-b286-e08351bb7647

commit 7e9bbfc85c8c2ccd8a7a5bb643217a1cbd6bc9b2
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 23 22:10:51 2006 +0000

    Remove deprecated code
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@525 30ef787d-52ff-0310-b286-e08351bb7647

commit 7bc0c9b5e8df6126435adc9189909e1f3f33c942
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 23 22:08:31 2006 +0000

    Remove deprecated code
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@524 30ef787d-52ff-0310-b286-e08351bb7647

commit 5da15f3ea85562aa9ec47dcdfa7b6ab30789cb38
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 23 22:07:41 2006 +0000

    Fix uzi :-)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@523 30ef787d-52ff-0310-b286-e08351bb7647

commit 0bd6295d10986ef4f1f4d774f393ccb575aeadc8
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 23 20:12:00 2006 +0000

    Small changes.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@522 30ef787d-52ff-0310-b286-e08351bb7647

commit 8d706017ede2203e15b742bf3677f9e4cbcc3ce5
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 23 19:05:12 2006 +0000

    Begin to fix Uzi
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@521 30ef787d-52ff-0310-b286-e08351bb7647

commit a8e7df4f838ac480e413dbf4536d13229770e24b
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 23 13:44:01 2006 +0000

    Add a RedrawParticleList function in Ground.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@520 30ef787d-52ff-0310-b286-e08351bb7647

commit 8ce0b2d2f08688e75e29b14a4ab5a4e51bd08a5e
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 23 13:15:57 2006 +0000

    Mmmm, and for Windows too...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@519 30ef787d-52ff-0310-b286-e08351bb7647

commit 445d058220a81eac4824582c76b14334f49da6f7
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 23 13:12:33 2006 +0000

    Redrawing all the screen in redrawing a particle of the size of the camera.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@518 30ef787d-52ff-0310-b286-e08351bb7647

commit 88a8a2e2edc97bb523ebefb798e592938f57624e
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 23 12:57:44 2006 +0000

    Clean sky code.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@517 30ef787d-52ff-0310-b286-e08351bb7647

commit a52d4f38e27aecdfd26446b2745b6a05ef5bc2d3
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 23 07:47:17 2006 +0000

    Correct some display bugs due to animation (cf. Commit 500)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@516 30ef787d-52ff-0310-b286-e08351bb7647

commit 1f36849e4f048583b18eabd2eef16890c3b1c6f7
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 23 06:50:54 2006 +0000

    Now sky is as wide as ground for map space (BUG 5284)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@515 30ef787d-52ff-0310-b286-e08351bb7647

commit ef36367e534bf9d257d0265d1b6893315ba77a7a
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 22 23:56:35 2006 +0000

    Work on DrawTitle_Clipped function.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@514 30ef787d-52ff-0310-b286-e08351bb7647

commit 792710d3e0157f0beacf4d23e2562985190ee45d
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 22 22:03:25 2006 +0000

    thunderbird team added
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@513 30ef787d-52ff-0310-b286-e08351bb7647

commit 29d07dc0175624fd04517fe7741b89432b6325c8
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 22 22:01:56 2006 +0000

    thunderbird team added
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@512 30ef787d-52ff-0310-b286-e08351bb7647

commit 93e2955cc11eddc11fef675f9682f908010dc328
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 22 21:21:35 2006 +0000

    Make a correct clipping in AbsoluteDraw function.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@511 30ef787d-52ff-0310-b286-e08351bb7647

commit ea0cc8a708b55e3ebd812308d8228aa20fa99b28
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 22 20:43:36 2006 +0000

    Now camera is also a Rectanglei.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@510 30ef787d-52ff-0310-b286-e08351bb7647

commit b9942d5f7323d99050342144bbf1fe4969c42561
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 22 19:31:07 2006 +0000

    Some code cleaning in tile.cpp
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@509 30ef787d-52ff-0310-b286-e08351bb7647

commit 90465597b5e79900f966d2ac0c7ece6375f2d92d
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 22 16:15:12 2006 +0000

    Remove unused copy operators.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@508 30ef787d-52ff-0310-b286-e08351bb7647

commit d1feb4f33ffee4efbbfcfa9039fc332841c37e51
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 22 15:12:00 2006 +0000

    Split tile.cpp -> tile.cpp, tileitem.cpp.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@507 30ef787d-52ff-0310-b286-e08351bb7647

commit c278888bd73cf80fa335d013804c7dbeac54d2d7
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 22 15:07:02 2006 +0000

    Background image for menus from Zi Olive :-)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@506 30ef787d-52ff-0310-b286-e08351bb7647

commit 7331353cc0a72ba24abe0470729431581ec3ef50
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 22 00:43:07 2006 +0000

    Finish to repair air attack :-) (but needs cleaning)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@505 30ef787d-52ff-0310-b286-e08351bb7647

commit 2a4fe4a54c3adfc7c79f3b67cfbf10fc59cbadf3
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 22 00:11:22 2006 +0000

    Correct the missing water bug.
    Some little changes.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@504 30ef787d-52ff-0310-b286-e08351bb7647

commit 1461a078081e79efcbca74f9ecba93f47657b9a5
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 22 00:05:42 2006 +0000

    Continue to repair air_attack...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@503 30ef787d-52ff-0310-b286-e08351bb7647

commit 41a60b3cd5793f5ce8b1df4cf6220195abeeae17
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 21 23:13:46 2006 +0000

    Partial repairing of the air attack
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@502 30ef787d-52ff-0310-b286-e08351bb7647

commit 7396d614b39c6665082aa147310080840c058b60
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 21 22:38:15 2006 +0000

    Finish to repair dynamite :-)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@501 30ef787d-52ff-0310-b286-e08351bb7647

commit 1b60fc45f6274b6479e3c6a48fa3c765835d286c
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 21 22:13:33 2006 +0000

    Bugfix to sprite class...
    Partial fix to dynamite
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@500 30ef787d-52ff-0310-b286-e08351bb7647

commit f0db9d808c4a8a9e94d2e4f41e63e58974038575
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 21 22:03:26 2006 +0000

    snortteam added
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@499 30ef787d-52ff-0310-b286-e08351bb7647

commit 1fd11599001c4032f04956366509b05f0fded0f4
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 21 22:02:18 2006 +0000

    snortteam added
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@498 30ef787d-52ff-0310-b286-e08351bb7647

commit 0403e7242f6bc995a4e852f1c27cc9633c262046
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 21 21:00:47 2006 +0000

    Begin to repair dynamite. Comment destruction of a Sprite* (causes a segfault)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@497 30ef787d-52ff-0310-b286-e08351bb7647

commit 03b98029a62e84b0f4cfd89e1fbd36bc0ccd540b
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 21 20:28:53 2006 +0000

    Center the widgets ! :-)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@496 30ef787d-52ff-0310-b286-e08351bb7647

commit 50edfae1a5796f34744eb120647b949bee63a30f
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 21 20:19:27 2006 +0000

    Using Point2i in interface.cpp
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@495 30ef787d-52ff-0310-b286-e08351bb7647

commit 2954ae8ff2b1e66c6e5247c14d79a1f2b676df29
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 21 19:01:58 2006 +0000

    Still playing with Point2i.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@494 30ef787d-52ff-0310-b286-e08351bb7647

commit 6f930f9d9e4ab9dce78c11e991f9405a9bd40584
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 21 18:37:57 2006 +0000

    Try to repair the cluster bomb weapon. Now it works, but the image is not the good one for the fragments!?! And I have no idea why :'(
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@493 30ef787d-52ff-0310-b286-e08351bb7647

commit 6f409125e6293edb681abb945e8be42333e6efd4
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 21 17:47:53 2006 +0000

    Replace "larger_impact.png" by "large_impact.png"
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@492 30ef787d-52ff-0310-b286-e08351bb7647

commit 5f41486bf9f6eb9121238c561c2ebadbaaa43412
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 21 14:51:52 2006 +0000

    Use Point2i in camera.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@491 30ef787d-52ff-0310-b286-e08351bb7647

commit f23b03d4e8aebd3c3d5e2df09603e5a20129237e
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 21 09:36:41 2006 +0000

    Make more use of Point2i...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@490 30ef787d-52ff-0310-b286-e08351bb7647

commit 6654def74aa3e757648cdc23fe9a2db5bf59caac
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Feb 20 22:36:00 2006 +0000

    Use Point2i for fonts and draw.
    Should correct the bug of remaining text on screen.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@489 30ef787d-52ff-0310-b286-e08351bb7647

commit 7fabdf631164dcf7c60d110c946ac9b6ff3a84d7
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Feb 20 20:59:18 2006 +0000

    - Make a class to handle random numbers.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@488 30ef787d-52ff-0310-b286-e08351bb7647

commit c1402912874a606295616b6d945605a0b1e0ea54
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Feb 20 07:55:31 2006 +0000

    Continue to clean the weapon code and repair some broken weapons!
    
    WARNING: this a "temporary" commit to avoid to many conflicts ;-) and to show how the new code looks like
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@487 30ef787d-52ff-0310-b286-e08351bb7647

commit d9ad1d8743ab30392cef5bcc886a1d769a514a28
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 19 23:27:05 2006 +0000

    Make more use of Point2i and Point2d...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@486 30ef787d-52ff-0310-b286-e08351bb7647

commit 6b7a321ddffe6ac85cb691145e865b903e549019
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 19 18:23:38 2006 +0000

    qingqong map added
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@485 30ef787d-52ff-0310-b286-e08351bb7647

commit 7ae34f3fed0734876ec470800ef22b79da2c3666
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 19 16:58:21 2006 +0000

    Make more use of Point2i.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@484 30ef787d-52ff-0310-b286-e08351bb7647

commit fe0558289fe2a889730166fa1c9c6c3a5a42a39b
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 18 21:12:54 2006 +0000

    Use Point2i for mouse position in GUI.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@483 30ef787d-52ff-0310-b286-e08351bb7647

commit a4d2b3810486b533a963f18e5a123b0e254c657d
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 18 18:37:56 2006 +0000

    Replace pictures with GPL compatible ones
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@482 30ef787d-52ff-0310-b286-e08351bb7647

commit 64e452302be4a141284176e55d5a8aa12ca6ecd7
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 18 13:23:20 2006 +0000

    Rename larger_impact.png -> large_impact.png
    Add missing skipturn_ico.png file
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@481 30ef787d-52ff-0310-b286-e08351bb7647

commit 014bea5c1689ad9a786dfe4f44662f0b0752c270
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 18 12:25:42 2006 +0000

    Add map generator as a tool
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@480 30ef787d-52ff-0310-b286-e08351bb7647

commit 2222a274299034ce41c22bceb00ab0ed27f80b01
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 18 00:12:15 2006 +0000

    - very small changes
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@479 30ef787d-52ff-0310-b286-e08351bb7647

commit 821b0423827ce3eee4a735b83e44ddb1e6199984
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Feb 17 23:55:06 2006 +0000

    Better MSG_DEBUG :
    you can do MSG_DEBUG( "game.menu", "Position %d, %d", x, y);
    and run wormux with ./wormux --add-debug-mode game.menu to have debug messages
    
    New Format function.
    
    Make usage of Rectanglei and Point2i in gui/*
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@478 30ef787d-52ff-0310-b286-e08351bb7647

commit bcf496e82f1d3f53500926bdf8db69c18c8e8973
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Feb 17 01:21:34 2006 +0000

    Correct a bug introduced by the last commit
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@477 30ef787d-52ff-0310-b286-e08351bb7647

commit 864fe61b8e92986f6781a1d3664adc10332ef4f0
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Feb 17 01:05:14 2006 +0000

    Create a WeaponLauncher class from which most of the Weapon class inherit
    
    WARNING: This commit let the game UNPLAYABLE (bullet disappears...). Feel free to debug ;-)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@476 30ef787d-52ff-0310-b286-e08351bb7647

commit 0ba1c76397cc430c7bb444d764dcbccc9dd19dcb
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 16 19:36:33 2006 +0000

    Remove useless file
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@473 30ef787d-52ff-0310-b286-e08351bb7647

commit dc44c177d277b0dbf4c9915a2570ec0d8b774ae8
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Feb 16 19:00:53 2006 +0000

    One directory for one weapon :-) (except for bazooka and autobazooka)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@472 30ef787d-52ff-0310-b286-e08351bb7647

commit ad7fea1a95c50ed37617d5ebf0ecaebc372acf4d
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 14 19:12:29 2006 +0000

    phpteam added
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@461 30ef787d-52ff-0310-b286-e08351bb7647

commit 39d85a90d40a827bb0e2f249c4a841dbdccd873d
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 14 19:07:35 2006 +0000

    tuxteam added
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@460 30ef787d-52ff-0310-b286-e08351bb7647

commit 123b4eef09ae483b9b6c99582511083e2a8f8281
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 14 19:06:20 2006 +0000

    tux delete
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@459 30ef787d-52ff-0310-b286-e08351bb7647

commit 42b552e82d147ee339dd3a12eebbff7b6ac8a11a
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 14 18:56:56 2006 +0000

    yeK skins update (thanks lodesi)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@458 30ef787d-52ff-0310-b286-e08351bb7647

commit a0f1c42e681917e9d5b5d17ba6c3de46c9e85519
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 14 18:01:27 2006 +0000

    suppression de toutes les skins pour mise a jour
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@457 30ef787d-52ff-0310-b286-e08351bb7647

commit 8e6f001e9e765635f028c409e49f5ce5347a4967
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 14 07:36:38 2006 +0000

    Remove nearly all Init() and Reset() method in weapons' projectiles
    
    WARNING: Air attack is still broken
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@456 30ef787d-52ff-0310-b286-e08351bb7647

commit cb3e985c205599612af0a09593f77afe468a4f51
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 12 19:14:30 2006 +0000

    Add a Color class, improve Rectangle<T> and Point2<T> templates (and use them in for the Surface class).
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@455 30ef787d-52ff-0310-b286-e08351bb7647

commit 94f3935070e32020b742e4c7b161441e2e187f0f
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 11 01:47:12 2006 +0000

    Kurosu patch:
    - corrected some frenglish (PrepareTour => PrepareTurn for example)
    - added functions to store and retrieve damage statistics
    - added poor comparison functions (I maybe should have overloaded operator ==)
      for team and character; it probably isn't The Right Solution
    - added a function to retrieve a character's name
    - added a TextBox that handles '\n' so as to be able to stack several lines;
      this is utterly ugly (both in means of graphism and code)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@454 30ef787d-52ff-0310-b286-e08351bb7647

commit 50493216ec839d60dcdfce7b5b9f582214954d69
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Feb 10 22:09:50 2006 +0000

    A little bit of code cleaning,
    Adding a Doxygen configuration file.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@452 30ef787d-52ff-0310-b286-e08351bb7647

commit beee8595a945b327eefaf324e283549f88ca3b07
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 8 21:21:43 2006 +0000

    Remove the sdlsurface.cpp and sdlsurface.h files.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@451 30ef787d-52ff-0310-b286-e08351bb7647

commit fbffb1c0f17ae285c80059e64ca064b6d3abfdde
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Feb 8 18:18:07 2006 +0000

    Disable bonus_box
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@450 30ef787d-52ff-0310-b286-e08351bb7647

commit 0fcfadce215692d1e4fd6eebd1afd602e4e12a13
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 7 23:37:43 2006 +0000

    Remove method Init and p_Init in all subclass of Weapon, use constructor instead :-)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@449 30ef787d-52ff-0310-b286-e08351bb7647

commit cd13a4be2cb7ed59718384ebd1a5a1614b43e311
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 7 23:36:20 2006 +0000

    Translate SuperSaut in HighJump
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@448 30ef787d-52ff-0310-b286-e08351bb7647

commit 05162b64d69fe51814252994e306b8a386e4bd5d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 7 22:54:56 2006 +0000

    Remove global variable ninjarope (quite ugly fix in PhysicalObject)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@447 30ef787d-52ff-0310-b286-e08351bb7647

commit d38260a0dd5d9ac6dfda4ddae077a9fea828bf68
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 7 22:37:37 2006 +0000

    Remove all global variables (except ninjarope used in PhysicalObject)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@446 30ef787d-52ff-0310-b286-e08351bb7647

commit ff7040d0676013bfa68b5e32324597cdce0a90cb
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 7 21:02:14 2006 +0000

    BUGFIX : Physical objects do not fall in water anymore at the beginning of the game!
    TODO : Write a function to initialize random position of a Physical Object
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@445 30ef787d-52ff-0310-b286-e08351bb7647

commit 0f3e12171674243f8876c706871a7ea9e9e66d20
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 7 20:42:44 2006 +0000

    Translation of SuperSaut -> HighJump
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@444 30ef787d-52ff-0310-b286-e08351bb7647

commit 5fa3878627cd8148778612f5fea13cda8dfe227b
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 7 20:26:24 2006 +0000

    [MINOR] Fix loading of tux skin
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@443 30ef787d-52ff-0310-b286-e08351bb7647

commit 76542057833da0d2c20e810ae0f4280afc0ee80a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 7 20:24:25 2006 +0000

    Put back Konqui team
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@442 30ef787d-52ff-0310-b286-e08351bb7647

commit fc6c05371f5f7c9111cb2a239a19973913996c62
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 7 19:58:09 2006 +0000

    new wilber walking style
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@441 30ef787d-52ff-0310-b286-e08351bb7647

commit 8db4b04509840f1668077d53928a4a115f31adc9
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 7 19:56:27 2006 +0000

    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@440 30ef787d-52ff-0310-b286-e08351bb7647

commit bffea1bd26681c6fa9fdc13e364ee5bb2c03879a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 7 19:32:24 2006 +0000

    Add missing file in commit 436
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@439 30ef787d-52ff-0310-b286-e08351bb7647

commit a3d682e9509149724019359660e3641c7a1ff70d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 7 18:26:56 2006 +0000

    Correct stupid bug in mine
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@438 30ef787d-52ff-0310-b286-e08351bb7647

commit 6290bfe20bee22481c5199f1e2aaa5c283f7c37d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 7 18:19:05 2006 +0000

    Temporary fix bug #5164
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@437 30ef787d-52ff-0310-b286-e08351bb7647

commit 97b770e86991c598f60e35b0c1d6a435ae3f0329
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 7 18:11:55 2006 +0000

    NinjaRope GFX from Olivier Boyer
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@436 30ef787d-52ff-0310-b286-e08351bb7647

commit 4d910a3e9438c80e529209d70b6d46926ca49e44
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 7 17:47:01 2006 +0000

    nupik team added
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@435 30ef787d-52ff-0310-b286-e08351bb7647

commit 452b3061b8bb430fb55b5405292cfdfbf5359e1b
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 7 17:44:22 2006 +0000

    nupik team added
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@434 30ef787d-52ff-0310-b286-e08351bb7647

commit 868033ad6fba1e4f9f6ca4cdfb11d7b97187591f
Author: yekcim <yekcim at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 7 17:37:20 2006 +0000

    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@433 30ef787d-52ff-0310-b286-e08351bb7647

commit b5e30b4fd664e2de27511f5b446522c041405953
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 7 03:44:30 2006 +0000

    Fix Julien Catalano email.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@432 30ef787d-52ff-0310-b286-e08351bb7647

commit 611eeaab44f100a864d6f085cc6216878d59d429
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 7 03:37:19 2006 +0000

    Remove outdated and useless README in XML format
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@431 30ef787d-52ff-0310-b286-e08351bb7647

commit a8ebbb5ce257f889233cf3ee92b021d0cc40af24
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 7 03:36:46 2006 +0000

    Remove useless (I think) documents.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@430 30ef787d-52ff-0310-b286-e08351bb7647

commit 8e1ed0710c45d3c1c43ec894e27806dba1385d18
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 7 03:34:35 2006 +0000

    Reorganise documentation. Remove outdated FAQ. Add Emily to AUTHORS.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@429 30ef787d-52ff-0310-b286-e08351bb7647

commit 17f20d68f74847c3fbcd6d225eaf06430144d548
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 7 01:50:36 2006 +0000

    Move view_stat tool to it's own directory
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@428 30ef787d-52ff-0310-b286-e08351bb7647

commit b9879c7e6c85719f4ecc75f95f4d910a802f562a
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 7 01:49:36 2006 +0000

    - New fix about directories for create_setup.sh
    - Add licenses translated in several languages.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@427 30ef787d-52ff-0310-b286-e08351bb7647

commit 38a8a4e432e133d41c460b64ca9d2006ed139771
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Feb 7 00:38:08 2006 +0000

    - Add uninstall icon
    - create_setup.sh create temporary directory to generate the installer
    - Fix about directories in create_setup.sh
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@426 30ef787d-52ff-0310-b286-e08351bb7647

commit 90f6db433a2f9b9c6f0570a49f08ba7558e54bee
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Feb 6 23:19:29 2006 +0000

    Add Kurosou script to generate NSIS installer.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@425 30ef787d-52ff-0310-b286-e08351bb7647

commit 3fcc1b81dcae4f4bbf632f1306600a82e1276600
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Feb 6 22:52:04 2006 +0000

    Fix GetHome() function for Win32: use SHGetSpecialFolderPath
    instead of SHGetFolderPath (should work with Windows 98 and maybe 95).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@424 30ef787d-52ff-0310-b286-e08351bb7647

commit d7e95b73cb886bcd1dc40367a09036effa856491
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Feb 6 22:46:47 2006 +0000

    Fix Kurosu patch :-)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@423 30ef787d-52ff-0310-b286-e08351bb7647

commit 4ec55b259ec2116f4838b8f60cecaaef1861db3a
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Feb 6 22:20:15 2006 +0000

    Commit Kurso patch about Windows resources
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@422 30ef787d-52ff-0310-b286-e08351bb7647

commit 00ff49a3eaa5af91f4cd41ad7dae6d235b2739f9
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Feb 6 03:11:14 2006 +0000

    Add more tests (world.EstHorsMonde) to PhysicalObj::ContactPoint() method.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@421 30ef787d-52ff-0310-b286-e08351bb7647

commit b5c5e8542eb10e8ea745a86a2e59eddfb7f872f3
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Feb 6 02:47:43 2006 +0000

    Reorder weapons in Makefile
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@420 30ef787d-52ff-0310-b286-e08351bb7647

commit 9fa72aca2bea373c32059015ea877d0da16079a6
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Feb 6 01:26:29 2006 +0000

    - Remove useless Sprite copy constructor and Sprite destructor.
    - Add & to some Surface function/method arguments (Surface a => Surface &a)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@419 30ef787d-52ff-0310-b286-e08351bb7647

commit 1cce4fb08d1a24f0cabe6e9f805314d1f77d16ab
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Feb 6 01:24:21 2006 +0000

    Restore cowland map. (why surface 'map' was in comment?)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@418 30ef787d-52ff-0310-b286-e08351bb7647

commit aa926885826898975ab21765a9f65ac0ab43af5d
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Feb 6 01:06:45 2006 +0000

    Extract animation control from Sprite class and move it to SpriteAnimation new class.
    Add 'explicit' keyword to some Sprite, SpriteCache and Surface constructor.
    This help me to detect useless copy of surface:
      Blit(app.video.window.GetSurface(), ...)
    become
      Blit(app.video.window, ...)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@417 30ef787d-52ff-0310-b286-e08351bb7647

commit 798cef96ebf7a6e0488013cc3d70d3d8c6b444bc
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Feb 6 00:00:12 2006 +0000

    Extract cache things from Sprite and SpriteFrame class and move
    them to SpriteCache and SpriteFrameCache new classes.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@416 30ef787d-52ff-0310-b286-e08351bb7647

commit 73e48ef4eaa17b6f616eceaf2c5a0cca42f1d338
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Feb 5 22:31:34 2006 +0000

    First clean up of Sprite class.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@415 30ef787d-52ff-0310-b286-e08351bb7647

commit 5a828363961b1dc7fa7cd76024b0b69b0c8e6993
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 4 19:17:48 2006 +0000

    Remove Wormux namespace, remove "using namespace std;", option and game
    menu use their own fonts.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@414 30ef787d-52ff-0310-b286-e08351bb7647

commit a7782110fe111a2ea6b4fb09f6e308c4f107db64
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 4 18:44:11 2006 +0000

    Prepare removal of global variables: add game_loop attribute to Physics, so
    Physics class constructor need a reference to the GameLoop instance. Fix all
    class children of Physics for this change.
    
    Team store characters in a list and not more a vector (because vector needs
    copy and copy sucks).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@413 30ef787d-52ff-0310-b286-e08351bb7647

commit 535324a8875e5455b50a5e0eccc0b43f128c0ce6
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 4 18:01:01 2006 +0000

    Prepare Font class to remove global variables:
    - Split Font to Font and GameFont
    - m_font member become private
    - Create CreateSurface() and GetTTF() methods
    
    Main menu already use it's own fonts.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@412 30ef787d-52ff-0310-b286-e08351bb7647

commit 7abfdf0ca3271edeccd28c1661fabfab5d5eaf3e
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 4 17:30:25 2006 +0000

    Remove first global variable: image_par_seconde :-)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@411 30ef787d-52ff-0310-b286-e08351bb7647

commit b3c99983258e83b9393ed5427290d7dadb5bc232
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 4 17:23:18 2006 +0000

    Translate ImagesParSeconde to FramePerSecond (in english) and add date in
    Wormux version (using __DATE__).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@410 30ef787d-52ff-0310-b286-e08351bb7647

commit 5bc6cedc1c9b8a5f23be316608fc98d6e0a83dcb
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Feb 4 16:49:38 2006 +0000

    Fix directory (windows) bug in ResourceManager.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@409 30ef787d-52ff-0310-b286-e08351bb7647

commit f88653efed86dc6eb2fd2c59de201a681ca1d831
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Feb 3 23:03:06 2006 +0000

    Update dutch translation (made by Frank van der Loo)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@408 30ef787d-52ff-0310-b286-e08351bb7647

commit 082f2455c4112ce1001b3c6459ff29ca854b3ad1
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Feb 3 22:55:45 2006 +0000

    Desert map from olivier boyer
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@407 30ef787d-52ff-0310-b286-e08351bb7647

commit 7d3689e6399454c3c77be69e79248e78340a439e
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 31 21:28:19 2006 +0000

    Fix bug in sprite cache
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@406 30ef787d-52ff-0310-b286-e08351bb7647

commit 474c3ac39bdf239ba8dc82f37b975531223549b2
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 30 22:26:34 2006 +0000

    Adding missing initialisation of autoFree in Surface class. Thanks, Kurosu.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@405 30ef787d-52ff-0310-b286-e08351bb7647

commit 69604b69c5703df720858ccdb902cd1d2237cb01
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 29 23:24:17 2006 +0000

    Oups, I forgoten the spriteframe.cpp file.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@404 30ef787d-52ff-0310-b286-e08351bb7647

commit 2ee4ba947495f6182ae0f2cbb1f7bcf515805b8e
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 29 23:23:25 2006 +0000

    SDL_Surface* -> Surface
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@403 30ef787d-52ff-0310-b286-e08351bb7647

commit 27cb7d05c05d1046b75e57417e52d6b7a1ce14e9
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 29 01:01:08 2006 +0000

    Add a Surface class to handle the SDL_Surface *
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@402 30ef787d-52ff-0310-b286-e08351bb7647

commit ddcbbf3584173e5ad0ede947e8f27b3ff8817f27
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 28 23:03:00 2006 +0000

    Smooth scaling on loading screen
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@401 30ef787d-52ff-0310-b286-e08351bb7647

commit 89b6cea03defd69c4dc47e2df436d5fa635ef9f0
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 28 22:51:46 2006 +0000

    Fps limiter to main menu
    Main menu optimization
    Various little fix in main menu
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@400 30ef787d-52ff-0310-b286-e08351bb7647

commit 8b28500804884371c97cc11f8faec7fb4c552fed
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 28 21:19:48 2006 +0000

    Add errno.h to includes
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@399 30ef787d-52ff-0310-b286-e08351bb7647

commit 6d68dab28f2fe926d8bcb209dc0a156356dcd195
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 28 18:45:34 2006 +0000

    Fix personnal directory under Windows (patch from Kurosu)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@398 30ef787d-52ff-0310-b286-e08351bb7647

commit 0e42c7f7ff67e970b5659a4ce7dc1c6043bbe64e
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 28 18:21:54 2006 +0000

    Put back Tux team
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@397 30ef787d-52ff-0310-b286-e08351bb7647

commit 1be97aff63475b86d7b11ecd50b61a39df46a5a1
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 28 16:23:54 2006 +0000

    Animated main menu using Oliviers pcitures and recommandations :)
    Fix another warning in gui..
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@396 30ef787d-52ff-0310-b286-e08351bb7647

commit 129e28621a434fea976eb5d3e410435d975c1a56
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 28 10:24:06 2006 +0000

    Workaround to sdl_gfx bug, with smooth scaling enabled
    Fix warning in gui code
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@395 30ef787d-52ff-0310-b286-e08351bb7647

commit bd4eed40f594628c738b6b49ccf2f8654c5ecfbc
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 28 01:16:25 2006 +0000

    I18n error message and fix code about directories.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@394 30ef787d-52ff-0310-b286-e08351bb7647

commit b0e29a76040a1841ef5d9bf24bd998a52307ed69
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 28 00:06:05 2006 +0000

    Switch Widgets to use signed integer for position
    Add SetXY and SetSize method to Widget class
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@393 30ef787d-52ff-0310-b286-e08351bb7647

commit 70a5be7acfcf0ace25bf1ada98f5070f585f8319
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 27 07:14:04 2006 +0000

    Finish to repair bonus box. Modify game_loop to wait for the box hitting the ground before next team can play
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@392 30ef787d-52ff-0310-b286-e08351bb7647

commit 987b694275d55656326ad020f09c4cc6f2c76e68
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 27 00:30:17 2006 +0000

    video is no more a global variable,
    clean up some code (especially text.cpp, font.cpp)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@391 30ef787d-52ff-0310-b286-e08351bb7647

commit e11f0dbc5cdb81f723129a5d700100cbd1b11ddd
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 26 20:32:17 2006 +0000

    Split video.cpp in video.cpp and sdlsurface.cpp.
    Correct Makefile.am (Point.h->point.h, Rectangle.h->rectangle.h, ... oups :D)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@390 30ef787d-52ff-0310-b286-e08351bb7647

commit 21abaa745f9a455e0be3f737cd4ce22d3a2cda71
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 26 20:13:50 2006 +0000

    Bonus box: partial translation and tweaking
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@389 30ef787d-52ff-0310-b286-e08351bb7647

commit 8cf7ddb0620047b49e4675896500a5f2935b20dc
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 26 20:04:10 2006 +0000

    Rename Point.h to point.h,
    Rename Rectangle.h to rectangle.h,
    Make some cleaning.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@388 30ef787d-52ff-0310-b286-e08351bb7647

commit a0c648202bb213d3ae7a62653b60cbafe6005859
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 26 18:31:59 2006 +0000

    Repair bonus box (but need translation) and tweaking
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@387 30ef787d-52ff-0310-b286-e08351bb7647

commit dce2c9e0b0a3b6bf7e8149a7142cf317589371ca
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 26 07:33:05 2006 +0000

    Resize loading screen to adapt to different resolutions
    First try to repair bonus box (probably need rewriting)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@381 30ef787d-52ff-0310-b286-e08351bb7647

commit 7eb379684c184e134c3026a13e55c2441b30e687
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 25 12:38:52 2006 +0000

    Sort the includes...
    
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@380 30ef787d-52ff-0310-b286-e08351bb7647

commit f6ae595a709cb85cdc4d0cee509638a2521e01a6
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 25 05:30:10 2006 +0000

    DONT COMPILE IN DEBUG MODE !!!!!!!!
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@379 30ef787d-52ff-0310-b286-e08351bb7647

commit 5442a67fe4a064b9af4c0c63d5746d66d0bc273b
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 25 04:49:23 2006 +0000

    Add workaround graphic cache in ground.cpp & sky.cpp
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@378 30ef787d-52ff-0310-b286-e08351bb7647

commit e798d99ecddabdb952f17ede495f1415d7d1c121
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 25 04:19:19 2006 +0000

    Fix some directories filename (fix from Kurosu) (3rd and last?)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@377 30ef787d-52ff-0310-b286-e08351bb7647

commit 31c4ccf3aa16a6d0a07ed03d974a26bda16c527b
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 25 04:12:29 2006 +0000

    Fix some directories filename (fix from Kurosu) (2nd part)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@376 30ef787d-52ff-0310-b286-e08351bb7647

commit 100de05740f6ebbb0ab39b1579128d3f5d6215cb
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 25 04:08:38 2006 +0000

    Fix some directories filename (fix from Kurosu)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@375 30ef787d-52ff-0310-b286-e08351bb7647

commit 038426942fce079306cc5c76afcac5270c583d4a
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 25 00:07:56 2006 +0000

    Add the EulerVector class to replace the EulerVector structure.
    Clean up some code.
    
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@374 30ef787d-52ff-0310-b286-e08351bb7647

commit 0206e40178606a6b5aa0053a860c3f615a6e491e
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 24 22:21:31 2006 +0000

    Remove clanlib code
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@373 30ef787d-52ff-0310-b286-e08351bb7647

commit b8fc91b035220b4ea2668f0f1653cdfa140f2eef
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 24 22:19:04 2006 +0000

    Re-enable mines on the ground at the beginning of the game
    Remove some clanlib code
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@372 30ef787d-52ff-0310-b286-e08351bb7647

commit 5eed4ae60f36e3cd5b0b45c1de83e2316cf6abdd
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 24 22:10:55 2006 +0000

    Remove Clanlib code
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@371 30ef787d-52ff-0310-b286-e08351bb7647

commit 88ce0be0999466d286f7ef61dd31a17efd8a4037
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 24 21:58:29 2006 +0000

    Traduct macro FOR_ALL_OBJECTS
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@370 30ef787d-52ff-0310-b286-e08351bb7647

commit eac78c372e704babc729401f18e3c42ec338b740
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 24 21:21:11 2006 +0000

    Traduct macros about teams and characters
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@369 30ef787d-52ff-0310-b286-e08351bb7647

commit f6fe34d21722c8d4a9a995fee49977546d39db0f
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 24 20:51:53 2006 +0000

    Fix the range of the baseball and remove Clanlib code
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@368 30ef787d-52ff-0310-b286-e08351bb7647

commit 5932cf35095b4dc32796435ceb28b16d8039de84
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 24 20:37:33 2006 +0000

    Display loading screen of Olivier Boyer before starting to play !
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@367 30ef787d-52ff-0310-b286-e08351bb7647

commit 1c6cdaed1df4fe84933b257c1036673dc90d995b
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 24 20:28:35 2006 +0000

    Use loading image from Olivier Boyer.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@366 30ef787d-52ff-0310-b286-e08351bb7647

commit a7b443a9fe40544cde0b0e4eb3bb1a7caf375cc2
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 24 20:12:38 2006 +0000

    Correct code to be ISO C++ (some objects -not pointers- were affected to NULL !)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@365 30ef787d-52ff-0310-b286-e08351bb7647

commit 57eaee529a5ad08d3bb0aeaed9338496be7e3433
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 24 20:05:46 2006 +0000

    Correct code to be ISO C++ (compliant with gcc 4.1)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@364 30ef787d-52ff-0310-b286-e08351bb7647

commit b83bde7fcb02ad9e92d62a7e08896074dcb81045
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 24 10:13:46 2006 +0000

    Change DoubleVector from a structure to a class (template vector2.h).
    Point.h now use vector2.h to represent a point.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@363 30ef787d-52ff-0310-b286-e08351bb7647

commit fa31cee22ed08b4bc8aea24754df65775c099507
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 24 08:11:55 2006 +0000

    [MINOR] http://www.wormux.org/ -> http://www.wormux.org
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@362 30ef787d-52ff-0310-b286-e08351bb7647

commit adec81a597b4e4c5456f98db95a99936f2c6cd77
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 24 08:09:44 2006 +0000

    Air attack is disable in closed map! BUGFIX 5085
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@361 30ef787d-52ff-0310-b286-e08351bb7647

commit 4c353aad40b3ffc16132f04126a6cdb307735e23
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 24 07:48:54 2006 +0000

    Remove Clanlib code
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@360 30ef787d-52ff-0310-b286-e08351bb7647

commit ee5d84748e675c3726d2307afc71f95d5dd2cc80
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 24 07:30:13 2006 +0000

    Display Website URL on main menu using green color (advice from Olivier Boyer)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@359 30ef787d-52ff-0310-b286-e08351bb7647

commit befb7b116e407506da0aa4b9a56e43296b821114
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 23 22:13:30 2006 +0000

    Disable antialiasing to get weapon displayed properly... (workaround to a sdlgfx bug...)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@358 30ef787d-52ff-0310-b286-e08351bb7647

commit db5c91e540e54512947986151ed4f9ba5a502e75
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 23 08:52:52 2006 +0000

    Put debian packaging stuff in another sub-project.
    
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@354 30ef787d-52ff-0310-b286-e08351bb7647

commit 436f71ce7e4dcab147dd05ddbbd654c3d6dc6815
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 23 08:20:52 2006 +0000

    End of BUGFIX 5018 - Center the sky!
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@353 30ef787d-52ff-0310-b286-e08351bb7647

commit 0997c142967b01ce306ecc3dab6e63b493a7d327
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 23 07:39:46 2006 +0000

    Correct misplacing "box" for choosing the map
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@352 30ef787d-52ff-0310-b286-e08351bb7647

commit 479bfdff8dea65dd95b3c2495f857885281b4d3c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 23 07:38:38 2006 +0000

    Add some code to display a scrollbar (just display !!). Can be enable using #define SCROLLBAR.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@351 30ef787d-52ff-0310-b286-e08351bb7647

commit 9227971c5f95e13af30d0aa2695d013386a6a8e1
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 23 02:06:55 2006 +0000

    Fix src/Makefile.am and remove debug message in cluster bomb
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@349 30ef787d-52ff-0310-b286-e08351bb7647

commit 8d9b932243dc6ed33ac3a1786e139c3e64efcb8c
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 23 01:46:04 2006 +0000

    Two bugfixes:
    - Text::~Text() free SDL_Surface is there are different than NULL, but don't use an if, not assertion
    - Game loop execute action "next team" before creating action "next character"
      (crashed wormux when using more than two teams and one was dead)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@348 30ef787d-52ff-0310-b286-e08351bb7647

commit ffa1f7f690e91fc715004015b6710dd0ec0d506a
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 23 01:18:01 2006 +0000

    Fix strings for i18n
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@347 30ef787d-52ff-0310-b286-e08351bb7647

commit 8a735c008ae5e801035fbcf8e72b8fc2775b2d0f
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 22 22:07:28 2006 +0000

    Switch back to old camera code
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@346 30ef787d-52ff-0310-b286-e08351bb7647

commit de67e0b161a556445e5f2a985fcd87a36e7363db
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 22 20:29:33 2006 +0000

    Fix teleportation bug
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@345 30ef787d-52ff-0310-b286-e08351bb7647

commit 650eb2de84222eb931bcff9b6a81eebbbdf408de
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 22 20:08:53 2006 +0000

    Removing unused Distance.h and Distance.cpp files.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@344 30ef787d-52ff-0310-b286-e08351bb7647

commit d16103846b1655215e54d8fc449d086cc245a967
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 22 20:01:04 2006 +0000

    Removing Distance.cpp and Distance.h file by adding the function to Point.h and Rectangle.h.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@343 30ef787d-52ff-0310-b286-e08351bb7647

commit 2ae388bf33bea91ad452641dd858ca444a73eed5
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 22 16:23:17 2006 +0000

    Add MSG_DEBUG macro to print debug message,
    translate game.cpp file
    
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@342 30ef787d-52ff-0310-b286-e08351bb7647

commit a63272193a08673a07af0039474ec0dbb99e727d
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 22 13:39:41 2006 +0000

    Remove clanlib code from headers file
    Clean-up headers #include's
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@341 30ef787d-52ff-0310-b286-e08351bb7647

commit 1f7cb2a6508014b94d183b5a1df70d4908c2e7de
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 22 13:07:52 2006 +0000

    Free tiles memory correctly
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@340 30ef787d-52ff-0310-b286-e08351bb7647

commit d6b5cab895f88150ab7678688da6de85dae48590
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 21 16:09:16 2006 +0000

    Add map Hell from Tomasz Majbaum.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@339 30ef787d-52ff-0310-b286-e08351bb7647

commit 89702fc174d99551d5d824312923aa6b23864909
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 21 11:09:01 2006 +0000

    Smooth camera mvt, when character changes direction
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@338 30ef787d-52ff-0310-b286-e08351bb7647

commit 512b2691f2638ffef8d1f8221a1c3b74607c5a95
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 20 16:03:57 2006 +0000

    Cleaning time.cpp code.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@337 30ef787d-52ff-0310-b286-e08351bb7647

commit c7d547e26085664c09cb79e3817d9d472da39409
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 20 01:07:06 2006 +0000

    Drop shadow on first loading text
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@336 30ef787d-52ff-0310-b286-e08351bb7647

commit 078ce9b713fd58ca0d29a30faedff53a399ea1af
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 20 01:01:20 2006 +0000

    Fix shadow offset (0.125ex instead of 0.2ex)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@335 30ef787d-52ff-0310-b286-e08351bb7647

commit 7a73fb677fb7abc5ea60a3dc8cff9ce968d8b8b2
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 20 00:55:07 2006 +0000

    - Clean up console output
    - Clean up some strings
    - Update french translation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@334 30ef787d-52ff-0310-b286-e08351bb7647

commit 6c13445e4f410a8c078ea2c1c52a7b6c100f2102
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 20 00:33:01 2006 +0000

    - Convert AUTHORS list to XML document (and use UTF-8 encoding)
    - Info menu now read the XML document
    - Remove some "#ifdef CL"
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@333 30ef787d-52ff-0310-b286-e08351bb7647

commit 94eec9869ed0dbd92875cc1af60c543c81882736
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 19 23:35:54 2006 +0000

    Remove camera debug msg
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@332 30ef787d-52ff-0310-b286-e08351bb7647

commit db23924a8fc9d01878642eb25b29e9d641acb8ac
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 19 23:31:07 2006 +0000

    Camera modifications
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@331 30ef787d-52ff-0310-b286-e08351bb7647

commit 239a069c177f0470256f48d669f5518825271d37
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 19 23:25:06 2006 +0000

    - Remove ClanLib copyright in colors.h (remove all colors, just keep the four used colors).
    - Rename darkgray to lightgray
    - Fix some strings
    - Remove some outdated paragraphs in documentation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@330 30ef787d-52ff-0310-b286-e08351bb7647

commit 1cddf85e0956a1981ccfd4846f08253cf46e4cca
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 19 22:47:19 2006 +0000

    Rename Erreur to Error. And use it in main.cpp.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@329 30ef787d-52ff-0310-b286-e08351bb7647

commit 163d6836030062b29be2efba2c6f8e2c2ed0aec7
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 19 21:48:56 2006 +0000

    Split Init in functions and use exceptions to report errors.
    
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@328 30ef787d-52ff-0310-b286-e08351bb7647

commit 546201921490574df8673983d6110ff70b41b923
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 19 20:14:06 2006 +0000

    - Add spaces between buttons in main menu
    - Fix turn timer in game interface
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@327 30ef787d-52ff-0310-b286-e08351bb7647

commit 91ee230daf6338cc394b3bb47b094db4c6cb6092
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 19 19:49:56 2006 +0000

    Enable smoothing when scaling/rotating sprites
    Use a cache to scale main menu
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@326 30ef787d-52ff-0310-b286-e08351bb7647

commit a970cf0f41281470cdc2651cb134567b5d8a8990
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 19 19:26:15 2006 +0000

    Replace ClanLib with SDL :-)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@325 30ef787d-52ff-0310-b286-e08351bb7647

commit 2ed228d8f7562bcd1429ae654ced4226ad5b74ac
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 19 18:57:00 2006 +0000

    Main menu from Olivier Boyer
    Remove useless record button from menus
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@324 30ef787d-52ff-0310-b286-e08351bb7647

commit c86182383f5a76794b22d4155cf895625bbb64ec
Author: otacon <otacon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 19 18:31:14 2006 +0000

    Clean up in documentation and main.cpp
    
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@323 30ef787d-52ff-0310-b286-e08351bb7647

commit 42747c8a0c4aaf42692ff513c83393f9c097222b
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 19 14:55:50 2006 +0000

    File COPYING filename in Wormux warning
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@322 30ef787d-52ff-0310-b286-e08351bb7647

commit ebe55d1c9facbf5d2ff9e122c3f92563d9debf62
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 19 14:55:10 2006 +0000

    Delete unused skys (mont33.png and pyram01.png => are available in Dino maps
    on website) and move sky in each map directory. There are still two
    backgrounds which are shared.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@321 30ef787d-52ff-0310-b286-e08351bb7647

commit 52c037eb5f759ab521459967282a4e0b1769772a
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 19 14:45:56 2006 +0000

    Update dutch translation (Frank van der Loo)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@320 30ef787d-52ff-0310-b286-e08351bb7647

commit 862d87b5e93e5907dfee3a88baa3b0a1c7993a60
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 19 07:59:51 2006 +0000

    Partial BUGFIX 5018 : Black borders are now displayed when map is smaller than screen.
    TODO : Center the sky!
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@319 30ef787d-52ff-0310-b286-e08351bb7647

commit c3052dbe6ca0468174718d79612afba1f2bbeddb
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 19 01:55:26 2006 +0000

    - Parachute don't eat ammo when pressing space
    - Fix parachute air resist (values should be in XML !!!)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@318 30ef787d-52ff-0310-b286-e08351bb7647

commit a272778be85ded35be9c5498701d2d8942dec64b
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 19 01:42:49 2006 +0000

    Fix wind particules
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@317 30ef787d-52ff-0310-b286-e08351bb7647

commit 7f21852a3717da91dd738ccfa715ca0be172098f
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 19 01:01:30 2006 +0000

    Fix game constants:
    - Fix blast force / range
    - Less dynamite ammo
    - Fix rebound factor for all grenades
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@316 30ef787d-52ff-0310-b286-e08351bb7647

commit 53298affd867ac187148a5c7547a576ea01a11da
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 18 23:34:13 2006 +0000

    Allow character to get in y<0 (useful with jetpack)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@315 30ef787d-52ff-0310-b286-e08351bb7647

commit f3fe137722372ff202741384ebf6942f73ebc153
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 18 23:11:27 2006 +0000

    I hope the last fix about "is moving" state and m_last_move bug
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@314 30ef787d-52ff-0310-b286-e08351bb7647

commit ae898ed2bc1b9224bee21619e264427b5fe4e6c3
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 18 21:48:31 2006 +0000

    Remove team "os_libre" because another already use same skin
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@313 30ef787d-52ff-0310-b286-e08351bb7647

commit 14812ad3754b0818ae4874847deb4d9f31e1b235
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 18 10:16:23 2006 +0000

    Replace #include <SDL/...> with #include <...> (reuse idea from Edwin Groothuis FreeBSD patch)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@312 30ef787d-52ff-0310-b286-e08351bb7647

commit d8942fdc993c51ab71678cbef87f0063e0730c82
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 18 10:08:00 2006 +0000

    Fix some game constants (ammo, strength, etc.)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@311 30ef787d-52ff-0310-b286-e08351bb7647

commit 0fab29b55987be20be319962824099aea3883043
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 18 09:56:33 2006 +0000

    - Fix duraction (turn, move character and exchange character) in game loop
    - Fix PutOfTheGround (give more change to be putted of the ground)
    - Air attack bomb strength is more random in X axis
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@310 30ef787d-52ff-0310-b286-e08351bb7647

commit 9c31e3b3b212090c711035426c20abaa216fe5ac
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 18 09:39:04 2006 +0000

    Remove ClanLib code
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@309 30ef787d-52ff-0310-b286-e08351bb7647

commit 73d5baf287304353ca2301bdff308c1dfb9b3142
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 17 22:42:26 2006 +0000

    Fix jetpack force
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@308 30ef787d-52ff-0310-b286-e08351bb7647

commit 73929df93bdc65a38be2c92e1ee21ab71e003fa3
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 17 22:22:45 2006 +0000

    Change physics (proposition...)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@307 30ef787d-52ff-0310-b286-e08351bb7647

commit 041d31df436166ad16d80681ea3e715cf5fe3d5a
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 17 22:11:01 2006 +0000

    - Check if TTF_OpenFont returns NULL
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@306 30ef787d-52ff-0310-b286-e08351bb7647

commit 546802d1174427523d38e7b87894355d1d5f6655
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 17 22:02:30 2006 +0000

    BUGFIX: ground is now displayed on top of wind particles
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@305 30ef787d-52ff-0310-b286-e08351bb7647

commit e7d9c8719828837feb0dbdf8dab5e4619a8f2331
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 17 21:54:12 2006 +0000

    Fix bug 5076
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@304 30ef787d-52ff-0310-b286-e08351bb7647

commit ee1fcec116a84f10d8e9c830b07ca8191fbe97ad
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 17 21:36:55 2006 +0000

    - Update polish translation (Bartosz Fenski aka fEnIo)
    - Configuration allows to set arbitrary TTF font
    - Replace Vera.ttf with DejaVuSans.ttf (supports more languages)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@303 30ef787d-52ff-0310-b286-e08351bb7647

commit f3312d118df3e0ac3ca221bdbd74802fce347a00
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 17 21:07:33 2006 +0000

    Fix position of the plane in air_attack weapon
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@302 30ef787d-52ff-0310-b286-e08351bb7647

commit bdad9a889d50e8998c7ebca3d52097675dc3ca0d
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 17 16:21:48 2006 +0000

    - Fix i18n (a string with plural form) in bonus_box.cpp
    - Fix bug #5076
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@301 30ef787d-52ff-0310-b286-e08351bb7647

commit 521ee8b97ea042c16528d67730f0f8e253b6d5fb
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 17 12:56:04 2006 +0000

    Remove teams in duplicate
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@300 30ef787d-52ff-0310-b286-e08351bb7647

commit f68ff5157a222196cafe75a7abdaf7ecd5b7722c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 17 08:18:14 2006 +0000

    Correct test of max number of teams
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@299 30ef787d-52ff-0310-b286-e08351bb7647

commit d52ef4613bf1ffb3232c4364376a40a393618e3f
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 17 08:00:21 2006 +0000

    New version of the skins from YecKim
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@298 30ef787d-52ff-0310-b286-e08351bb7647

commit bf729fd0d0386d17a7c888351138322ed8a6a2ec
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 17 07:40:18 2006 +0000

    Record display characters name and energy options in ~/.wormux/config.xml
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@297 30ef787d-52ff-0310-b286-e08351bb7647

commit 581d7e437c7512856cb6e27fec3042cf9764434b
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 16 17:05:25 2006 +0000

    Fix last fuzzy strings of french translation.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@296 30ef787d-52ff-0310-b286-e08351bb7647

commit b089dae042a8ae432f5d8d697f0d102a9118338a
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 16 16:45:13 2006 +0000

    Fix french translation spelling :-)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@295 30ef787d-52ff-0310-b286-e08351bb7647

commit 65656ec65d7032059c3575f212e5e19ac77150d6
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 16 14:42:14 2006 +0000

    Fix Video::SetConfig() (pb when setting video resolution + full screen mode)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@294 30ef787d-52ff-0310-b286-e08351bb7647

commit 5d22e90cdbe02a74e1720d12349e23f76df5526b
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 16 08:09:32 2006 +0000

    Correct initial position of bullet (patch from R.Vigniel)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@293 30ef787d-52ff-0310-b286-e08351bb7647

commit 78e614f9a61732310d8b8a14ab040b68e654b160
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 16 07:52:21 2006 +0000

    Correct weapon position (patch from R.Vigniel)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@292 30ef787d-52ff-0310-b286-e08351bb7647

commit 2ea87718be78f777907bc8b7989ff3cee042a21d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 16 07:35:30 2006 +0000

    In Menu Options:
    - "display_wind_particles" now can be enable and then disable without changing the map
    - Record option "display_wind_particles" in ~/.wormux/config.xml
    - Add an option to choose maximum number of fps
    
    Cache mechanism for the interface is now more fine-grained.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@291 30ef787d-52ff-0310-b286-e08351bb7647

commit 1dce580acb157e9b570ddb77b175337a6becc4fe
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 16 07:07:54 2006 +0000

    Bugfix in class SpinButton (before we need to right-clic on UP button !!)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@290 30ef787d-52ff-0310-b286-e08351bb7647

commit e84527a6171a68eaf54064990f4d9f8dc24d816a
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 16 01:12:02 2006 +0000

    Small bugfixes around compare double to zero (use EgalZero and not == comparaison).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@288 30ef787d-52ff-0310-b286-e08351bb7647

commit 1ff298cfc5e01f1f7da3fd3357d8233fb3c58968
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 15 23:27:16 2006 +0000

    Put shadow in Text class (enabled by default)
    Missing files for gnu bugfix
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@287 30ef787d-52ff-0310-b286-e08351bb7647

commit 8989b34e4b4078510bcb286196c749962bbe11a3
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 15 22:08:48 2006 +0000

    Fix various bug of the gnu
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@285 30ef787d-52ff-0310-b286-e08351bb7647

commit ed21d1c8b567432acffbcb1d80d29cd5522bcbf4
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 15 17:14:50 2006 +0000

    - Dynamite: Fix direction
    - Sound: Pause during pause :-)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@283 30ef787d-52ff-0310-b286-e08351bb7647

commit 8dab95a85870ff3948e241ee886a42a8f6255b83
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 15 17:04:07 2006 +0000

    Progressive camera scrolling patch from R.Vigniel
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@282 30ef787d-52ff-0310-b286-e08351bb7647

commit cf3c4f8631a218650cbfb91576f718db3e852bdd
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 15 16:53:15 2006 +0000

    - Switch version to 0.7beta3 (but it's not a release :-))
    - Don't load configuration (config.xml) if version is different (and store version in
      this file)
    - Update INSTALL and doc/HACKER.txt
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@281 30ef787d-52ff-0310-b286-e08351bb7647

commit 5c15e0a2e733fa8c849c0d3e9c7a4820157a0336
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 15 15:05:27 2006 +0000

    - Use Global class which use 'singleton' instead of global variable
      o Remove all font global variables and use singleton (in Global) instead
    - TTF filename is set in Config class.
    - Fix Font::Render() -> don't use a separate variable (which wasn't
      initialised!) to get cache size.
    - Add shadow to frame per second
    - Add shadow to game messages
    - in main.cpp: Don't catch std::string anymore (that's not an exception!?)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@280 30ef787d-52ff-0310-b286-e08351bb7647

commit e6ab4c1db7d39b4883c48035d74a977a3e1ab932
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 14 00:36:19 2006 +0000

    Handle "hard_fall_ending" skin
    Remove sprite translation from the resource manager
    Read "loop_mode" option in xml files for sprites
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@279 30ef787d-52ff-0310-b286-e08351bb7647

commit 3d6f9a55d8c4d5a53cfe36fc17c3bcfe4aa57f90
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 13 01:32:09 2006 +0000

    Update german translation (Michael Prager)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@278 30ef787d-52ff-0310-b286-e08351bb7647

commit 38eda62872066bb752854dec86ae812dfa7ae7a8
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 13 01:26:26 2006 +0000

    - Disable " Error : Jukebox::PlaySample " errors messages in Jukebox
    - It's possible to quit main menu with CTRL+C, click an "close" button
      of the window or with escappe key
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@277 30ef787d-52ff-0310-b286-e08351bb7647

commit 40af5cf6504ccc12289323c97b2d7d737b89a647
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 13 01:11:11 2006 +0000

    Fix GameMenu display: did reload map at each frame ...
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@276 30ef787d-52ff-0310-b286-e08351bb7647

commit b79296479272e9b7a5b30d6296da467568ecc6b3
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 13 01:08:24 2006 +0000

    Never deselect items
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@275 30ef787d-52ff-0310-b286-e08351bb7647

commit 62f02bda7548347b3dd2c7724b2b6bf26ce2042a
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 12 23:58:05 2006 +0000

    Remove geometry_tools.cpp from po/Makefile.am
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@274 30ef787d-52ff-0310-b286-e08351bb7647

commit cfb9d83b5c1ec8e23fc19ce3697c4798a7f12fc2
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 12 23:42:25 2006 +0000

    Remove some ClanLib code and geometry_tools.cpp/.h
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@273 30ef787d-52ff-0310-b286-e08351bb7647

commit e2e0a9fe312d7d8dfa75477759bccd4b209becd8
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 12 23:11:46 2006 +0000

    Fix gnu bug (hopefuly)
    Camera follow supertux when launched
    Camera follow objects after an explosion (crash with character..so disabled for characters..)
    Camera stop following an object if he is deleted
    Read blast_force from the xml config file
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@272 30ef787d-52ff-0310-b286-e08351bb7647

commit 6c28144725cdcb3ba14e5d75b0eeef9693b124fe
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 12 23:02:41 2006 +0000

    Use a flying sound for konquiteam
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@271 30ef787d-52ff-0310-b286-e08351bb7647

commit fb4f1705ad7a95f7694ae23070fff51f32ab90e9
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 12 22:45:20 2006 +0000

    Same display for all loading
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@270 30ef787d-52ff-0310-b286-e08351bb7647

commit bc88201a6222a2d5204d0bb2b683a68c32e21cbf
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 12 22:33:53 2006 +0000

    Clear the target at the end of the turn
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@269 30ef787d-52ff-0310-b286-e08351bb7647

commit 6afde1883cb223b1a1bfa11f365d0541c2dc7d60
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 12 22:25:00 2006 +0000

    Bugfix for clearing the old target of automatic bazooka
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@268 30ef787d-52ff-0310-b286-e08351bb7647

commit fa4688daa665cbdb6e122d10e557383ecbbcedce
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 12 22:11:33 2006 +0000

    Allow to play after using parachute !!
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@267 30ef787d-52ff-0310-b286-e08351bb7647

commit d517cb3333ffad3775d1875ee5627f8c91d16ed2
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 12 22:01:38 2006 +0000

    Correct team icon display in menu before playing
    Less CPU is used displaying the menus
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@266 30ef787d-52ff-0310-b286-e08351bb7647

commit b53582106dd597349206e31be9b4dc3e1379a9ee
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 12 18:57:22 2006 +0000

    Repair ammo management
    Partially repair the "parachute"
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@265 30ef787d-52ff-0310-b286-e08351bb7647

commit 46bf475e006c9975652b4ddeec0bb706f6401ad0
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 12 18:33:40 2006 +0000

    Update russian translation (plural forms).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@264 30ef787d-52ff-0310-b286-e08351bb7647

commit 7219e12b515dbe1a44d3a6afe1324999f444ea41
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 12 18:13:02 2006 +0000

    Remove clanlib code
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@263 30ef787d-52ff-0310-b286-e08351bb7647

commit b96ad6c8aa779018a45db501f621daf2b07ea86f
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 12 17:49:58 2006 +0000

    Use ngettext for plural.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@262 30ef787d-52ff-0310-b286-e08351bb7647

commit e79301d1d55592b51a289123d62d20d3e945f893
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 12 14:53:30 2006 +0000

    Add Alex. Prokoudine to AUTHORS
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@261 30ef787d-52ff-0310-b286-e08351bb7647

commit b02a66962d83e12dee1aba3d830c910cdc118b86
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 12 14:52:03 2006 +0000

    Add russian translation from Alexander Prokoudine
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@260 30ef787d-52ff-0310-b286-e08351bb7647

commit 08db0171dc6ee1bc9a1c5b9771cfa70ef82d02f8
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 12 14:29:21 2006 +0000

    Replace all SDL_CreateRGBSurface with CreateRGBSurface or CreateRGBASurface which take
    care of endianess.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@259 30ef787d-52ff-0310-b286-e08351bb7647

commit 7662274a22d061e2e3a9cf5e8c3170e4e117dbf4
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 12 14:09:12 2006 +0000

    Second fix about endian ...
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@258 30ef787d-52ff-0310-b286-e08351bb7647

commit f8e20c829fc079af8563975ed3e78cf8f186c54b
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 12 13:36:05 2006 +0000

    Fix endianess problem in src/map/tile.cpp
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@257 30ef787d-52ff-0310-b286-e08351bb7647

commit 89c27aa6653def9f0183ab2d361e02bcc7445113
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 12 05:13:20 2006 +0000

    First check if we have enough ammos, then shoot, and after that, use ammo.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@256 30ef787d-52ff-0310-b286-e08351bb7647

commit 61cd163237d5fd9935649df58995177991b5abc9
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 12 03:53:34 2006 +0000

    - Switch to version 0.7beta2
    - Flip every weapons with character (not only the one
      with min_angle != max_angle)
    - Only store VERSION in include/constant.cpp
    - Delete debug.cpp and debug.h file (wasn't used and was old)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@255 30ef787d-52ff-0310-b286-e08351bb7647

commit fa9f4f2ccbc6d9e24fac760e5734f625ab1c605c
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 12 02:53:38 2006 +0000

    Disable TTF_CloseFont (cause double free).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@254 30ef787d-52ff-0310-b286-e08351bb7647

commit 821e18e66ea60235c2b63793983bf96c03efcc80
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 12 02:52:02 2006 +0000

    - Move icons to data/ subdirectory
    - Wormux use icon for SDL window
    - Fix autogen.sh: fails if any tool fails
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@253 30ef787d-52ff-0310-b286-e08351bb7647

commit c99ee6b319db1e8d2d4b5970779e9d8c257575ec
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 12 02:30:18 2006 +0000

    Fix slovak translation (pb of empty lines)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@252 30ef787d-52ff-0310-b286-e08351bb7647

commit e4bf9f7be7fcbaa41a1fb82d0afcd2f123a2efe0
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 12 02:29:54 2006 +0000

    - Fix src/Makefile.am (stupid bug about \ or empty line, don't know)
    - Fix stupid bug about keyboard config
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@251 30ef787d-52ff-0310-b286-e08351bb7647

commit b748a3acdaa587242b828a67c352bffe4e18e753
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 11 22:52:23 2006 +0000

    Fix skin display in function of weapon
    Fix "fall" skin
    Fix a warning in graphic/effects.cpp
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@250 30ef787d-52ff-0310-b286-e08351bb7647

commit a9b7784b13b2ffd8064b53e40ca972efe9f7625a
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 11 22:47:29 2006 +0000

    Add Wilbur team/skin
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@249 30ef787d-52ff-0310-b286-e08351bb7647

commit ad4b46247decb4eed1f63105055ca765f97c94d1
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 11 22:06:26 2006 +0000

    Update portugues translation.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@248 30ef787d-52ff-0310-b286-e08351bb7647

commit db14711398195b125dfac01f0d7ec1ccf29f6a7e
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 11 22:05:12 2006 +0000

    - Fix configure.ac version
    - Add slovak translations (.po + HACKERS + INSTALL)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@247 30ef787d-52ff-0310-b286-e08351bb7647

commit fb9ad062db1e3aeb04c2edc73ad8206fa50ac357
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 11 21:05:54 2006 +0000

    Fix Makefile.am (add debug.cpp)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@246 30ef787d-52ff-0310-b286-e08351bb7647

commit 9d22e55f0149f30639c8a505df102e6e3cc44bfb
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 11 20:58:31 2006 +0000

    Use round() instead of roundl(): we don't need long double precision and
    it's not very portable ;-)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@245 30ef787d-52ff-0310-b286-e08351bb7647

commit 799eb629d71c36a6fddef77d4d4a65bd0a23c3d1
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 11 20:40:23 2006 +0000

    Add Vegar to AUTHORS
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@244 30ef787d-52ff-0310-b286-e08351bb7647

commit e5221216399e033b119a55ee29cc4dabc8a491db
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 11 19:43:04 2006 +0000

    Arrow images for game menu
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@243 30ef787d-52ff-0310-b286-e08351bb7647

commit b7c0bf62144520c3c86adbbb0abeecd64edcb979
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 11 15:38:29 2006 +0000

    Modified Build-Depends:
    libsdl-ttf1.2-dev -> libsdl-ttf1.2-dev | libsdl-ttf2.0-dev
    
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@242 30ef787d-52ff-0310-b286-e08351bb7647

commit 69b6a4657fb79a0a1f5f5f57f9ade7b5a3552bcb
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 11 15:25:16 2006 +0000

    Added Build-Depends
    build-essential, automake1.9, libsdl1.2-dev, libsdl-image1.2-dev,
    libsdl-mixer1.2-dev, libsdl-ttf1.2-dev, libxml++2.6-dev
    
    Change Build-Depends from libsdl-gfx1.2-4 to libsdl-gfx1.2-dev
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@241 30ef787d-52ff-0310-b286-e08351bb7647

commit 0fd478a5c10231ff5d2871e0186fdbf812ccee70
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 11 00:13:10 2006 +0000

    Add yeKcim real name to AUTHORS list
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@238 30ef787d-52ff-0310-b286-e08351bb7647

commit d5d4766c9aff347f07076b1800ef5d5d999f0700
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Jan 11 00:11:38 2006 +0000

    Add Daniel Jahre and Julien Catalano to AUTHORS list.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@237 30ef787d-52ff-0310-b286-e08351bb7647

commit f973ee2c3c83529347a4cb86d447f168234c4144
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 10 23:43:34 2006 +0000

    Map information is displayed nearby current weapon icon (BUGFIX #5045)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@236 30ef787d-52ff-0310-b286-e08351bb7647

commit 46ddec4ed8416734c93ab882670aa2da498ad1a2
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 10 23:35:15 2006 +0000

    Bugfix for stopping sound of sample
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@235 30ef787d-52ff-0310-b286-e08351bb7647

commit 5471d3a08230e8d8ea9a962c64cc7dd75ef3e6fd
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 10 23:16:38 2006 +0000

    Start game menu now uses 2 listbox for selecting the teams !
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@234 30ef787d-52ff-0310-b286-e08351bb7647

commit 5ac87cb3bb4b4b3ab18642f02c8e89aa63efd4cd
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 10 22:48:06 2006 +0000

    Small bugfixes for 0.7beta1
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@233 30ef787d-52ff-0310-b286-e08351bb7647

commit 550ee4ae7ea0116f4fefc4d0ededc02918f04ac0
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 10 21:40:33 2006 +0000

    Update escargot, alien and flament rose to make them work without "translation"
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@232 30ef787d-52ff-0310-b286-e08351bb7647

commit 6b915c5b41f55c44aedb13612ee1d8b348b7505a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 10 20:46:09 2006 +0000

    Class Box (in Gui) now manages h_border, w_border, margin between widgets
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@231 30ef787d-52ff-0310-b286-e08351bb7647

commit e004053620e72ebcaee6e2b934291dfa279faa4d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 10 19:41:44 2006 +0000

    Move sound of the jetpack in the team sound profile.xml
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@230 30ef787d-52ff-0310-b286-e08351bb7647

commit 8cf56334489dd018b0b7c15f2ae0093286598d27
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 10 13:56:28 2006 +0000

    Added debianization stuff for following distribs:
    - Debian/Sarge
    - Debian/Sid
    - Ubuntu/Breezy
    - Ubuntu/Dapper
    
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@229 30ef787d-52ff-0310-b286-e08351bb7647

commit d023a7180af833611692cf002198367dfea5e00d
Author: artefact <artefact at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 10 13:39:36 2006 +0000

    Icons for menu entry
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@228 30ef787d-52ff-0310-b286-e08351bb7647

commit 2652d67da9d8313017ffaffca0b866dc01207064
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 10 05:58:17 2006 +0000

    Ooops, revert change (use Vera.ttf)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@227 30ef787d-52ff-0310-b286-e08351bb7647

commit 730753049401b3977e606afbd30a171a2d986a24
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 10 05:44:25 2006 +0000

    Enable UTF-8 locale.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@226 30ef787d-52ff-0310-b286-e08351bb7647

commit 61adfe4415a747e4c8fd7ee09d233e34d819fcb2
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 10 03:57:09 2006 +0000

    (ooops, i call svn ci in wrong directory, so here is the second part of
     my big patch about directories ...)
    - Change arguments in ./configure about directories:
      o --enable-datadir-name => --with-datadir-name
      o Create --with-localedir-name
    - Change in resource manager about directories: add argument "relative_path"
      (the path need prefix or not?)
    - Resource manager use error function instead of (non working) dump exception
    - Fix Wormux version ("0.7" -> "0.7 beta")
    - Fix Wormux version display in loading picture (add misssing space)
    - Configure script display summary when it ends
    - Fix directory for data/Makefile.am
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@225 30ef787d-52ff-0310-b286-e08351bb7647

commit b92a8037a0f84bd47393b338dfc3e367f32d0b32
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 10 03:52:58 2006 +0000

    - Change arguments in ./configure about directories:
      o --enable-datadir-name => --with-datadir-name
      o Create --with-localedir-name
    - Change in resource manager about directories: add argument "relative_path"
      (the path need prefix or not?)
    - Resource manager use error function instead of (non working) dump exception
    - Fix Wormux version ("0.7" -> "0.7 beta")
    - Fix Wormux version display in loading picture (add misssing space)
    - Configure script display summary when it ends
    - Fix directory for data/Makefile.am
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@224 30ef787d-52ff-0310-b286-e08351bb7647

commit 86836f2e643c0b6922447436528a73df7ce5ea1a
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 10 01:01:21 2006 +0000

    It's possible to play in french again ;-)
    
    - Disable statistics (only enable with --enable-debug argument of configure)
    - Fix bug in Makefile.am (localedir was differente in src/Makefile.am and
      po/Makefile.am)
    - Fix in strings: "abc :" -> "abc:"
    - Fix in strings: "abc !" -> "abc!"
    - Update french translation (fr.po)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@223 30ef787d-52ff-0310-b286-e08351bb7647

commit 9278b03241f252f807dd0e440944ac7c69d01450
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 9 22:28:51 2006 +0000

    *Bug #4905:Implementation of PutOutOfGround method for objects
    *Fix spell in xml file loading of "air_resist_factor"
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@222 30ef787d-52ff-0310-b286-e08351bb7647

commit f5b3e8983032aa9c7302b2816a3993981db31a61
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 9 21:09:28 2006 +0000

    Avoid crash when deselecting jetpack with sound disabled
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@221 30ef787d-52ff-0310-b286-e08351bb7647

commit c5921491832d1b4a81a4b0cc413e82d237358f7a
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 9 20:59:05 2006 +0000

    Fix the position of the holy grenades timer
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@220 30ef787d-52ff-0310-b286-e08351bb7647

commit 929c8b21559f08ae263d7b2afd56205a869689a8
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 9 08:14:42 2006 +0000

    Correct Particle scale (BUGFIX #4852)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@219 30ef787d-52ff-0310-b286-e08351bb7647

commit 07c7d7a25deecc0e04196df31f6e501c1f944787
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 9 08:00:23 2006 +0000

    Remove include usefull only for debug
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@218 30ef787d-52ff-0310-b286-e08351bb7647

commit 442907f01c135460015594745e0bf17675e9b86e
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 9 07:53:01 2006 +0000

    Correct stupid bug of ListBox in which bottom button doesn't not work when there is only one item not visible.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@217 30ef787d-52ff-0310-b286-e08351bb7647

commit f330cb33097047c97ffc24c339b77a8c288226f5
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Jan 9 07:33:33 2006 +0000

    Shutdown and cleanup the TTF engine.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@216 30ef787d-52ff-0310-b286-e08351bb7647

commit 535fab3893d7f03af4cf016344cabdb65c88f8fc
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Jan 8 17:37:38 2006 +0000

    Display CURRENT weapon icon on top (BUFIX #4856)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@215 30ef787d-52ff-0310-b286-e08351bb7647

commit 4e1891d606fc4f81cd537f34a480b90f812c80fa
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 7 20:44:58 2006 +0000

    Add missing files for konquiteam
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@214 30ef787d-52ff-0310-b286-e08351bb7647

commit 412dcd3e36a06946546334f8af9e477932e482b8
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 7 16:38:58 2006 +0000

    Add test to be sure that c++ compiler is installed.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@213 30ef787d-52ff-0310-b286-e08351bb7647

commit 055a536e70222c555e4e2c402f2e3c5c7ad70442
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 7 16:14:19 2006 +0000

    Fix weapon code (bugs about flags).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@212 30ef787d-52ff-0310-b286-e08351bb7647

commit 922dc44c645e2e07dad7fcb5f5f2878d04898a92
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 7 15:30:23 2006 +0000

    - Add shadow to character name
    - Fix menu button width
    - Fix action handler: pop action before executing it
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@211 30ef787d-52ff-0310-b286-e08351bb7647

commit e3c51aa97a84051c66903698cef358256abfddcf
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 7 14:42:27 2006 +0000

    - Remove some debug messages
    - Text: use const + & for string parameters
    - Fps: i18n string
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@210 30ef787d-52ff-0310-b286-e08351bb7647

commit 257f43cff66b4bd67dc5821bd9ffe5350c175f54
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 7 13:37:00 2006 +0000

    - configure script check SDL_gfx headers
    - create configure argument: "--with-sdl-gfx-prefix"
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@209 30ef787d-52ff-0310-b286-e08351bb7647

commit 37a2f0e73e29fec11364c90b3c737e18dfef06b2
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 7 00:28:22 2006 +0000

    Fix the last bugfix :)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@208 30ef787d-52ff-0310-b286-e08351bb7647

commit 23de1d390765ab45887e5f1df8bca464483959be
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Jan 7 00:26:12 2006 +0000

    Allow to do left/right and up/down at the same when using the ninja rope
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@207 30ef787d-52ff-0310-b286-e08351bb7647

commit 27718e91a80080f98b90f6701ab0bf06f8d939aa
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 6 23:36:06 2006 +0000

    Add Konqi team
    Update Firefox team
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@206 30ef787d-52ff-0310-b286-e08351bb7647

commit 4ff7185c64798d4d3f45e63202ed352020de00a1
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 6 22:56:58 2006 +0000

    Allow specific skin per weapon
    Disable warnings when it's impossible to set a skin
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@205 30ef787d-52ff-0310-b286-e08351bb7647

commit 5bfa711e8861aadab887d915ff5c7bb8eb506892
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 6 22:54:56 2006 +0000

    Fix stupid bug about default directories.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@204 30ef787d-52ff-0310-b286-e08351bb7647

commit c370e69e3976c500fd5b00e2be6001d158ae1f74
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 6 01:29:47 2006 +0000

    Correct random positions of particles (used for explosion)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@203 30ef787d-52ff-0310-b286-e08351bb7647

commit 09e0402643bb3483aa6395e7750a020e23417893
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Jan 6 00:27:12 2006 +0000

    Correct one memory leak
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@202 30ef787d-52ff-0310-b286-e08351bb7647

commit 45c2101eff8a60d86e0cc0541af0c9738117e7a0
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 5 23:27:29 2006 +0000

    Mousewheel scrolling for listbox and spinbutton (contributions from Verga (irc))
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@201 30ef787d-52ff-0310-b286-e08351bb7647

commit 48c900f76adac43d1ccbd26dd99200c8d8be4fdd
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Jan 5 07:48:32 2006 +0000

    Correct display of listbox when resizing
    Correct display of options menu in 800x600
    Correct display of buttons Ok, Save, Cancel in options menu after changing screen resolution
    Small update of game menu (new changes should occur soon)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@200 30ef787d-52ff-0310-b286-e08351bb7647

commit b79437326450d7a4cb8b05c93cdccc062d744457
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Jan 3 07:29:54 2006 +0000

    Add a Game Menu allowing to change map and teams just before to play !
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@199 30ef787d-52ff-0310-b286-e08351bb7647

commit b997b35d2c92fc59a6bea1d68a409540783ef13f
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 30 01:35:56 2005 +0000

    Fix little errors in sprite code and physic engine
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@198 30ef787d-52ff-0310-b286-e08351bb7647

commit 1f4ae5eef7de798a0731d5e3c1875161afa4518c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 29 20:34:33 2005 +0000

    Correct the graphical engine
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@197 30ef787d-52ff-0310-b286-e08351bb7647

commit 28d6943f07784f3b7211e45c79414041f4053ccf
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 29 14:45:19 2005 +0000

    Modify arrow sprite/code (only point to current playing skin, and show when the player is doing nothing)
    Remove xml 'translation' flag support
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@196 30ef787d-52ff-0310-b286-e08351bb7647

commit 0d257d93834f7fc6bd0cc4a28f65dd2cb16ad96d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Dec 28 21:18:38 2005 +0000

    Options menu is now easier to update
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@195 30ef787d-52ff-0310-b286-e08351bb7647

commit 10a849413e8c6b99843c9be93d60a925e3f0fa63
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Dec 28 18:03:08 2005 +0000

    Fix a bug in sprite code
    Correctly invalidate drawing cache on rotated sprites
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@194 30ef787d-52ff-0310-b286-e08351bb7647

commit 6569103fc15114834e7f4579948324885ae6ddca
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Dec 28 17:55:31 2005 +0000

    Rotation on the skin, when using the ninjarope
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@193 30ef787d-52ff-0310-b286-e08351bb7647

commit 3d04b758cd139ba6daaf1bef33ed9c3945ec8bc7
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Dec 27 23:45:22 2005 +0000

    Fix ninja rope display
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@192 30ef787d-52ff-0310-b286-e08351bb7647

commit e3c013b3f7155417abafc1e9782d69d989399e68
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 23 12:43:31 2005 +0000

    Bug fix:
    * Disable rotation/scale smoothing on sprite which uses last frame cache, as it makes sdl_gfx bug
    * Stop full_walk animation on turn end, to avoid the sprite to infinitely loop
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@191 30ef787d-52ff-0310-b286-e08351bb7647

commit 63c02c4328eef8c5edbdf1412ed937e5b7618aee
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Dec 20 22:25:28 2005 +0000

    Hope to resolve bug #4853
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@190 30ef787d-52ff-0310-b286-e08351bb7647

commit 0653dd3cd72e386c3f58d960ecc242a0fecb4e7c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Dec 20 22:00:22 2005 +0000

    Display correct image for cluster bomb. Remove Clanlib code.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@189 30ef787d-52ff-0310-b286-e08351bb7647

commit d213dee4f75b76aefb78fd8e4475a14d991f048e
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Dec 20 21:51:51 2005 +0000

    Fix weapon upside down sprite
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@188 30ef787d-52ff-0310-b286-e08351bb7647

commit ed80bb2d36360a480b81def232c45c6c1e8702d5
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Dec 20 21:26:55 2005 +0000

    Fix minor compilation issue
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@187 30ef787d-52ff-0310-b286-e08351bb7647

commit 601b7311373b1b52a2b9747e9ea434ab9648e708
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Dec 20 21:19:36 2005 +0000

    Remove most of CLanlib code from class Weapon
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@186 30ef787d-52ff-0310-b286-e08351bb7647

commit a26319aa5101c0cf610b2198e230e880dcf65911
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Dec 20 21:12:39 2005 +0000

    Add function DrawTmpBoxText
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@185 30ef787d-52ff-0310-b286-e08351bb7647

commit 81006b8579fe67fc50908902a036426df1e0d887
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Dec 20 21:09:34 2005 +0000

    -Fix little bug in skin display
    -Rewrite the movement of the characters function in more simple way
    And correct for the 100e time the bug of skin walking thru walls...
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@184 30ef787d-52ff-0310-b286-e08351bb7647

commit c5485d1112c49dbcc93d618b00447dbf6196a1d3
Author: rlottiau <rlottiau at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Dec 20 08:54:48 2005 +0000

    Fix minor compilation issue with gcc 4.0.3
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@183 30ef787d-52ff-0310-b286-e08351bb7647

commit ff33a72a24789297871cb888059c89878728fe9f
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 18 13:15:06 2005 +0000

    Improved graphic engine
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@182 30ef787d-52ff-0310-b286-e08351bb7647

commit da3c3ce1c89eee6d9b1edf079b4adad36d8b632e
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 18 12:50:43 2005 +0000

    Skins:
    * Update gnuteam
    * Add full walk -> Walking animation is fully played, not only one frame per step
    * Add "breathe" skin -> when full walk enabled, the skin breathes as soon as the walk animation is finished
    * Breathe animation for poulpe
    * Fix bug: skin can't do "big" steps
    * Fix bug: energy/name displayed when the skin is dead
    Sprite:
    * Enable "frame speed" xml option
    * Enable "pingpong" xml option
    * Add option "show_first_frame" when animation is finished
    * Add debug informations
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@181 30ef787d-52ff-0310-b286-e08351bb7647

commit 334b4ee73ec53c3d1212fdb878790ca92c07ce46
Author: jcduberga <jcduberga at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 18 02:07:37 2005 +0000

    Enable SDL MMX/3Dnow optimized blitters when drawing the tiles in with alpha
    (used to display the ground).
    
    In Alpha software mode, the game should be faster and consume less CPU as the bottleneck slowly go in the the SDL_Flip function.
    
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@180 30ef787d-52ff-0310-b286-e08351bb7647

commit 6bb8d64a302328adb8320320791a40287a4a3da0
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 16 17:41:14 2005 +0000

    Add xml flag '<not_while_playing>' to avoid display of the 'clin d'oeil' skin while the character is playing
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@179 30ef787d-52ff-0310-b286-e08351bb7647

commit 19ffb3bed783913b5472701526dceeac86809ba4
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 15 15:41:38 2005 +0000

    Remove Clanlib code
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@178 30ef787d-52ff-0310-b286-e08351bb7647

commit bab7c30605674d07ecd92e5f83e1cfcc77f33bc8
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 15 15:11:29 2005 +0000

    Remove Clanlib Code
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@177 30ef787d-52ff-0310-b286-e08351bb7647

commit e49eccc4cfb4f84ae4c261b9081e5e37cd8252d5
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 15 15:10:09 2005 +0000

    Finish translation of WeaponMenu. Hide weapon_menu at the end of a turn. Display the stock of ammunition.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@176 30ef787d-52ff-0310-b286-e08351bb7647

commit 60353974e8bf0a39965503e750e5e1de486aaf86
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 15 04:46:27 2005 +0000

    (Big) Remove old ClanLib code
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@175 30ef787d-52ff-0310-b286-e08351bb7647

commit 719f7afed4445cad11afde06322a5c8f73a5f4b9
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 15 04:17:09 2005 +0000

    Fix ground and sky draw using rectangles. Fix lastx/lasty variable (use int
    type instead of uint and give them an initial value!). Sorry, JC code was half
    right (don't need ox/oy but Blit was wrong). Remove old ClanLib code.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@174 30ef787d-52ff-0310-b286-e08351bb7647

commit 9ecbbd54bf12f0e04300806f79d0a09c2dc2d1e3
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 15 03:01:30 2005 +0000

    Fix DrawTile_Clipped (use camera yet)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@173 30ef787d-52ff-0310-b286-e08351bb7647

commit 98b42c4a6feb90ae4680bcb0e10541d4d7328913
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 15 01:59:43 2005 +0000

    Wormux ne mange pas assez de fruits, mais heureusement Haypo est la pour verifier son alimentation ;-)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@172 30ef787d-52ff-0310-b286-e08351bb7647

commit c2c4105ecce47161da326c8e8b358b6629e263a5
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 15 01:53:20 2005 +0000

    Fix po/Makefile.am (remove graphism.cpp)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@171 30ef787d-52ff-0310-b286-e08351bb7647

commit 71dbdc3a5d7c62d1b793040f69792c2f680288b5
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 15 01:28:30 2005 +0000

    First try to not redraw the complete ground and sky (enable ONLY and map with infinite sky (Grenouilles))
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@170 30ef787d-52ff-0310-b286-e08351bb7647

commit 398af1aa4648163cb8472bcf8524133c62358e72
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 15 01:26:01 2005 +0000

    Sound debug is more interesting
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@169 30ef787d-52ff-0310-b286-e08351bb7647

commit abdda4dd7292b8b7e864e0e4fa221bc2705352d2
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 15 00:14:01 2005 +0000

    Enable sound for rebound :-)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@168 30ef787d-52ff-0310-b286-e08351bb7647

commit ac1914679c65efe3f53f1ce92117c9707e9856e3
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Dec 14 20:41:27 2005 +0000

    Draw current character(skin) on top of the others
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@167 30ef787d-52ff-0310-b286-e08351bb7647

commit 64d2a3a7dc7206aeb0108e6227ff97d358a4ed01
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Dec 14 20:26:07 2005 +0000

    Use Text API instead of Font API display author name at the beginning of a game
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@166 30ef787d-52ff-0310-b286-e08351bb7647

commit 5387734cfaefb4ee7934178f1c53c67739b11baa
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Dec 14 17:36:06 2005 +0000

    Correct map loading/unloading
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@165 30ef787d-52ff-0310-b286-e08351bb7647

commit 661099b76e596f0a0173bbdac7119b90c4a255c6
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Dec 14 16:56:53 2005 +0000

    Use Text API instead of Font API for displaying the version number in the main menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@164 30ef787d-52ff-0310-b286-e08351bb7647

commit 8d3c42fcfa81cc47a844555f3092b7e35b67f745
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Dec 14 02:48:01 2005 +0000

    Translate class Temps into class Time
    Reconstruct the interface "from scratch" using the Text objects :-)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@163 30ef787d-52ff-0310-b286-e08351bb7647

commit c0f9589b38e86162a11c34a3ce5d4c3576b33f4e
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Dec 13 23:07:10 2005 +0000

    Use Text class instead of using Font.Write(string)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@162 30ef787d-52ff-0310-b286-e08351bb7647

commit 5387c3bc09d9e494e410fb316df0df596eff8326
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Dec 13 21:05:22 2005 +0000

    Fix some errors found by valgrind:
    * Avoid memory leak from wind sprites
    * Don't compute ContactPoint to the ground when an object collide to an other object
    * Delete Particles before erasing from stdlist
    * Fix conditionals jump on uninitialised value (Sprite::alpha,WeaponMenuItem::zoom_start_time,Character::max_strength)
    * Don't delete sky at the end of a partie (temporary solution-> see bug on gna)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@161 30ef787d-52ff-0310-b286-e08351bb7647

commit 2f8868c8f3db4b7cb09a88098f478aac2b4a1fa7
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Dec 13 16:18:51 2005 +0000

    Display gnu timer
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@160 30ef787d-52ff-0310-b286-e08351bb7647

commit 323f59782437d153b06c12eb7808233ec9a13fb1
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Dec 13 00:48:36 2005 +0000

    Correct misplacing of image part of the GUI widgets after playing (relative placement -> absolute placement)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@159 30ef787d-52ff-0310-b286-e08351bb7647

commit 67646429b6f7d9e567dfd9844c8b1c677207989a
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Dec 12 22:08:19 2005 +0000

    Add a 'last_frame' cache to sprites
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@158 30ef787d-52ff-0310-b286-e08351bb7647

commit 903701eaad1dcb3a74824eed554857c31315d30e
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Dec 12 18:12:21 2005 +0000

    Remove unused graphic/graphic.h and graphic/graphic.cpp
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@157 30ef787d-52ff-0310-b286-e08351bb7647

commit a78df3b5479396d53b8647a0869dcf9fa4e7b857
Author: jcduberga <jcduberga at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Dec 12 13:24:37 2005 +0000

    Add a method in the Tile class to redraw only a part of the ground
    
    // Draw a part that is inside the given clipping rectangle
    // Clipping rectangle is in World corrdinate not screen coordinates
    // usefull to redraw only a part that is under a sprite that has moved,...
    
    void DrawTile_Clipped( Rectanglei clip_rectangle);
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@156 30ef787d-52ff-0310-b286-e08351bb7647

commit 8c05c135319c4d5d7a5b234225a47c992000a145
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 11 11:13:44 2005 +0000

    Various minor thing:
    * Clean initialisation debug msg
    * Fix wind particles mass of map sprites
    * Add debug code in gui's box element
    * Delete sprites of button/check_box in destructor
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@155 30ef787d-52ff-0310-b286-e08351bb7647

commit 7b4b9a3cc9cfc7d22db8724fa7bb3cd08bf8861a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 10 18:44:36 2005 +0000

    Partial translation of source code of Option Menu. Remove useless variables.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@154 30ef787d-52ff-0310-b286-e08351bb7647

commit 9409e35aa18cce1faf5e1227ae1fe1d175041097
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 10 14:43:39 2005 +0000

    Fix tiny bug :)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@153 30ef787d-52ff-0310-b286-e08351bb7647

commit 779410709f9b3df67f776fa3e66742d552e43b7a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 10 06:07:48 2005 +0000

    Options menu is now usable
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@152 30ef787d-52ff-0310-b286-e08351bb7647

commit 8bbd1e21c3e7fe8597d88b173427a537ec8b4af2
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 10 06:06:09 2005 +0000

    Rename resources files
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@151 30ef787d-52ff-0310-b286-e08351bb7647

commit ffb4de119bf7c9da203874f2cbd657ce978d4e87
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 10 05:24:14 2005 +0000

    Correct stupid bug in list_box (y instead of x)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@150 30ef787d-52ff-0310-b286-e08351bb7647

commit d0467af006c97cea70e6e0dfa718712714797be4
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 10 00:39:36 2005 +0000

    Add yeKcim to AUTHORS
    Add skin/team "firefox"
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@149 30ef787d-52ff-0310-b286-e08351bb7647

commit 040515f2d44c69922bf6f3f03c2a8c31a70f9210
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 9 16:27:10 2005 +0000

    Check that font file exists before loading it.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@148 30ef787d-52ff-0310-b286-e08351bb7647

commit c9c9bf57273262fd02740a02d630d43f10e049fa
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 9 12:18:56 2005 +0000

    Update INSTALL documentation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@147 30ef787d-52ff-0310-b286-e08351bb7647

commit 5a85002d8cb0a8b6d50b327a7a5f1ad6dc74aa9e
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 9 07:10:10 2005 +0000

    Class Vbox becomes class Box. Update the Makefile consequently
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@146 30ef787d-52ff-0310-b286-e08351bb7647

commit 62cd6d5922ca9c63496ef3d36134a2159151d96f
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 9 07:09:13 2005 +0000

    Update the Options menu with new GUI API (still buggy)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@145 30ef787d-52ff-0310-b286-e08351bb7647

commit 833736cf5a28ad6cfba4a3f8b53c933a4fe50044
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Dec 9 07:08:25 2005 +0000

    Many improvements and modifications in the GUI
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@144 30ef787d-52ff-0310-b286-e08351bb7647

commit 505432fd6898ba7ae414fcf84f68ee28878e9751
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Dec 7 21:38:12 2005 +0000

    * Fix teleportation
    * Change teleportation animation
    * Add frame skip to sprite handling
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@143 30ef787d-52ff-0310-b286-e08351bb7647

commit 10404c3f23a001c4b03f67be3ad5180a78316da3
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Dec 7 21:36:41 2005 +0000

    Fix Air Attack and fix 50% of teleportation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@142 30ef787d-52ff-0310-b286-e08351bb7647

commit 756895da6421be0ae997d5cf698a8dfa867d16b4
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Dec 7 21:34:00 2005 +0000

    Fix never ending 'clin d'oeil' animation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@141 30ef787d-52ff-0310-b286-e08351bb7647

commit 2f4c0939f2b50130b43363af7da9f52ae5f0dd15
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Dec 6 20:12:22 2005 +0000

    Default animation style is loop
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@140 30ef787d-52ff-0310-b286-e08351bb7647

commit 9f32e5a8bd115d21af859e6dd5f731bd7511a678
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Dec 6 10:43:25 2005 +0000

    Add VBox class in GUI. Begin to repair the options menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@139 30ef787d-52ff-0310-b286-e08351bb7647

commit a8c4c779113cb68d569e40e160e7fcf20ced7a71
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Dec 5 23:49:45 2005 +0000

    Add the widget class to list of file to compile !!
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@138 30ef787d-52ff-0310-b286-e08351bb7647

commit e5d9d97cda01b16c7f584575787d860e04cd65de
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Dec 5 23:48:51 2005 +0000

    Dynamic creation of the options menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@137 30ef787d-52ff-0310-b286-e08351bb7647

commit 806d07644defe998711066a08f8aeb99ae2dde64
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Dec 5 23:47:50 2005 +0000

    Really minor ;-)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@136 30ef787d-52ff-0310-b286-e08351bb7647

commit 99c9548f6b3f833276fcfbd4f5fff6ee7f666204
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Dec 5 23:47:10 2005 +0000

    Make Options Menu compliant with the new GUI API.
    BUT the options menu is now broken because of misplaced widgets!
    TODO implement a vertical box to add widget in
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@135 30ef787d-52ff-0310-b286-e08351bb7647

commit 7ac52f790eef9b4a82cd8054e2c1ab103145bcbe
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Dec 5 23:45:24 2005 +0000

    Make main menu compliant with the new GUI API
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@134 30ef787d-52ff-0310-b286-e08351bb7647

commit e04fc4f8d4607522ea4516fe6d811a9e7fe25600
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Dec 5 23:44:15 2005 +0000

    Add a new class Widget. Clean code from the objects inherited :
    - Use the Text object
    - Remove init methods
    - ...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@133 30ef787d-52ff-0310-b286-e08351bb7647

commit 627a049a8eba88727b5bab3cefc2f167a904d85e
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Dec 5 22:47:47 2005 +0000

    Correct the font caching mechanism
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@132 30ef787d-52ff-0310-b286-e08351bb7647

commit 75cf1b0c9799a8821b01514cfd1f0805dd84a173
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Dec 5 22:17:02 2005 +0000

    Add rotation and flipping cache to sprites
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@131 30ef787d-52ff-0310-b286-e08351bb7647

commit ff0009bb163d77fbfd695d9975b995edc48c4faf
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Dec 5 21:54:03 2005 +0000

    Fix water display
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@130 30ef787d-52ff-0310-b286-e08351bb7647

commit 505792d0e9ca70897364ea66def13c437b957d57
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Dec 5 21:38:29 2005 +0000

    Fix clean.sh: also remove src/.deps/*
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@129 30ef787d-52ff-0310-b286-e08351bb7647

commit 45f35b5d793341eda1420157d93166c889163f9c
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 4 18:51:10 2005 +0000

     * Switch fps counter to use Text object
     * Import Clanlib's color definitions
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@128 30ef787d-52ff-0310-b286-e08351bb7647

commit 6b1004a93d07aaa4385d627aa26f73700e55eca3
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 4 18:14:11 2005 +0000

    Add Text objects
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@127 30ef787d-52ff-0310-b286-e08351bb7647

commit fdc56383ef494ad7727b535ce30e8aa58847049c
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Dec 4 14:39:09 2005 +0000

    Add gnou skin/team
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@126 30ef787d-52ff-0310-b286-e08351bb7647

commit 1eb69a7da63d8c2f42f912013c12e528cbe90756
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Dec 3 23:40:59 2005 +0000

    Move sprite.cpp/.h to src/graphic/
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@125 30ef787d-52ff-0310-b286-e08351bb7647

commit e2031f7a270ec921ed1827d8a2baa10bf4b51934
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 1 21:32:32 2005 +0000

    Enhancement of the Question class
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@124 30ef787d-52ff-0310-b286-e08351bb7647

commit 2500a144d0ad2f47599f97b77741e5fb37d71c79
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 1 21:29:47 2005 +0000

    Make main menu compliant with new API of ButtonText
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@123 30ef787d-52ff-0310-b286-e08351bb7647

commit 04669e1b5a55011f4a2d74a5b57c198b1cf412d4
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 1 21:11:27 2005 +0000

    SDL_Surface for ButtonText is created _ONCE_
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@122 30ef787d-52ff-0310-b286-e08351bb7647

commit 21787b2933d24daddc85ba73d1be360583fb9649
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 1 20:45:43 2005 +0000

    Add the "Tux team" which use the tux skin
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@121 30ef787d-52ff-0310-b286-e08351bb7647

commit 10113ab42943275804f239bd0ff00fbb5b4917ca
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Dec 1 20:44:55 2005 +0000

    Add the skin TUX from yeKcim
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@120 30ef787d-52ff-0310-b286-e08351bb7647

commit bdd32c144864de699690981927bf39244e7ae7ad
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 29 21:56:17 2005 +0000

    First try to improve text displaying
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@119 30ef787d-52ff-0310-b286-e08351bb7647

commit b8b3ee89b44d901ba4b5a74de707973d2f5c3d4c
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 19 20:27:41 2005 +0000

    Fix wind bar
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@118 30ef787d-52ff-0310-b286-e08351bb7647

commit 9591fccdd4879d1815519add223b3730e9e0bdc1
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 19 18:45:45 2005 +0000

    Handle 'translation' for sprite
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@117 30ef787d-52ff-0310-b286-e08351bb7647

commit 87fb6f3a7496598e7066b29c47cb98a4f9b9d0a5
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 15 23:03:37 2005 +0000

    Re-set default video mode bits/pixel to 32, and improve stats.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@116 30ef787d-52ff-0310-b286-e08351bb7647

commit 72090a89809854b068c14778b3c2dcc366630a7e
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 15 22:13:08 2005 +0000

    Stats are saved in stats.xml (XML file).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@115 30ef787d-52ff-0310-b286-e08351bb7647

commit 998ba4c29a293e02464b506ad8f990889e43ccbe
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 15 21:19:15 2005 +0000

    Add Python view_stat program.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@114 30ef787d-52ff-0310-b286-e08351bb7647

commit 6347bfc466b358a4334cbb03af7643ad9725d624
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 15 16:34:20 2005 +0000

    Commit missing stats.* files
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@113 30ef787d-52ff-0310-b286-e08351bb7647

commit 9fa76e2992b67cf86023a65fb5739f05a71555a6
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 15 04:39:40 2005 +0000

    Create statistics tools (StatStart, StatStop, StatOutput), fix (GUI) Question
    class for SDL, set default video bits/pixel to 32, remove speed in time
    (wasn't used anymore).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@112 30ef787d-52ff-0310-b286-e08351bb7647

commit ef3808b2da02c3df1d54b644051f7444e2bd8706
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 14 18:05:18 2005 +0000

    Fix "assertion manquée..."
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@111 30ef787d-52ff-0310-b286-e08351bb7647

commit 0536974e338cbeb7b20a667430470ddfb1b398b0
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 14 08:39:44 2005 +0000

    Remove global vars: bazooka, dynamite, main_menu. Fix timer.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@110 30ef787d-52ff-0310-b286-e08351bb7647

commit 1bf30786bec1c499ce7cb3842ac12b1c575b1e12
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 14 06:23:07 2005 +0000

    Re-enable FPS limit (yeah, it's possible to play with 2 fps !!!)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@109 30ef787d-52ff-0310-b286-e08351bb7647

commit 32a480f86334e2c339bff7b6dc37a3e9360a7ad6
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 14 06:07:29 2005 +0000

    Remove first global variable :-)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@108 30ef787d-52ff-0310-b286-e08351bb7647

commit 20d521bf9b2510c0174103c686cc81e21656bac3
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 14 04:06:23 2005 +0000

    Fix weapon position, create Sprite::IsFinished() function and display game
    message (re-enable this).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@107 30ef787d-52ff-0310-b286-e08351bb7647

commit a8f4a99dab9a1cd385e1626b53f1fd0fd41a6306
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 14 03:26:34 2005 +0000

    Fix strings "Weapon:" and "Stock:" in interface (english and
    french are different: "Weapon: %s" VS "Arme : %s", one more space),
    now full string are i18n.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@106 30ef787d-52ff-0310-b286-e08351bb7647

commit 0a5718e5c26dde269baf38df72bf6f975267d95f
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 14 03:18:35 2005 +0000

    Create Font::GetHeight(std::string) and fix function which displays map author name.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@105 30ef787d-52ff-0310-b286-e08351bb7647

commit 5cf375cb794dbebf59eaeb1ab952f4d4d34742b6
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 14 03:06:23 2005 +0000

    Improve sprite animation, now support:
    - frame speed,
    - backward animation,
    - "show on finish",
    - loop.
    
    Also fix warning in Button and GNU weapon.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@104 30ef787d-52ff-0310-b286-e08351bb7647

commit 23fe3090aa6f426f0480a47b2be69d8e3c9c1bd0
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 14 01:33:34 2005 +0000

    Fix when config.xml doesn't exist (fix data dir and create a new one).
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@103 30ef787d-52ff-0310-b286-e08351bb7647

commit 480ce5147ab1e54bd8052840a0a2f69c4ec48685
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 14 01:22:41 2005 +0000

    Don't scroll with mouse while weapon menu is displayed.
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@102 30ef787d-52ff-0310-b286-e08351bb7647

commit a923cdb77a0e3462545b7c6ed065f0682d5e9af7
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 14 01:18:34 2005 +0000

    Remove a lot of warnings
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@101 30ef787d-52ff-0310-b286-e08351bb7647

commit c71a22c6ed3e012d3a6fcd4aed31326429549113
Author: haypo <haypo at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Nov 14 00:51:23 2005 +0000

    Stop joking, libxml++ is really very old => Wormux now needs libxml++ 2.6
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@100 30ef787d-52ff-0310-b286-e08351bb7647

commit b41edf2815c25f41fcacfc4dd7afafca54aefb1b
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 13 14:04:48 2005 +0000

    Missing files..
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@99 30ef787d-52ff-0310-b286-e08351bb7647

commit 86f69d15f2ef87b543c65a2f62b49f859ca37acc
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 13 14:02:17 2005 +0000

    Inifinite background vertically and horizontally! :)
    Enabled on map Grenouille
    Water/wind sprite a litle buggy..
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@98 30ef787d-52ff-0310-b286-e08351bb7647

commit b0607316fdd245058d7b4e778df4ac6618e185bf
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 13 13:59:47 2005 +0000

    Mingw32 compatibility.. not fully complete..
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@97 30ef787d-52ff-0310-b286-e08351bb7647

commit 65a2d68c1d4b0ba6dc0502fa101ebaea7d407848
Author: jcduberga <jcduberga at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Nov 13 11:11:40 2005 +0000

    clean up resource profile deleting ( calling the UnLoadXMLProfile method )
    
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@96 30ef787d-52ff-0310-b286-e08351bb7647

commit 10460f3f97905a3adb845a216caeb15319f1c45e
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 12 20:11:55 2005 +0000

    Remove paragui references
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@95 30ef787d-52ff-0310-b286-e08351bb7647

commit 32163ad5dba3a8b7bbc1e94c0bd95668c8cf754a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 12 15:16:15 2005 +0000

    Make resolutions and fullscreen options working!
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@94 30ef787d-52ff-0310-b286-e08351bb7647

commit 9fc598dc0411dd46ce4a49f36e20c5495b168798
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 12 12:34:59 2005 +0000

    Delete transparent tile when loading it (speed-up depending of the map)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@93 30ef787d-52ff-0310-b286-e08351bb7647

commit 12b460d4c6849b3d0c418edfa87ad2390e0309e8
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Nov 12 11:12:13 2005 +0000

    Fix ninja rope
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@92 30ef787d-52ff-0310-b286-e08351bb7647

commit 9b42d9b09ffef102c60e2cdfd7623d0f46403778
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Nov 9 23:40:28 2005 +0000

    Rewrite the main menu without using Paragui
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@91 30ef787d-52ff-0310-b286-e08351bb7647

commit 459eda4ff17eff717b534539e25be8901258c8ae
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 8 07:26:49 2005 +0000

    Allocate SDL_Surface (used for displaying name of character) _ONCE_
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@90 30ef787d-52ff-0310-b286-e08351bb7647

commit 1b1d4fe9769ba295eb47997e147b1d707f017134
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 8 07:24:01 2005 +0000

    Add an option : "Display wind particles"
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@89 30ef787d-52ff-0310-b286-e08351bb7647

commit 151fcf55baaad565a6f12cc7498232cecc32b0d9
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 8 07:21:48 2005 +0000

    Draw the rope of the weapon ninja_rope.
    
    WARNING: The ninja rope is actually buggy!! Rope does not collide!!
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@88 30ef787d-52ff-0310-b286-e08351bb7647

commit 134284d61e0d3b41091681d4bca9d048b9b6dba1
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 8 07:17:18 2005 +0000

    [MINOR] Correct syntaxical error
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@87 30ef787d-52ff-0310-b286-e08351bb7647

commit 382272a110082d60e3e356d40ab2798864ca0490
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Nov 4 18:03:46 2005 +0000

    Correct some stupid bugs in sound options
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@86 30ef787d-52ff-0310-b286-e08351bb7647

commit ce4d4f5b931ebb3d58f83c53dd3b39c89091acb5
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 3 23:10:37 2005 +0000

    Sound options should now works
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@85 30ef787d-52ff-0310-b286-e08351bb7647

commit b2bd0055b5942b47f4a9188f12c545788cd6bd29
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 3 18:30:22 2005 +0000

    Allows to use full path or relative path in $HOME/wormux/config.xml
    
    Examples:
      <data_dir>/home/mfertre/perso/projets/wormux/svn/wormux/data/</data_dir>
      <data_dir>../data/</data_dir>
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@84 30ef787d-52ff-0310-b286-e08351bb7647

commit ccbfd195bb15c54c733067c32727cba7a11d0e5f
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Nov 3 17:37:10 2005 +0000

    Fix compilation problem
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@83 30ef787d-52ff-0310-b286-e08351bb7647

commit b73ff472c5398bc88cd981bd191a4ab0c4fae492
Author: jcduberga <jcduberga at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Nov 1 14:24:03 2005 +0000

    option_menu is now ported to SDL with the old wormux gui widgets
    
    This is probably a temporary solution. It should works as before the port
    no more no less.
    
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@82 30ef787d-52ff-0310-b286-e08351bb7647

commit 8ac87479211a961a2a9c693e4792471c786c18e1
Author: jcduberga <jcduberga at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 29 12:39:12 2005 +0000

    port of the wormux gui stuff
    
    - begining of the option menu port (very early stage)
      check box are not well placed
      mouse clicks are not handled
      ...
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@81 30ef787d-52ff-0310-b286-e08351bb7647

commit 2a794e8f6937092c01251f84a7f484b3b7bf3b26
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 23 21:59:01 2005 +0000

    - Low gravity
    - Ninja-rope -> drawing rope miising
    - Parachtue -> Play once in Sprite class missing
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@80 30ef787d-52ff-0310-b286-e08351bb7647

commit 79b30bd41f10dcf0e7eb3e1cf7c872fdea95c4d8
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 23 21:16:02 2005 +0000

    - Jetpack
    - Delete profiles after using them in my previous commit :/
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@79 30ef787d-52ff-0310-b286-e08351bb7647

commit 05556533d3ffb944f5b68b8f94b0215649bf35ac
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 23 21:01:31 2005 +0000

    - Supertux
    - Handle Key repeat
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@78 30ef787d-52ff-0310-b286-e08351bb7647

commit c7a488c703b7c53c50f2c435c5935b489a2e0972
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 23 20:38:31 2005 +0000

    Airhammer
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@77 30ef787d-52ff-0310-b286-e08351bb7647

commit d4c3806842f1564ab8a83679ad021a0973c8fd13
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 23 16:46:58 2005 +0000

    Holly grenade
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@76 30ef787d-52ff-0310-b286-e08351bb7647

commit bd22937a1fff6411d34f6a3572e34d3ca2344db4
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Oct 23 16:28:13 2005 +0000

    Switch particles from SDL_Surfaces* to Sprite* to enable scale/alpha
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@75 30ef787d-52ff-0310-b286-e08351bb7647

commit f00d5c3d3a31c49045bbc8861feed7d682933184
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Oct 22 21:01:22 2005 +0000

    Add hotspot for rotations
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@74 30ef787d-52ff-0310-b286-e08351bb7647

commit a7224cec8674048714c078368306265efc19188e
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Oct 20 10:01:28 2005 +0000

    Partially port the uzi (bug with keyboard management)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@73 30ef787d-52ff-0310-b286-e08351bb7647

commit b9b95ecd8682b6b90f7bdc9d1c438e3ced8cc805
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Oct 20 09:38:28 2005 +0000

    Beautiful color frame for unit of ammo (try with the gun) :-)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@72 30ef787d-52ff-0310-b286-e08351bb7647

commit 2512b0eed4ff8861b5db29e31095fecde80e90a6
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Oct 20 09:20:09 2005 +0000

    Displays weapon and crosshair only when playing (not when turn is ending)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@71 30ef787d-52ff-0310-b286-e08351bb7647

commit 8ec9fd3e21379c8981fa17b2322ae99141f1323d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Oct 20 09:12:31 2005 +0000

    Remove uggly arrow (black crossed red arrow) displayed when pointing a character which is not of the active team
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@70 30ef787d-52ff-0310-b286-e08351bb7647

commit 9d4c855a60232c5cb5546da31410ea03d08f7573
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 19 18:29:49 2005 +0000

    Update makefile and weapons_list. Try to display unit per ammo left in a turn (does not work)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@69 30ef787d-52ff-0310-b286-e08351bb7647

commit e337f8827ab2958c19d95e2b930cc5bf513fa77a
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 19 18:10:49 2005 +0000

    Now characters die !
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@68 30ef787d-52ff-0310-b286-e08351bb7647

commit 58db903de63cd8d851d8bbbaacac30f75ba1c939
Author: jcduberga <jcduberga at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 17 06:04:43 2005 +0000

    display auto_bazouka target
    fix gnu display problem when rotated
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@67 30ef787d-52ff-0310-b286-e08351bb7647

commit 3629c9757009a02a3c28a49fdfe3ab411e870c37
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 17 05:55:20 2005 +0000

    Finish to port the grenade (displays timeout)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@66 30ef787d-52ff-0310-b286-e08351bb7647

commit 1920e1bcbfcaee2c02a7b48a54ba753cec11f294
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 17 05:53:14 2005 +0000

    Port the cluster bomb weapon
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@65 30ef787d-52ff-0310-b286-e08351bb7647

commit 67819ae1739de4669b31aed2b23fefaed70c456e
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 17 05:48:56 2005 +0000

    Port the suicide weapon
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@64 30ef787d-52ff-0310-b286-e08351bb7647

commit edf0c708351907b4203264fab795db6c9e05d3d9
Author: jcduberga <jcduberga at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Oct 14 21:16:20 2005 +0000

    - weapon_menu : buttons are again displayed from the top
    - sprite : rotation is now the same direction as with clanlib
    - weapons : gun, air_attack and gnu are ported
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@63 30ef787d-52ff-0310-b286-e08351bb7647

commit ba9357605c13f624e5881249f6d278e5946d1df7
Author: jcduberga <jcduberga at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Oct 13 19:28:34 2005 +0000

    - weapon strength bar is now properly drawn
    - character selection is now working as it was before the port
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@62 30ef787d-52ff-0310-b286-e08351bb7647

commit a1a6c6d2fb95b47dc0a536a6d56fe49bde6027fe
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Oct 13 04:55:44 2005 +0000

    Porting bazooka and most of the automatic bazooka (not drawing the target)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@61 30ef787d-52ff-0310-b286-e08351bb7647

commit d9a7df3407562f6fb8df406bebb405b38efedb2f
Author: jcduberga <jcduberga at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 12 21:35:20 2005 +0000

    - each character has its own sprites (copy)
    - skin jump is now properly handled
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@60 30ef787d-52ff-0310-b286-e08351bb7647

commit 014bc26f319941b1f1366fd2c1c692868bc1b2bd
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Oct 12 18:06:55 2005 +0000

    Correct angle for weapon displaying
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@59 30ef787d-52ff-0310-b286-e08351bb7647

commit 23441c3995cd60b8e4b7d2eca447a0299e5b4b6b
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 11 23:26:23 2005 +0000

    Manage configuration XML file for weapons
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@58 30ef787d-52ff-0310-b286-e08351bb7647

commit bcd94ec8cc675a9b8a3cf816f71f982486a65049
Author: jcduberga <jcduberga at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Oct 11 16:36:43 2005 +0000

    - weapon item in weapon menu are now zoomed when mouse cursor is over
    - add grenade ( but there is a problem with the variables min_angle and max_angle that are not setted)
    - add a method in the sprite class to set the rotation angle
    
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@57 30ef787d-52ff-0310-b286-e08351bb7647

commit d0b0f1166d022bdebb4ba1e11fda84b3b7047846
Author: jcduberga <jcduberga at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 10 20:10:27 2005 +0000

    add zoom in weapon menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@56 30ef787d-52ff-0310-b286-e08351bb7647

commit 6728d1c8ed06ad73412b4108c1b2d61f2b2f165f
Author: jcduberga <jcduberga at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 10 17:00:07 2005 +0000

    - sprites now support scale and rotation via SDL_gfx
    - configure script check now that SDL_gfx library is at least 2.0.13 release
    - fix cursor position
    - fonts are now loaded from the directory given by data_dir
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@55 30ef787d-52ff-0310-b286-e08351bb7647

commit 5ed4f07afebc8d8c8549a0e9e3f1820298eba3b3
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Oct 7 20:11:59 2005 +0000

    Port baseball and teleportation weapons
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@54 30ef787d-52ff-0310-b286-e08351bb7647

commit ec75c3f4f073dbb99ec21f0fa67b5ac5c1c87b16
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Oct 7 20:08:31 2005 +0000

    Add clic.ogg in /sound/share/profile.xml
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@53 30ef787d-52ff-0310-b286-e08351bb7647

commit 908e4e0fc65f9576ac96a9d0eec901db665faa3b
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Oct 7 20:05:52 2005 +0000

    Add a mirror function in class Sprite and make it work when scale < 0
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@52 30ef787d-52ff-0310-b286-e08351bb7647

commit 34faf92c05764af194da13895f248a4d7273a046
Author: jcduberga <jcduberga at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Oct 3 09:14:19 2005 +0000

    configure script: add a switch to enable profiling
    
    config class: add a transparency field (that can be ALPA or COLORKEY) and that is readed from the ~/.wormux/config.xml file
    
    tile class: we have now 3 TileItem classes :
      - one that manage alpha surfaces in main memory (software surfaces)
      - one that manage alpha surfaces in video memory (hardware surfaces)
      - one that manage colorkey surfaces in main memory (consume less CPU as alpha for software surfaces)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@51 30ef787d-52ff-0310-b286-e08351bb7647

commit 19ab5005873480d53ca5a65e2365f810c08bc238
Author: jcduberga <jcduberga at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Sep 29 17:21:26 2005 +0000

    minor change in src/Makefile.am
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@50 30ef787d-52ff-0310-b286-e08351bb7647

commit c7af900d59ee6b4ae76ba1bd59924b3b8bc1b5ea
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Sep 29 17:15:26 2005 +0000

    Port most of sound to the new API in the "weapon" folder
    Enable skip_turn weapon
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@49 30ef787d-52ff-0310-b286-e08351bb7647

commit 09c83683040a14bc21c674e95ca46f1150885f82
Author: jcduberga <jcduberga at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Sep 29 17:11:16 2005 +0000

    generate src/config.h.in from autogen.sh
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@48 30ef787d-52ff-0310-b286-e08351bb7647

commit 022defb3170ab0ac63dd065f1aaee1a96024f26c
Author: jcduberga <jcduberga at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Sep 29 17:04:07 2005 +0000

    configure script update:
    - now detect libraries SDL, SDL_mixer, SDL_image, SDL_ttf, SDL_gfx, Paragui and libxml++-1.x
    
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@47 30ef787d-52ff-0310-b286-e08351bb7647

commit af8a2177caca43488202af2b6504c5df427e9aad
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Sep 28 20:41:44 2005 +0000

    oops
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@46 30ef787d-52ff-0310-b286-e08351bb7647

commit d616a7996f88ab15f40dabefe9af26cbbcc19503
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Sep 28 20:36:26 2005 +0000

    Jean-Christophe in AUTHORS
    and SDL switch in CHANGELOG :)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@45 30ef787d-52ff-0310-b286-e08351bb7647

commit 5f92d1edd45fde49f299efd503954c713c6e75ba
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Sep 28 19:56:20 2005 +0000

    Paragui-1.0 commented in configure.ac
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@44 30ef787d-52ff-0310-b286-e08351bb7647

commit 4a40b0f84ba0ddb1e51117b6f2b736adc5054908
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Sep 28 19:27:02 2005 +0000

    Faster walking speed
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@43 30ef787d-52ff-0310-b286-e08351bb7647

commit 24b9ca411ff23c8c4d431edd0e0b1b41d0b02578
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Sep 28 18:13:43 2005 +0000

    Handle key_refresh
    Display fps counter
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@42 30ef787d-52ff-0310-b286-e08351bb7647

commit 4ef9d14c0b05110e7133f20d9c778c3e0448b3ec
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 27 22:09:14 2005 +0000

    Draw functions in map coordinates for sprites
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@41 30ef787d-52ff-0310-b286-e08351bb7647

commit ebdc12c9a4af2dfefc70c006a95b5d686690b19f
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 27 21:24:51 2005 +0000

    Add function AbsoluteDraw to draw an SDL_Surface in map coordinates
    Display water :)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@40 30ef787d-52ff-0310-b286-e08351bb7647

commit 1191350d4bfd1a498acdbe33cd234ae01f1c284c
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 27 21:17:03 2005 +0000

    Sound works for characters
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@39 30ef787d-52ff-0310-b286-e08351bb7647

commit 9e115115af37e3c13b6787cc074db74d6f4c8a96
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 27 20:29:14 2005 +0000

    Sound support for explosion :)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@38 30ef787d-52ff-0310-b286-e08351bb7647

commit fdfc18263e793576fbfd776449b0e99ac1fe62b5
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 27 20:26:33 2005 +0000

    Sound support for mine and dynamite
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@37 30ef787d-52ff-0310-b286-e08351bb7647

commit dbce88a8b98330c407f0cd61ed61a9b5f707ad4d
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 27 20:13:28 2005 +0000

    Port all references to new jukebox API in game_loop.cpp
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@36 30ef787d-52ff-0310-b286-e08351bb7647

commit 30860a3701804039e93735bbf0f1b22f20def584
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 27 19:58:06 2005 +0000

    Allow to run map with water...
    
    But water don't appear on the screen :'(
    
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@35 30ef787d-52ff-0310-b286-e08351bb7647

commit 216ce7de7fe7a166fc3059b4a1fb42d5590b8a4e
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 27 19:46:40 2005 +0000

    Add sdl_gfx to configure...
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@34 30ef787d-52ff-0310-b286-e08351bb7647

commit ea0651b753cbf5012aa4989e1eebfc6a2cce8683
Author: jcduberga <jcduberga at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Sep 25 16:46:56 2005 +0000

    * Correct interface items placement
    * Correct progres bar (color and alpha blending)
    * Add text ( in interface, on top of characters and time )
    * Correct a typo in physical_object
    * Map: add a constructor in order to set the "dst_min_entre_vers" variable
    
    Should be playable now ;)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@33 30ef787d-52ff-0310-b286-e08351bb7647

commit 0f2116f823971513a2d829eb0b3845dd643021fe
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Sep 24 18:37:28 2005 +0000

    Make the repository compile :)
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@32 30ef787d-52ff-0310-b286-e08351bb7647

commit 21f192b0f417b9153289c8cf2c9ed34b7a368f06
Author: jcduberga <jcduberga at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 23 18:39:18 2005 +0000

    * Add a resource manager suitable with SDL
    * Add standard C++ templates: Point, Rectangle & distances computations
    * Updated interface/* ,  game/* , team/* , map/* , object/* ,  weapon/ ( with only mine and dynamite for the momment)
    
    This is a lot of changes but every change is inside preprocessor conditional (#ifndef CL)
    I was obliged to change so many files at once because of internal dependencies... Porting each file implied changing nearly all the other ones.
    
    Should compile and be "...playable at a very early stage" with SDL now.
    
    
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@31 30ef787d-52ff-0310-b286-e08351bb7647

commit 389968ff3a83689495a6d498af078b32936d7d03
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Sep 12 19:20:05 2005 +0000

    Small modifications
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@30 30ef787d-52ff-0310-b286-e08351bb7647

commit 6dbf5d96d23bb69e396f0e1a19c584f87dc8ea22
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Mon Sep 12 17:16:12 2005 +0000

    Correcting placement of buttons menu
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@29 30ef787d-52ff-0310-b286-e08351bb7647

commit 58e2d3c45b8932fec8519074f23a64b14f93afc7
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Thu Sep 8 18:52:30 2005 +0000

    Main menu and info menu
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@28 30ef787d-52ff-0310-b286-e08351bb7647

commit 26f326fd38a5242e6a1c097f0d443541c1f3772b
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Sep 7 20:59:51 2005 +0000

    Paragui main menu... With bug...
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@27 30ef787d-52ff-0310-b286-e08351bb7647

commit ff9eefa0452d097a5f0ced5ef29ee89fa34769cc
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 6 21:07:18 2005 +0000

    Move some ogg files
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@26 30ef787d-52ff-0310-b286-e08351bb7647

commit 0f4e29ee9d624b0952a7c1fb0eeb3e3064665588
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 6 20:58:31 2005 +0000

    Initialize Sound Engine. Adapt xml file, move some ogg files.
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@25 30ef787d-52ff-0310-b286-e08351bb7647

commit e76d1fc0dd26c4d5cc5135bc1e21f6b601380426
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 6 20:23:29 2005 +0000

    Add a truetype font in repository
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@24 30ef787d-52ff-0310-b286-e08351bb7647

commit e25e56c7b04edbce370d6887e6cf6fa33a78993e
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 6 20:22:29 2005 +0000

    Make FONT working :-)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@23 30ef787d-52ff-0310-b286-e08351bb7647

commit 00d00fa59735a2d5021abcca960a902117ea0d0e
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Sep 6 19:09:39 2005 +0000

    Add SDL_ttf to configure
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@22 30ef787d-52ff-0310-b286-e08351bb7647

commit e1ec3bd827ec43f34cf1a00524ea8f9674860c75
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Sep 4 16:36:29 2005 +0000

    Modification for paragui...
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@21 30ef787d-52ff-0310-b286-e08351bb7647

commit b8dadf333b0e8c0433c7188b9510a587c8cbc796
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sun Sep 4 15:12:34 2005 +0000

    Configure script should be working, now :/
    Remove paragui.m4, as it's provided by paragui
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@20 30ef787d-52ff-0310-b286-e08351bb7647

commit f60cb0adb5fd6b82d8c0772ede1a9eb4ea0ec8ff
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 2 22:07:44 2005 +0000

    Make font compliant with SDL
    
    
    Need a global variable SDL_Surface * screen
    
    TODO :
    - add tff files in the svn repository
    - use the future ResourceManager ;-)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@19 30ef787d-52ff-0310-b286-e08351bb7647

commit 45efaea4d052829f8cb56b9bf80941d391003696
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 2 21:04:48 2005 +0000

    Add jukebox initialisation to main
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@18 30ef787d-52ff-0310-b286-e08351bb7647

commit d454670810892592e21040c2578e2a353ced91b0
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 2 21:03:31 2005 +0000

    Remove useless tga files for Font (SDL use ttf)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@17 30ef787d-52ff-0310-b286-e08351bb7647

commit b60dec665a0054bc0e8a6840c7a32d86a0f02913
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 2 20:53:40 2005 +0000

    Minor update
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@16 30ef787d-52ff-0310-b286-e08351bb7647

commit c3c1f18902befb042757955f47f390f26215dcfe
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 2 20:27:04 2005 +0000

    Update name of xml elements for sound ressources
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@15 30ef787d-52ff-0310-b286-e08351bb7647

commit 0a03e00ee01c9208341422fd30825b8b8a0d594b
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 2 20:16:08 2005 +0000

    Make jukebox compliant with SDL
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@14 30ef787d-52ff-0310-b286-e08351bb7647

commit b61d8cd26005c29e36997a8d1e8df50bd54f0e51
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Fri Sep 2 20:01:55 2005 +0000

    SDL Initialisation
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@13 30ef787d-52ff-0310-b286-e08351bb7647

commit b70dbc558e1a717f086f7570ef90b9d4e2fd6237
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 31 22:27:56 2005 +0000

    add paragui m4 macro
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@12 30ef787d-52ff-0310-b286-e08351bb7647

commit c4dddfe435c3cdecf5e7c3e5ec19958bff16069b
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 31 22:16:15 2005 +0000

    fix configure.ac
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@11 30ef787d-52ff-0310-b286-e08351bb7647

commit 618b0f84fc3958c1167d68db3abad5d2151dd9b1
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 31 22:09:04 2005 +0000

    add SDL and paragui to configure
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@10 30ef787d-52ff-0310-b286-e08351bb7647

commit 6074fcc47b7e7728abe7417707fc2b54d6ad65b0
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 31 19:59:09 2005 +0000

    Remove locale/
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@9 30ef787d-52ff-0310-b286-e08351bb7647

commit 8a1b2ef450ef022d37dfc35c55d85bf448fd75e8
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 31 19:46:31 2005 +0000

    Replace old HACKERS.fr.txt with new one
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@8 30ef787d-52ff-0310-b286-e08351bb7647

commit 5f54dd39b2d67938a5e7457eca3f2a5e037deb7f
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 31 19:41:55 2005 +0000

    Move file Hackers.*.txt in doc/
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@7 30ef787d-52ff-0310-b286-e08351bb7647

commit 183fcddfb0cb4559ddb53f4e6fcf8d5c7cb14dbb
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 31 19:35:02 2005 +0000

    Remove useless folder intl/
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@6 30ef787d-52ff-0310-b286-e08351bb7647

commit 84824052aaabc0652da229bc915d28c85d9d47e1
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Wed Aug 31 19:31:25 2005 +0000

    Remove the old donnees/ folder
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@5 30ef787d-52ff-0310-b286-e08351bb7647

commit 52238f0b3e68ae89e5a7512303ca4433d3c28556
Author: lodesi <lodesi at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 27 15:09:18 2005 +0000

    Initial import
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4 30ef787d-52ff-0310-b286-e08351bb7647

commit 948987bc79943b938e042da9121d396829cc7ebb
Author: root <root at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Sat Aug 27 14:58:08 2005 +0000

     "default layout"
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@1 30ef787d-52ff-0310-b286-e08351bb7647

-----------------------------------------------------------------------

-- 
Wormux package repository



More information about the Pkg-games-commits mailing list