summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-08-16Move more to the event systemJared Adams1-0/+1
2010-08-16Update the update-creator.sh script to ignore libsJared Adams2-2/+7
2010-08-15Remove the logToChat optionChuck Miller4-24/+5
2010-08-15Merge branch '1.0'Chuck Miller42-223/+6307
2010-08-15Add static libraries to .gitignoreBernd Wachter1-0/+3
2010-08-15Add included enet to CMakeBernd Wachter3-3/+66
2010-08-15Add enet filesBernd Wachter22-0/+5862
2010-08-13Add code to change gameservers to manaserv netcodeJared Adams2-6/+21
2010-08-13Simplify handling of compressed filesJared Adams10-220/+338
2010-08-13Add missing setAttribute for moneyStefan Dombrowski1-0/+1
2010-08-12Simplify working with the event systemJared Adams38-229/+184
2010-08-12Replace most of Net::NpcHandler with eventsJared Adams8-164/+134
2010-08-12Forgot a Label constructorJared Adams1-0/+1
2010-08-12Fix some issues in the Event classJared Adams2-10/+10
2010-08-12Avoid string copy for SpriteDef::getActionThorbjørn Lindeijer2-2/+2
2010-08-12Fix Label color handlingJared Adams1-1/+1
2010-08-10Remove NpcDialog references from netcodeJared Adams9-193/+281
2010-08-10Add some new methods to the Event classJared Adams2-7/+112
2010-08-09Fix enet version check *again*Jared Adams3-2/+8
2010-08-09Replace remaining gcn::Label instances with Label instancesJared Adams3-4/+8
2010-08-08Do proper checks on the ENet versionThorbjørn Lindeijer2-2/+2
2010-08-07Removed superfluous semicolonThorbjørn Lindeijer1-1/+1
2010-08-05Add better XML error logging and do some related cleanupJared Adams3-34/+54
2010-08-05Have Being manage speech creation and add permissions to eventsJared Adams7-23/+59
2010-08-04Remove some unused headers and fix some chat eventsJared Adams8-19/+14
2010-08-04Changed the stats.xml to attributes.xml according to the server commit.Yohann Ferreira3-7/+12
2010-08-03Move Theme and UserPalette to the resources folderJared Adams58-87/+86
2010-08-03Merge remote branch 'origin/1.0'Jared Adams8-1546/+914
2010-08-03Improve OpenGL speed.Andrei Karas3-110/+422
2010-08-03Fix enet version checkJared Adams2-0/+8
2010-08-03Added double click to equip unequip and use itemsdweems1-4/+36
2010-08-02Fix enet version checkJared Adams2-10/+6
2010-08-02Fix some bugsJared Adams2-2/+7
2010-08-02Add support for enet 1.3Jared Adams2-0/+12
2010-08-02Remove non-GUI references to MiniStatusWindowJared Adams9-93/+106
2010-08-02Convert most of the remaining chat system to use the event systemChuck Miller3-20/+72
2010-08-01Fix events added in last commit to use ints instead of boolsJared Adams1-6/+6
2010-08-01Remove isActive methods from NPC dialogs and InventoryWindowJared Adams10-25/+122
2010-08-01Remove isActive methods from buy/sell windowsJared Adams15-65/+140
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