summaryrefslogtreecommitdiff
path: root/src/game.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-03-29Fix up eAthena party handling some moreJared Adams1-1/+8
2009-03-28Clean up eAthena party handling a bit moreJared Adams1-13/+4
2009-03-28Allow changing chat tabs with the keyboardJared Adams1-0/+11
2009-03-28Removed a lot of useless isVisible() checksBjørn Lindeijer1-1/+0
2009-03-27FIx loading of initial map under eAthenaJared Adams1-0/+1
2009-03-27Clean up some ifdefs and start cleanup of partiesJared Adams1-3/+2
2009-03-27Clean up of most of the Network pointersBjørn Lindeijer1-28/+6
2009-03-27Made eAthena's Network class statically accessibleBjørn Lindeijer1-2/+1
2009-03-27Removed unnecessary parenthesis on constructorsBjørn Lindeijer1-11/+11
2009-03-26Major clean up of ChatTab handlingJared Adams1-9/+11
2009-03-26Move ChatWindow over to ChatTabsJared Adams1-0/+3
2009-03-25A host of code style fixesBjørn Lindeijer1-1/+1
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-91/+93
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-4/+7
2009-03-23Move all TMWServ-specific code to net/tmwservJared Adams1-12/+17
2009-03-23Merge eA's command handling into CommandHandlerJared Adams1-9/+12
2009-03-22Fix chat under eAthenaJared Adams1-4/+4
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-35/+246
2009-03-19Throttle framerates down to save CPU cycles. Now that we're getting highIra Rice1-2/+5
2009-03-15Fix some mem leaksJared Adams1-1/+2
2009-03-11Added a new Popup class, which overall is functionally similar to theIra Rice1-2/+2
2009-03-11Moved the Skin class outside of the Window class, in order to allowIra Rice1-1/+0
2009-03-10Delete local player earlier and fix a rare crashJared Adams1-0/+1
2009-03-10Delete local player earlier and fix a rare crashJared Adams1-1/+1
2009-03-10Remove some SetupWindow weirdnessJared Adams1-2/+0
2009-03-10Fix some mem leaksJared Adams1-3/+2
2009-03-10Remove some SetupWindow weirdnessJared Adams1-2/+0
2009-03-10Fix some mem leaksJared Adams1-2/+3
2009-03-10Fix some mem leaksJared Adams1-2/+3
2009-03-10Start NPC dialogs out hiddenJared Adams1-0/+5
2009-03-10Start NPC dialogs out hiddenJared Adams1-0/+5
2009-03-09Add an interface for eAthena's storage systemJared Adams1-0/+5
2009-03-08Add an interface for eAthena's storage systemJared Adams1-0/+5
2009-03-02Only auto target monstersJared Adams1-6/+3
2009-03-01Only talk to NPCs with the keyboard with a targetJared Adams1-6/+0
2009-02-28Allow chatting while talking to NPCsJared Adams1-28/+12
2009-02-26Merge branch 'aethyra/master'Bjørn Lindeijer1-15/+17
2009-02-25Fix NPC handling to not need a handle on the NPCIra Rice1-5/+5
2009-02-25Fix NPC handling to not need a handle on the NPCJared Adams1-5/+5
2009-02-25Fixed up NPC list dialogs to be navigatable by keyboard (scrollingIra Rice1-1/+1
2009-02-24Cleaned up some code, as well as removed redundant talk client requestingIra Rice1-20/+24
2009-02-24Prioritize monsters when targetingJared Adams1-3/+3
2009-02-20Restore old attack behaviorJared Adams1-2/+1
2009-02-19Prevent target toggling when the button is heldJared Adams1-27/+25
2009-02-15Removed unnecessary parenthesis at constructorsBjørn Lindeijer1-26/+26
2009-02-15Merge commit 'aethyra/master'Bjørn Lindeijer1-3/+14
2009-02-13Ignore "window manager + arrow" key combinationsSteve Cotton1-0/+9
2009-02-11Separated out the setup and help windows from the chat shortcut so thatIra Rice1-3/+5
2009-02-11Don't make log statements translatableBjørn Lindeijer1-5/+5
2009-02-10Whitespace fixesBjørn Lindeijer1-3/+3