summaryrefslogtreecommitdiff
path: root/src/game.cpp
AgeCommit message (Expand)AuthorFilesLines
2005-06-05Implemented wrapping for textbox (still could use a small fix) and made deathBjørn Lindeijer1-0/+1
2005-06-05- Fixes for short swordEugenio Favalli1-0/+2
2005-06-03Modification in help systemJosé Ávila1-1/+9
2005-06-02In game help system filesJosé Ávila1-1/+8
2005-06-01Disabled development menu and buddy window for releaseMateusz Kaduk1-8/+8
2005-05-30Fixed players not always appearing to sit when they are in fact sitting.Bjørn Lindeijer1-5/+9
2005-05-28Applied inventory weight information patch by Javila.Bjørn Lindeijer1-0/+6
2005-05-27autoTarget is now a Being*, also may have fixed related crash and added labelBjørn Lindeijer1-9/+10
2005-05-22requestTradeDialog is modal nowJan-Fabian Humann1-2/+2
2005-05-22This way auto attack should work with left ctrl too (alsoEugenio Favalli1-11/+4
2005-05-22An attemp on auto attack, not bug free for sureEugenio Favalli1-23/+9
2005-05-22another trade update: trading money is possible now, left box is for money yo...Jan-Fabian Humann1-3/+6
2005-05-22Picking up now possible with Z, and fixed width of a few scroll area contents.Bjørn Lindeijer1-43/+41
2005-05-21Numerous things:Bjørn Lindeijer1-10/+11
2005-05-21removing old trade item okay packetJan-Fabian Humann1-33/+0
2005-05-21restoring backwards compatibility for trade by using an unused packetJan-Fabian Humann1-1/+1
2005-05-21first part of trade fix, second part will be serversideJan-Fabian Humann1-1/+33
2005-05-20Stop drawing frames when application isn't active (ie. minimized)Bjørn Lindeijer1-5/+13
2005-05-20Removing double code and improving attack orientation thanks to JavilaEugenio Favalli1-22/+17
2005-05-19Made item amount window a modal dialog and removed support for old map format.Bjørn Lindeijer1-4/+4
2005-05-17Alt+m for testing menu, menuitems the same as buttonMateusz Kaduk1-0/+4
2005-05-16Made a dialog from exit confirmation.Bjørn Lindeijer1-2/+23
2005-05-14Added framerate limiter, off by default (0 means no limit)Bjørn Lindeijer1-5/+11
2005-05-14Hide mouse when the application doesn't have mouse focus.Bjørn Lindeijer1-23/+9
2005-05-12trade fixes as usual + quit dialog pops up now instead of being under other w...Jan-Fabian Humann1-2/+3
2005-05-11another trade update: selecting items is more logical now, name and desc. are...Jan-Fabian Humann1-3/+3
2005-05-10some trade gui changesJan-Fabian Humann1-2/+2
2005-05-09Added buddywindow but still need to finish gui partMateusz Kaduk1-0/+4
2005-05-07Now you get a confirmation dialog before exitting.Yohann Ferreira1-1/+1
2005-05-02Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix.Bjørn Lindeijer1-11/+11
2005-05-01- Added installation of game data, install required on *nix systemsRodney Dawes1-1/+1
2005-05-01this should update arrows counter when picking upEugenio Favalli1-6/+4
2005-05-01Chat input now hides when not focussed, and doesn't allow player be controlledBjørn Lindeijer1-5/+5
2005-04-30Emoticons framerate independent and NPCs image smaller to work in OpenGLBjørn Lindeijer1-0/+1
2005-04-30Some fixes to player control, also attempting to solve long walk path problem.Bjørn Lindeijer1-70/+85
2005-04-26Changed keyboard control to integrate better with mouse walk, changed locationBjørn Lindeijer1-93/+81
2005-04-24This should disable ban when using /commandsEugenio Favalli1-2/+2
2005-04-22now player faces the right direction when attacking with right mouse buttonEugenio Favalli1-0/+8
2005-04-22updating changelog and fixing right mouse button attack, it was out of syncEugenio Favalli1-7/+9
2005-04-22Now you can attack with right mouse button, useful when using bow, need impro...Eugenio Favalli1-36/+36
2005-04-22And the right sound of course...Eugenio Favalli1-2/+5
2005-04-22Forgot about this oneEugenio Favalli1-1/+7
2005-04-22New equipment window layout and some improvements to equip managementEugenio Favalli1-30/+39
2005-04-18- New hatEugenio Favalli1-0/+3
2005-04-16Forgot to update weapon typesEugenio Favalli1-0/+2
2005-04-16- Cleaning Dev-Cpp project fileEugenio Favalli1-4/+2
2005-04-16- Readding stripping to executable (Dev-cpp project options)Eugenio Favalli1-2/+1
2005-04-11Improving sound engine (now it loads samples through resource manager)Eugenio Favalli1-10/+5
2005-04-11Temp: avoid playing sample when sound is disabledEugenio Favalli1-4/+6
2005-04-11- First step toward syncing attack animation with attack speedEugenio Favalli1-8/+11