Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-01 | Rename CustomServerDialog to EditServerDialog. | Andrei Karas | 7 | -276/+192 | |
Use EditServerDialog for adding new servers to ServerDialog. | |||||
2012-01-31 | Add CustomServerDialog from mana client. | Andrei Karas | 2 | -0/+306 | |
Based on commits: commit 98be39a094cc20f513da1847c553513682e4eeae Author: Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> Date: Mon Nov 21 21:07:59 2011 +0100 commit 8cf8f82d0b933dab43372fb0afdda58687ce6af6 Author: Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> Date: Wed Nov 23 19:01:08 2011 +0100 commit 55349d03c72de32159eab8bbaf36ef3504572c92 Author: Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> Date: Thu Jan 12 23:43:24 2012 +0100 commit 3567d27ac0a472c90644ea643b48f7e85c767118 Author: Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> Date: Sat Jan 14 14:00:06 2012 +0100 | |||||
2012-01-31 | Keep a single blank line between NPC texts | Thorbjørn Lindeijer | 1 | -0/+1 | |
Makes it easier to see what was added during a conversation. Reviewed-by: Yohann Ferreira | |||||
2012-01-31 | Add resize option to defaults. | Andrei Karas | 1 | -0/+1 | |
2012-01-31 | Redesing char creation dialog. | Andrei Karas | 4 | -50/+151 | |
Add support for reading all information about hair colors. | |||||
2012-01-31 | Add size limit to nick in char creation dialog. | Andrei Karas | 2 | -1/+3 | |
2012-01-31 | Add max chars limit for textfields. | Andrei Karas | 2 | -2/+2 | |
2012-01-31 | Extent max emotes count from 44 to 48 emotes. | Andrei Karas | 4 | -4/+16 | |
2012-01-31 | Ad correct header to mumble manager class. | Andrei Karas | 2 | -2/+12 | |
2012-01-30 | Rename isKeyActive to isActionActive om keyboard config class. | Andrei Karas | 6 | -68/+69 | |
2012-01-30 | Clear char logger on server disconnect. | Andrei Karas | 3 | -1/+11 | |
2012-01-30 | Add option for enable/disable window resize. | Andrei Karas | 9 | -40/+73 | |
2012-01-30 | Add some missing checks to window resize code. | Andrei Karas | 4 | -8/+18 | |
2012-01-30 | Fix buttons position while resizing in server selection screen. | Andrei Karas | 1 | -2/+19 | |
2012-01-30 | Allow resize window on the fly from video settings tab. | Andrei Karas | 1 | -0/+4 | |
2012-01-30 | Smal refactoring in resize code. | Andrei Karas | 2 | -1/+4 | |
2012-01-30 | Remember the window size after resizing | Thorbjørn Lindeijer | 1 | -0/+5 | |
Makes sure that the client starts up again in the same size. Reviewed-by: Erik Schilling | |||||
2012-01-30 | Allow resizing of the game in windowed mode | Thorbjørn Lindeijer | 14 | -68/+190 | |
Window positions are semi-smartly corrected as a result of the resize. Not supported when using OpenGL on Windows for now. Reviewed-by: Yohann Ferreira Conflicts: src/client.cpp src/client.h src/game.cpp src/gui/gui.cpp src/gui/widgets/window.cpp | |||||
2012-01-29 | Fix player mobing message type 2 processing. | Andrei Karas | 1 | -1/+1 | |
2012-01-29 | Fix client detection in online list. | Andrei Karas | 2 | -5/+5 | |
And online list typo. | |||||
2012-01-29 | Fix code style. | Andrei Karas | 5 | -7/+6 | |
2012-01-29 | Fix memory leak in tathena online list introduced | Andrei Karas | 1 | -0/+7 | |
in commit 40f34b7ba7317f5f5c3dfbed0b291be9555d3137. | |||||
2012-01-29 | Fix memory leak after last commit. | Andrei Karas | 1 | -10/+6 | |
2012-01-29 | Removed inheritance from std::vector by CompoundSprite | Thorbjørn Lindeijer | 2 | -47/+54 | |
In my opinion, the code is clearer when using aggregation. For performance it makes no difference. This also fixes a memory leak in CompountSprite::clear, which forgot to delete any existing sprites. Reviewed-by: Erik Schilling Conflicts: src/compoundsprite.cpp src/compoundsprite.h | |||||
2012-01-29 | Fix possible hiding methods issues. | Andrei Karas | 22 | -69/+61 | |
2012-01-29 | Fix incorrect level in update list in tmw server. | Andrei Karas | 1 | -7/+6 | |
2012-01-29 | Show race name in char creation dialog. | Andrei Karas | 2 | -0/+9 | |
2012-01-29 | Fix compilation warnings. | Andrei Karas | 2 | -4/+4 | |
2012-01-29 | Use appname in user agents string while downloading files. | Andrei Karas | 2 | -3/+3 | |
2012-01-28 | Make command line choose character only work once | Thorbjørn Lindeijer | 1 | -0/+4 | |
Previously it was interfering with the 'switch character' functionality. Reviewed-by: Erik Schilling | |||||
2012-01-28 | Add support for processing player statuses in evol server. | Andrei Karas | 17 | -53/+172 | |
2012-01-28 | Fix ReadBytes possible issues. | Andrei Karas | 2 | -4/+4 | |
2012-01-28 | Add basic support for extended online list on evol server. | Andrei Karas | 4 | -61/+174 | |
2012-01-27 | Add support for logging bytes from packets. | Andrei Karas | 1 | -0/+15 | |
2012-01-27 | Cleanup outfits keys handling. | Andrei Karas | 1 | -361/+18 | |
2012-01-27 | A bit cleanup in image.cpp | Andrei Karas | 1 | -21/+21 | |
2012-01-26 | Add evol icon for windows branding. | Andrei Karas | 1 | -2/+3 | |
2012-01-26 | Remove extension from "appIcon" branding parameter. | Andrei Karas | 1 | -1/+1 | |
2012-01-25 | Some fixed for evol range attack changes. | Andrei Karas | 1 | -2/+3 | |
2012-01-25 | Allow close npc dialog from npc commands. | Andrei Karas | 1 | -0/+3 | |
2012-01-25 | Cleanup in physfsrwops to avoid different problems. | Andrei Karas | 2 | -63/+50 | |
2012-01-25 | Save camera mode before speaking with npc and restore after. | Andrei Karas | 4 | -2/+57 | |
2012-01-25 | Fix code style. | Andrei Karas | 1 | -1/+6 | |
2012-01-24 | Add missing file to git. | Andrei Karas | 1 | -0/+193 | |
2012-01-24 | Based on commit b856e8b47ab2dfd393e3c2720c5647eb66393931 | Andrei Karas | 4 | -119/+60 | |
Author: Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> Date: Tue Jan 24 19:14:24 2012 +0100 Stream music files directly from the archives Use Mix_LoadMUS_RW to stream music files directly from PhysFS. I kept around ResourceManager:copyFile for now, since it may have other uses. | |||||
2012-01-24 | Use SDL_RWops directly on top of PhysFS | Thorbjørn Lindeijer | 11 | -56/+124 | |
This avoids the creation of a temporary buffer containing a complete file for the sole purpose of wrapping it up in an SDL_RWops. The necessary wrapper is by Ryan C. Gordon and is included in the PhysFS repository under 'extras'. Reviewed-by: Yohann Ferreira Conflicts: mana.files src/CMakeLists.txt src/resources/resourcemanager.cpp src/resources/soundeffect.cpp | |||||
2012-01-24 | Fix branding issues. Like incorrect default app name, not connecting to server. | Andrei Karas | 4 | -10/+15 | |
2012-01-24 | Fix compilation with manaserv support. | Andrei Karas | 1 | -1/+1 | |
2012-01-24 | Move one line in findpath map method. | Andrei Karas | 1 | -3/+3 | |
2012-01-24 | Fix possible crash in server change. | Andrei Karas | 1 | -0/+1 | |