summaryrefslogtreecommitdiff
path: root/src/game.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-07-23Clear some more support ifdefsJared Adams1-0/+2
2009-07-21Merge equipment handling and fix some bugsJared Adams1-2/+1
2009-07-19Merge StatusWindowsJared Adams1-2/+2
2009-07-08Have both builds use the same SkillDialogJared Adams1-1/+1
2009-07-06Merge some player statsJared Adams1-1/+1
2009-05-27Fade out logon music just before initial map change.Dennis Friis1-0/+4
2009-05-26Fixed attacking for tmwserv. Added back attacking with keyboard for tmwserv.David Athay1-5/+7
2009-05-14Add QOAL's outfit windowJared Adams1-0/+66
2009-05-13Fixed two compiler warningsBjørn Lindeijer1-0/+2
2009-05-13Allow more control of NpcDialog using the keyboardJared Adams1-0/+5
2009-05-12Add target + attack key, defaults to x.Dennis Friis1-0/+17
2009-05-10Remove 'attack key targets' which was merged in from aethyra. If the botters ...peavey1-13/+2
2009-05-10Don't show the chat input when a modal widget has focusBjørn Lindeijer1-2/+6
2009-05-09Modify keyboard handlingFreeyorp1-11/+1
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