summaryrefslogtreecommitdiff
path: root/src/game.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-05-07Add a key to toggle visibility of the party windowJared Adams1-0/+3
2009-05-07Fixes the light speed bugChuck Miller1-1/+2
2009-05-07Fix handling of error messages in the game stateJared Adams1-4/+8
2009-05-04Replaced emote window with a new emote popupBjørn Lindeijer1-12/+7
2009-05-01Merge the NPC dialogs into oneJared Adams1-35/+9
2009-04-29Removed underscores from some non-conforming filenamesBjørn Lindeijer1-4/+4
2009-04-20Fix up window visibility saving/restoringJared Adams1-29/+0
2009-04-20Removed the unused itemshortcutwindow.{h,cpp}Bjørn Lindeijer1-1/+1
2009-04-20Fix clearing handlers on connecting to game server.David Athay1-2/+0
2009-04-16Some more cleanupsBjørn Lindeijer1-7/+7
2009-04-15Moved tile animations outside of the clock time polling loop. There's noTametomo1-2/+4
2009-04-13Revert forced FPS limitBjørn Lindeijer1-6/+2
2009-04-13Fix an input bugJared Adams1-1/+1
2009-04-12Fix ChatTab changing to need alt when chattingJared Adams1-9/+13
2009-04-11Remove more support #ifdefsJared Adams1-49/+9
2009-04-09Remove a segfault when exiting the clientJared Adams1-3/+0
2009-04-07Make GeneralHandlers for both networksJared Adams1-75/+13
2009-04-06Add TMWServ's SkillHandlerJared Adams1-3/+5
2009-04-05Implement TMWServ's Admin-, Chat-, and MapHandlersJared Adams1-3/+7
2009-04-05Implement TMWServ's NpcHandlerJared Adams1-1/+5
2009-04-06Use a namespace to keep apart implementations of network handlersBjørn Lindeijer1-3/+8
2009-04-05Fixed compile warningsBjørn Lindeijer1-2/+2
2009-04-02Make eAthena's CharHandlerJared Adams1-5/+2
2009-04-02Partially fixed compilation for TMWServ. src/gui/buysell.cpp still needs to b...Philipp Sehmisch1-1/+1
2009-04-02Some cleanup and renamingBjørn Lindeijer1-1/+1
2009-04-02Add some missing handler for eAthenaJared Adams1-0/+3
2009-04-01Create a few more handlers for eAthenaJared Adams1-1/+1
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