Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-07-28 | Centralized configuration default values using the VariableData system. | Yohann Ferreira | 62 | -220/+597 | |
Please note that I didn't turned all the getValue() call into new ones, simply because I have to have config object initiated which is not forcefully the case the branding file. Resolves: Manasource Mantis #170. | |||||
2010-07-28 | Changed mAttackType to mWeaponAttackType were appropriate. | Yohann Ferreira | 4 | -13/+13 | |
To avoid misunderstanding between the actual attackType and this one. (Trivial fix.) | |||||
2010-07-28 | Add some null being checks and cleanup some related code | Jared Adams | 3 | -27/+25 | |
Reviewed-by: Chuck Miller | |||||
2010-07-27 | Improve OpenGL speed. | Andrei Karas | 3 | -110/+422 | |
Use batch commands and not selecting already selected texture. Signed-off-by: Jared Adams <jaxad0127@gmail.com> | |||||
2010-07-23 | Merge branch '1.0' of gitorious.org:mana/mana into 1.0 | David Athay | 2 | -4/+4 | |
2010-07-23 | Updated xcode project. | David Athay | 1 | -6/+3 | |
2010-07-23 | Added simple sanity checks for missing animation in maps. | Yohann Ferreira | 2 | -13/+38 | |
Fixes a bunch of crash courses for me. Reviewed-by: Freeyorp | |||||
2010-07-23 | Fixing compatibility with cmake 2.6.0 | Renato Alves | 2 | -4/+4 | |
The syntax IF ((condition) OR (condition)) is not accepted by cmake prior to 2.6.4. The syntax IF (NOT (condition OR condition)) is also not accepted. The patch should address this without affecting newer versions. A newline character was also automatically added to the end of the file. | |||||
2010-07-22 | Merge branch '1.0' of gitorious.org:mana/mana into 1.0 | David Athay | 1 | -0/+5 | |
2010-07-22 | Additional temporary cmake files added to .gitignore | Renato Alves | 1 | -0/+2 | |
2010-07-22 | Patches generated by git format-patch added to .gitignore | Renato Alves | 1 | -0/+3 | |
2010-07-22 | Patches generated by git format-patch added to .gitignore | Renato Alves | 1 | -0/+3 | |
2010-07-22 | Additional temporary cmake files added to .gitignore | Renato Alves | 1 | -0/+2 | |
2010-07-22 | Add two debug map modes and improve slightly map drawing. | Andrei Karas | 3 | -14/+84 | |
Reviewed-by: Bertram | |||||
2010-07-20 | Merge branch '1.0' of gitorious.org:mana/mana into 1.0 | David Athay | 1 | -0/+6 | |
2010-07-20 | Updated project file for mac. | David Athay | 2 | -77/+83 | |
2010-07-19 | Finished to add the xmessage support thanks to Kook. | kook | 1 | -1/+3 | |
Reviewed-by: Bertram | |||||
2010-07-19 | added xmessage for linux case of error | koom | 1 | -0/+4 | |
Reviewed-by: Bertram. | |||||
2010-07-19 | Finished to add the xmessage support thanks to Kook. | kook | 1 | -1/+3 | |
Reviewed-by: Bertram | |||||
2010-07-19 | added xmessage for linux case of error | koom | 1 | -0/+4 | |
Reviewed-by: Bertram. | |||||
2010-07-19 | Fix showing xp messages | Chuck Miller | 1 | -0/+2 | |
Reviewed-by: Bertram | |||||
2010-07-19 | Merge branch '1.0' | Yohann Ferreira | 30 | -89/+192 | |
Conflicts: src/gui/itempopup.cpp src/item.cpp src/monster.cpp src/net/manaserv/playerhandler.cpp src/net/tmwa/partyhandler.cpp src/npc.cpp src/player.cpp src/resources/itemdb.cpp src/resources/monsterdb.cpp src/resources/monsterinfo.cpp src/resources/npcdb.cpp src/resources/spritedef.cpp | |||||
2010-07-18 | Fix runtime crash from bad event keys | Chuck Miller | 1 | -8/+13 | |
Reviewed-by: Jared Adams | |||||
2010-07-18 | Add event.h to eventmanager.h and listener.h to reduce total number of includes | Chuck Miller | 24 | -25/+4 | |
You'll have to include it anyways 99% of the time | |||||
2010-07-18 | Move the majority of the netcode's server messages to the event system | Chuck Miller | 15 | -88/+109 | |
There is still a good way to go, but this should get us started Reviewed-by: Jared Adams | |||||
2010-07-18 | Add old values to stat and attribute events | Jared Adams | 5 | -14/+45 | |
Reviewed-by: Chuck Miller | |||||
2010-07-18 | Fix crash when withdrawing something from storage | Chuck Miller | 1 | -0/+3 | |
Reviewed-by: Jared Adams | |||||
2010-07-18 | Replace some state-related netcode methods with events | Jared Adams | 21 | -149/+144 | |
Also move the virtual destructors of the Net handler base classes to the top of their method lists. Reviewed-by: Chuck Miller | |||||
2010-07-18 | Move more from LocalPlayer to PlayerInfo | Jared Adams | 20 | -220/+432 | |
Also cleanup PlayerInfo a bit. Reviewed-by: Chuck Miller | |||||
2010-07-17 | Move ManaServ defines into the netcode | Chuck Miller | 6 | -52/+80 | |
Reviewed-by: Jared Adams | |||||
2010-07-17 | Fixed config directory, updated project file. | David Athay | 4 | -1529/+844 | |
2010-07-17 | Fix handing configuration files that don't exist yet | Jared Adams | 1 | -5/+5 | |
Reviewed-by: trapdoor | |||||
2010-07-17 | Modify how attributes and stats are handled | Chuck Miller | 27 | -666/+617 | |
Handling moved from LocalPlayer to PlayerInfo class Event system used to update windows Reviewed-by: Jared Adams | |||||
2010-07-16 | Fix memory corruption in chat on exit. | Andrei Karas | 3 | -6/+24 | |
Signed-off-by: Jared Adams <jaxad0127@gmail.com> | |||||
2010-07-14 | Removed unnecessary semicolons after namespaces | Thorbjørn Lindeijer | 7 | -18/+20 | |
Please don't, it causes warnings with my settings, which makes my build fail. ;) | |||||
2010-07-13 | Add the foundation for the event system | Chuck Miller | 10 | -0/+488 | |
2010-07-11 | Made the different hard-coded paths and files be now taken from the | Yohann Ferreira | 30 | -73/+177 | |
data/paths.xml configuration file. Also added default gui theme path in branding and default wallpaper path and file searched respectively in the branding and paths.xml files. Hard-coded values are still used as fallbacks. Resolves: Manasource Mantis #148. Reviewed-by: jaxad0127. | |||||
2010-07-11 | Add specialdb.cpp and specialdb.h to automake. | Thorbjørn Lindeijer | 1 | -0/+2 | |
Signed-off-by: Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | |||||
2010-07-10 | Add the specialdb.cpp and specialdb.h files to CMake | Chuck Miller | 1 | -0/+2 | |
2010-07-10 | Moved parsing of specials.xml from gui/specialswindow.cpp to separate source ↵ | Philipp Sehmisch | 10 | -159/+369 | |
files. Restored functional recharge bars in specials window. Individual specials are only shown after the server informed the client about their status. Made level label, use button and progress bars optional. Their use is controlled through specials.xml. The special window button is again shown even when the player has no specials. This problem needs to be solved differently now for architecture reasons. Reviewed-by: Jaxad0127 | |||||
2010-07-09 | Fix tileset gid handling to better match Tiled | Jared Adams | 1 | -16/+6 | |
This change allows extending tilesets without causing issues. Reviewed-by: Freeyorp | |||||
2010-07-08 | Fix whispers. | Andrei Karas | 1 | -1/+1 | |
Fix receiving whisper message if option whisper in tabs disabled. Signed-off-by: Jared Adams <jaxad0127@gmail.com> | |||||
2010-07-08 | Fix crash in picking up an item that no longer exists | remoitnane | 11 | -8/+110 | |
Adds ActorSpriteListener to manage ActorSprite destruction as recommended by Jaxad0127. This likewise includes the changes made by Bertram. Reviewed-by: Jaxad0127, Bertram. Resolves: Manasource Mantis #160 | |||||
2010-06-29 | Make whisper responses from tmwAthena show up in correct tabs | Jared Adams | 7 | -26/+48 | |
Reviewed-by: Bertram | |||||
2010-06-29 | Fixed sell support on tmwAthena while keeping it working for Manaserv. | Yohann Ferreira | 1 | -2/+6 | |
2010-06-29 | Fixed the sell support under Manaserv. | Yohann Ferreira | 1 | -1/+2 | |
Made the sell dialog give the idem id, instead of an internal inventory id when a item is a duplicate. Reviewed-by: Freeyorp, Strikermdd Resolves: Manasource-Mantis #101 | |||||
2010-06-24 | Fix a logic error in tmwAthena's PartyHandler | Jared Adams | 1 | -1/+1 | |
Pre-approved-by: Freeyorp | |||||
2010-06-24 | Fix a logic error in tmwAthena's PartyHandler | Jared Adams | 1 | -1/+1 | |
Pre-approved-by: Freeyorp | |||||
2010-06-22 | Modified german translations, fix given by Andrej. | Andreas Habel | 1 | -53/+55 | |
Reviewed-by: Jaxad0127, Thorbjorn and 4144. Resolves: TMW-Mantis #759 | |||||
2010-06-20 | Fix ActorSprite double deletion | Andrei Karas | 2 | -9/+12 | |
Also replaces std::list to std::set in actorspritemanager. Reviewed-by: Chuck Miller <shadowmil@gmail.com> |