Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-22 | Add option for sorting servers list (issue 316) | Blue Sans Douze | 4 | -0/+103 | |
2011-03-17 | Fixed pick up using keyboard for both servers. | Yohann Ferreira | 2 | -22/+32 | |
The character picks up one item at a time (to remain kinda realistic) and turns to the item picked up. | |||||
2011-03-17 | Fixed wrong comments in and optimize findTilePath() a bit. | Yohann Ferreira | 1 | -13/+3 | |
2011-03-17 | Fix actor and floor items offsets on tA. | Yohann Ferreira | 2 | -4/+2 | |
The code was simplified a bit, too. | |||||
2011-03-17 | Simplified the get/setAttackRange() functions as requested. | Yohann Ferreira | 5 | -35/+19 | |
The attack range is still hardcoded for Manaserv as long as generic equipment handling hasn't been implemented. | |||||
2011-03-17 | Fixed the Being::logic() once again as pointed out by Thorbjorn. | Yohann Ferreira | 1 | -3/+3 | |
Luckily or not, the code did the intended without even being right. :) | |||||
2011-03-17 | Handle ta move and position message in a more generic way. | Yohann Ferreira | 1 | -86/+47 | |
This avoids code duplication. | |||||
2011-03-17 | Now the client centers the pixel positions when using tA. | Yohann Ferreira | 7 | -14/+111 | |
I made it so that the behaviour can be changed with only a boolean setting in the playerhandler. | |||||
2011-03-16 | Fixed the bug with remote player movement animation, | Yohann Ferreira | 2 | -8/+10 | |
by removing a now useless reset in the beinghandler. Also added checks for flawed directions. | |||||
2011-03-16 | Fixed the attack range handling for both servers. | Yohann Ferreira | 4 | -22/+62 | |
The attack range is always the default for manaserv, as proper equipment handling is to be added. Anyway, now the proper attack range is handled in tmwAthena and is always set a proper minimum for both protocols. | |||||
2011-03-15 | Adapted the Being::logic() to handle very slow beings. | Yohann Ferreira | 1 | -4/+6 | |
This fixes the bug about monsters direction not being updated. The good news is that the bug was also present for Manaserv and is now corrected. I also moved back the ActorSprite::logic() call at its initial place. | |||||
2011-03-15 | Made the tA Beinghandler avoid dealing with flawed coordinates. | Yohann Ferreira | 2 | -54/+84 | |
Also fixed again a condition in Being::logic(). I'll beautify the code in tmwAthena:Beinghandler once everything will be working better. Note: I also suspect current clients to flood the server with keyboard messages, hence blocking the animation when they are remote. I'll need to test that with someone having the same client than here.. | |||||
2011-03-15 | Updating enet to version 1.3.1 | Stefan Dombrowski | 6 | -31/+62 | |
This makes the connection much more reliable. | |||||
2011-03-15 | Fixed a small condition. | Yohann Ferreira | 1 | -1/+1 | |
Should be invisible on behaviour change. | |||||
2011-03-15 | Add a tolerance check on current position to limit desyncs. | Yohann Ferreira | 2 | -15/+42 | |
Also removed dead code. | |||||
2011-03-15 | Implemented a screen shake effect system in the viewport class. | Philipp Sehmisch | 6 | -1/+106 | |
The screen can either be "nudged" in a random direction with a specific intensity or you can define an exact x and y intensity, decay factor and duration. On a tmwAthena server an effect is triggered when the player character dies. A method for stopping all shake effects is also implemented, but not used yet. I added a netcode message for Manaserv to trigger an effect server-sided. Because our protocol has currently no way to transport floating point values, the decay is transported as a fixed point value with 4 decimals which is entirely sufficient for this purpose. | |||||
2011-03-15 | Reset destination to position at warp time for TmwAthena. | Yohann Ferreira | 1 | -2/+5 | |
This fix the following bug: When changing map, the local player sometimes walks randomly until the player reacts. | |||||
2011-03-15 | Simplify the tmwAthena calculation of the pixel/tick speed. | Yohann Ferreira | 1 | -11/+3 | |
2011-03-15 | Basically merged the two movement algorithms into one. | Yohann Ferreira | 19 | -648/+377 | |
This was made in favour of the manaserv way of doing things. I also added a way to keep the original server speed value so the pixel value can be recomputed at each map change, as this was necessary since the speed is given before the first map is loaded. The code is much more simpler now about movement handling, and we can already see improvements on other characters movements in The Mana World with this. Everything can't be perfect the first time; here are bugs identified so far: - Monsters direction isn't updated on TmwAthena for obscure reasons. - Remote players walking animation is sometimes reset on each steps. - When changing map, the local player sometimes walks randomly until the player reacts. Stay tuned! | |||||
2011-03-13 | Bumped version to 0.5.1 and updated the NEWS filev0.5.1 | Thorbjørn Lindeijer | 7 | -13/+34 | |
2011-03-10 | Fix the pathfinding method to acccept every walkmasks. | Yohann Ferreira | 1 | -1/+1 | |
Previously, the walkmask was hardcoded to handling walls. Trivial. | |||||
2011-03-10 | Wrap the open and closed list members in path finding. | Yohann Ferreira | 2 | -12/+25 | |
This prevent some weird things happening in path finding when playing for a very long time. Reviewed-by: Thorbjorn. | |||||
2011-03-08 | Added a tab scrolling system in tabarea. | Yohann Ferreira | 2 | -1/+189 | |
Currently working on the chat window. Resolves: Mana-Mantis #308. Reviewed-by: Thorbjorn. | |||||
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-03-04 | Empty std::string don't need to be constructed from "" | Thorbjørn Lindeijer | 1 | -3/+3 | |
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-23 | Updating of filename manaserv_protocol.h in C::B | Stefan Dombrowski | 1 | -1/+1 | |
2011-02-21 | Merge branch '0.5' | Thorbjørn Lindeijer | 9 | -23/+93 | |
Translation file updates ignored. Conflicts: src/client.cpp src/commandhandler.cpp src/gui/popupmenu.cpp src/localplayer.cpp | |||||
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-21 | Updated mana.files | Thorbjørn Lindeijer | 1 | -569/+569 | |
2011-02-21 | Use 'git ls-files' for updating the Qt Creator project list of files | Thorbjørn Lindeijer | 1 | -8/+6 | |
Conveniently avoids including any generated files in the list. | |||||
2011-02-21 | Fixing segmentation fault in chathandler | Stefan Dombrowski | 1 | -5/+7 | |
Reviewed-by: Jaxad0127, Thorbjorn | |||||
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-20 | Add support for CSV map data | Jared Adams | 1 | -1/+34 | |
Reviewed-by: Freeyorp | |||||
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-15 | Fix compilation on Haiku and set config and data paths for it. | DarkWind | 5 | -3/+15 | |
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 | Merge branch '0.5' | Stefan Dombrowski | 1 | -2/+2 | |
2011-02-10 | Add support for zlib map layer compression. | Andrei Karas | 1 | -2/+2 | |
Reviewed-by: Bertram | |||||
2011-02-07 | Removed remaining reference to MANASERV_SUPPORT define switch | Philipp Sehmisch | 1 | -4/+1 | |
Also added an error message should a server ever need another protocol. | |||||
2011-02-01 | Enable manaserv by default now | Thorbjørn Lindeijer | 1 | -1/+1 | |