summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-08-01Fix chat spoofing. Remove colors from nicks in public chat.Andrei Karas1-10/+29
2010-08-01Reduce localChatTab presence replacing it with the event systemChuck Miller11-70/+58
2010-07-30I forgot to tidy src/resources/spritedef.hYohann Ferreira1-33/+2
2010-07-30Fixed weapon animations for manaserv.Yohann Ferreira2-1/+2
2010-07-30Fixed two more forgotten hard-coded references.Yohann Ferreira2-5/+6
2010-07-30Changed the FloatData class to store double instead of single floats.Yohann Ferreira4-6/+12
2010-07-29Changed the items loading to handle a new 'attack-action' parameter.Yohann Ferreira21-213/+128
2010-07-28Centralized configuration default values using the VariableData system.Yohann Ferreira62-220/+597
2010-07-28Changed mAttackType to mWeaponAttackType were appropriate.Yohann Ferreira4-13/+13
2010-07-28Add some null being checks and cleanup some related codeJared Adams3-27/+25
2010-07-27Improve OpenGL speed.Andrei Karas3-110/+422
2010-07-23Merge branch '1.0' of gitorious.org:mana/mana into 1.0David Athay2-4/+4
2010-07-23Updated xcode project.David Athay1-6/+3
2010-07-23Added simple sanity checks for missing animation in maps.Yohann Ferreira2-13/+38
2010-07-23Fixing compatibility with cmake 2.6.0Renato Alves2-4/+4
2010-07-22Merge branch '1.0' of gitorious.org:mana/mana into 1.0David Athay1-0/+5
2010-07-22Additional temporary cmake files added to .gitignoreRenato Alves1-0/+2
2010-07-22Patches generated by git format-patch added to .gitignoreRenato Alves1-0/+3
2010-07-22Patches generated by git format-patch added to .gitignoreRenato Alves1-0/+3
2010-07-22Additional temporary cmake files added to .gitignoreRenato Alves1-0/+2
2010-07-22Add two debug map modes and improve slightly map drawing.Andrei Karas3-14/+84
2010-07-20Merge branch '1.0' of gitorious.org:mana/mana into 1.0David Athay1-0/+6
2010-07-20Updated project file for mac.David Athay2-77/+83
2010-07-19Finished to add the xmessage support thanks to Kook.kook1-1/+3
2010-07-19added xmessage for linux case of errorkoom1-0/+4
2010-07-19Finished to add the xmessage support thanks to Kook.kook1-1/+3
2010-07-19added xmessage for linux case of errorkoom1-0/+4
2010-07-19Fix showing xp messagesChuck Miller1-0/+2
2010-07-19Merge branch '1.0'Yohann Ferreira30-89/+192
2010-07-18Fix runtime crash from bad event keysChuck Miller1-8/+13
2010-07-18Add event.h to eventmanager.h and listener.h to reduce total number of includesChuck Miller24-25/+4
2010-07-18Move the majority of the netcode's server messages to the event systemChuck Miller15-88/+109
2010-07-18Add old values to stat and attribute eventsJared Adams5-14/+45
2010-07-18Fix crash when withdrawing something from storageChuck Miller1-0/+3
2010-07-18Replace some state-related netcode methods with eventsJared Adams21-149/+144
2010-07-18Move more from LocalPlayer to PlayerInfoJared Adams20-220/+432
2010-07-17Move ManaServ defines into the netcodeChuck Miller6-52/+80
2010-07-17Fixed config directory, updated project file.David Athay4-1529/+844
2010-07-17Fix handing configuration files that don't exist yetJared Adams1-5/+5
2010-07-17Modify how attributes and stats are handledChuck Miller27-666/+617
2010-07-16Fix memory corruption in chat on exit.Andrei Karas3-6/+24
2010-07-14Removed unnecessary semicolons after namespacesThorbjørn Lindeijer7-18/+20
2010-07-13Add the foundation for the event systemChuck Miller10-0/+488
2010-07-11Made the different hard-coded paths and files be now taken from theYohann Ferreira30-73/+177
2010-07-11Add specialdb.cpp and specialdb.h to automake.Thorbjørn Lindeijer1-0/+2
2010-07-10Add the specialdb.cpp and specialdb.h files to CMakeChuck Miller1-0/+2
2010-07-10Moved parsing of specials.xml from gui/specialswindow.cpp to separate source ...Philipp Sehmisch10-159/+369
2010-07-09Fix tileset gid handling to better match TiledJared Adams1-16/+6
2010-07-08Fix whispers.Andrei Karas1-1/+1
2010-07-08Fix crash in picking up an item that no longer existsremoitnane11-8/+110