Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-17 | Merge branch '0.5' of github.com:mana/mana into 0.50.5 | David Athay | 12 | -53/+76 | |
2011-11-17 | Change to local SDL inclues. | David Athay | 5 | -5/+5 | |
2011-11-16 | Merge branch '0.5' of git://gitorious.org/mana/mana into 0.5 | David Athay | 27 | -1473/+1339 | |
2011-09-11 | Fixed OpenGLGraphics::drawRescaledImagePatternv0.5.3 | Thorbjørn Lindeijer | 2 | -32/+46 | |
This fixes overlay effects that are meant to scale with screen resolution. The problem was that the texture coordinates were not calculated correctly. They were adjusted to the scaled size of the image, and when scaling both the vertex and the texture coordinates, the image will simply not appear scaled at all. Now the texture coordinates are calculated based on the visible part of the original texture. There was also a problem with the vertex coordinates, which were not taking into account the visible part of the image. TMW-Mantis-issue: 1047 Reviewed-by: Andrei Karas <akaras@inbox.ru> | |||||
2011-09-11 | Fixed drawing glitch with overwide tiles | Thorbjørn Lindeijer | 3 | -5/+11 | |
The layer rendering code was not prepared to handle tiles that were wider than the tile width of the map. This commit also fixes the initialization of the maximum tile height, which was based on the map height rather than the tile height. This could slightly reduce overdraw for some maps. Reviewed-by: Stefan Beller <stefanbeller@googlemail.com> | |||||
2011-09-11 | Bumped version to 0.5.3 and updated the NEWS file | Thorbjørn Lindeijer | 7 | -15/+17 | |
2011-09-07 | Changes need to build without OpenGL | Ben Longbons | 2 | -1/+2 | |
2011-04-30 | Removed unused variable 'handledEvents' | Thorbjørn Lindeijer | 1 | -4/+0 | |
At some point this variable was used to avoid limiting the framerate when user input events were coming in. This is no longer relevant now that we limit the framerate globally using SDL_gfx. | |||||
2011-04-30 | Fix FTBFS on debian packaging strict compilation. | Yohann Ferreira | 1 | -1/+1 | |
Tested by: the-me | |||||
2011-04-30 | Applied the product short name handling for mana. | Yohann Ferreira | 1 | -14/+16 | |
Already done and reviewed on the tmw branding repo. | |||||
2011-04-29 | Made the client load the skills.xml again. | Yohann Ferreira | 4 | -10/+15 | |
This, instead of the protocol specific filenames that are mana-skills.xml and ea-skills.xml. This is backward compatible as the old skills.xml file was once used before the 0.0.29.1 release which is the last alive from the 0.0.x serie. The skills.xml will have to added to world data to make this working, though. (Done in another patch.) | |||||
2011-04-28 | Fixing endless loop if the xml promises too many images | Stefan Dombrowski | 1 | -1/+1 | |
Reviewed-by: Bertram | |||||
2011-04-27 | Fixing crash when selecting a character that has a Dark Talisman equipped | Stefan Dombrowski | 3 | -2/+6 | |
This resolves http://bugs.manasource.org/view.php?id=330 Reviewed-by: Bertram | |||||
2011-04-16 | Bumped version to 0.5.2 and updated the NEWS filev0.5.2 | Thorbjørn Lindeijer | 7 | -32/+22 | |
Reviewed-by: Stefan Dombrowski Reviewed-by: Yohann Ferreira | |||||
2011-04-16 | Fixing potential buffer overflow | Stefan Dombrowski | 1 | -2/+3 | |
Reviewed-by: Jaxad0127 | |||||
2011-04-15 | Fix mkdir_r to not assume existence of PATH_MAX | Ben Longbons | 1 | -8/+4 | |
Required to build on HURD, but good practice anyway. Reviewed-by: Thorbjørn Lindeijer | |||||
2011-04-14 | Add missing auth failure reasons | Ben Longbons | 1 | -0/+9 | |
2011-04-13 | Portable install saves logs and configs in a folder called settings | Stefan Dombrowski | 1 | -2/+2 | |
2011-04-12 | Limit the number of pick-up packets to avoid kick from the server | Stefan Dombrowski | 1 | -0/+5 | |
Reviewd-by: Thorbjorn | |||||
2011-04-11 | Fixing missing call to updateButtonsAndLabels() in NPC buy dialog | Stefan Dombrowski | 1 | -5/+1 | |
Reviewed-by: Thorbjorn | |||||
2011-04-11 | Removing annoying NPC trade messages from chat | Stefan Dombrowski | 2 | -15/+15 | |
The thanks messages got removed, because they are useless and when selling many items they completely trashed the chat. The pick-up information for money now respects the configuration. Reviewed-by: thorbjorn | |||||
2011-04-11 | Added the forgotten SDL_gfx dependency in the README. | Yohann Ferreira | 1 | -1/+1 | |
Thanks to bcs86 for that. Trivial. | |||||
2011-04-10 | Updated Finnish translation thanks to Byakushin. | Yohann Ferreira | 2 | -799/+726 | |
The fi translation is now back from the dead! | |||||
2011-04-10 | French translation update by Jumpy. | Yohann Ferreira | 1 | -577/+512 | |
Acked-by: Bertram | |||||
2011-04-06 | Merge branch '0.5' of git://gitorious.org/mana/mana into 0.5 | David Athay | 37 | -41540/+42420 | |
2011-04-06 | Removed the music download section. | Yohann Ferreira | 1 | -11/+0 | |
It doesn't make sense on the generic client. | |||||
2011-04-06 | Only create gmo files for po files active in LINGUAS. | Bernd Wachter | 1 | -2/+2 | |
This avoids adding every translations in the installer. Reviewed-by: Bertram. | |||||
2011-04-06 | Removed unsufficiently translated po files from build and release. | Yohann Ferreira | 2 | -30/+30 | |
I also removed the fact to tell the number of language provided as it's useless and harder to maintain. | |||||
2011-04-06 | Request admin permissions in Windows installer | Thorbjørn Lindeijer | 1 | -0/+1 | |
Not always necessary, for example when installing in a user directory, but not asking for admin rights does more harm than good (your average Joe will just be complaining that the installer isn't working). Reviewed-by: Yohann Ferreira | |||||
2011-04-06 | Make the set of included DLLs in the Windows installer explicit | Thorbjørn Lindeijer | 1 | -1/+16 | |
This is to make sure the right DLLs are shipped, not too many and not too few. Reviewed-by: Yohann Ferreira | |||||
2011-03-13 | Bumped version to 0.5.1 and updated the NEWS filev0.5.1 | Thorbjørn Lindeijer | 7 | -13/+34 | |
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 | Moved bundle resource path to Cocoa. Moved alert to Cocoa. Added changing ↵ | David Athay | 6 | -32/+118 | |
dock icon at runtime. |