Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-05 | Fixing removal of custom server | Stefan Dombrowski | 1 | -1/+1 | |
The server got selected from a list that still contained the unwanted server. | |||||
2011-02-27 | Updated pt_BR translation thanks to Alastrim. | Yohann Ferreira | 1 | -22/+17 | |
2011-02-27 | Committed Russian translation from Mpa4Hu. | Yohann Ferreira | 1 | -2958/+2879 | |
2011-02-21 | Renamed local data directory back to just "mana" | Thorbjørn Lindeijer | 1 | -7/+8 | |
This name represents the name of the client software, not the branding it received. Cleaned up the rest of the code a bit. Reviewed-by: Jared Adams | |||||
2011-02-20 | Renamed default branding package from mana to manasource. | Yohann Ferreira | 1 | -5/+5 | |
Resolves: Mana-mantis #236. Reviewed-by: Mpa4Hu. | |||||
2011-02-20 | make update-po. | Yohann Ferreira | 15 | -43004/+43840 | |
Was needed and done on Alastrim righteous request. Trivial. | |||||
2011-02-19 | Reorder store option to the top, so it is more useful. | Ben Longbons | 1 | -5/+5 | |
2011-02-19 | Showing amount of picked up items in particle notification | Stefan Dombrowski | 1 | -1/+5 | |
2011-02-19 | Minor code formatting and fixed a comment. | Yohann Ferreira | 1 | -2/+4 | |
Trivial fix. | |||||
2011-02-17 | Specific messages for each pickup failure reason. | Ben Longbons | 3 | -9/+39 | |
Reviewed-by: Jaxad0127 | |||||
2011-02-17 | Add particle notification for "Unable to pick up item." | Ben Longbons | 1 | -0/+6 | |
2011-02-16 | Fixing query command handling | Stefan Dombrowski | 1 | -1/+15 | |
Tab completion puts quotes around nicks. The query command now removes the quotes. Also avoiding the opening of a tab if no nick was given. Reviewed-by: Freeyorp | |||||
2011-02-14 | Set the toolchain windres binary, and add an example path to mingw32. | Yohann Ferreira | 1 | -0/+5 | |
2011-02-14 | Add a note about the nsis plugin to install and where to install it in most ↵ | Yohann Ferreira | 1 | -1/+9 | |
cases for Linux. Added also a missing newline at file ending. | |||||
2011-02-10 | Add support for CSV map data | Jared Adams | 1 | -1/+34 | |
Reviewed-by: Freeyorp | |||||
2011-02-10 | Add support for zlib map layer compression. | Andrei Karas | 1 | -2/+2 | |
Reviewed-by: Bertram | |||||
2011-02-01 | Make it clear that our current sha256 code is GPLv2 only | Thorbjørn Lindeijer | 1 | -3/+2 | |
Due to taking the version from InspIRCd, our version of the file is stuck on GPLv2 and can't legally be released as "GPLv2 or later". Fix the license header accordingly. We should probably consider replacing this code once again. Reviewed-by: Patrick Matthäi | |||||
2011-01-28 | Fix Windows build of the 0.5 version. | Yohann Ferreira | 1 | -2/+2 | |
The rc and specialfolders files where included with the manaserv specific files. | |||||
2011-01-27 | Made the windows app able to load .ico files at runtime. | Yohann Ferreira | 1 | -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-26 | Prune the enet and manaserv files dependency of the 0.5 binary. | Yohann Ferreira | 3 | -7/+24 | |
Only using cmake conditions and an ifdef. This will greatly help packaging the mana 0.5 version on other distros. | |||||
2011-01-22 | Fixing pick-up with joystick | Stefan Dombrowski | 1 | -3/+3 | |
The pick-up with the joystick happend on the wrong tile. Bug was reported by Feufochmar on IRC. | |||||
2011-01-19 | Fix the wallpapers loading broken logic. | Yohann Ferreira | 1 | -5/+3 | |
Trivial. | |||||
2011-01-13 | Fix a segfault when attempting to buy free items. | Yohann Ferreira | 1 | -5/+15 | |
Resolves: Mana-mantis #277 Trivial fix. | |||||
2011-01-11 | Updated the French translation thanks to Whistler. | Yohann Ferreira | 1 | -451/+616 | |
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 | |