Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-11 | Updated the German translation thanks to Matt. | Yohann Ferreira | 1 | -61/+96 | |
2011-01-07 | Remove old xcode stuff | Bernd Wachter | 7 | -5219/+0 | |
2011-01-07 | Add win32 package helper scripts, change README to README.txt for NSIS | Bernd Wachter | 4 | -4/+142 | |
2011-01-04 | Fixed paste under X11 | Thorbjørn Lindeijer | 1 | -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-03 | Updates for the 0.5.0 releasev0.5.0 | Thorbjørn Lindeijer | 3 | -5/+13 | |
2011-01-03 | Updated Qt Creator project and the script used to update it | Thorbjørn Lindeijer | 2 | -20/+19 | |
2011-01-02 | Fixed possible crash when receiving player IP | Thorbjørn Lindeijer | 1 | -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-02 | Fixing compiler warnings | Stefan Dombrowski | 1 | -2/+2 | |
The compiler gave two times the warning: comparison between signed and unsigned integer expressions. Reviewed-by: thorbjorn | |||||
2011-01-02 | Removing Mana.icns and removing ambientoverlay.{cpp,h} from file lists | Stefan Dombrowski | 3 | -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-29 | Updated the complete French translation (made by myself.) | Yohann Ferreira | 1 | -895/+674 | |
2010-12-28 | Updated the Spanish translation, thanks to Alons and Natsuki. | Yohann Ferreira | 2 | -5911/+1831 | |
Also removed the pt_ES translation which was in fact the Spanish one. | |||||
2010-12-26 | Fix crash with corrupted links in chat. | Andrei Karas | 1 | -2/+2 | |
Reviewed-by: Kage | |||||
2010-12-22 | Remove ambientoverlay class and files | Chuck Miller | 3 | -166/+0 | |
It was renamed and duplicated to "ambientlayer" | |||||
2010-12-15 | Clean up .gitignore, remove auto* references | Bernd Wachter | 1 | -37/+2 | |
2010-12-15 | Autogenerate list of translatable files for update-po | Bernd Wachter | 2 | -96/+7 | |
Reviewed by: Thorbjørn Lindeijer | |||||
2010-12-15 | Update INSTALL to mention CMake instead of auto* | Bernd Wachter | 1 | -10/+8 | |
2010-12-15 | Remove outdated VC-project already removed from master | Bernd Wachter | 1 | -876/+0 | |
2010-12-15 | Free at last. Free at..erm. Drop remaining auto* files | Bernd Wachter | 9 | -134/+0 | |
2010-12-15 | Remove most likely useless OS-X files | Bernd Wachter | 7 | -210/+0 | |
2010-12-15 | Move OS-X icon to icon directory | Bernd Wachter | 1 | -0/+0 | |
2010-12-15 | Add targets for updating translations | Bernd Wachter | 1 | -2/+36 | |
2010-12-13 | Oops, didn't need to update the LINGUAS file. | Yohann Ferreira | 1 | -1/+0 | |
2010-12-13 | Added pt_ES.po file, staging translation by Natsuki. | Yohann Ferreira | 2 | -0/+3878 | |
Needs encoding checking. | |||||
2010-12-13 | pt_BR translation by alastrim. | Yohann Ferreira | 1 | -1885/+1655 | |
2010-12-06 | Removed deprecated autotools support. | Yohann Ferreira | 4 | -728/+0 | |
2010-12-06 | make update-po before release. | Yohann Ferreira | 38 | -42138/+45025 | |
2010-11-29 | Allow enter OK button key in input field. | Andrei Karas | 3 | -1/+9 | |
By default OK shortcut is space key. Reviewed-by: Jaxad0127, Kage | |||||
2010-10-31 | Using tile coordinates for pick-up | Stefan Dombrowski | 2 | -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-25 | Some updates to the rather out-of-date progression.txt document | Thorbjørn Lindeijer | 1 | -3/+3 | |
Reported by meway. | |||||
2010-10-23 | Small fix in the French translation | Thorbjørn Lindeijer | 1 | -2/+2 | |
Article was repeated. TMW-Mantis-issue: 1011 | |||||
2010-10-22 | Changed 'Low CPU' options and related gui widgets name to 'Disable ↵ | Yohann Ferreira | 3 | -32/+36 | |
transparency'. That name is more explicit about what it actually does. Reviewed-by: CodyMartin. | |||||
2010-10-22 | Turned the OpenGL and disable transparency options as static members. | Yohann Ferreira | 7 | -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-19 | Fix crash in drawing incorrect strings. | Andrei Karas | 1 | -11/+11 | |
Reviewed-by: cody | |||||
2010-10-18 | Add portable support for windows version. | Andrei Karas | 4 | -2/+72 | |
Add portable option to windows installer. Reviewed-by: Thorbjorn | |||||
2010-10-18 | Fixing saving of lowcpu value in config | Stefan Dombrowski | 1 | -7/+3 | |
Trivial fix. | |||||
2010-10-17 | Making the setup for lowcpu robust | Stefan Dombrowski | 1 | -4/+15 | |
Reviewed-by: Bertram, Thorbjorn | |||||
2010-10-17 | Changing client version to 0.5 | Stefan Dombrowski | 4 | -29/+3 | |
Removing mana-ea.rc, because it was the same as mana.rc. Reviewed-by: Aard, Bertram | |||||
2010-10-17 | Removed unnecessary condition in net::readCoordinates. | Yohann Ferreira | 1 | -6/+2 | |
It is used only by tmwa handlers. Trivial fix. | |||||
2010-10-17 | Fixing commandline option for local data directory | Stefan Dombrowski | 1 | -1/+1 | |
2010-10-17 | Fixed wrong alpha calculation of text particles | Philipp Sehmisch | 4 | -18/+18 | |
This resolves: http://bugs.manasource.org/view.php?id=51 Reviewed-by: Bertram | |||||
2010-10-17 | Added Low CPU Mode toggle in video setup. Defaults to On. | madcamel@gmail.com | 5 | -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-17 | Fixing missing translation of direction for tA-server | Stefan Dombrowski | 1 | -0/+7 | |
Reviewed-by: Bertram | |||||
2010-10-17 | Add new three colors. | Andrei Karas | 3 | -4/+34 | |
Add colors: Local Player Hits Monster Local Player Critical Hit Local Player Miss Reviewed-by: cody | |||||
2010-10-16 | Return to color config options prefix Color. | Andrei Karas | 1 | -15/+15 | |
Reviewed-by: cody | |||||
2010-10-16 | Implement opacity cache for SDL surfaces. | Andrei Karas | 6 | -10/+135 | |
Enabled by default. Can be disabled in configuration option "alphaCache" if set it to 0. Reviewed-by: Bertram | |||||
2010-10-16 | Fixing wrong SpriteDirection of attacking monsters | Stefan Dombrowski | 1 | -10/+8 | |
Reviewed-by: Bertram | |||||
2010-10-16 | Changed client version to 0.5.0. | Yohann Ferreira | 1 | -1/+1 | |
Trivial fix. | |||||
2010-10-14 | Disable showing of IP addresses while taking a screenshot | MadCamel | 1 | -0/+15 | |
This could potentially leak confidential information. Reviewed-by: cody | |||||
2010-10-13 | Adding theme colors for party tabs | Stefan Dombrowski | 5 | -2/+8 | |
Following Rotonen's advise to "make anything and everything you can think of recolorable", a theme can now define colors for PARTY_CHAT_TAB and PARTY_SOCIAL_TAB. This was badly needed, because the requirements for a color of a chat tab and of a player name are quite different. TODO: When guild support gets enabled, then have a look at the colors for guilds. Reviewed-by: 4144 | |||||
2010-10-13 | Fixing switch login | Stefan Dombrowski | 1 | -8/+6 | |
Switch login gets you stuck at the ConnectionDialog. That happens because logout is not implemented. TODO: Implementing proper logout. This resolves http://bugs.manasource.org/view.php?id=225 |