summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-01-27Merge branch '0.5' of git://gitorious.org/mana/mana into 0.5David Athay4-12/+41
2011-01-27Made the windows app able to load .ico files at runtime.Yohann Ferreira1-5/+17
Now the icon extension is computed against the os. This means that the 'icons/mana' appIcon branding parameter will now load icons/mana.png files for unices and mac, and icons/mana.ico for Windows. Reviewed-by: Trapdoor. Resolves: Mana-Mantis: #135.
2011-01-26Prune the enet and manaserv files dependency of the 0.5 binary.Yohann Ferreira3-7/+24
Only using cmake conditions and an ifdef. This will greatly help packaging the mana 0.5 version on other distros.
2011-01-24Revert "Fixing pick-up with joystick"David Athay1-3/+3
This reverts commit 760184661da4b96cc390ceb161646c8a83712acf.
2011-01-22Fixing pick-up with joystickStefan Dombrowski1-3/+3
The pick-up with the joystick happend on the wrong tile. Bug was reported by Feufochmar on IRC.
2011-01-19Fix the wallpapers loading broken logic.Yohann Ferreira1-5/+3
Trivial.
2011-01-13Fix a segfault when attempting to buy free items.Yohann Ferreira1-5/+15
Resolves: Mana-mantis #277 Trivial fix.
2011-01-11Updated the French translation thanks to Whistler.Yohann Ferreira1-451/+616
2011-01-11Updated the German translation thanks to Matt.Yohann Ferreira1-61/+96
2011-01-07Remove old xcode stuffBernd Wachter7-5219/+0
2011-01-07Add win32 package helper scripts, change README to README.txt for NSISBernd Wachter4-4/+142
2011-01-04Fixed paste under X11Thorbjørn Lindeijer1-2/+2
The check for whether we're not compiling for Mac was evaluating to false, apparently since it used the wrong CMake syntax. Reviewed-by: Bernd Wachter
2011-01-03Updates for the 0.5.0 releasev0.5.0Thorbjørn Lindeijer3-5/+13
2011-01-03Updated Qt Creator project and the script used to update itThorbjørn Lindeijer2-20/+19
2011-01-02Fixed possible crash when receiving player IPThorbjørn Lindeijer1-3/+6
Could happen sometimes for GMs when the message is received either before the player instance is created or after it was destroyed. Also changed to a dynamic_cast, putting a little less trust in the server. Reviewed-by: Freeyorp
2011-01-02Fixing compiler warningsStefan Dombrowski1-2/+2
The compiler gave two times the warning: comparison between signed and unsigned integer expressions. Reviewed-by: thorbjorn
2011-01-02Removing Mana.icns and removing ambientoverlay.{cpp,h} from file listsStefan Dombrowski3-4/+0
The Mana.icns was removed because data/icons/mana.icns exists. The ambientoverlay files had been already removed in commit 4bb2616ed97dc6e12a0efb26ca233c5a3eac1807. Reviewed-by: sebbu, Jaxad0127
2010-12-29Updated the complete French translation (made by myself.)Yohann Ferreira1-895/+674
2010-12-28Updated the Spanish translation, thanks to Alons and Natsuki.Yohann Ferreira2-5911/+1831
Also removed the pt_ES translation which was in fact the Spanish one.
2010-12-26Fix crash with corrupted links in chat.Andrei Karas1-2/+2
Reviewed-by: Kage
2010-12-22Remove ambientoverlay class and filesChuck Miller3-166/+0
It was renamed and duplicated to "ambientlayer"
2010-12-15Clean up .gitignore, remove auto* referencesBernd Wachter1-37/+2
2010-12-15Autogenerate list of translatable files for update-poBernd Wachter2-96/+7
Reviewed by: Thorbjørn Lindeijer
2010-12-15Update INSTALL to mention CMake instead of auto*Bernd Wachter1-10/+8
2010-12-15Remove outdated VC-project already removed from masterBernd Wachter1-876/+0
2010-12-15Free at last. Free at..erm. Drop remaining auto* filesBernd Wachter9-134/+0
2010-12-15Remove most likely useless OS-X filesBernd Wachter7-210/+0
2010-12-15Move OS-X icon to icon directoryBernd Wachter1-0/+0
2010-12-15Add targets for updating translationsBernd Wachter1-2/+36
2010-12-13Oops, didn't need to update the LINGUAS file.Yohann Ferreira1-1/+0
2010-12-13Added pt_ES.po file, staging translation by Natsuki.Yohann Ferreira2-0/+3878
Needs encoding checking.
2010-12-13pt_BR translation by alastrim.Yohann Ferreira1-1885/+1655
2010-12-06Removed deprecated autotools support.Yohann Ferreira4-728/+0
2010-12-06make update-po before release.Yohann Ferreira38-42138/+45025
2010-11-29Allow enter OK button key in input field.Andrei Karas3-1/+9
By default OK shortcut is space key. Reviewed-by: Jaxad0127, Kage
2010-10-31Using tile coordinates for pick-upStefan Dombrowski2-9/+4
Since the tile coordinates are already avaible the calculation is not needed. Furthermore this avoids the correction of the tile, which was needed because the pixel coordinates are meant as coordinates for drawing the being. This resolves http://bugs.manasource.org/view.php?id=249 Reviewed-by: Thorbjorn
2010-10-25Some updates to the rather out-of-date progression.txt documentThorbjørn Lindeijer1-3/+3
Reported by meway.
2010-10-23Small fix in the French translationThorbjørn Lindeijer1-2/+2
Article was repeated. TMW-Mantis-issue: 1011
2010-10-22Changed 'Low CPU' options and related gui widgets name to 'Disable ↵Yohann Ferreira3-32/+36
transparency'. That name is more explicit about what it actually does. Reviewed-by: CodyMartin.
2010-10-22Turned the OpenGL and disable transparency options as static members.Yohann Ferreira7-46/+66
- Now OpenGL and the transparency disabling are set at startup and not read again for displaying graphics, preventing graphic errors before startup. - We also agreed long time ago that SDL specific functions should have a SDL prefix. The header has been rearranged a bit to do so. - Also fixed a possible discrepancy in the hasAlphaChannel() function. Reviewed-by: CodyMartin. Resolves: Mana-Mantis: #260.
2010-10-19Fix crash in drawing incorrect strings.Andrei Karas1-11/+11
Reviewed-by: cody
2010-10-18Add portable support for windows version.Andrei Karas4-2/+72
Add portable option to windows installer. Reviewed-by: Thorbjorn
2010-10-18Fixing saving of lowcpu value in configStefan Dombrowski1-7/+3
Trivial fix.
2010-10-17Making the setup for lowcpu robustStefan Dombrowski1-4/+15
Reviewed-by: Bertram, Thorbjorn
2010-10-17Changing client version to 0.5Stefan Dombrowski4-29/+3
Removing mana-ea.rc, because it was the same as mana.rc. Reviewed-by: Aard, Bertram
2010-10-17Removed unnecessary condition in net::readCoordinates.Yohann Ferreira1-6/+2
It is used only by tmwa handlers. Trivial fix.
2010-10-17Fixing commandline option for local data directoryStefan Dombrowski1-1/+1
2010-10-17Fixed wrong alpha calculation of text particlesPhilipp Sehmisch4-18/+18
This resolves: http://bugs.manasource.org/view.php?id=51 Reviewed-by: Bertram
2010-10-17Added Low CPU Mode toggle in video setup. Defaults to On.madcamel@gmail.com5-13/+74
This disables the Image::setAlpha() function, which uses 60% of the client's CPU cycles. When enabled, visual quality is slightly decreased, especially with the particle system. Toggling this setting On from an Off state requires a client restart or the graphics look quite funny. Bertram's addition: - Renamed 'Low CPU' to 'Disable transparency (Low CPU)' in the gui for better understanding. - Removed the sprite display with 30% opacity when disabling transparency since it made monsters and drops be drawn above all layers at full opacity. - Made the OpenGL mode disable the 'low CPU mode'. - Fixed the GUI logic as much as possible. Please note that the GUI opacity slider stays enabled when transparency is disabled even if told to be disabled in that case. Reviewed-by: CodyMartin, 4144, MadCamel.
2010-10-17Fixing missing translation of direction for tA-serverStefan Dombrowski1-0/+7
Reviewed-by: Bertram