summaryrefslogtreecommitdiff
path: root/src/game.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-02-11Removed many pointless comparisons with NULLBjørn Lindeijer1-2/+2
2009-02-10Don't make log statements translatableBjørn Lindeijer1-5/+5
2009-02-10Whitespace fixesBjørn Lindeijer1-3/+3
2009-02-09Merged with Aethyra master as of 2009-02-09Bjørn Lindeijer1-89/+93
2009-02-09Mostly whitespace fixesBjørn Lindeijer1-11/+11
2009-02-09Merge branch 'master' of git@gitorious.org:tmw/eathenaBjørn Lindeijer1-12/+0
2009-02-09Merged with Aethyra master as of 2009-01-27Bjørn Lindeijer1-156/+174
2009-02-07Some more include cleanups.Ira Rice1-6/+1
2009-02-05Forgot to check which key called the keyboard event for the ok or chatIra Rice1-15/+22
2009-02-05Reduced the required checks slightly by handling the chat key and ok keyIra Rice1-10/+3
2009-02-05Rather than to settle for a broken default (if it's left at space,Ira Rice1-40/+51
2009-02-05Three things: Split chat and NPC dialog functionality based on the TMWIra Rice1-62/+48
2009-02-05Fixed inability to chat while talking to NPCsBjørn Lindeijer1-20/+0
2009-02-04Simplified equipment window initialization, since only the local playerIra Rice1-1/+1
2009-01-26Slight bit of code cleanup, as well as minor fixes to logic. For someIra Rice1-6/+2
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-19Didn't know that one set of brackets I used was needed for compiling forIra Rice1-297/+281
2009-01-19Fixed up indentation in game so that the indentation isn't misleading.Ira Rice1-251/+251
2009-01-19Fixes to the NPC Integer input fieldIra Rice1-1/+21
2009-01-19Removed tabs from game.cpp.Ira Rice1-445/+445
2009-01-18Fixed the NPC Integer input field, as well as cut some bull from theIra Rice1-0/+10
2009-01-18Add dialogs to input text and numbers for scriptsJared Adams1-1/+10
2009-01-18Fixed the minimap so that it properly remembers if it was open onIra Rice1-4/+4
2009-01-18Add dialogs to input text and numbers for scriptsJared Adams1-1/+10
2009-01-12Fixed a path error that slipped through by accident.Ira Rice1-1/+1
2009-01-12Some rather pedantic changes. Unified all naming for emoticons in theIra Rice1-23/+23
2009-01-09Fixed minimap state saving.Ira Rice1-21/+14
2009-01-09Now, the real stage 2.0 of smiley window.Forge1-7/+3
2009-01-08Fixed segvault when exiting with logToChat enabledPhilipp Sehmisch1-0/+1
2009-01-08Fixed segvault when exiting with logToChat enabledPhilipp Sehmisch1-0/+1
2009-01-06Added support for unicode charset in textfields and chat.Guillaume Melquiond1-1/+1
2009-01-06Added support for unicode charset in textfields and chat.Guillaume Melquiond1-2/+1
2009-01-04Smiley step 1.91, the little part to make it workForge1-3/+23
2009-01-02Step 1.5 of smiley update: allow usage of same key for smiley andForge1-460/+426
2009-01-01Customisable shortkey for smiley (defaulting to keypad 0-9/*)Forge1-26/+48
2008-12-14Code reformatting to conform to line lengthBjørn Lindeijer1-151/+160
2008-12-14Code reformatting to conform to line lengthBjørn Lindeijer1-41/+63
2008-12-10Obscure precise home directory name when making screenshotsFate1-9/+14
2008-12-10Obscure precise home directory name when making screenshotsFate1-4/+9
2008-12-09Make the window shortcuts configurableJared Adams1-11/+27
2008-12-09Removed the unused NewSkillDialogBjørn Lindeijer1-5/+0
2008-12-09Make the window shortcuts configurableJared Adams1-9/+9
2008-12-07Added some initialization and removed ChargeDialogIra Rice1-8/+0
2008-12-07Made minimap visible by defaultBjørn Lindeijer1-0/+2
2008-12-07Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a'Ira Rice1-4/+11
2008-12-07Added some initialization and removed ChargeDialogBjørn Lindeijer1-8/+0
2008-12-07Made minimap visible by defaultBjørn Lindeijer1-0/+2
2008-12-03Add an effects manager (patch by Kage Jittai)Ira Rice1-0/+4
2008-11-27Merged a patch by Bjorn to fix allowing the joystick to be used without Ira Rice1-3/+1